blob: 4567de61b6f753bf5b84bc068be7d43907612a68 (
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
|
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="UTF-8">
<meta name="author" content="Shipwreckt">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="Images/favi.png" type="image/x-icon">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="links.html">Links</a></li>
<li class="logo"><a href="index.html"><img src="Images/misc/logo.png" alt="Logo"></a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<main>
<hr>
<h2>Contact:</h2>
<p>- Email: <a href="mailto:me@shipwreckt.co.uk">me@shipwreckt.co.uk</a></p>
<p>- PGP key: <a href="https://keys.openpgp.org/search?q=me%40shipwreckt.co.uk">261F B571 ADC9 4529 990D 0458 40BE 11E9 2FA8 F7D9</a></p>
<p>- Matrix: <a href="https://matrix.to/#/@shipwreckt:matrix.org">@shipwreckt:matrix.org</a></p>
<hr>
<h2>Programming</h2>
<p>(I try and use them all)
<p>- Personal GIT: <a href="https://git.shipwreckt.co.uk">git.shipwreckt.co.uk</a></p>
<p>- Gitlab: <a href="https://gitlab.com/Shipwreckt">gitlab.com/shipwreckt</a></p>
<p>- Github: <a href="https://github.com/Shipwrecktt">github.com/shipwrecktt</a></p>
<p>- Freecodecamp: <a href="https://www.freecodecamp.org/Shipwreckt">freecodecamp.org/Shipwreckt</a></p>
<hr>
</main>
</body>
</html>
|