-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (51 loc) · 1.74 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
<head>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
</head>
<body>
<div id="titlebar">
<div id="title-left">
<a id="about" href="#">About</a>
<a href="#">Store</a>
</div>
<div></div>
<div id="title-right">
<a class="grid-item" href="#">Gmail</a>
<a class="grid-item" href="#">Images</a>
<div class="grid-item" id="googleapps">
<div id="googleappsgrid">
<button id="appsbutton"><i class="material-icons">apps</i></button>
</div>
</div>
<button class="grid-item" id=signin>Sign in</button>
</div>
</div>
<div id="logo-form-container">
<div id="logo">
<img src="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png">
</div>
<div id="searchbar">
<form>
<input type="text">
</form>
</div>
<div id="searchbuttons">
<button>Google Search</button>
<button>I'm Feeling Lucky</button>
</div>
</div>
<div id="footerbar">
<div id="footer-left">
<a class="footer-link" href="#">Advertising</a>
<a class="footer-link" href="#">Business</a>
<a class="footer-link" href="#">How Search works</a>
</div>
<div id="footer-center">
</div>
<div id="footer-right">
<a class="footer-link" href="#">Privacy</a>
<a class="footer-link" href="#">Terms</a>
<a class="footer-link" href="#">Settings</a>
</div>
</div>
</body>