-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (104 loc) · 5.4 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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BS.PC - канал о технологиях</title>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@500&family=Roboto:wght@400;500;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/0.6.0/modern-normalize.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css"/>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<header>
<div class="container">
<nav class="header-navigation">
<a href="https://www.youtube.com/channel/UCeSsJnKEVHf43IzAB4KBo6A" class="main-logo">BS.<span class="main-logo-last"> PC</span></a>
<ul class="social-links pages">
<li class="pages-links">
<a href="#" class="title current">Главная</a>
</li>
<li class="pages-links">
<a href="details.html" class="title">Детальнее</a>
</li>
</ul>
<ul class="social-links">
<li class="header">
<a href="https://www.instagram.com/bluescreen_pc/" class="header-link">
<svg class="item-icon instagram">
<use href="./images/sprite.svg#icon-instagram"></use>
</svg>
Instagram
</a>
</li>
<li class="header">
<a href="https://www.youtube.com/channel/UCeSsJnKEVHf43IzAB4KBo6A" class="header-link">
<svg class="item-icon youtube">
<use href="./images/sprite.svg#icon-iconmonstr-youtube-6"></use>
</svg>
YouTube
</a>
</li>
</ul>
</nav>
</div>
</header>
<main>
<section class="container">
<img src="./images/photo5291745548484848565.jpg" alt="Логотип канала">
</section>
<section class="content container">
<h1 class="hero-main animate__heartBeat">Канал о технологиях</h1>
</section>
<section class="definition container">
<div class="video-definition">
<div class="video-content">
<h2 class="trailer">Трейлер канала</h2>
<p>Только качественный техно-контент</p>
</div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/PR0XWrA3B94" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen class="trailer"></iframe>
</div>
<h2 class="definition-title">
Тебя ждут:
</h2>
<ul class="description">
<div>
<li>Компьютеры (ПК)</li>
<li>Ноутбуки</li>
</div>
<div>
<li>Планшетные ПК</li>
<li>Смартфоны</li>
</div>
</ul>
</section>
<section>
<div>
<ul class="video">
<li>
<iframe width="560" height="315" src="https://www.youtube.com/embed/flxpo1m7_R8" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</li>
<li>
<iframe width="560" height="315" src="https://www.youtube.com/embed/6cy3js-rtxs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</li>
<li>
<iframe width="560" height="315" src="https://www.youtube.com/embed/OPglggS0nTU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</li>
<li>
<iframe width="560" height="315" src="https://www.youtube.com/embed/pUT8msmMnoo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</li>
<li>
<iframe width="560" height="315" src="https://www.youtube.com/embed/HIMuKInXq1c" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</li>
<li>
<iframe width="560" height="315" src="https://www.youtube.com/embed/8q2FdDdKvTc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</li>
</ul>
</div>
</section>
</main>
<footer>
<p lang="en" class="container last-word">have fun with techno-blog <br>Blue Screen Pc</p>
</footer>
</body>
</html>