-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (44 loc) · 2.07 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
<!DOCTYPE html>
<html lang="uk">
<head>
<link rel="icon" href="./src/images/icon.png">
<link rel="stylesheet" href="./src/styles/styles.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Anatolii Dudar</title>
</head>
<body>
<div class="main-card">
<img src="./src/images/portret.png" alt="My face" class="my-face">
<article class="my-info">
<section>
<h1>Anatolii Dudar</h1>
<div class="contact">
<a id="reddit" target="_blank" href="https://reddit.com/u/gigsoll">reddit</a>
<a id="telegram" target="_blank" href="https://t.me/gigsoll">telegram</a>
<a id="email" href="mailto:gigsollt@gmail.com">email</a>
<a id="phone" href="tel:+380681873135">phone</a>
</div>
<p>I am a student at the Vinnytsia National Technical University. I love learn different things, such as Linux, web development, and the creation of desktop apps.</p>
</section>
<section>
<h2>Check out my projects</h2>
<div class="projects">
<a id="this-site" target="_blank" href="https://github.com/gigsoll/personal-card">This site source</a>
<a id="gitlab" target="_blank" href="https://gitlab.com/gigsoll">GitLab</a>
<a id="github" target="_blank" href="https://github.com/gigsoll">GitHub</a>
</div>
</section>
<section>
<h2>My hobbies</h2>
<ul>
<li id="linux">Linux</li>
<li id="web">Web development</li>
<li id="desktop">Desctop development</li>
<li id="read">Reading</li>
</ul>
</section>
</article>
</div>
</body>
</html>