ColeSite/pages/cv.html
2022-05-05 20:24:26 +01:00

57 lines
No EOL
2.3 KiB
HTML

<HTML>
<head>
<link rel = "stylesheet" href = "../stylesheets/basics.css">
<link rel = "stylesheet" href = "../stylesheets/cv.css">
<link rel = "stylesheet" href = "../stylesheets/effects.css">
<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">
<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 -
Student at South Craven School<br>
10 GCSEs grades 7-4<br><br>
2019-2021 -
Student at Ilkley Grammar School<br>
3 A-levels<br>
Psychology (C)<br>
Politics (E)<br>
Computer Science (D)<br>
</div>
<div id = "cvSkills">
<h3>Skills</h3>
<ul>
<li>Experience with Logic</li>
<li>Experience with Wwise</li>
<li>Experience playing piano</li>
<li>Basic understanding of programming concepts</li>
</ul>
</div>
</div>
<div id = "cvWork">
<h3>Work Experience</h3>
<ul>
<li>soon to come :)</li>
</ul>
</div>
</div>
</div>
</div>
</body>
</HTML>