-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
36 lines (32 loc) · 1.46 KB
/
about.html
File metadata and controls
36 lines (32 loc) · 1.46 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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css2?family=Merriweather&display=swap" rel="stylesheet">
<title>Мое хобби - обо мне</title>
</head>
<body>
<div class="header">
<div class="inner-header">
<div class="logo-container">
<h1>Выпечка хлеба</h1>
</div>
<ul class="navigation">
<a href="index.html"><li>Главная</li></a>
<a href="about.html"><li>Обо мне</li></a>
<a href="contacts.html"><li>Обратная связь</li></a>
</ul>
</div>
</div>
<div class="container"><h2>Константин Гречка</h2>
<hr>
<div class="content">
<div class="gallery">
<img src="img/img2.jpg" alt="Константин Гречка">
</div>
<div class="description"><p>Живу в Украине. На данный момент продаю различные товары на досках объявлений и маркетплейсах. Давно интересуюсь веб разработкой, пытался выучить php, javascript и даже python. Но к какому то конкретному результату так и не пришел. Надеюсь Skillfactory поможет мне войти-вайти)</p></div>
</div>
</div>
</body>
</html>