-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (47 loc) · 1.97 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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,500,700|Old+Standard+TT&display=swap&subset=cyrillic" rel="stylesheet">
<title>Сайт-портфолио</title>
</head>
<body>
<header class="page-header">
<div class="container">
<a class="header-email" href="mailto:[email protected]">[email protected]</a>
<a class="header-phone" href="tel:+78005558628">+7 (800) 555 86 28</a>
</div>
</header>
<main>
<section class="hero-image">
<div class="container">
<h1 class="heading">Неопознанный Енот</h1>
<p>id321199</p>
</div>
</section>
<section class="intro">
<div class="container">
<h2 class="subheading">Давайте познакомимся</h2>
<figure class="user-image">
<img src="files/user.jpg" width="928" height="536" alt="Фотография Неопознанного Енота">
</figure>
<div>
<h3>Пара слов о себе</h3>
<p>Я студент профессии «Бэкенд-разработчик». Я собираюсь осваивать веб-технологии, а затем найти работу программиста.</p>
</div>
<div>
<h3>Чем могу быть полезен</h3>
<p>После обучения я буду разрабатывать сложные веб-интерфейсы и сервисы.</p>
</div>
</section>
</main>
<footer class="page-footer">
<div class="container">
<a class="footer-email" href="mailto:[email protected]">[email protected]</a>
<a class="footer-phone" href="tel:+78005558628">+7 (800) 555 86 28
</a>
</div>
</footer>
</body>
</html>