-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (41 loc) · 1.98 KB
/
index.html
File metadata and controls
43 lines (41 loc) · 1.98 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous" />
<link rel="stylesheet" type="text/css" href="css/style.css">
<title>My portfolio</title>
</head>
<body>
<div class="section">
<div class="container">
<div class="content-section">
<div class="title">
<h1>About me</h1>
</div>
<div class="content">
<h3>Kochneva Darina</h3>
<p>
At the moment I am studying in group 2/42,
at ISUCT. I am actively engaged in creative
activities in the "Student Club", and also in
my free time I write poetry, sining and blog
on the social network Tumblr
</p>
</div>
<ul class="social-icons">
<li><a class="fab fa-vk" href="https://vk.com/cutedarky" title="my vk" target="_blank" rel="noopener"></a></li>
<li><a class="fab fa-telegram" href="https://t.me/Cute_DarKy" title="my tg" target="_blank" rel="noopener"></a></li>
<li><a class="fab fa-github" href="https://github.com/CuteDarKy" title="my github" target="_blank" rel="noopener"></a></li>
<li><a class="fab fa-tumblr" href="https://cutedarky.tumblr.com/" title="my blog" target="_blank" rel="noopener"></a></li>
</ul>
</div>
<div class="image-section">
<img src="image/profil.jpg">
</div>
</div>
</div>
</body>
</html>