-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
40 lines (37 loc) · 1.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Arvin Vazifedan</title>
<meta charset="UTF-8">
<link rel="icon" href="img/ico.ico" type="image/icon">
<link rel="stylesheet" href="css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="container">
<section>
<h1>Arvin Vazifedan</h1>
<div class="font">
<img class="shadow img" src="img/profile.png" alt="profile-picture" border="0" />
<h4>Me</h4>
<p>Interested in free software, unix like systems <br> and software development. <br>i'm
passionate about open source technologies <br> maybe someday I start to write about<br> technical or
personal topics here.
</p>
<h4>Contact</h4>
<div class="media">
<a href="mailto:[email protected]" alt="Mail">
<img class="btn img2" src="img/mail.png" />
</a>
<a href="https://t.me/vzfdn" alt="Telegram" target="_blank">
<img class="btn img2" src="img/telegram.png" />
</a>
<a href="https://github.com/vzfdn" alt="Github" target="_blank">
<img class="btn img2" src="img/github.png" />
</a>
</div>
</div>
</section>
</div>
</body>
</html>