-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
113 lines (110 loc) · 5.16 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<link rel="stylesheet" href="https://uw935.com/static/css/style.css"/>
<link rel="icon" href="https://uw935.com/static/images/rocket.ico" type="image/x-icon">
<meta name="description" content="Mark's (uw935) personal page: thoughts, contacts, activity, projects and more!">
<meta name="keywords" content="uw935, uw935.com, mark, mark uw935, mark dolgopyatov, dolgopyatov">
<meta name="author" content="Mark">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="yes" name="apple-touch-fullscreen" />
<meta name="format-detection" content="telephone=no">
</head>
<body>
<div style="margin-bottom: 50px; margin-top: 50px;" id="information">
<img id="avatar" alt="My photo somewhere in the hills of Sochi, Russia" src="https://uw935.com/static/images/myphoto.jpg">
<span id="hi_text" style="font-weight: 500;" class="preview">
<img width="25" height="25" src="https://uw935.com/static/images/emojicons/waving-hand@2x.png" alt="👋">
Hi! I'm Mark D.
</span>
<br>
<div style="display: flex; justify-content: center; align-items: center; margin-bottom: 10px;">
<a href="https://uw935.ru/">
<div class="button button-rounded button-transperant">
<img width="25" height="25" src="https://uw935.com/static/images/emojicons/flag-russia@2x.png" alt="🇷🇺">
<span class="space"></span>русский язык
</div>
</a>
</div>
<br>
<br>
<span class="preview">
<img width="25" height="25" src="https://uw935.com/static/images/emojicons/cowboy-hat-face@2x.png" alt="🤠">
16 y.o.
</span>
<span class="preview" id="thoughts_block">
<img width="25" height="25" src="https://uw935.com/static/images/emojicons/thoughts@2x.png" alt="💭">
<span id="thoughts_text"></span>
</span>
<span class="preview">
<img width="25" height="25" src="https://uw935.com/static/images/emojicons/round-pushpin@2x.png" alt="📍">
Moscow, Russia
</span>
<br>
<br>
<span class="preview" style="font-weight: 700;">Activity</span>
<i class="subpreview">
IT Products
</i>
<br>
<br>
<span class="preview" style="font-weight: 700;">Interests</span>
<span class="subpreview" style="text-align: center;">
Research, analytics, <br>
travel, civil aviation, rock&roll, <br>
policito, companies, brands, media, holdings and..
</span>
<span class="subpreview">
<b><i>more.</i></b>
</span>
<br>
<br>
<span class="preview" style="font-weight: 700;">Contacts</span>
<span class="subpreview">
Feel free to contact
</span>
<div class="social_menu">
<a id="mail" class="social_link" href="mailto:contact@uw935.com">
<img class="company-logo company-logo-menu" width="25" height="25" src="https://uw935.com/static/images/emojicons/envelope@2x.png" alt="✉️">
Email
</a>
<a id="telegram" class="social_link" href="https://t.me/m/cH4c54w5NDJi">
<img src="https://www.ph4.org/_RU/DL/LOGO/t/telegram.gif" class="company-logo company-logo-menu">
Telegram
</a>
<a class="social_link" href="https://github.com/uw935/">
<img src="https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png" class="company-logo company-logo-menu">
GitHub
</a>
<a id="youtube" class="social_link" href="https://www.youtube.com/channel/UCsOEn2KQFgJRpu6pI0BmKpA">
<img src="https://uw935.com/static/images/logos/youtube.png" class="company-logo company-logo-menu">
YouTube
</a>
<a id="instagram" class="social_link" href="https://instagram.com/uw_935">
<img src="https://uw935.com/static/images/logos/instagram.png" class="company-logo company-logo-menu">
Instagram
</a>
<br>
<br>
<a href="/wip" class="subpreview hidden">
Work in progress
</a>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.7.1.slim.js" integrity="sha256-UgvvN8vBkgO0luPSUl2s8TIlOSYRoGFAX4jlCIm9Adc=" crossorigin="anonymous"></script>
<script src="https://uw935.com/static/dependency/jquery.flurry.js"></script>
<script src="https://uw935.com/static/script.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-F84TNME1LD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag("js", new Date());
gtag("config", "G-F84TNME1LD");
</script>
</body>
</html>