-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
32 lines (31 loc) · 1.14 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>IrtsaDev | Contact</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="./main.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico?">
</head>
<body>
<nav class="navMenu">
<a href="./">Home</a>
<a href="./blog">Blog</a>
<a href="./projects">Projects</a>
<a href="./contact">Contact</a>
<div class="dot"></div>
</nav>
<div class="contactInformation">
<h1>
IrtsaDev (irtsa-dev)
</h1>
<pre>
There are multiple ways to contact me if you wish to. All methods are listed below, note I am mostly active on <b>Discord</b>.
</pre>
<div class="links">
<a href="https://discord.com/users/809599842681749525" target="_blank" rel="noopener">Discord</a>
<a href="https://github.com/irtsa-dev" target="_blank" rel="noopener">Github</a>
<a href="https://twitter.com/IrtsaDev" target="_blank" rel="noopener">Twitter</a>
<a href="mailto:[email protected]" target="_blank" rel="noopener">Email</a>
</div>
</div>
</body>