Skip to content

Commit a5e5c3a

Browse files
Add videos
1 parent 070d07e commit a5e5c3a

1 file changed

Lines changed: 30 additions & 1 deletion

File tree

index.html

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,34 @@ <h1>Образование спасет мир!</h1>
1313
<p><a href="https://mybook.ru/tags/sovremennoe-obrazovanie/">Современное образование</a>Книги в mybook</p>
1414
<p><a href="https://newtonew.com/book/most-influential-education-books">10 самых влиятельных книг об образовании</a>
1515
От Руссо до Иллича: десять книг, которые сформировали современную педагогику и определили, что мы думаем об образовании сегодня.</p>
16-
</body>
16+
17+
<style>
18+
.video-list {
19+
display: flex;
20+
flex-wrap: wrap;
21+
}
22+
23+
</style>
24+
25+
<div class="video-list">
26+
27+
<div class="video-item">
28+
<iframe width="560" height="315" src="https://www.youtube.com/embed/yKWrP42ySUw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
29+
</div>
30+
31+
<div class="video-item">
32+
<iframe width="560" height="315" src="https://www.youtube.com/embed/p-Z-hrZx3UQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
33+
</div>
34+
35+
<div class="video-item">
36+
<iframe width="560" height="315" src="https://www.youtube.com/embed/n13hg-zFeyA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
37+
</div>
38+
39+
<div class="video-item">
40+
<iframe width="560" height="315" src="https://www.youtube.com/embed/a-bkQtKgD04" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
41+
</div>
42+
43+
</div>
44+
45+
</body>
1746
</html>

0 commit comments

Comments
 (0)