summaryrefslogtreecommitdiff
path: root/contact/index.html
blob: d6498b5519341cc9e98fc266950b99477d24b852 (plain)
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
<!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">
  <link rel="stylesheet" type="text/css" href="/assets/css/style.css">
  <meta name="referrer" content="no-referrer">
  <link rel="icon" href="https://yt3.ggpht.com/a/AATXAJy8stJvLJrN0cleHvkBG4hVDcCMy3p47CZTWWtk=s900-c-k-c0xffffffff-no-rj-mo">
  <title>
   Contact
  </title>
  <meta name="generator" content="soupault">
  <link rel="icon" href="https://yt3.ggpht.com/a/AATXAJy8stJvLJrN0cleHvkBG4hVDcCMy3p47CZTWWtk=s900-c-k-c0xffffffff-no-rj-mo">
  <link rel="stylesheet" href="/assets/css/style.css">
 </head>
 <body>
  <div class="container">
   <header>
    <h1>
     Contact
    </h1>
    <div id="nav-menu">
     <nav>
      	😎
      	<a href="/">Home</a>
        ✍️
        <a href="https://demonkingswarn.is-a.dev/blog/">Blog</a>
        🖥️
        <a href="/setup/">Setup</a>
     	📚
	<a href="/books/">Books</a>
     	📞
	<a class="active" href="/contact/">Contact</a>
     	☎️
	<a href="/webring/">Webring</a>
     </nav>
    </div>
   </header>
   <main>
  	<p>
	You can contact me on <a href="https://discord.com/users/453522683745927178">discord</a> or matrix
	</p>
	<div class="gifbuttons">
		<a href="https://matrix.to/#/@demonkingswarn:matrix.org" target="blank"><img alt="Matrix logo" src="/assets/media/buttons/matrix.png"></a>
		<a href="https://mstdn.social/@demonkingswarn" target="blank"><img alt="Mastodon logo" src="/assets/media/buttons/mastodon.gif"></a>
	</div>
	<p>
	My email address is <span class="rainbow">swarnaditya [DOT] isometric [AT] gmail [DOT] com</span>
	</p>
   </main>
  </div>
 </body>
</html>