ColeSite/pages/cv.html

56 lines
2.2 KiB
HTML
Raw Normal View History

2021-12-27 19:53:20 +00:00
<HTML>
<head>
<link rel = "stylesheet" href = "../stylesheets/basics.css">
2022-02-20 15:51:52 +00:00
<link rel = "stylesheet" href = "../stylesheets/cv.css">
2021-12-27 19:53:20 +00:00
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=VT323&display=swap" rel="stylesheet">
</head>
<body>
<div id = "title">
<h1>Curriculum Vitae</h1>
<a href = "../index.html">back</a>
</div>
<div id = "mainContent">
2022-02-20 15:51:52 +00:00
<div id = "cvBody">
<div id = "cvTop">
A musician with experience in kjhdfgoifd and fghjfdgojfd, I like making jnfdsokjsfd and ojifgjpifgds with a focus on dsfojifdsoji.
</div>
<div id = "cvLowerContainer">
<div id = "cvLower">
<div id = "cvHistory">
<h3>Education</h3>
2014-2019 -
2022-04-29 17:15:58 +01:00
Student at South Craven School<br>
10 GCSEs grades 7-4<br><br>
2022-02-20 15:51:52 +00:00
2019-2021 -
Student at Ilkley Grammar School<br>
3 A-levels<br>
2022-04-29 17:15:58 +01:00
Psychology (C)<br>
Politics (E)<br>
Computer Science (D)<br>
2022-02-20 15:51:52 +00:00
</div>
<div id = "cvSkills">
<h3>Skills</h3>
<ul>
<li>Experience with Logic</li>
2022-04-29 17:15:58 +01:00
<li>Experience with Wwise</li>
<li>Experience playing piano</li>
2022-02-20 15:51:52 +00:00
<li>Basic understanding of programming concepts</li>
</ul>
</div>
</div>
<div id = "cvWork">
<h3>Work Experience</h3>
<ul>
2022-04-29 17:15:58 +01:00
<li>soon to come :)</li>
2022-02-20 15:51:52 +00:00
</ul>
</div>
</div>
</div>
2021-12-27 19:53:20 +00:00
</div>
</body>
</HTML>