ColeSite/pages/cv.html

58 lines
2.4 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 -
Student at fgfdgsfdgfsd<br>
8 GCSEs grades 7-5<br><br>
2019-2021 -
Student at Ilkley Grammar School<br>
3 A-levels<br>
Psychology (grade)<br>
Politics (grade)<br>
Computer Science (grade)<br>
</div>
<div id = "cvSkills">
<h3>Skills</h3>
<ul>
<li>Experience with Logic</li>
<li>Experience with x software</li>
<li>Partial experience with y software</li>
<li>Experience playing x, y, z instruments</li>
<li>Basic understanding of programming concepts</li>
</ul>
</div>
</div>
<div id = "cvWork">
<h3>Work Experience</h3>
<ul>
<li>Made music for dnd campaign</li>
<li>Will make music for vibleo bame</li>
</ul>
</div>
</div>
</div>
2021-12-27 19:53:20 +00:00
</div>
</body>
</HTML>