-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (25 loc) · 1.06 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
<!DOCTYPE html>
<html>
<head>
<title>Aila Simpson</title>
<link rel="stylesheet" href="./src/css/index.css">
<script src="./src/js/index.js"></script>
<meta name="viewpoint" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
</head>
<body>
<div class="sidenav">
<a href="./index.html">Home</a>
<a href="./src/blog.html">Blog</a>
<a href="./src/cv.html">CV</a>
<p>Aila Simpson - 2021</p>
</div>
<div class="main">
<h1>Aila Simpson</h1>
<p>A computer engineering student based in Victoria, BC, Canada.</p>
<p>Hello world! I'm Aila, a nerdy engineering student with a passion for all things computers. Some of my main interests are cyber security, cryptography, and data science. </p>
<p>I'm currently the co-lead for the Avionics subsystem of UVic Rocketry, were we're making a rocket to go to 10,000 feet! My responsibilities include making sire the telemetrty system is working, and coordingating the software and electronics projects on the rocket.</p>
<button onclick="helloWorld()">Hmmm</button>
</div>
</body>
</html>