-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathresults.html
More file actions
280 lines (222 loc) · 11.9 KB
/
results.html
File metadata and controls
280 lines (222 loc) · 11.9 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- TITLE-->
<title>WatchNext</title>
<!-- LINK TO BULMA CDN-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.1/css/bulma.min.css">
<!-- LINK TO LOCAL STYLESHEET-->
<link rel="stylesheet" href="./assets/css/style.css">
<!-- LINK TO GOOGLE FONTS-->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet">
</head>
<body>
<header>
<!-- HEADER CONTENT CONTAINER -->
<div class="container">
<div class="columns">
<!-- ANIMATED ICON -->
<div class="column is-one-quarter" id="logo_hype_container" class="HYPE_document"
style="margin-top:20px;margin-right:60px;position:relative;width:161px;height:31px;overflow:hidden;">
</div>
<!-- FORM -->
<div class="column is-three-quarters">
<form>
<!-- INPUT -->
<input type="text" required id="search-term"
placeholder="Search for movies, shows, people, channel">
<!-- SUBMIT BUTTON -->
<button><i class="fas fa-search"></i></button>
</form>
</div>
</div>
</div>
</header>
<!-- CONTAINER FOR DISPLAYING SEARCH REFINERS AND RESULTS -->
<div class="container">
<div class="columns">
<!-- SEARCH REFINERS -->
<div class="column is-one-quarter">
<div class="left-rail">
<!-- HEADER -->
<h4 class="left-rail-header">Refine search</h4>
<!-- REFINER LIST GROUP-->
<ul class="ul-filters" id="streaming-service">Streaming service
<!-- REFINER LIST ITEM AND CHECKBOX-->
<li class="li-filters"><label class="custom-box">Netflix
<input type="checkbox" checked="checked">
<span class="checkmark"></span>
</label></li>
<!-- REFINER LIST ITEM AND CHECKBOX-->
<li class="li-filters"><label class="custom-box">Amazon Prime Video
<input type="checkbox" checked="checked">
<span class="checkmark"></span>
</label></li>
<!-- REFINER LIST ITEM AND CHECKBOX-->
<li class="li-filters"><label class="custom-box">Hulu
<input type="checkbox">
<span class="checkmark"></span>
</label></li>
<!-- REFINER LIST ITEM AND CHECKBOX-->
<li class="li-filters"><label class="custom-box">HBO
<input type="checkbox">
<span class="checkmark"></span>
</label></li>
</ul>
<!-- REFINER LIST GROUP-->
<ul class="ul-filters" id="subscription-type">Subscription type
<!-- REFINER LIST ITEM AND CHECKBOX-->
<li class="li-filters"><label class="custom-box">Free
<input type="checkbox" checked="checked">
<span class="checkmark"></span>
</label></li>
<!-- REFINER LIST ITEM AND CHECKBOX-->
<li class="li-filters"><label class="custom-box">Paid
<input type="checkbox" checked="checked">
<span class="checkmark"></span>
</label></li>
</ul>
</div>
</div>
<!-- SEARCH RESULTS CONTAINER-->
<div class="column is-three-quarters">
<!-- SEARCH RESULTS TITLE AND NUMBER-->
<h1 class="search-result-text" id="result-information">3 results for <span style="color: white; font-weight: 700;">The Matrix
Reloaded</span></h1>
<!-- SEARCH RESULTS CARD-->
<div class="search-cards" id="result-item">
<div class="inner-layout">
<!-- RESULT NAME AND YEAR OF RELEASE-->
<h2 class="search-card-header">The Matrix Reloaded (2003)</h2>
<!-- RESULT DESCRIPTION-->
<p class="search-card-description">Freedom fighters Neo (Keanu Reeves), Trinity (Carrie-Anne
Moss) and Morpheus (Laurence Fishburne) continue to lead the revolt against the Machine
Army...</p>
<!-- TAG LIST ACTORS-->
<ul id="tags" style="padding-bottom: 28px;">
<p style="color: white;">Actors</p>
<li id="tags">Keanu Reeves</li>
<li id="tags">Lawrence Fishburne</li>
<li id="tags">Carrie-Anne Moss</li>
<li id="tags">Jada Pinkett Smith</li>
<li id="tags">Hugo Weaving</li>
<li id="tags">Neil Patrick Harris</li>
</ul>
<!-- TAG LIST DIRECTOR & PRODUCER-->
<ul id="tags" style="padding-bottom: 28px;">
<p style="color: white;">Created by</p>
<li id="tags">The Wachowskis</li>
<li id="tags">Joel Silver</li>
</ul>
<!-- ACTIONS-->
<button class="button-primary">Watch on</button>
<button class="button-secondary">Watchlist <i class="fas fa-plus"></i></button>
</div>
<!-- EMBED YOUTUBE VIDEO PLAYER-->
<div class="search-card-video">
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/zmYE3tg26Qc">
</iframe>
</div>
</div>
<!-- SEARCH RESULTS CARD-->
<div class="search-cards">
<div class="inner-layout">
<!-- RESULT NAME AND YEAR OF RELEASE-->
<h2 class="search-card-header">The Matrix (1999)</h2>
<!-- RESULT DESCRIPTION-->
<p class="search-card-description">Neo (Keanu Reeves) believes that Morpheus (Laurence
Fishburne), an elusive figure considered to be the most dangerous man alive, can answer his
question...</p>
<!-- TAG LIST ACTORS-->
<ul id="tags" style="padding-bottom: 28px;">
<p style="color: white;">Actors</p>
<li id="tags">Keanu Reeves</li>
<li id="tags">Lawrence Fishburne</li>
<li id="tags">Carrie-Anne Moss</li>
<li id="tags">Jada Pinkett Smith</li>
<li id="tags">Hugo Weaving</li>
<li id="tags">Neil Patrick Harris</li>
</ul>
<!-- TAG LIST DIRECTOR & PRODUCER-->
<ul id="tags" style="padding-bottom: 28px;">
<p style="color: white;">Created by</p>
<li id="tags">The Wachowskis</li>
<li id="tags">Joel Silver</li>
</ul>
<!-- ACTIONS-->
<button class="button-primary">Watch on</button>
<button class="button-secondary">Watchlist <i class="fas fa-plus"></i></button>
</div>
<!-- EMBED YOUTUBE VIDEO PLAYER-->
<div class="search-card-video">
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/tGgCqGm_6Hs">
</iframe>
</div>
</div>
<!-- SEARCH RESULTS CARD-->
<div class="search-cards">
<div class="inner-layout">
<!-- RESULT NAME AND YEAR OF RELEASE-->
<h2 class="search-card-header">The Matrix Revolutions (2003)</h2>
<!-- RESULT DESCRIPTION-->
<p class="search-card-description">In a dystopia overrun by robots, Neo (Keanu Reeves),
mankind's greatest hope, is trapped in a limbo world. Meanwhile, the majority of the
planet's population...</p>
<!-- TAG LIST ACTORS-->
<ul id="tags" style="padding-bottom: 28px;">
<p style="color: white;">Actors</p>
<li id="tags">Keanu Reeves</li>
<li id="tags">Lawrence Fishburne</li>
<li id="tags">Carrie-Anne Moss</li>
<li id="tags">Jada Pinkett Smith</li>
<li id="tags">Hugo Weaving</li>
<li id="tags">Neil Patrick Harris</li>
</ul>
<!-- TAG LIST DIRECTOR & PRODUCER-->
<ul id="tags" style="padding-bottom: 28px;">
<p style="color: white;">Created by</p>
<li id="tags">The Wachowskis</li>
<li id="tags">Joel Silver</li>
</ul>
<!-- ACTIONS-->
<button class="button-primary">Watch on</button>
<button class="button-secondary">Watchlist <i class="fas fa-plus"></i></button>
</div>
<!-- EMBED YOUTUBE VIDEO PLAYER-->
<div class="search-card-video">
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/NhoaoTZJSX4">
</iframe>
</div>
</div>
</div>
</div>
</div>
<!-- SEARCH RESULTS CONTAINER-->
<div class="column is-full">
<!-- SEARCH RESULTS TITLE AND NUMBER-->
<div class="columns">
<div class="column is-2" >
<button class="button-secondary" style="margin-top:40px; width: 100%;"><i class="fas fa-arrow-left" style="padding-right: 12px;"></i> Back</button>
</div>
<div class="column is-10">
<h1 class="search-result-text" id="result-information">3 results for <span
style="color: white; font-weight: 700;">The Matrix
Reloaded</span></h1>
</div>
</div>
<!-- LINK TO JQUERY CDN-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- LINK TO LOCAL JS-->
<script src="script.js"></script>
<!-- LINK TO FONT AWESOME CDN-->
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<!-- LINK TO LOCAL JS ANIMATION FILE FOR LOGO-->
<script type="text/javascript" charset="utf-8"
src="./assets/Logo.hyperesources/logo_hype_generated_script.js?89071"></script>
</body>
</html>