-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparapacks.html
More file actions
43 lines (40 loc) · 1.78 KB
/
parapacks.html
File metadata and controls
43 lines (40 loc) · 1.78 KB
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" 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>ParaPacks - Parapass</title>
</head>
<body>
<main class="container-fluid">
<nav>
<li><a href="/"><img alt="Home" src="/cdn/parapackslogo.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>
<main class="container">
<section>
<h1>ParaPacks</h1>
<a href="parapacks/amongus" role=button class='outline'>Among Us Pack</a>
<a href="parapacks/paint" role=button class='outline'>Paint Pack</a>
</section>
<section>
<h2>Showcase Media</h2>
<img alt="Impostors (Custom Sabers)" src="/cdn/parapacks/impostors.png" width="256" height="256" />
<img alt="Among Us Gun (Custom Sabers)" src="/cdn/parapacks/gunsaber.png" width="256" height="256" />
<img alt="MSPaintSaber" src="/cdn/parapacks/paintsaber.png" width="256" height="256" />
</section>
<h2>Contributions</h2>
<a href="https://bsmodel.city/SolarSystemPack" role=button class='contrast outline'>Model Citizens Solar System Pack</a>
<a href="https://bsmodel.city/ElementsPack" role=button class='contrast outline'>Model Citizens Elements Pack</a>
</main>
</body>
</html>