-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
145 lines (140 loc) · 3.58 KB
/
index.html
File metadata and controls
145 lines (140 loc) · 3.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Will's personal site</title>
<link rel="stylesheet" href="css/styles.css">
<style>
body
{background-color: #42b3d3}
hr
{border-style: none;
border-top-style: dotted;
border-color: grey;
border-width: 5px;
width: 5%;
}
</style>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="images/m8rc2evxc0l21.jpg" width="256" height="256" alt="will headshot"></td>
<td>
<h1>Name goes here</h1>
<p>
<strong><em>Web developer, aviator, law graduate, occasionally goes running.</em></strong>
<p>I love motorcycles and drinking herbal tea.
</td>
</tr>
</table>
<hr>
<h3>Skills</h3>
<table>
<thead>
<tr>
<th><em><strong>Web Development</strong></em></th>
<th><em><strong>Other Skills</strong></em></th>
</tr>
</td>
</thead>
</tr>
<td>
<table cellspacing="10">
<tr>
<td>HTML</td>
<td>⭐</td>
<tr>
<td>CSS</td>
<td>⭐</td>
<tr>
<td>Javascript</td>
<td>⭐</td>
</tr>
</tr>
</tr>
</table>
<td>
<table cellspacing="10">
<tr>
<td>Commercial aviation training</td>
<td>⭐⭐⭐⭐⭐</td>
<tr>
<td>Law</td>
<td>⭐⭐⭐⭐</td>
<tr>
<td>Motor mechanics</td>
<td>⭐⭐⭐⭐</td>
</tr>
</tr>
</tr>
</table>
</td>
</td>
</tr>
</table>
<hr>
<h3>My work experience</h3>
<table>
<tr>
<table>
<thead>
<tr>
<th>Company</th>
<th>Role</thS>
</tr>
</thead>
<td>Oxford Policy Management, Ltd. </td>
<td><strong><em>Bid Administrator</em></strong> <a href="https://www.opml.co.uk/">Read this page for info on what OPM does.</a></td>
</tr>
<tr>
<td>Rotary Watches, Ltd.</td>
<td> <strong><em>Store Supervisor</em></strong></td>
</tr>
</table>
</table>
<hr>
<h3>My education summary</h3>
<p>2016 - LL.B (Hons.) Law, University of Westminster</p>
<p>2010 - 3x A Levels, d'Overbroeck's College, Oxford, UK</p>
<p>2007 - 9x GCSE at A-C grade, d'Overbroeck's College, Oxford</p>
<table cellspacing="10">
<thead>
<tr>
<th>Date</th>
<th>Role</th>
</tr>
</thead>
<tr>
<td>2010-2016</td>
<td>LL.B (Hons.) Law, University of Westminster</td>
</tr>
<tr>
<td>2010</td>
<td>3x A Levels, d'Overbroeck's College, Oxford, UK</td>
</tr>
</table>
<hr>
<h3>Stuff I did</h3>
<ul>
<li>I was undertaking training to be a commercial airline pilot but had to stop due to a medical condition.</li>
<li>I used to work in international development.</li>
<li>I used to sell watches.</li>
</ul>
<hr>
<h3>Links to things</h3>
<a href="hobbies.html">My Hobbies</a>
<br>
<a href="Get in touch.html">Get in touch</a>
<hr>
<h3>Interesting things</h3>
<ol>
<li><a href="https://www.avsim.com/forums/topic/442579-understanding-scenery-order/">This is a website that will explain ortho tiles in an easy to understand way.</a></li>
<li><a href="https://www.youtube.com/c/flightdeck2sim">This is a Youtube page of a person who can teach you to fly the Boeing 737 from scratch in XPlane 11.</a></li>
</ol>
<hr>
<p></p>
</body>
</html>