-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
64 lines (58 loc) · 1.16 KB
/
about.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>
Mekapaedia - About
</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<div id=bodytext>
<div id=header>
<h1><a href="./index.html">Mekapaedia</a></h1>
<strong><a href="./about.html">about me</a> - <a href="./other.html">other stuff</a> - <a href="./index.html">contact/link tree</a></strong>
</div>
<br><br>
<div id=innertext>
Ryan Harvey
<br><br>
Cambridge based. UK born, Canadian raised.
<br><br>
Work:
<ul>
<li>Modelling Engineer at <a href="https://www.arm.com">Arm</a></li>
<li><a href="./work/Resume.pdf">CV</a></li>
</ul>
Education:
<ul>
<li>Software Engineering BSc UCalgary</li>
<li>BSc capstone: <a href="./work/nibblepics.html">4-bit computer</a></li>
<li>Motorsports Mechatronics MSc Cranfield</li>
</ul>
Interests:
<ul>
<li>Cars</li>
<li>Computers</li>
<li>Engineering</li>
<li>Automobile racing</li>
<li>History</li>
<li>Left-wing politics</li>
</ul>
Pets:
<ul>
<li>2 cats</li>
<li>Many rats</li>
</ul>
MH issues:
<ul>
<li>ADHD</li>
<li>Autism</li>
<li>Depression</li>
<li>Anxiety</li>
</ul>
<br><br>
</div>
</div>
</body>
</html>