-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
248 lines (201 loc) · 9.01 KB
/
index.html
File metadata and controls
248 lines (201 loc) · 9.01 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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
<!DOCTYPE html>
<html lang="en-gb">
<head>
<title>Helm Labs</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<!-- imports -->
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css'>
<link rel="stylesheet" href="assets/css/line-awesome.min.css">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel='stylesheet' href='./assets/css/style.css'>
<link rel="shortcut icon" type="image/x-icon" href='./assets/images/icon.ico'>
</head>
<body data-bs-spy='scroll' data-bs-target='.navbar'>
<nav class="navbar navbar-expand-lg navbar-dark fixed-top">
<div class="container flex-lg-column">
<a class="navbar-brand mb-lg-4 mx-lg-auto" href="#home"><span class='h4 fw-bold'>Helm Labs</span></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto flex-lg-column text-lg-center">
<li class="nav-item"><a class="nav-link" href="#home">Home</a></li>
<li class="nav-item"><a class="nav-link" href="#projects">Projects</a></li>
<li class="nav-item"><a class="nav-link" href="#edu">Education</a></li>
<li class="nav-item"><a class="nav-link" href="#about">About</a></li>
</ul>
</div>
</div>
</nav>
<main id="content-wrapper">
<section id='home' class='full-height px-lg-5'>
<div class="container">
<div class='row'>
<div class="col-lg-10">
<h1 class='display-4 fw-bold' data-aos='fade-up'>I'M AN <span class='text-brand'>ASPIRING SOFTWARE ENGINEER</span> FROM THE UK</h1>
<p class='lead mt-2 mb-4' data-aos='fade-up' data-aos-delay='300'>I use imagination and innovation to further develop my passion for computer programming</p>
<div data-aos='fade-up' data-aos-delay='600'>
<a href="#projects" class="btn btn-brand me-3">Explore My Projects</a>
<a href='mailto:helmcorpinquiries@proton.me' class='custom-link'>Contact Me!</a>
</div>
</div>
</div>
</div>
</section>
<section id='projects' class='full-height px-lg-5'>
<div class="container">
<div class="row pb-4" data-aos='fade-up'>
<div class="col-lg-8">
<h6 class='text-brand'>WORK</h6>
<h1>My Recent Projects</h1>
</div>
</div>
<div class="projects-container row gy-4"></div>
</div>
</section>
<section id='edu' class='full-height px-lg-5'>
<div class="container">
<div class="row pb-4" data-aos='fade-up'>
<div class="col-lg-8">
<h6 class="text-brand">EDU/EXP</h6>
<h1>My Education & Experience</h1>
</div>
</div>
<div class="row gy-5">
<div class="col-lg-6">
<h3 class="mb-4" data-aos='fade-right' data-aos-delay='300'>Education</h3>
<div class="row gy-4">
<div class="col-12 mb-4" data-aos='fade-right' data-aos-delay='600'>
<div class="bg-base p-4 rounded-4 shadow-effect">
<h4>Bachelors in Software Engineering</h4>
<p class="text-brand mb-2">University of Strathclyde (2023 - Present)</p>
<p class='mb-0'>Currently studying to achieve a BSc (Hons) in software engineering at Strathclyde University</p>
</div>
</div>
<div class="col-12 mb-4" data-aos='fade-right' data-aos-delay='900'>
<div class="bg-base p-4 rounded-4 shadow-effect">
<h4>SQA Advanced Higher in Computing Science</h4>
<p class="text-brand mb-2">High School (2022 - 2023)</p>
<p class='mb-0'>
Using a variety of techniques such as polymorphism, object oriented programming and research. We learned how to efficiently solve a problem within a designated timeframe
alongside learning about database structures and classes
</p>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<h3 class="mb-4" data-aos='fade-left' data-aos-delay='300'>Experience</h3>
<div class="row gy-4">
<div class="col-12 mb-4" data-aos='fade-left' data-aos-delay='600'>
<div class="bg-base p-4 rounded-4 shadow-effect">
<h4>Software Engineering Intern</h4>
<p class='text-brand mb-2'>NRS (Jun 2025 - Aug 2025)</p>
<p class='mb-0'>
During my employment, I was trained in PLC programming using Ladder Logic,
primarily through Siemens TIA, Zeliosoft and other industry standard tools.
I worked on various projects and gained valuable experience from shadowing
and collaborating with the team at NRS
</p>
</div>
</div>
<div class='col-12 mb-4' data-aos='fade-left' data-aos-delay='900'>
<div class='bg-base p-4 rounded-4 shadow-effect'>
<h4>Telethon Campaign Caller</h4>
<p class='text-brand mb-2'>Strathclyde University (Feb 2025 - Mar 2025)</p>
<p class='mb-0'>
I was responsible for contacting alumni of the university to hear
about their experience outside of their degree, updating their records
with the university and encouraging donations to the Strathclyde Alumni Fund
</p>
</div>
</div>
<div class='col-12 mb-0' data-aos='fade-left' data-aos-delay='1200'>
<div class='bg-base p-4 rounded-4 shadow-effect'>
<h4>New Horizons</h4>
<p class='text-brand mb-2'>To Infinity and Beyond</p>
<p class='mb-1'>
I am always on the lookout for new opportunities that will challenge
me and help me grow as a developer, be it game jams, hackathons or
work prospects. Feel free to contact me using the link below.
</p>
<a href='mailto:helmcorpinquiries@proton.me' class='custom-link'>
<i class='las la-envelope-open-text'></i> Email
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id='about' class='full-height px-lg-5'>
<div class="container justify-content-center">
<div class="row pb-4" data-aos='fade-up'>
<div class="col-lg-8">
<h6 class="text-brand">ABOUT</h6>
<h1>About Me</h1>
</div>
</div>
</div>
<div class="row gy-5 justify-content-center">
<div class="col-9">
<div class="row">
<div class="col-12 mb-4" data-aos='fade-up' data-aos-delay='600'>
<div class="bg-base p-4 rounded-4 shadow-effect">
<div class='about-header'>
<div class='prof-name'>
<img id='pfp' src='./assets/images/pfp.jpg' alt='goose profile picture'>
<h4>TurtleHelm</h4>
</div>
<div class='quote'>
<p class='about-quote'>
<q>Failure is the opportunity to begin again. Only this<br> time, more wisely</q>
- <i>Iroh, Avatar: the Last Airbender</i>
</p>
</div>
</div>
<p class='mb-0'>
I'm a passionate and self driven software engineering student at the University of Strathclyde, with a
foundation in Computing Science and a love for continual learning.
<br><br>
I began programming during the UK COVID-19 lockdowns in 2020, starting with HTML and CSS. With no prior
experience in computing, I quickly discovered a deep interest that led me to explore more languages like Python and Java.
<br><br>
Since then, I've earned both Higher and Advanced Higher Computing Science qualifications, and I'm now pursuing a BSc (Hons)
in Software Engineering to further develop my skills and tackle real-world challenges.
<br><br>
My goal is simple: to grow as a developer and use what I learn to make meaningful contributions to society.
<br>
</p>
<p class='text-brand mb-0 mt-3'>- Helm</p>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="py-5 px-lg-5">
<div class="container">
<div class="footer-content-container row gy-4 footer-row">
<div class="col-auto">
<p class="mb-0 copyleft"><i class='las la-copyright'></i> Helm Labs</p>
</div>
<div class="col-auto">
<div class="social-icons">
<a href="https://github.com/TurtleHelm" class="lab la-github"></a>
<a href="https://www.youtube.com/playlist?list=PL6KwY7S-X9DBDD_09QcO_5Uabls2fXpH4" class="lab la-youtube"></a>
</div>
</div>
</div>
</div>
</footer>
<script src='https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js'></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src='./assets/js/page-content.js'></script>
<script src='./assets/js/app.js'></script>
</body>
</html>