-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacts.html
45 lines (38 loc) · 1.03 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
<!DOCTYPE html>
<html style="font-family: Proxima Nova">
<head>
<title>Contacts</title>
</head>
<header>
<center>
<a href="index.html">Main page</a>
<a href="about-me.html">About Me</a>
<a href="teaching-home.html">Teaching</a>
<a href="projects-list.html">My projects</a>
<a href="pubs.html">My publications</a>
<a href="misc.html">Miscellaneous</a>
<a href="contacts.html">Contacts</a>
</center>
</header>
<style>
div {
width: 30%;
margin: auto;
}
</style>
<body>
<center>
<h1>My contacts</h1>
<br><br>
<div> <p>
Email: <a href="mailto:hi@kuravax.com"> hi@kuravax.com</a> <br>
Telegram: <a href="https://t.me/kuravax"> @kuravax</a> <br>
Discord: <a href="https://discordapp.com/users/kuravax#1810"> kuravax#1810</a> <br>
<!--LinkedIn: <a href="mailto:kuravax@gmail.com"> have to make one lol</a> <br> -->
GitHub: <a href = "https://github.com/Kuravax/">Kuravax</a><br>
</p>
</div>
</center>
</body>
<br> <br> <br> <br>
</html>