-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (48 loc) · 2.87 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>site</title>
<link rel="stylesheet" type="text/css" href="citeq.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="ava.jpg">
</head>
<body>
<header>
<div class="bgvideo">
<video src="c:\Users\niksp\Desktop\Mykyta\visual studio code\pexels_videos_2567 (1080p).mp4" autoplay muted loop type="video/mp4"></video>
<h1>Site Mykyta</h1>
</div>
</header>
<main>
<h2>Про мене</h2>
<p>Моє ім'я Микита.</p>
<p>Мені 13 років.</p>
<p>Люблю читати, грати на гітарі.</p>
<p>Є домашній горобець.</p>
<iframe width="764" height="430" src="https://www.youtube.com/embed/-HoBwyPmTCo" title="Аве Мария - Д. Каччини. Сыграно на гитаре с чувством и нежностью." frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</main>
<aside>
<h2>Мої роботи</h2>
<a href="bank.html" target="_blank"><button class="button-78" role="button">Банкомат</button></a>
<a href="dz1.html" target="_blank"><button class="button-78" role="button">Перша домашня робота</button></a>
<a href="js2.html" target="_blank"><button class="button-78" role="button">Alert</button></a>
<a href="урок62.html" target="_blank"><button class="button-78" role="button">Let</button></a>
<a href="Сортування.html" target="_blank"><button class="button-78" role="button">sorting</button></a>
<a href="ШаховаДошка.html" target="_blank"><button class="button-78" role="button">Шахова Дошка</button></a>
<a href="Рандомайзер.html" target="_blank"><button class="button-78" role="button">Рандомайзер</button></a>
<a href="Компліменти.html" target="_blank"><button class="button-78" role="button">Компліменти</button></a>
</aside>
<footer>
<h2>Мої контакти</h2>
<a href="https://uk-ua.facebook.com/" target="_blank" class="fa fa-facebook"></a>
<a href="https://twitter.com/?lang=ru" target="_blank" class="fa fa-twitter"></a>
<a href="https://www.google.com.ua/?hl=ru" target="_blank" class="fa fa-google"></a>
<a href="https://ua.linkedin.com/" target="_blank" class="fa fa-linkedin"></a>
<a href="https://www.youtube.com/" target="_blank" class="fa fa-youtube"></a>
<a href="https://www.instagram.com/" target="_blank" class="fa fa-instagram"></a>
<a href="https://ru.pinterest.com/" target="_blank" class="fa fa-pinterest"></a>
</footer>
</body>
</html>