-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
344 lines (300 loc) · 12.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Contributing to Open Source Part I: The Easy Way</title>
<meta name="description" content="Contributing to Open Source Part I: The Easy Way - YouTube">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="./styles/styles.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flexboxgrid/6.3.1/flexboxgrid.min.css"
type="text/css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
</head>
<body>
<header id="header">
<div>
<img class="icon" src="./assets/icon-menu.svg" alt="Open menu">
<img src="./assets/icon-youtube.png" alt="Go to homepage">
</div>
<div id="search">
<div id="search-input">
<input type="text" placeholder="Search">
<button>
<img src="./assets/icon-search.svg" alt="Search for videos">
</button>
</div>
</div>
<div>
<img class="icon" src="./assets/icon-apps.svg" alt="Open Google apps">
<img class="icon" src="./assets/icon-camera.svg" alt="Go live">
<img class="icon" src="./assets/icon-notification.svg" alt="Notifications">
<img class="avatar" src="https://www.thispersondoesnotexist.com/image" alt="Your profile">
</div>
</header>
<main>
<div class="row">
<section id="video-details" class="col-md-8">
<div id="iframe-wrapper">
<iframe src="https://www.youtube.com/embed/V74l_zS1x8E"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div id="meta-info">
<section id="headline">
<h1>Contributing to Open Source Part I: The Easy Way</h1>
<div id="subheadline">
<p><span>60,276 views</span> • <span>Feb 27, 2014</span></p>
<button id="upvote-button">
<img class="icon" src="./assets/icon-thumbs-up.svg" alt="Like the video">
447
</button>
<button id="downvote-button">
<img class="icon" src="./assets/icon-thumbs-down.svg" alt="Dislike the video">
19
</button>
<button id="share-button">
<img class="icon" src="./assets/icon-share.svg" alt="Share this video">
SHARE
</button>
<button id="playlist-button">
<img class="icon" src="./assets/icon-playlist.svg" alt="Save to playlist">
SAVE
</button>
</div>
</section>
<section id="description">
<img class="avatar" src="https://www.thispersondoesnotexist.com/image"
alt="Visit channel of The Odin Project">
<div id="text">
<h3>The Odin Project</h3>
<h4>1.02K subscribers</h4>
<p>How do you contribute to open source? In this video, I"ll describe the easiest way to make a simple
contribution to an open source project -- without using the command line, a text editor, "forking a
repo",
or even touching Git outside of Github. I"ll also describe what kinds of contributions open </p>
<button id="show-more-cta">SHOW MORE</button>
</div>
<button id="subscribe-cta">SUBSCRIBE</button>
</section>
</div>
<section>
<div id="he">
<h2>COMMENTS:</h2>
</div>
<div class="comments">
<div class="submit-comment">
<div class="avatar-container">
<img class="avatar" src="https://www.thispersondoesnotexist.com/image" alt="">
</div>
<div class="comment-form-container">
<input type="text" name="Comment" value="Add a public comment..." class="comment-form">
</div>
</div>
<div class="comment">
<div class="avatar-container">
<img class="avatar" src="https://www.thispersondoesnotexist.com/image" alt="">
</div>
<div class="commentBody">
<div class="commentSection">
<p class='commentAuthorName'>Andreas Galster</p>
<p class='commentMessage'>Hey this was really good. I like it and i have a query. for developing a new
algorithm, I am asked to
go to GitHub and check for existing algorithms to avoid duplicating. How do I do that? Thank You.
</p>
</div>
<div class="commentIcons">
<img class="commentIcon" src="./assets/icon-thumbs-up.svg" alt="">
<img class="commentIcon" src="./assets/icon-thumbs-down.svg" alt="">
Reply
</div>
</div>
</div>
<div class="comment">
<div class="avatar-container">
<img class="avatar" src="https://www.thispersondoesnotexist.com/image" alt="">
</div>
<div class="commentBody">
<div class="commentSection">
<p class='commentAuthorName'>Mohammed Naqhid</p>
<p class='commentMessage'>Please upload all devOps stages tools video..
How can work on different tools. Please make java video absolute beginner's in hindi please</p>
</div>
<div class="commentIcons">
<img class="commentIcon" src="./assets/icon-thumbs-up.svg" alt="">
<img class="commentIcon" src="./assets/icon-thumbs-down.svg" alt="">
Reply
</div>
</div>
</div>
</div>
</section>
</section>
<section id="sidebar" class="col-md-4">
<div id="sidebar-highlight-item">
<div id="sidebar-highlight-heading">
<div id="autoplay">
<h2>Up next</h2>
<p>AUTOPLAY</p>
<div class="content">
<label class="switch">
<input type="checkbox">
<span class="slider round"></span>
</label>
</div>
</div>
</div>
<a class="sidebar-item" href="https://www.youtube.com/watch?v=8TnBZ8rom9c">
<div class="row">
<div class="col-md-6">
<div class="img-wrapper">
<p class="time">8:13</p>
<img
src="https://i.ytimg.com/vi/sHakt8NGNIQ/hq720.jpg?sqp=-oaymwEZCNAFEJQDSFXyq4qpAwsIARUAAIhCGAFwAQ==&rs=AOn4CLB3lTQASnHRIy76nfkWRDxF76jPZw"
alt="Your First GitHub Pull Request (in 10 Mins)">
</div>
</div>
<div class="col-md-6">
<h2>Angular Tutorial for Beginners: Learn Angular & TypeScript</h2>
<h3>Programming with Morsh</h3>
<h4>1.8M views • 3 years ago</h4>
</div>
</div>
</a>
</div>
<hr>
<a class="sidebar-item" href="https://www.youtube.com/watch?v=w3jLJU7DT5E">
<div class="row">
<div class="col-md-6">
<div class="img-wrapper">
<p class="time">8:13</p>
<img
src="https://i.ytimg.com/vi/elshZ5pP5dY/hq720.jpg?sqp=-oaymwEZCNAFEJQDSFXyq4qpAwsIARUAAIhCGAFwAQ==&rs=AOn4CLCXzn8WJqLPjpK2w5GDfW7Weg7xXQ"
alt="Your First GitHub Pull Request (in 10 Mins)">
</div>
</div>
<div class="col-md-6">
<h2>What is GitHub?</h2>
<h3>GIthub</h3>
<h4>970k views • 3 years ago</h4>
</div>
</div>
</a>
<br>
<br>
<a class="sidebar-item" href="https://www.youtube.com/watch?v=nu5mdN2JIwM">
<div class="row">
<div class="col-md-6">
<div class="img-wrapper">
<p class="time">8:13</p>
<img
src="https://i.ytimg.com/vi/nKpUCRvKzNY/hq720.jpg?sqp=-oaymwEZCNAFEJQDSFXyq4qpAwsIARUAAIhCGAFwAQ==&rs=AOn4CLDwEyUchJ6bY01o9wKKloDELueW3w"
alt="Your First GitHub Pull Request (in 10 Mins)">
</div>
</div>
<div class="col-md-6">
<h2>Sass Crash Course</h2>
<h3>Traversy Media</h3>
<h4>1k views • 6 months ago</h4>
</div>
</div>
</a>
<br>
<br>
<a class="sidebar-item" href="https://www.youtube.com/watch?v=8TnBZ8rom9c">
<div class="row">
<div class="col-md-6">
<div class="img-wrapper">
<p class="time">8:13</p>
<img
src="https://i.ytimg.com/vi/sHakt8NGNIQ/hq720.jpg?sqp=-oaymwEZCNAFEJQDSFXyq4qpAwsIARUAAIhCGAFwAQ==&rs=AOn4CLB3lTQASnHRIy76nfkWRDxF76jPZw"
alt="Your First GitHub Pull Request (in 10 Mins)">
</div>
</div>
<div class="col-md-6">
<h2>Angular Tutorial for Beginners: Learn Angular & TypeScript</h2>
<h3>Programming with Morsh</h3>
<h4>1.8M views • 3 years ago</h4>
</div>
</div>
</a>
<br>
<br>
<a class="sidebar-item" href="https://www.youtube.com/watch?v=nu5mdN2JIwM">
<div class="row">
<div class="col-md-6">
<div class="img-wrapper">
<p class="time">8:13</p>
<img
src="https://i.ytimg.com/vi/nKpUCRvKzNY/hq720.jpg?sqp=-oaymwEZCNAFEJQDSFXyq4qpAwsIARUAAIhCGAFwAQ==&rs=AOn4CLDwEyUchJ6bY01o9wKKloDELueW3w"
alt="Your First GitHub Pull Request (in 10 Mins)">
</div>
</div>
<div class="col-md-6">
<h2>Sass Crash Course</h2>
<h3>Traversy Media</h3>
<h4>1k views • 6 months ago</h4>
</div>
</div>
</a>
<br>
<br>
<a class="sidebar-item" href="https://www.youtube.com/watch?v=8TnBZ8rom9c">
<div class="row">
<div class="col-md-6">
<div class="img-wrapper">
<p class="time">8:13</p>
<img
src="https://i.ytimg.com/vi/sHakt8NGNIQ/hq720.jpg?sqp=-oaymwEZCNAFEJQDSFXyq4qpAwsIARUAAIhCGAFwAQ==&rs=AOn4CLB3lTQASnHRIy76nfkWRDxF76jPZw"
alt="Your First GitHub Pull Request (in 10 Mins)">
</div>
</div>
<div class="col-md-6">
<h2>Angular Tutorial for Beginners: Learn Angular & TypeScript</h2>
<h3>Programming with Morsh</h3>
<h4>1.8M views • 3 years ago</h4>
</div>
</div>
</a>
<br>
<br>
<a class="sidebar-item" href="https://www.youtube.com/watch?v=nu5mdN2JIwM">
<div class="row">
<div class="col-md-6">
<div class="img-wrapper">
<p class="time">8:13</p>
<img
src="https://i.ytimg.com/vi/nKpUCRvKzNY/hq720.jpg?sqp=-oaymwEZCNAFEJQDSFXyq4qpAwsIARUAAIhCGAFwAQ==&rs=AOn4CLDwEyUchJ6bY01o9wKKloDELueW3w"
alt="Your First GitHub Pull Request (in 10 Mins)">
</div>
</div>
<div class="col-md-6">
<h2>Sass Crash Course</h2>
<h3>Traversy Media</h3>
<h4>1k views • 6 months ago</h4>
</div>
</div>
</a>
<br>
<br>
<a class="sidebar-item" href="https://www.youtube.com/watch?v=8TnBZ8rom9c">
<div class="row">
<div class="col-md-6">
<div class="img-wrapper">
<p class="time">8:13</p>
<img
src="https://i.ytimg.com/vi/sHakt8NGNIQ/hq720.jpg?sqp=-oaymwEZCNAFEJQDSFXyq4qpAwsIARUAAIhCGAFwAQ==&rs=AOn4CLB3lTQASnHRIy76nfkWRDxF76jPZw"
alt="Your First GitHub Pull Request (in 10 Mins)">
</div>
</div>
<div class="col-md-6">
<h2>Angular Tutorial for Beginners: Learn Angular & TypeScript</h2>
<h3>Programming with Morsh</h3>
<h4>1.8M views • 3 years ago</h4>
</div>
</div>
</a>
</section>
</div>
</main>
</body>
</html>