-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlinks.html
43 lines (41 loc) · 1.99 KB
/
links.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
<!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="shortcut icon" href="img/logoW.png" type="image/x-icon">
<link rel="stylesheet" href="css/style.css">
<title>Mizu shares links</title>
</head>
<body>
<div class="topnav">
<div class="navlinks">
<a href="/index.html" class="tab">home</a>
<a href="https://rexxt.github.io/weblog/" class="tab">weblog</a>
<a href="#" class="tab-sel">links</a>
<a href="/content.html" class="tab">content</a>
<a href="/credits.html" class="tab">credits</a>
</div>
<div class="socials">
<a href="https://discord.gg/AADZUmgsph"><img src="img/Discord.png" alt="Discord Logo"></a>
<a href="https://twitter.com/Mizu_Teto"><img src="img/Twitter.png" alt="Twitter Logo"></a>
<a href="https://www.reddit.com/u/MizuOfficial"><img src="img/Reddit.png" alt="Reddit Logo"></a>
<a href="https://github.com/Rexxt"><img src="img/Github.png" alt="Github Logo"></a>
<a href="https://www.youtube.com/channel/UCK3fIE6e1NAoLfgreA0nIyg"><img src="img/Youtube.png" alt="Youtube Logo"></a>
</div>
</div>
<div class="header">
<p>french software developer and designer<br>
open-source addict<br>
contributor to <a href="https://t-sp.in/cambridge" class="side-link">cambridge</a>, <a href="https://github.com/Rexxt/blazenet" class="side-link">blazenet</a>, <a href="https://getpapillon.xyz" class="side-link">papillon</a> and <a href="https://github.com/Rexxt/tifm" class="side-link">tifm</a></p>
</div>
<div class="contents">
<div class="text-group">
<h1>about me</h1>
<li><a href="https://en.pronouns.page/@MizuOfficial">Pronouns</a></li>
</div>
</div>
<script src="palettes.js"></script>
</body>
</html>