-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (28 loc) · 1.43 KB
/
index.html
File metadata and controls
29 lines (28 loc) · 1.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="theme-color" content="#1e1e1e">
<title>Pavel Rafeev | web-development</title>
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/site.webmanifest">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<h1 class="title">Pavel Rafeev</h1>
<p class="intro">Web-development. React, python.</p>
<div class="contact">
<a href="https://www.messenger.com/t/rafeev.pavel" target="_blank" class="contact__item contact__item-fb"></a>
<a href="https://www.instagram.com/el_rafeev/" target="_blank" class="contact__item contact__item-inst"></a>
<a href="https://vk.me/pavel.rafeev" target="_blank" class="contact__item contact__item-vk"></a>
<a href="https://github.com/rafeev" target="_blank" class="contact__item contact__item-git"></a>
<a href="https://tlgg.ru/el_rafeev" target="_blank" class="contact__item contact__item-telegram"></a>
</div>
</div>
</body>
</html>