-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.html
54 lines (50 loc) · 1.61 KB
/
cv.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="main.css">
<title> Wzrd - CV </title>
</head>
<body bgcolor="#EAEAEA">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="cv.html">CV</a></li>
<li><a href="projects.html">Projects</a></li>
</ul>
</nav>
<h1> CV </h1>
<p> As this is just the formality stuff, I'll keep it brief. </p>
<p> <u> Qualifications: </u>
<ul>
<li> UK Citizen, born and resident in UK since birth. </li>
<li> 8 GCSEs, including Maths (7) and English (8). </li>
<li> A level results pending, including Computer Science predicted A. </li>
<li> Completed DofE Gold. </li>
</ul>
</p>
<p> <u> Technical: </u>
<ul>
<li> C# (competent). </li>
<li> Unity (competent). </li>
<li> Python (okish with some revision). </li>
<li> C++ (learning). </li>
<li> Html/css (enough to make this website...). </li>
</ul>
</p>
<p> <u> Contact: </u>
<ul>
<li> Email: [email protected] </li>
<li> Discord: On request. </li>
</ul>
</p>
<!-- <p> <i> teacher quote or something </i> </p> -->
<footer>
<ul>
<li><a href="https://github.com/WzrdIsTaken">Github</a></li>
<li><a href="https://itch.io/profile/wzd">Itch</a><li>
</ul>
</footer>
</body>
</html>