-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
36 lines (33 loc) · 1.43 KB
/
about.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
<!DOCTYPE html>
<html lang="en" data-theme="dark">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/cdn/pico.min.css">
<link rel="icon" href="/cdn/icon.ico">
<title>About - Parapass</title>
</head>
<body>
<main class="container-fluid">
<nav>
<li><a href="/"><img alt="Home" src="/cdn/icon.png" width="64" height="64"></a></li>
<ul>
<li><a href="/" class="secondary">Home</a></li>
<li><a href="/about" class="secondary">About Me</a></li>
<li><a href="/sabers" class="secondary">PC Sabers</a></li>
<li><a href="/quest" class="secondary">Quest Sabers</a></li>
<li><a href="/parapacks" class="secondary">ParaPacks</a></li>
</ul>
</nav>
</main>
<h1>About Me</h1>
<main class="container">
<p>Hi, I'm Parapass. I make custom models and maps for Beat Saber and have contributed to projects like ModAssistant.</p>
<p>I made this website so I could host all my sabers and model packs (ParaPacks) here, along with all my social links.</p>
<p>If you would like to contact me about anything, please contact me at
<a href="mailto:parapass@parapass.cc">parapass@parapass.cc</a> or on
<a href="https://discord.gg/FkkpVSK3p5">Discord</a>.
</p>
</main>
</body>
</html>