-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaviom.html
More file actions
98 lines (97 loc) · 3.37 KB
/
aviom.html
File metadata and controls
98 lines (97 loc) · 3.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aviom Search</title>
<link rel="stylesheet" href="./aviom.css">
<link href="./media/favicon3.png" rel="icon">
<script src="./aviom.js" defer></script>
</head>
<body>
<header class="header">
<a href="https://mail.google.com/">Amail</a>
<a href="">Images</a>
<img class="img-1" src="./media/dots.PNG">
<img class="img-2" src="./media/image.png" onclick="togglemenu()">
</header>
<div id="pop-nav" class="pop" data-visible="false">
<div id="pop-head" class="pop-header">
<div>
<img src="">
<!-- <?php echo $_FILES['image'];?> -->
</div>
<div>
<!-- <?php echo $_GET['fullname']; ?> -->
<p><b></b></p>
<!-- <?php echo $_GET['email']; ?> -->
<p></p>
</div>
<a href="#">Manage your Aviom Account</a>
</div>
<div class="pop-body">
<!-- <?php echo $_GET['phone'];?> -->
<p>Phone Number:</p>
<!-- <?php echo $_GET['gender'];?> -->
<p>Gender:</p>
<!-- <?php echo $_GET['birthdate'];?> -->
<p>Birthdate: </p>
<!-- <?php echo $_GET['password'];?> -->
<p>Password: </p>
<!-- <?php echo $_GET['security']; ?> -->
<p>Security Question:</p>
<!-- <?php echo $_GET['answer'];?> -->
<p>Security Answer:</p>
</div>
<div class="pop-sign">
<a href="#">Sign out of all accounts</a>
</div>
<div class="footer">
<p>Privacy Policy </p>
<p>•</p>
<p>Terms of Service</p>
</div>
</div>
<form action="http://www.google.com/search" method="get">
<section>
<div class="main">
<img src="./media/logo.png">
<div class="input">
<label for="search"></label>
<img class="img1" src="./media/search.png">
<input type="search" id="search" name="q" size="55" maxlength="2048">
<img class="img2" src="./media/microphone.png">
</div>
<div class="buttons">
<a href="./aviom.html">Aviom Search</a>
<a href="https://www.google.com/doodles">I'm Feeling Lucky</a>
</div>
<div class="footer">
<p>Aviom offered in:</p>
<a href="#">Filipino</a>
<a href="#">Cebuano</a>
</div>
</div>
</section>
</form>
<div class="end">
<div class="end-first">
<p>Philippines</p>
</div>
<div class="end-second">
<div class="end-1">
<a href="#">About</a>
<a href="#">Advertising</a>
<a href="#">Business</a>
<a href="#">How Search works</a>
</div>
<div class="end-2">
<a href="#">Privacy</a>
<a href="#">Terms</a>
<a href="#">Settings</a>
</div>
</div>
</div>
</body>
</html>