-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
66 lines (59 loc) · 2.73 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
60
61
62
63
64
65
66
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Google Hompage</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="styles.css" />
</head>
<body>
<!-- upper most nav bar -->
<div class="main-wrapper">
<div class="navigation-wrapper">
<div class="gmail"><a href="#">Gmails</a></div>
<div class="images"><a href="#">Images</a></div>
<div class="icon" title="Google apps"><i class="fas fa-th"></i></div>
<div class="icon_1" title="0 Google notifications"><i class="fas fa-bell"></i></div>
<div class="letter" title="Google Account: Saheed Shittu (saheedadewaleshittu@gmail.com)">S</div>
</div>
<!-- content -->
<div class="container-wrapper">
<div class="logo"><img src="googleImage.png" alt="Google" height="92"> </div>
<div class="search area">
<label>
<input type="text" name="search bar" class="long"> <i class="fas fa-microphone"></i>
</label>
</div>
<div class="mini-wrapper">
<div class="google">Google Search</div>
<div>I'm Feeling Lucky</div>
</div>
<div class="language">
Google offered in: <span><a href="#">Hausa</a></span>
<span><a href="#">Igbo</a></span>
<span><a href="#">Ede Yoruba</a></span>
<span><a href="#">Nigeria Pidgin</a></span>
</div>
</div>
<!-- footer -->
<div class="footer-wrapper">
<div class="Nigeria">Nigeria
</div>
<div class="last-wrapper">
<div class="left">
<a href="#">Advertising</a>
<a href="#">Business</a>
<a href="#">About</a>
</div>
<div class="right">
<a href="#">Privacy</a>
<a href="#">Terms</a>
<a href="#">Settings</a>
</div>
</div>
</div>
</div>
</body>
</html>