-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
187 lines (185 loc) · 8.49 KB
/
index.html
File metadata and controls
187 lines (185 loc) · 8.49 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
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="assets/img/favicon/32x32.png">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
<script src="https://unpkg.com/masonry-layout@4/dist/masonry.pkgd.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<title>Petrolpark</title>
</head>
<body>
<nav id="page-header" class="navbar navbar-light bg-light sticky-top">
<a class="navbar-brand p-3" href="#">
<img src="assets/img/title/petrolpark.png" alt="petrolpark" height="50px">
</a>
<ul class="nav nav-pills">
<li class="nav-item">
<a class="btn btn-outline-secondary mx-1" href="#" role="button">Welcome</a>
</li>
<li class="nav-item">
<a class="btn btn-outline-secondary mx-1" href="#projects" role="button">Projects</a>
</li>
<li class="nav-item">
<a class="btn btn-outline-secondary mx-1" href="#archive" role="button">Archive</a>
</li>
</ul>
</nav>
<div data-spy="scroll" data-target="#page-header" data-offset="0">
<br>
<div class="container align-items-center">
<!--Welcome Block-->
<div class="border-bottom m-3 p-3">
<img class="mx-auto d-block" src="assets/img/title/welcome.png" height="100px">
<br>
<p class="text-justify">Welcome to my website. This servers a hub and hosting platform for my various bits and pieces. I'll probably put more in this section at some point.</p>
</div>
<!--Projects Block-->
<div class="border-bottom m-3 p-3">
<img id="projects" class="mx-auto d-block" src="assets/img/title/projects.png" height="100px">
<br>
<p class="text-justify">Below find all projects I have been or am currently working on.</p>
<div>
<!--Cubane-->
<div class="card m-3">
<div class="row align-items-center">
<div class="col-4">
<img class="img-fluid" src="assets/img/project/Cubane.png">
</div>
<div class="col-8">
<div class="card-body">
<h5 class="card-title">Synthesis of Cubane</h5>
<h6 class="card-subtitle text-muted">
<i class="bi bi-circle" style="color:limegreen"></i>
Complete
</h6>
<p class="card-text">An article aimed at A-Level students about the synthesis of everybody's favourite chemical.</p>
<a class="btn btn-outline-secondary" href="assets/file/Man, I Love Cubane 2022-05-29.pdf">Download</a>
</div>
</div>
</div>
</div>
<!--Destroy-->
<div class="card m-3">
<div class="row align-items-center">
<div class="col-4">
<img class="img-fluid" src="assets/img/project/destroy.png">
</div>
<div class="col-8">
<div class="card-body">
<h5 class="card-title">Destroy</h5>
<h6 class="card-subtitle text-muted">
<i class="bi bi-circle" style="color:orange"></i>
Ongoing
</h6>
<p class="card-text">A Chemistry-themed add-on to the Minecraft Create mod.</p>
<a class="btn btn-outline-secondary" href="https://www.curseforge.com/minecraft/mc-mods/create-destroy">Download</a>
</div>
</div>
</div>
</div>
<!--Pate's SensorLab-->
<div class="card m-3">
<div class="row align-items-center">
<div class="col-4">
<img class="img-fluid" src="assets/img/project/PatesSensorLab.png">
</div>
<div class="col-8">
<div class="card-body">
<h5 class="card-title">Pate's SensorLab</h5>
<h6 class="card-subtitle text-muted">
<i class="bi bi-circle" style="color:orange"></i>
Ongoing
</h6>
<p class="card-text">A rework of the Physics Department's measurement instruments for mechanics practicals.</p>
</div>
</div>
</div>
</div>
<!--Chess Two-->
<div class="card m-3">
<div class="row align-items-center">
<div class="col-4">
<img class="img-fluid" src="assets/img/project/ChessTwo.png">
</div>
<div class="col-8">
<div class="card-body">
<h5 class="card-title">Chess Two</h5>
<h6 class="card-subtitle text-muted">
<i class="bi bi-circle" style="color:red"></i>
Abandoned
</h6>
<p class="card-text">A verstaile Chess Engine I was working on for my EPQ.</p>
</div>
</div>
</div>
</div>
<!--Inferdle-->
<div class="card m-3">
<div class="row align-items-center">
<div class="col-4">
<img class="img-fluid" src="assets/img/project/Inferdle.png">
</div>
<div class="col-8">
<div class="card-body">
<h5 class="card-title">Inferdle</h5>
<h6 class="card-subtitle text-muted">
<i class="bi bi-circle" style="color:red"></i>
Abandoned
</h6>
<p class="card-text">A Wordle clone in which one must also guess the rules of the game itself.</p>
<a class="btn btn-outline-secondary" href="https://inferdle.glitch.me/">Go There</a>
</div>
</div>
</div>
</div>
<!--Petrolpark YT-->
<div class="card m-3">
<div class="row align-items-center">
<div class="col-4">
<img class="img-fluid" src="assets/img/project/Petrolpark.png">
</div>
<div class="col-8">
<div class="card-body">
<h5 class="card-title">Petrolpark (YouTube Channel)</h5>
<h6 class="card-subtitle text-muted">
<i class="bi bi-circle" style="color:limegreen"></i>
It's Still There I Guess
</h6>
<p class="card-text">A YouTube channel for various silly nonsense.</p>
<a class="btn btn-outline-secondary" href="https://youtube.com/c/petrolpark">Go There</a>
</div>
</div>
</div>
</div>
<!--Club Penguin thing-->
<div class="card m-3">
<div class="row align-items-center">
<div class="col-4">
<img class="img-fluid" src="assets/img/project/EP4.png">
</div>
<div class="col-8">
<div class="card-body">
<h5 class="card-title">EP4</h5>
<h6 class="card-subtitle text-muted">
<i class="bi bi-circle" style="color:red"></i>
Postponed
</h6>
<p class="card-text">A Club Penguin remake built from the ground up.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Archive Block-->
<div class="border-bottom m-3 p-3">
<img id="archive" class="mx-auto d-block" src="assets/img/title/archive.png" height="100px">
<br>
<p class="text-justify">I'm still building this bit. Come back soon!</p>
</div>
</div>
</div>
</body>