-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (27 loc) · 956 Bytes
/
Copy pathindex.html
File metadata and controls
28 lines (27 loc) · 956 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Arish Virani</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<body>
<div id="menu">
<a class="menu-item" href="https://about.google">About</a>
<a class="menu-item" id="store-link" href="https://store.google.com">Store</a>
<a class="menu-item" href="https://gmail.com">Gmail</a>
<a class="menu-item" href="https://www.google.com/imghp?hl=en">Images</a>
<a class="menu-item" href="profile.html">
<img src="images/Arish Virani.png" alt="Profile" id="profile-pic"/>
</a>
</div>
<div id="search">
<img src="images/logo.png" alt="Logo" id="main-logo" />
<br />
<input id="search-bar" placeholder="Search..."/>
<div id="search-button">
<button class="search-button">Google Search</button>
<button class="search-button">I'm Feeling Lucky</button>
</div>
</div>
</body>
</html>