Skip to content

Commit 71aaa37

Browse files
committed
added second row for videos
1 parent 325e564 commit 71aaa37

File tree

1 file changed

+48
-1
lines changed

1 file changed

+48
-1
lines changed

index.html

+48-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ <h3>Node.js</h3>
221221
<h2 class="h2-videos mt-3">Videos</h2>
222222
</div>
223223
<div class="container-fluid">
224-
<div class="row">
224+
<div class="row p-1">
225225
<!-- Video 1 -->
226226
<div class="col-sm-4">
227227
<div class="embed-responsive embed-responsive-16by9">
@@ -268,6 +268,53 @@ <h2 class="h2-videos mt-3">Videos</h2>
268268
</div>
269269
</div>
270270
</div>
271+
<div class="row p-1">
272+
<!-- Video 4 -->
273+
<div class="col-sm-4">
274+
<div class="embed-responsive embed-responsive-16by9">
275+
<iframe
276+
class="embed-responsive-item"
277+
width="560"
278+
height="315"
279+
src="https://www.youtube-nocookie.com/embed/30AVllW8TIA?controls=0"
280+
title="YouTube video player"
281+
frameborder="0"
282+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
283+
allowfullscreen
284+
></iframe>
285+
</div>
286+
</div>
287+
<!-- Video 5 -->
288+
<div class="col-sm-4">
289+
<div class="embed-responsive embed-responsive-16by9">
290+
<iframe
291+
class="embed-responsive-item"
292+
width="560"
293+
height="315"
294+
src="https://www.youtube-nocookie.com/embed/30AVllW8TIA?controls=0"
295+
title="YouTube video player"
296+
frameborder="0"
297+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
298+
allowfullscreen
299+
></iframe>
300+
</div>
301+
</div>
302+
<!-- Video 6 -->
303+
<div class="col-sm-4">
304+
<div class="embed-responsive embed-responsive-16by9">
305+
<iframe
306+
class="embed-responsive-item"
307+
width="560"
308+
height="315"
309+
src="https://www.youtube-nocookie.com/embed/30AVllW8TIA?controls=0"
310+
title="YouTube video player"
311+
frameborder="0"
312+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
313+
allowfullscreen
314+
></iframe>
315+
</div>
316+
</div>
317+
</div>
271318
</div>
272319
</div>
273320
</section>

0 commit comments

Comments
 (0)