-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
87 lines (77 loc) · 3.3 KB
/
popup.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="bootstrap.css">
<link rel="stylesheet" type="text/css" href="main.css">
<!-- Material Design fonts -->
<link rel="stylesheet" type="text/css" href="font.css">
</head>
<body>
<div class="header">
<div id="search_header">
<input type="text" class="form-control" id="search" placeholder="Search">
<!--<img src="icons/search.png" id="search_icon" />-->
<button type="submit" id="resetSearch" ; style="margin-right: 50px">
<img src="icons/search.png"></button>
</div>
<img src="icons/file.png" id="learn" />
</div>
<div id="bookmarks">
<p> </p>
<img style="margin-left: 15px; vertical-align:middle; width:30px; height:30px; padding: 0px 0px"
src="icons/Favourites.png">
<div style="margin-left: 10px; vertical-align:middle; display:inline;font-size: 12pt; font-family: Roboto;">
Favorites
</div>
<p> </p>
<img style="margin-left: 15px; vertical-align:middle; width:30px; height:30px; padding: 0px 0px"
src="icons/Youtubevideos.png">
<div style="margin-left: 10px; vertical-align:middle; display:inline;font-size: 12pt; font-family: Roboto;">
Youtube Videos
</div>
<p> </p>
<img style="margin-left: 15px; vertical-align:middle; width:30px; height:30px; padding: 0px 0px"
src="icons/Shopping.png">
<div style="margin-left: 10px; vertical-align:middle; display:inline;font-size: 12pt; font-family: Roboto;">
Shopping
</div>
<p> </p>
<img style="margin-left: 15px; vertical-align:middle; width:30px; height:30px; padding: 0px 0px"
src="icons/education.png">
<div style="margin-left: 10px; vertical-align:middle; display:inline;font-size: 12pt; font-family: Roboto;">
Education
</div>
<p> </p>
<img style="margin-left: 15px; vertical-align:middle; width:30px; height:30px; padding: 0px 0px"
src="icons/social.png">
<div style="margin-left: 10px; vertical-align:middle; display:inline;font-size: 12pt; font-family: Roboto;">
Social Media
</div>
<p> </p>
<img style="margin-left: 15px; vertical-align:middle; width:30px; height:30px; padding: 0px 0px"
src="icons/productivity.png">
<div style="margin-left: 10px; vertical-align:middle; display:inline;font-size: 12pt; font-family: Roboto;">
Productivity
</div>
<p> </p>
<img style="margin-left: 15px; vertical-align:middle; width:30px; height:30px; padding: 0px 0px"
src="icons/food.png">
<div style="margin-left: 10px; vertical-align:middle; display:inline;font-size: 12pt; font-family: Roboto;">
Food
</div>
<p> </p>
<img style="margin-left: 15px; vertical-align:middle; width:30px; height:30px; padding: 0px 0px"
src="icons/vacation.png">
<div class="dropdown">
<a href="popup.html" button class="dropbtn" style="color:#1C2A50"> Vacation </a>
<div class="dropdown-content">
<a href="https://www.expedia.ca/">Expedia</a>
<a href="https://www.trivago.ca/">Trivago</a>
<a href="https://www.booking.com/">Booking</a>
</div>
</div>
</div>
<img style="margin-bottom: 10px; margin-left: 15px; vertical-align:middle; width:30px; height:30px;"
src="icons/chatbox.png">
<a href="chatbox.html" class="button"> Click to chat! </a>
</body>