-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (55 loc) · 2.32 KB
/
index.html
File metadata and controls
55 lines (55 loc) · 2.32 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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Моё описание</title>
</head>
<body>
<main>
<!-- BEGIN (write your solution here) -->
<h1>Bruce Wayne</h1>
<h2>Frontend trainee developer</h2>
<section>
<h2 class="section-header">Образование</h2>
<ul>
<li>Барнаульский строительный колледж. Направление: Производство неметаллических строительных изделий и конструкций.</li>
<li>Новосибирский Государстенный Архитектурно-строительный Университет СИБСТРИН. Специальность: Промышленное и гражданское строительство.</li>
</ul>
</section>
<section>
<h2 class="section-header">Навыки</h2>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
</ul>
</section>
<section>
<h2 class="section-header">Дополнительная информация</h2>
<p>Начинающий Frontend разработчик</p>
</section>
<div>
<ul>
<li></li>
<li></li>
<li></li>
</ul>
<ul>
<li>ones, i'll be frontend developer, and it happen very soon</li>
<li>ones, i'll be frontend developer, and it happen very soon</li>
<li>ones, i'll be frontend developer, and it happen very soon</li>
<li>ones, i'll be frontend developer, and it happen very soon</li>
<li>ones, i'll be frontend developer, and it happen very soon</li>
<li>ones, i'll be frontend developer, and it happen very soon</li>
<li>ones, i'll be frontend developer, and it happen very soon</li>
<li>ones, i'll be frontend developer, and it happen very soon</li>
<li>ones, i'll be frontend developer, and it happen very soon</li>
<li>ones, i'll be frontend developer, and it happen very soon</li>
</ul>
</div>
<!-- END -->
</main>
</body>
</html>