-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (103 loc) · 4.92 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="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Веб-технологии</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header class="background-color">
<nav>
<a href="index.html"><img src="images/top.jpg" alt="Logo" width="100"></a>
<ol class="flex-nax">
<li><a style="color: whitesmoke" href="pages/Competencies.html">Компетенции</a></li>
<li><a style="color: whitesmoke" href="pages/Part.html">Партфолио</a></li>
<li><a style="color: whitesmoke" href="pages/Contacts.html">Мои контакты</a></li>
<li><a style="color: whitesmoke" href="pages/Rez.html">Резюме</a></li>
<li><a style="color: whitesmoke" href="pages/form.html">Форма</a></li>
</ol>
</nav>
</header>
<main class="main-1">
<h1 class="marGG" style="text-align: center;">Университет Дубна</h1>
<h2 style="text-align: center;">Коврижко Никита</h2>
</main>
<div class="background-color" class = "div-1" style="display: flex; justify-content: space-between; padding: 55px;">
<div>
<h2>Заголовок</h2>
Сразу скажу, что получить роль Neon Council достаточно сложно.
</br>
Нужно быть очень активным на протяжении нескольких месяцев,
</br>
или же создать что-то действительно крутое.
</div>
<div style="padding-top: 20px;">
<img style="height: 130px;" src ="images/Логочерное.jpg">
<img style="height: 130px;" src ="images/Логочерное.jpg">
</div>
</div>
<h1 style="text-align:center; margin: 0px; padding-top: 10px;">Мои компетенции</h1>
<div style="display: flex; justify-content: space-around; padding: 25px;">
<div>
<img style="height: 130px;" src ="images/ciblack.png">
<figcaption style="text-align: center;">C#</figcaption>
</div>
<div>
<img style="height: 130px;" src ="images/крест.jpg">
<figcaption style="text-align: center;">Axelar</figcaption>
</div>
<div>
<img style="height: 130px;" src ="images/solblack.png">
<figcaption style="text-align: center;">Solana Degen</figcaption>
</div>
</div>
<div class="background-color">
<h1 style="text-align:center; margin: 0px; padding-top: 10px;">Услуги</h1>
<div style="padding: 20px; display: flex; justify-content: space-around;">
<ou>
<li>Абуз Глимов</li>
</br>
<li>Амбассадорские программы</li>
</br>
<li>Ретрохантинг</li>
</br>
<li>IDO</li>
</br>
<li>Solana Flip</li>
</ou>
<ou>
<li>Создание сайтов</li>
</br>
<li>Обучение C#</li>
</br>
<li>Коперайтинг</li>
</br>
<li>Ресерч</li>
</br>
<li>Degen-колы</li>
</ou>
</div>
</div>
<div>
<h1 style="text-align:center; margin: 0px; padding-top: 10px;">Заголовок</h1>
</br>
<div style="text-align:center;">
At mainnet launch, the governance will be handled by a decentralized protocol with a clear and user-friendly process for proposing and voting for protocol improvements.
</div>
<div style="padding: 30px;">
<button>
Понятно
</button>
</div>
</div>
<footer class="background-color" style="display: flex; padding: 20px;">
<a href="https://discord.gg/5t2ujJJh"><img src="images/dswhi.png" alt="Dicord" height="40" width="40"></a>
<a href="https://t.me/k0b3r"><img src="images/ngblack.png" alt="Dicord" height="50" width="50"></a>
<a href="https://t.me/k0b3r"><img src="images/Vk_Logoblack.png" alt="Dicord" height="50" width="50"></a>
<a href="https://github.com/mitogarasu"><img src="images/gitblack.png" alt="Dicord" height="50" width="50"></a>
<p style="margin-left: auto;">Cайт разработал Никита Коврижко, Copyright © 2022</p>
</footer>
</body>
</html>