This repository has been archived by the owner on Nov 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
40 lines (39 loc) · 2.04 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
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>contact</title>
<link rel="icon" href="assets/favicon/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<h1>Where to find me?</h1>
<p>You can contact me using any of the services below:</p>
<ul>
<li>Mail: <a href="mailto:[email protected]">p3nguinkun (at) proton.me</a></li>
<li>Discord: <a href="https://discord.gg/fxeSRbVfkK">My Discord Server</a></li>
</ul>
<p>I am also available on some online platforms:</p>
<ul>
<li>GitHub: <a href="https://github.com/pznguin-kyun">pznguin-kyun</a></li>
<li>Reddit: <a href="https://reddit.com/u/kh4nhhi3n">u/kh4nhhi3n</a></li>
<li>YouTube: <a href="https://youtube.com/@pznguin-kyun">@pznguin-kyun</a></li>
<li>Instagram: <a href="https://instagram.com/pznguinkyun/">pznguinkyun</a></li>
<li>Last.fm: <a href="https://last.fm/user/p3nguin-kun">p3nguin-kun</a></li>
<li>Anilist: <a href="https://anilist.co/user/pznguinkyun/">pznguinkyun</a></li>
</ul>
<p>I also play games! Here is a list of games that I am actively/casually playing:</p>
<ul>
<li>osu!: <a href="https://osu.ppy.sh/users/31895746">p3nguin-kun</a></li>
<li>Steam: <a href="https://steamcommunity.com/id/pznguin-kyun/">pznguin-kyun</a></li>
<li>Tetr.io: <a href="https://ch.tetr.io/u/p3nguin-kun">p3nguin-kun</a></li>
<li>Jstris: <a href="https://jstris.jezevec10.com/u/p3nguinkunz">p3nguinkunz</a></li>
</ul>
<p>Site mirrors:</p>
<ul>
<li><a href="https://pznguin.is-a.dev">pznguin.is-a.dev</a></li>
<li><a href="https://pznguin-kyun.github.io">pznguin-kyun.github.io</a></li>
<li><a href="https://pznguinkyun.neocities.org">pznguinkyun.neocities.org</a></li>
</ul>
</body>
</html>