-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (86 loc) · 3.07 KB
/
index.html
File metadata and controls
86 lines (86 loc) · 3.07 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Google (not the real one)</title>
<link rel="stylesheet" type="text/css" href= "./css/style.css">
<link rel="icon" type"image/png" href="https://www.google.com/images/branding/product/ico/googleg_lodp.ico">
</head>
<body>
<header>
<div class="header">
<div class="header-contents">
<ul>
<li>
<a href="https://mail.google.com/mail/?tab=wm">Gmail</a>
</li>
<li>
<a href="https://www.google.com/imghp?hl=en&tab=wi">Images</a>
</li>
<li>
<a href="https://www.google.com/intl/en/options/"><img src="./images/GoogleAppsIcon.png"></a>
</li>
<li>
<a href="#"><img src="./images/GoogleNotificationIcon.png"></a>
</li>
<li><a href="#"><img class="pacman" src="./images/pacmanpic.jpeg"></a>
</li>
</div>
</div>
</header>
<section>
<div class="main-section">
<div class="logo">
<img src="https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png" alt="Google Logo">
</div>
<div class="search-form">
<form action="submit">
<div class="search-bar">
<div class="mic-container">
<input type="text">
<div class="microphone">
<img src="./images/SearchByVoice.png">
</div>
</div>
</div>
<div class="search-buttons">
<input class="buttons" type="submit" value="Google Search">
<input class="buttons" type="submit" value="I'm Feeling Lucky">
</div>
</form>
</div>
<div class="learn-more">
<a href="https://www.google.com/url?q=https://www.google.com/about/stories/bike-around%3Futm_source%3Dgoogle%26utm_medium%3Dhpp%26utm_campaign%3Dbikearound&source=hpp&id=19003743&ct=3&usg=AFQjCNG_9uPe8jQvJt8xpCZIo65vqr7RqA&sa=X&ved=0ahUKEwiynICwwL7WAhXB31QKHZdrDIsQ8IcBCAw">See how researchers are using Google Maps to assist dementia patients</a>
</div>
</div>
</section>
<footer class="footer-bar">
<div class="footer-left">
<ul>
<li>
<a href="https://www.google.com/intl/en/ads/?fg=1">Advertising</a>
</li>
<li>
<a href="https://www.google.com/services/?fg=1">Business</a>
</li>
<li>
<a href="https://www.google.com/intl/en/about.html?fg=1">About</a>
</li>
</ul>
</div>
<div class="footer-right">
<ul>
<li>
<a href="https://www.google.com/intl/en/policies/privacy/?fg=1">Privacy</a>
</li>
<li>
<a href="https://www.google.com/intl/en/policies/terms/?fg=1">Terms</a>
</li>
<li>
<a href="https://www.google.com/preferences?hl=en">Settings</a>
</li>
</ul>
</div>
</footer>
</body>
</html>