-
Notifications
You must be signed in to change notification settings - Fork 0
/
contacts.html
156 lines (132 loc) · 5.52 KB
/
contacts.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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon">
<meta property="og:image" content="assets/favicon.ico">
<link rel="stylesheet" href="styles/styles.css">
<script type="text/javascript" src="scripts/menu.js"></script>
<script type="text/javascript" src="scripts/fetch.js"></script>
<script type="text/javascript" src="scripts/ntfy-sh.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/fork-awesome.min.css"
integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous">
<meta name="author" content="kloud">
<meta name="description" content="Kloud's website. A place for my random stuff">
<meta property="og:description" content="Kloud's website. A place for my random stuff">
<meta property="og:type" content="website">
<meta property="og:locale" content="en">
<meta property="og:url" content="/">
<link rel="canonical" href="/">
<meta property="og:site_name" content="Kloud's website/contacts">
<meta property="og:title" content="Kloud's website/contacts">
<title>Kloud's website/contacts</title>
</head>
<body>
<div class="container center headings-one-size">
<header class="header">
<div class="header_inner">
<div class="header_logo">
<a href="/">
<div class="logo">
>[kloud ~]'$
<span class="blink">_</span>
website
</div>
</a>
</div>
<ul class="menu menu-mobile">
<li class="menu_trigger">Menu ▾</li>
<li>
<ul class="menu_dropdown">
<li><a href="/">~/About</a></li>
<li><a href="/projects">~/Projects</a></li>
<li><a href="/contacts">~/Contact me</a></li>
</ul>
</li>
</ul>
</div>
<nav class="navigation-menu">
<ul class="navigation-menu_inner menu-desktop">
<li><a href="/">~/About</a></li>
<li><a href="/projects">~/Projects</a></li>
<li><a href="/contacts">~/Contact me</a></li>
</ul>
</nav>
</header>
<div class="content">
<article class="post on-list line">
<h1 class="post-title" id="about-website">
<a href="#about-website">Contact me<a href="#about-website" class="hanchor" arialabel="Anchor">⌗</a></a>
</h1>
<div class="post-content">
<h2>Socials and contributions</h2>
You can <s>stalk</s> find me on the following platforms:
<ul>
<li>
<i class="fa fa-mastodon"></i> Mastodon: <a rel="me" href="https://ioc.exchange/@kloud"
class="social">@[email protected]</a>
</li>
<li>
<i class="fa fa-github" aria-hidden="true"></i> GitHub: <a href="https://github.com/dgudim"
class="social">Kloud</a>
</li>
<li>
<i class="fa fa-youtube-play" aria-hidden="true"></i> YouTube: <a
href="https://www.youtube.com/channel/UC5PtgS_iXYUBdU5HIfdX9Lg" class="social">Kloud</a>
</li>
</ul>
<h2>Message me</h2>
<div>
I prefer matrix, but feel free to use any:
<ul>
<li>
<i class="fa fa-matrix-org" aria-hidden="true"></i> [Matrix]: <a
href="https://matrix.to/#/@doodetz:matrix.org" class="social">Kloud</a>
</li>
<li>
<i class="fa fa-telegram" aria-hidden="true"></i> Telegram: <a href="https://t.me/kl0ud"
class="social">kl0ud</a>
</li>
<li>
<i class="fa fa-discord-alt" aria-hidden="true"></i> Discord: <a
href="https://discordapp.com/users/410761741484687371/" class="social">kloud#4022
(@_kl0ud)</a>
</li>
<li>
<i class="fa fa-envelope" aria-hidden="true"></i> Email: <a href="mailto:[email protected]"
class="social">[email protected]</a>
</li>
</ul>
</div>
<h2>Send me a notification</h2>
<div class="notification-form">
<fieldset>
<input
type="text"
placeholder="Type your darkest thoughts"
/>
<select>
<option value="partying_face">🥳</option>
<option value="+1">👍</option>
<option value="skull">💀</option>
</select>
<button type="submit">Send</button>
</fieldset>
<span></span>
</div>
</div>
</article>
</div>
<footer class="footer">
<div class="footer_inner">
<div class="copyright">
<span><i class="fa fa-copyright" aria-hidden="true"></i> copyleft 2023 <a href="#">Kloud</a></span>
<span>:: all rights reserved.</span>
</div>
<code><i class="fa fa-heart" aria-hidden="true"></i> DNS provided by <a href="https://freedns.afraid.org/" target="_blank">Free DNS</a></code>
</div>
</footer>
</div>
</body>
</html>