-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (48 loc) · 2.19 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<meta charset="UTF-8">
</head>
<body>
<div id="page-container">
<div id="content-wrap">
<header>
<nav>
<a style= "float:left" class="buttons" href="#">About</a>
<a style= "float:left" class="buttons" href="#">Store</a>
<a target="_blank" href="https://github.com/jmcn99"><img style="float: right" id="github" src="github-icon-4.jpg" alt="Profile Picture"></a>
<span id="apps" style="float: right" class="material-icons">apps</span>
<a style="float: right" class="buttons" href="#">Images</a>
<a style="float: right" class="buttons" href="#">Gmail</a>
</nav>
</header>
<main>
<div class="logo">
<img class="googleimg" src="googlelogo.png">
</div>
<div class="search-container">
<div class="search">
<span id="search-icon" class="material-icons">search</span>
<input type="text" class="input" >
<div class="outline"></div>
</div>
</div>
<div class="bottom-buttons-container">
<a href="#" class="bottom-buttons">Google Search</a>
<a href="#" class="bottom-buttons">I'm Feeling Lucky</a>
</div>
</main>
</div>
<footer id="footer">
<a class="footer-button" style="float: left" href="#">Advertising</a>
<a class="footer-button" style="float: left" href="#">Business</a>
<a class="footer-button" style="float: left" href="#">How Search Works</a>
<a class="footer-button" style="float: right" href="#">Privacy</a>
<a class="footer-button" style="float: right" href="#">Terms</a>
<a class="footer-button" style="float: right" href="#">Settings</a>
</footer>
</div>
</body>
</html>