-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (49 loc) · 1.94 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="main.css">
<meta charset="UTF-8">
<title>Google HomePage Project</title>
</head>
<body>
<!--HEAD-->
<header>
<nav class="top-right">
<ul>
<li><a href="https://mail.google.com"><h3>Gmail</h3></a></li>
<li><a href="https://www.google.com/imghp?hl=en&tab=wi&ei=QnaaV5ucFsTagAads5KoCA&ved=0EKouCBMoAQ"><h3>Images</h3></a></li>
<li><a href="#"><img src="GoogleAppsIcon.png" alt="Google Apps Icon"></a></li>
<li><a href="#"><img src="bell_icon.png" alt="Google notifiaction"></a></li>
<li><a href="#"><img src="D_Icon.png" alt="Login Icon"></a></li>
</ul>
</nav>
</header>
<!--GOGLE SEARCH-->
<section>
<div class="logo">
<img src="https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png" alt="Google logo">
</div>
<form class="search-bar">
<input type="search" name="search engine" class="search-engine">
</form>
<div class="btn-container">
<input value="Google Search" aria-label="Google Search" class="buttons" name="Search Engine" type="submit">
<input value="I'm Feeling Lucky" aria-label="I'm Feeling Lucky" class="buttons" name="Random Search" type="submit">
</div>
</section>
<!--FOOTER-->
<footer>
<div class="left-nav-footer">
<a href=" https://www.google.com/intl/en/ads/?fg=1">Advertising</a>
<a href="https://www.google.com/services/?fg=1">Business</a>
<a href="https://www.google.com/intl/en/about.html?fg=1">About</a>
</div>
<div class="right-nav-footer">
<a href="https://www.google.com/intl/en/policies/privacy/?fg=1">Privacy</a>
<a href="https://www.google.com/intl/en/policies/terms/?fg=1 ">Terms</a>
<a href="https://www.google.com/preferences?hl=en">Settings</a>
<a href="https://www.google.com/preferences?hl=en">Use Google.fr</a>
</div>
</footer>
</body>
</html>