-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (34 loc) · 1.71 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
<!DOCTYPE html>
<html>
<head>
<link href="../css/reset.css" rel="stylesheet" type="text/css" media="all">
<link href="./main.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<div id="page_container">
<nav id="nav">
<a id="nav_a1" class="nav_a1" href="/">About</a>
<a id="nav_a2" class="nav_a2" href="/">Store</a>
<a id="nav_a3" class="nav_a3"href="/">Gmail</a>
<a id="nav_a4" class="nav_a4"href="/">Images</a>
<a id="nav_a5" class="nav_a5"href="/"><img src="drive.png" alt="Google Drive Thing"></a>
<button id="nav_button_sign_in" class="nav_button_sign_in">Sign In</button>
</nav>
<div id="content">
<img id="google_logo" src="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png">
<input id="tb" type="text"/>
<button id="button_search" class="button">Google Search</button>
<button id="button_lucky" class="button"> I'm Feeling Lucky</button>
<a id="commitment" href="#">Our commitments to Black communities and racial equity </a>
</div>
<footer id="footer">
<a style="grid-column: 1/2;" href="/" >Advertising</a>
<a style="grid-column: 2/3;" href="/">Business</a>
<a style="grid-column: 3/5; justify-self: start; margin-left: 10px;" href="/">How Search Works</a>
<a style="grid-column: 5/6; justify-self: end;" href="/">Privacy</a>
<a style="grid-column: 6/7;justify-self: center;" href="/">Terms</a>
<a style="grid-column: 7/8;justify-self: start;" href="/">Settings</a>
</footer>
</div>
</body>
</html>