-
Notifications
You must be signed in to change notification settings - Fork 1
/
credits.html
48 lines (46 loc) · 2.24 KB
/
credits.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
46
47
48
<!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 has awesome people to thank</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="/links.html" class="tab">links</a>
<a href="/content.html" class="tab">content</a>
<a href="#" class="tab-sel">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>graphic design</h1>
<li>huge thanks to Vincent for designing my current visual identity!
<li>my streaming assets and this website are based on his work, but entirely made by me.
</div>
<div class="text-group">
<h1>also</h1>
<li>writing this website was very frustrating...
</div>
</div>
<script src="palettes.js"></script>
</body>
</html>