Adds content to text
This commit is contained in:
parent
874e1d9b39
commit
aee54c2ffc
6 changed files with 94 additions and 14 deletions
|
@ -1,6 +1,7 @@
|
|||
<HTML>
|
||||
<head>
|
||||
<link rel = "stylesheet" href = "../stylesheets/basics.css">
|
||||
<link rel = "stylesheet" href = "../stylesheets/cv.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">
|
||||
|
@ -12,7 +13,46 @@
|
|||
<a href = "../index.html">back</a>
|
||||
</div>
|
||||
<div id = "mainContent">
|
||||
cv goes here
|
||||
<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>
|
||||
</div>
|
||||
</body>
|
||||
</HTML>
|
Loading…
Add table
Add a link
Reference in a new issue