-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhomepageindex.html
More file actions
59 lines (59 loc) · 1.62 KB
/
homepageindex.html
File metadata and controls
59 lines (59 loc) · 1.62 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
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="googlehp.css"/>
</head>
<body>
<div id="top-nav-bar">
<div id="profile">
<a href="#"><img id="profile-pic" src='http://4.bp.blogspot.com/-6Y8blNYlkdo/UlXn4Xik9-I/AAAAAAAAvfQ/NpqSuXYD8Zg/s1600/profile.png'/></a>
</div>
<div id="bell">
<a href="#"><img src="http://uxrepo.com/static/icon-sets/ionicons/svg/ios7-bell.svg"/></a>
</div>
<div id="menu">
<a href="#"><img src="http://flatfrogblog.com/wp-content/uploads/2014/01/app-launcher-150x150.png"/></a>
</div>
<div class="right">
<a href="#">Images</a>
</div>
<div class="right">
<a href="#">Mail</a>
</div>
<div class="right">
Kevin
</div>
</div>
<div id="logo">
<img src="https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png" style="padding-top:75px" width="272"/>
</div>
<div id="form">
<form action="#" method="GET">
<input type="text" id="searchbar" name="searchbar"/>
<br>
<input type="submit" id="submit" name="regsub" value="Google Search" style="margin:4px;"/>
<input type="submit" id="submit" name="luksub" value="I'm Feeling Lucky" style="margin:4px;"/>
</form>
</div>
<div id="footer">
<div class="bot-right">
<a href="#">Settings</a>
</div>
<div class="bot-right">
<a href="#">Terms</a>
</div>
<div class="bot-right">
<a href="#">Privacy</a>
</div>
<div class="left">
<a href="#">Advertising</a>
</div>
<div class="left">
<a href="#">Business</a>
</div>
<div class="left">
<a href="#">About</a>
</div>
</div>
</body>
</html>