-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (54 loc) · 2.3 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
<!DOCTYPE html>
<html lang="ru">
<head>
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,500,700|Old+Standard+TT&display=swap&subset=cyrillic" rel="stylesheet">
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<title>Портфолио Junior верстальщика</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:+79143961937">+7 914 396 19 37</a>
</div>
</header>
<section class="hero-image">
<div class="container">
<h1 class="heading">Опознанный Енот!!!</h1>
<p>Junior верстальщик</p>
</div>
</section>
<section class="intro">
<div class="container">
<h2 class="subheading">Давайте познакомимся</h2>
<figure class="user-image">
<img src="files/me.jpg" width="536" height="536" alt="Фотография Опознанного Енота">
</figure>
<h3 h3>Пара слов о себе</h3>
<p>Текст с парой слов о себе.</p>
<h3>Чем могу быть полезен</h3>
<p>Текст о том, чем могу быть полезен.</p>
</div>
</section>
<section class="portfolio">
<div class="container">
<h2 class="subheading">Мои работы</h2>
<figure class="project-image">
<img src="files/project.jpg" width="928" height="536" alt="Cайт магазина товаров для дома">
</figure>
<h3>Магазин товаров для дома</h3>
<p>Мой первый сайт.</p>
<a class="button" href="source/project-gloevk/index.html">Открыть страницу</a>
<h3>Блог начинающего верстальщика</h3>
<p>Статический блог про обучение HTML и CSS.</p>
</div>
</section>
<footer class="page-footer">
<div class="container">
<a class="footer-email" href="mailto:[email protected]">[email protected]</a>
<a class="footer-phone" href="tel:+79143961937">+7 914 396 19 37</a>
</div>
</footer>
</body>
</html>