-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (87 loc) · 2.93 KB
/
index.html
File metadata and controls
100 lines (87 loc) · 2.93 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Сайт-визитка Романа Извекова</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<header class="header">
<h1_header>
Сайт-визитка Романа Извекова
</h1_header>
<button id="theme-toggle">🌙</button>
<br>
<nav_header>
<ul>
<p_nav>{Навигация}</p_nav>
<h2_header style="display: inline;">
Главная
</h2_header>
<li><a id="a-header" href="./blog.html">Блог</a></li>
<li><a id="a-header" href="./ProjectsAndAchievements.html">Проекты и достижения</a></li>
<li><a id="a-header" href="./Summary.html">О себе</a></li>
</ul>
</nav_р>
</header>
<br>
<br>
<main class="main">
<div>
<article class="animate">
<p_stat_text style="display: block;">
ПУ-ПУ-ПУ Тут будет кратко обо мне,
кто я такаой: Who I am? I am hy...
(не тот текст)
</p_stat_text>
<p_stat_text
style="display: inline;">
Чтобы узнать нужный текст
</p_stat_text>
<a href="./Summary.html"
class="button"
style="margin-top: 1rem;
margin-left: max(2vw, 10px)">
НАЖМИ
</a>
</article>
</div>
<br>
<br>
<img
class="photo_my"
src="./img/photo_2025-05-26_12-33-40.jpg"
alt="Здесь моё жмыхнутое фото, потому что это прикольно"
>
</main>
<br>
<br>
<aside class="animate">
<a href="blog.html#stydent"
class="aside"
style="display: block;">
Выезд на первенство студенческих команд
</a>
<br>
<a href="blog.html#winRat"
class="aside"
style="display: block;">
Прошёл матч между РК "Малахит" и РК "Рать"
</a>
<br>
<a href="blog.html#Vit"
class="aside"
style="display: block;">
Статья о будущем матче между Малахитом и Витязем
</a>
</aside>
<br>
<br>
<footer class="footer">
<a class="contact" id="TG" href="">ТГ</a>
<a class="contact" id="GitHub" href="https://github.com/e-mgam-e">GitHub</a>
</footer>
<script src="script.js" defer></script>
</body>
</html>