-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (70 loc) · 3.29 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
<!-- Ми повідомляємо браузеру, як обробити цю сторінку -->
<!DOCTYPE html>
<!-- Оболонка документа вказує на мову вмісту -->
<html lang="en">
<!-- Назва сторінки, контейнер для інших важливих даних (не відображається) -->
<head>
<!-- Назва сторінки в браузері -->
<title>my projects</title>
<!-- Підключаємо CSS -->
<link rel="stylesheet" href="css/style.css" />
<!-- Підключаємо favicon (анімований тільки у Firefox)-->
<link rel="shortcut icon" href="favicon.ico" />
<!-- Адаптація -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Кодування сторінок -->
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
</head>
<!-- Відображене тіло сторінки -->
<body>
<div class="content">
<div class="content-top">
<div class="content-top__category">portfolio</div>
<h1 class="content-top__title">
Here you can see all my sites
</h1>
</div>
<div class="content-bottom">
<a target="_blank" href="https://webbb3.github.io/front/MyFirstPage/index.html" class="content-bottom-info__link">
<span class="_blank__1">My first page</span>
</a>
</div>
<div class="content-bottom">
<a target="_blank" href="https://webbb3.github.io/web/easy_page_1/easy%20page/index.html" class="content-bottom-info__link">
<span class="_blank__1">My second page</span>
</a>
</div>
<div class="content-bottom">
<a target="_blank" href="https://webbb3.github.io/web/easy_page_2__watch/index.html" class="content-bottom-info__link">
<span class="_blank__1">Watches Landing</span>
</a>
</div>
<div class="content-bottom">
<a target="_blank" href="https://webbb3.github.io/web/coca-cola-UI/index.html" class="content-bottom-info__link">
<span class="_blank__1">Coca-Cola Card</span>
</a>
</div>
<div class="content-bottom">
<a target="_blank" href="https://webbb3.github.io/web/netflix-landing-page/index.html" class="content-bottom-info__link">
<span class="_blank__1">Netflix Landing</span>
</a>
</div>
<div class="content-bottom">
<a target="_blank" href="https://webbb3.github.io/web/product-slider/index.html" class="content-bottom-info__link">
<span class="_blank__1">Sneakers Slider</span>
</a>
</div>
<div class="content-bottom">
<a target="_blank" href="https://webbb3.github.io/web/bicycle-adaptive-page/index.html" class="content-bottom-info__link">
<span class="_blank__1">Bicycle Shop</span>
</a>
</div>
<div class="content-bottom">
<a target="_blank" href="https://webbb3.github.io/profile-card/" class="content-bottom-info__link">
<span class="_blank__1">Profile Card</span>
</a>
</div>
</div>
<div class="footer"></div>
</body>
</html>