-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (50 loc) · 1.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Google</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="top-menu">
<ul id="top-menu-inner">
<li class="top-menu-item"><a class="link" href="#">Gmail</a></li>
<li class="top-menu-item"><a class="link" href="#">Images</a></li>
<li class="top-menu-item"><a href="#"><img class="menu" src="images/menu.png" alt="Menu"></a></li>
<li class="top-menu-item"><a href="$"><img class="profile" src="images/profile.png" alt="Profile"></a></li>
</ul>
</div>
<div id="logo-container">
<a href="#"><img src="images/logo.png" alt="Google"></a>
</div>
<div id="search-box">
<form action="#">
<input name="search-box" type="text" id="search">
</form>
</div>
<div id="buttons">
<ul id="button-container">
<li class="button-1"><a href="#">Google Search</a></li>
<li class="button-2"><a href="#">I'm Feeling Lucky</a></li>
</ul>
</div>
<p id="language">Google offered in: <span><a href="#">Hausa</a><a href="#">Igbo</a><a href="#">Ede Yoruba</a><a href="#">Nigerian Pidgin</a></span></p>
<div id="footer-container">
<p id="country">Nigeria</p>
<div id="horizontal-line">
<div class="footer-section-1">
<a href="#">Advertising</a>
<a href="#">Business</a>
<a href="#">About</a>
</div>
<div class=" footer-section-2">
<a href="#">Privacy</a>
<a href="#">Terms</a>
<a href="#">Setting</a>
</div>
</div>
</div>
</body>
</html>