-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
346 lines (338 loc) · 17.3 KB
/
index.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
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
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Lyrad Digital</title>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" />
<link rel="stylesheet" type="text/css" media="screen" href="css/video.css" />
<script src="./main.js" type="text/javascript" async></script>
</head>
<body>
<header>
<a href="#">
<img src="images/icons/site-logo.svg" alt="Lyrad Digital">
</a>
<h1>Lyrad Digital</h1>
<img id="search-videos-icon" src="images/icons/search.svg" alt="Search Videos">
<img id="settings-icon" src="/images/icons/menu.svg" alt="Menu">
</header>
<main>
<div id="video-thumbnail">
<img src="/images/videos/main-video.png" alt="video thumbnail">
</div>
<section id="video-details">
<header>
<h2>How to film your own course</h2>
<div id="video-views-count">233 views</div>
</header>
<div id="social-container">
<div class="social-item active">
<img src="/images/icons/thumbs-up-blue.svg " alt="Thumbs Up">
<p class="social-item-title">9</p>
</div>
<div class="social-item">
<img src="/images/icons/thumbs-down-default.svg " alt="Thumbs Down">
<p class="social-item-title">0</p>
</div>
<div class="social-item">
<img src="/images/icons/share-default.svg " alt="Share">
<p class="social-item-title">Share</p>
</div>
<div class="social-item">
<img src="/images/icons/save-default.svg " alt="Save">
<p class="social-item-title">Save</p>
</div>
<div class="social-item">
<img src="/images/icons/report-default.svg " alt="Report">
<p class="social-item-title">Report</p>
</div>
</div>
<!-- channel details -->
<div class="" id="channel-details">
<a href="#">
<img src="/images/profiles/how-to-anything.png" alt="Channel name">
<div id="channel-metadata">
<h3>How To Anything</h3>
<div id="channel-subscriber-count">2k subscribers</div>
</div>
</a>
<button><img src="./images/icons/site-logo-blue.svg">Connect</button>
</div>
</section>
<!-- related videos -->
<aside id="related-videos">
<header>
<div>Up next</div>
<div>Autoplay</div>
<button>
<span class="autoplay-slider"></span>
<span class="autoplay-slider-toggle-button"></span>
</button>
</header>
<ul>
<li>
<a href="#" title="Why I laugh at most CEOs">
<article>
<img src="./images/videos/try-not-to-laugh.png" alt="Why I laugh at most CEOs">
<h4>Why I laugh at most CEOs</h4>
<p>It's me</p>
<p>221 views</p>
</article>
</a>
</li>
<li>
<a href="#" title="Lets learn Bootstrap">
<article>
<img src="images/videos/lets-learn-bootstrap.png" alt="Lets learn Bootstrap" />
<h4>Lets learn Bootstrap</h4>
<p>The UI Legend</p>
<p>1K views</p>
</article>
</a>
</li>
<li>
<a href="#" title="Who to set up this flashy desktop environment, and how to do it cheaply.">
<article>
<img src="images/videos/build-desktop-environment.png"
alt="Who to set up this flashy desktop environment, and how to do it cheaply." />
<h4>Who to set up this flashy desktop environment, and how to do it cheaply.</h4>
<p>How To Anything</p>
<p>41K views</p>
</article>
</a>
</li>
<li>
<a href="#" title="Best programs for tree shaking and minify your javascript code">
<article>
<img src="images/videos/minify-javascript.png"
alt="Best programs for tree shaking and minify your javascript code" />
<h4>Best programs for tree shaking and minify your javascript code</h4>
<p>How To Anything</p>
<p>2K views</p>
</article>
</a>
</li>
<li>
<a href="#" title="Why I think learning Python in 2019 is important">
<article>
<img src="images/videos/learning-python.png"
alt="Why I think learning Python in 2019 is important" />
<h4>Why I think learning Python in 2019 is important</h4>
<p>DevOps Guru</p>
<p>25K views</p>
</article>
</a>
</li>
<li>
<a href="#" title="Why writing blogs can help your career">
<article>
<img src="images/videos/writing-blogs.png" alt="Why writing blogs can help your career" />
<h4>Why writing blogs can help your career</h4>
<p>Advice Girl</p>
<p>96K views</p>
</article>
</a>
</li>
<li>
<a href="#" title="Best way to edit your own videos">
<article>
<img src="images/videos/edit-videos.png" alt="Best way to edit your own videos" />
<h4>Best way to edit your own videos</h4>
<p>How To Anything</p>
<p>255K views</p>
</article>
</a>
</li>
<li>
<a href="#" title="Good business starts with good clients">
<article>
<img src="images/videos/good-clients.png" alt="Good business starts with good clients" />
<h4>Good business starts with good clients</h4>
<p>Advice Girl</p>
<p>66K views</p>
</article>
</a>
</li>
<li>
<a href="#" title="Planning an Agile Project">
<article>
<img src="images/videos/agile-planning.png" alt="Planning an Agile Project" />
<h4>Planning an Agile Project</h4>
<p>Advice Girl</p>
<p>604K views</p>
</article>
</a>
</li>
<li>
<a href="#" title="Don't forget about CSS">
<article>
<img src="images/videos/dont-forget-css.png" alt="Don't forget about CSS" />
<h4>Don't forget about CSS</h4>
<p>How To Anything</p>
<p>34 views</p>
</article>
</a>
</li>
<li>
<a href="#" title="Learning from Greenfield projects">
<article>
<img src="images/videos/new-project-learning.png" alt="Learning from Greenfield projects" />
<h4>Learning from Greenfield projects</h4>
<p>How To Anything</p>
<p>77K views</p>
</article>
</a>
</li>
<li>
<a href="#" title="Don't forget to map out your ideas">
<article>
<img src="images/videos/mapping-out-ideas.png" alt="Don't forget to map out your ideas" />
<h4>Don't forget to map out your ideas</h4>
<p>How To Anything</p>
<p>2.5K views</p>
</article>
</a>
</li>
</ul>
</aside>
<!-- comments section -->
<section id="video-comments">
<header>
<h2>Comments · 3</h2>
<img src="/images/icons/down-tick.svg" alt="Show comments" id="comment-downtick">
<img src="/images/icons/up-tick.svg" alt="Show comments" id="comment-uptick">
</header>
<div id="comment-list-container">
<div id="comment-form">
<img src="/images/profiles/kim.jpeg" alt="Kim">
<textarea placeholder="Add a public comment" id="" cols="30" rows="10"></textarea>
</div>
<div id="comment-list">
<div class="comment my-comment">
<img src="/images/profiles/how-to-anything.png" alt="How to Anything">
<a href="#" title="How to anything">
<span>How to Anything</span>
</a>
<p>Do not hestitate to let me know what you think of my video. Thanks.</p>
<div class="comment-statistics">
<p>1 week ago</p>
<p class="comment-status-separator">·</p>
<p>301</p>
<img src="/images/icons/thumbs-up-default.svg" alt="Thumbs Up">
<img src="/images/icons/thumbs-down-default.svg" alt="Thumbs Down">
</div>
</div>
<div class="comment">
<img src="images/profiles/kim.jpeg" alt="Kim O'Neil" />
<a href="#" title="Kim O'Neil">
<span>Kim O'Neil</span>
</a>
<p>Very interesting video. Thank you.</p>
<div class="comment-statistics">
<p>1 day ago</p>
<p class="comment-status-separator">·</p>
<p>3</p>
<img src="images/icons/thumbs-up-default.svg" alt="Thumbs Up" />
<img src="images/icons/thumbs-down-default.svg" alt="Thumbs Down" />
</div>
<div class="see-response-container">
<button><span>See responses</span></button>
</div>
<div class="response-list">
<div class="response comment">
<img src="images/profiles/stan.jpeg" alt="Stan George" />
<a href="#" title="Stan George">
<span>Stan George</span>
</a>
<p>Good you understood something, cause I didn't.</p>
<div class="comment-statistics">
<p>3 hours ago</p>
<p class="comment-status-separator">·</p>
<p>0</p>
<img src="images/icons/thumbs-up-default.svg" alt="Thumbs Up" />
<img src="images/icons/thumbs-down-default.svg" alt="Thumbs Down" />
</div>
</div>
</div>
</div>
<div class="comment">
<img src="images/profiles/douglas.png" alt="Douglas Johannasen" />
<a href="#" title="Douglas Johannasen">
<span>Douglas Johannasen</span>
</a>
<p>I think doing what is in this video is expensive. Any cheaper way?</p>
<div class="comment-statistics">
<p>20 minutes ago</p>
<p class="comment-status-separator">·</p>
<p>0</p>
<img src="images/icons/thumbs-up-default.svg" alt="Thumbs Up" />
<img src="images/icons/thumbs-down-default.svg" alt="Thumbs Down" />
</div>
<div class="see-response-container">
<button>
<span>See responses</span>
</button>
</div>
<div class="response-list">
<div class="response comment my-comment">
<img src="images/profiles/how-to-anything.png" alt="How To Anything" />
<a href="#" title="How To Anything">
<span>How To Anything</span>
</a>
<p>
This is the cheapest way I can see to do it. I think if you go any
cheaper than this you risk having poor quality. If you can't afford everything
right now, maybe start working on a bunch of things you want to talk about, and
save up. Then when you are ready to buy the equipment, you will have a bunch of
material, and you can just start recording immediately. Just a thought :).
</p>
<div class="comment-statistics">
<p>10 minutes ago</p>
<p class="comment-status-separator">·</p>
<p>2</p>
<img src="images/icons/thumbs-up-default.svg" alt="Thumbs Up" />
<img src="images/icons/thumbs-down-default.svg" alt="Thumbs Down" />
</div>
</div>
<div class="response comment">
<img src="images/profiles/douglas.png" alt="Douglas Johannasen" />
<a href="#" title="Douglas Johannasen">
<span>Douglas Johannasen</span>
</a>
<p>
Yeah I understand what you are saying, was just hoping to start
it sooner, but never mind.
</p>
<div class="comment-statistics">
<p>6 minutes ago</p>
<p class="comment-status-separator">·</p>
<p>1</p>
<img src="images/icons/thumbs-up-default.svg" alt="Thumbs Up" />
<img src="images/icons/thumbs-down-default.svg" alt="Thumbs Down" />
</div>
</div>
<div class="response comment my-comment">
<img src="images/profiles/how-to-anything.png" alt="How To Anything" />
<a href="#" title="How To Anything">
<span>How To Anything</span>
</a>
<p>
Good luck with everything. Wish you all the best.
</p>
<div class="comment-statistics">
<p>Less than a minute ago</p>
<p class="comment-status-separator">·</p>
<p>1</p>
<img src="images/icons/thumbs-up-default.svg" alt="Thumbs Up" />
<img src="images/icons/thumbs-down-default.svg" alt="Thumbs Down" />
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
</body>
</html>