-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (73 loc) · 2.18 KB
/
Copy pathindex.html
File metadata and controls
76 lines (73 loc) · 2.18 KB
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
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang = 'en'>
<head>
<link rel='shortcut icon' href="favicon.ico">
<meta charset="utf-8">
<meta name = "description" content="Codify Academy's Google Replication">
<meta name = "keywords" content="Codify Academy's Google Replication">
<meta name="author" content="Angel Hernandez">
<title>"Google Replica"</title>
<script src="https://use.fontawesome.com/9a77ea3aef.js"></script>
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<ul class ="top-navigation">
<li>
<a href="https://www.google.com/">+Angel</a>
</li>
<li>
<a href="https://mail.google.com/mail/?tab=wm">Mail</a>
</li>
<li>
<a href="https://www.google.com/imghp?hl=en&tab=wi&ei=jtezVc6XNcq2ed_doeAL&ved=0CBQQqi4oAQ">Images</a>
</li>
<li>
<div class="fa fa-th"></div>
</li>
<li>
<div class="fa fa-bell-o"></div>
</li>
<li>
<span class="share-button">Share</span>
</li>
<li>
<img class="profile-img" src="img/Angel.png">
</li>
</ul>
<div class="search-box">
<img src="img/google.png">
<input type="text" autofocus placeholder="Search Google or type a URL">
<div class="search-buttons">
<button>Google Search</button>
<button>I'm Feeling Lucky</button>
</div>
</div>
<!-- Bottom Section - Site Links -->
<div class="bottom-site-links">
<!-- Bottom Left Links -->
<ul class="left-site-links">
<li>
<a href="https://www.google.com/intl/en/ads/?fg=1">Advertising</a>
</li>
<li>
<a href="https://www.google.com/services/?fg=1">Business</a>
</li>
<li>
<a href="https://www.google.com/intl/en/about.html?fg=1">About</a>
</li>
</ul>
<!-- Bottom Right Links -->
<ul class="right-site-links">
<li>
<a href="https://www.google.com/intl/en/policies/privacy/?fg=1">Privacy</a>
</li>
<li>
<a href="https://www.google.com/intl/en/policies/terms/?fg=1">Terms</a>
</li>
<li>
<a href="https://www.google.com/preferences?hl=en">Settings</a>
</li>
</ul>
</div>
</body>
</html>