-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (29 loc) · 1.13 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
<!DOCTYPE html>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<html>
<head>
<title>Abduqodirov.com</title>
<link href="style.css" type="text/css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Kanit|Comfortaa" rel="stylesheet">
<body>
<header>
<img id="avatar-img" alt="" src="avatar.jpg">
<p id="fullname">Abdulaziz Abduqodirov</p>
<p id="specialization">Android developer</p>
</header>
<section>
<a href="https://telegram.me/Abduqodirovcom"><img class="soc-link-logo" src="telegram.png"></a>
<a href="https://facebook.com/abduqodirovcom"><img class="soc-link-logo" src="facebook.png"></a>
<a href="https://instagram.com/abdu_jdk"><img class="soc-link-logo" src="instagram.png"></a>
</section>
<nav>
<a href="blog.html">Blog</a>
<a href="projects.html">Projects</a>
<a href="about.html">About</a>
</nav>
<footer>
<p>© Abdulaziz Abduqodirov 2018</p>
</footer>
</body>
</head>
</html>