-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (49 loc) · 1.85 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!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">
<title>Shablon Page</title>
<link type="image/x-icon" rel="shortcut icon" href="/assets/img/logo_color.jpg">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<div class="profile">
<div class="data">
<img class="small_avatar" src="/assets/img/avatarPhoto.jpeg" alt="%avatarPhoto place here%">
<h1>Garabine Dmitri</h1>
<div class="divider"></div>
<!-- wtf-->
<p class="text-bolid"><img src="/assets/img/bear_forest.jpg" viewBox="0 0 20 20" <path
d="M9 12H1v6a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-6h-8v2H9v-2zm0-1H0V5c0-1.1.9-2 2-2h4V2a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1h4a2 2 0 0 1 2 2v6h-9V9H9v2zm3-8V2H8v1h4z" />
alt="%no image sorry%">
Full-stack web Developement, Fitnes, Scuba Diving, Racing
</p>
<p><img src="/assets/img/logo_b&w.jpg" alt="%some photo%">Russia, Moscow; France, Avignon / Laudun
L'Ardoise / Cap D'Ail</p>
<p class="description">Hey there ! Welcome here ! Open to any questions</p>
<button class="telegram_btn">
<a class="link" href="https://t.me/xmuriellx" target="_blank">Get In Touch Via Telegram</a>
</button>
<div class="social">
<a href="linkedIn_link"><img src="linkedIn_image" alt="%no_image">
<title>LinkedIn</title>
</a>
<a href="https://github.com/xMurieLLx"><img src="github_img" alt="%no image">
<title>GitHub</title>
</a>
</div>
<div class="full-avatar">
<img src="/assets/img/avatarPhoto.jpeg" alt="%avatar_photo%">
</div>
<div class="js-change-theme">
<button id="js-change-theme-button">🌙</button>
</div>
</div>
</div>
</div>
<script src="/script.js"></script>
</body>
</html>