-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
106 lines (104 loc) · 5.73 KB
/
index.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!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 a place in the interwebs</title>
</head>
<body>
<div class="topnav">
<div class="navlinks">
<a href="#" class="tab-sel">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="/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>
<p>hello there, i'm Mizu (she/they), a young, French software developer, gamer, designer, casual splatoon fan and tetrisologist.</p>
<p>i am very interested in puzzle games, music/rhythm games, FPS games, Japan and its culture.</p>
<p>during my spare time, i like to program games n stuff, and play splatoon (if someone's good at salmon run here, hmu, save my ranking, i'm done with the randoms), vrchat, gun raiders, tetris, and sometimes splitgate.</p>
<p>i also have extensive experience with music games such as groove coaster (2 AC and 2 OS), etterna (mainly 4 key), takumi<sup>3</sup>, rotaeno, cytus II, deemo II and the Wii DDR games (Dancing Stage Hottest Party, then DDR hottest party3/4/5)</p>
<p>(special shoutouts to EX-XDRiVER and NOISZ STARLIVHT btw).</p>
<p>i intend to make programming my career.</p>
</div>
<div class="text-group">
<h1>cool mizu facts</h1>
<ul>
<li>on her way to become a 20G expert
<li><a href="https://stat.ink/@mizuofficial">has a stat.ink profile</a>
<li>computer science student
<li>designs stuff
<li>makes music... sometimes... very sporadically
<li>has <s>3</s> <s>2</s> 1 cat, who really likes to annoy her
<li>has a dog, contrary to popular belief
<li>sucks at music games haha
</ul>
</div>
<div class="text-group">
<h1>frens <3 (francophones)</h1>
<div class="friends">
<div class="friend-pic-set">
<a href="" class="friend"><img class="friend-pic" src="img/eugene.jpg"></a>
Locness (links down)
</div>
<div class="friend-pic-set">
<a href="https://delnyn.neocities.org/" class="friend"><img class="friend-pic" src="img/delnyn.png"></a>
delnyn
</div>
<div class="friend-pic-set">
<a href="https://vincelinise.com/" class="friend"><img class="friend-pic" src="img/vincelinise.png"></a>
Vince Linise
</div>
</div>
</div>
<div class="text-group">
<h1>frens <3 (anglophones)</h1>
<div class="friends">
<!-- <div class="friend-pic-set">
<a href="https://kevadesu.github.io/" class="friend"><img class="friend-pic" src="img/kevadesu.png">kevadesu</a>
</div> -->
<div class="friend-pic-set">
<a href="https://github.com/MillaBasset" class="friend"><img class="friend-pic" src="img/Milla.png"></a>
Milla<!-- <img src="img/Github.png" alt="Github redirect" class="redirect-icon"> -->
</div>
<div class="friend-pic-set">
<a href="https://rockett.space/" class="friend"><img class="friend-pic" src="img/Lanterns.png"></a>
Lanterns
</div>
<div class="friend-pic-set">
<a href="https://twitter.com/Oshisaure" class="friend"><img class="friend-pic" src="img/Oshisaure.png"></a>
Oshisaure<!-- <img src="img/Twitter.png" alt="Twitter redirect" class="redirect-icon"> -->
</div>
<div class="friend-pic-set">
<a href="https://gizmo4487.dev" class="friend"><img class="friend-pic" src="img/Gizmo.png"></a>
Gizmo
</div>
<div class="friend-pic-set">
<a href="https://chronosaga.neocities.org" class="friend"><img class="friend-pic" src="img/aero.png"></a>
chronosaga
</div>
</div>
</div>
</div>
<script src="palettes.js"></script>
</body>
</html>