-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
46 lines (43 loc) · 1.75 KB
/
resume.html
File metadata and controls
46 lines (43 loc) · 1.75 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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" href="/gadik.ico" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<title>Первая страничка</title>
</head>
<body>
<header>
<h1 class = 'header'>Моё резюме</h1>
</header>
<nav class="navbar">
<a href="index.html">Главная</a>
<a href="resume.html">Резюме</a>
<a href="article.html">Крестики-Нолики</a>
</nav>
<div class="grid-container cont">
<div class="grid-item item3">
<p>Навыки:
<LI>усидчивость</LI>
<LI>лень</LI>
<LI>покушать</LI>
<LI>смотреть ютубчик</LI>
<LI>готовка еды</LI>
</p>
</div>
<div class = "grid-item item4">
<h2>Образование <img src = "https://steamuserimages-a.akamaihd.net/ugc/2005845300450558809/D5B7CBC12DE256998A4F2342B9FC96C494A0A548/?imw=512&imh=512&ima=fit&impolicy=Letterbox&imcolor=%23000000&letterbox=true" height="50"></h2>
<p1>
Среднее общее: 2011-2022 гг.
ГБОУ СОШ "Образовательный центр имени В.Н.Татищева" с. Челно-Вершины.<br>
Высшее: 2022-...
СНИУ имени С.П.Королёва
Специальность: "Информационная безопасность автоматизированных систем"
</p1>
</div>
</div>
<footer>
<p class = 'footer'>По вопросам рекламы обращаться <a href = "mailto:radikakovlev817@gmail.com"> radikakovlev817@gmail.com </a></p>
</footer>
</body>
</html>