-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (58 loc) · 2.16 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
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Outlined" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>Google</title>
</head>
<body>
<header>
<nav>
<div>
<ul>
<li><a href="https://mail.google.com/mail/&ogbl">Gmail</a></li>
<li><a href="https://www.google.ge/imghp?hl=en&ogbl">Images</a></li>
<li><a href="https://www.google.ge/intl/en/about/products"><span class="material-icons-outlined">apps</span></a></li>
<li><img class="profile" src="https://lh3.googleusercontent.com/ogw/ADGmqu_brDB7ETeteyBTknTDnQz556zidK_dVZRnhOul=s32-c-mo"></li>
</ul>
</div>
</nav>
</header>
<main>
<div>
<img class="logog" alt="Google" src="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png">
</div>
<div>
<form>
<div class="searchbar">
<span class="material-icons-outlined">search</span>
<input name="search" id="search" type="text">
</div>
</form>
</div>
<div>
<a class="default-search" href=#>Google Search</a>
<a class="optional-search" href=#>I'm Feeling Lucky</a>
</div>
</main>
</div>
<div class="location-tag">
<p>Georgia</p>
</div>
<footer>
<nav>
<div class="alignleft">
<a href="">About</a>
<a href="">Advertising</a>
<a href="">Business</a>
<a href="">How Search Works</a>
</div>
<div class="alignright">
<a href="">Privacy</a>
<a href="">Terms</a>
<a href="">Settings</a>
</div>
</nav>
</footer>
</body>
</html>