-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (48 loc) · 2.34 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
<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap" rel="stylesheet">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Scooliosis</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./src/scole.css">
<link rel="stylesheet" href="./boxicons/css/boxicons.css">
</head>
<body>
<!--Menubar-->
<div class="menu" id="menu">
<h3 id="title">Scooliosis</h3>
<h3 style="margin-left: 50px; border-left: 3px solid var(--accent);" onclick="window.location.replace('./index.html')">Home</h3>
<h3 onclick="window.location.replace('./howtos.html')">How To's</h3>
</div>
<h1 style="border: 3px solid var(--accent); border-radius:20px; width: fit-content; margin: auto; margin-bottom: 100px; padding: 3vh; background: var(--maindark);">Scooliosis</h1>
<!--Projects-->
<div class="projects">
<div class="project-card">
<h2>Hipposite</h2>
<br>
<p>Hipposite is an ultrafast unblocker, though it is know not to always work.</p><br>
<p>However, when it does it is very fast indeed.</p><br>
<a href="https://github.com/philchhalmers8/The-40-Bible">Repo</a>
</div>
<div class="project-card">
<h2>HippOS</h2>
<br>
<p>HippOS is a work in progress OS simulator in the web. If you know of things like Terbium, it will be similar.</p><br>
<p>It is not really public yet, but you might find it.</p>
</div>
<div class="project-card">
<h2>Pbpc-n</h2>
<br>
<p>Paint Bucket Pushcarts is an old project of mine that is being reborn.</p><br>
<p>It is very much in it's infant stages, so it kinds sucks.</p><br>
<a href="https://pbpc-n.com">Official Website</a>
</div>
</div>
<script src="" async defer></script>
</body>
</html>