cv formatting, reworking back button on some pages, minor fixes
This commit is contained in:
parent
31a7ee2818
commit
332f85529a
7 changed files with 68 additions and 11 deletions
|
@ -26,8 +26,13 @@
|
|||
<h2>Work Experience:</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<h3>2018 – Present</h3>
|
||||
<h3>2018 – 2020</h3>
|
||||
Kitchen Assistant at The Fleece Inn, Addingham <br>Temporarily left for 6 months to focus on GCSEs, during which I was given a reference by the head chef as one of the most hard-working employees they had.
|
||||
</li>
|
||||
<li>
|
||||
<h3>2018</h3>
|
||||
A weeks work experience at <a href = "https://www.jbaconsulting.com/">jba consulting</a> writing a
|
||||
program to converts SQL databases to excel spreadsheets.
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -63,6 +68,21 @@
|
|||
</li>
|
||||
</ul>
|
||||
<h2>Skills:</h2>
|
||||
<ul>
|
||||
<li>Python</li>
|
||||
<li>C++</li>
|
||||
<li>C#</li>
|
||||
<li>HTML and CSS</li>
|
||||
<li>Javascript and Typescript</li>
|
||||
<!--
|
||||
</ul>
|
||||
<hr style = "color: #ffd256; width: 30%; margin: 0; margin-top: 25px; margin-left: 5px">
|
||||
<ul>
|
||||
-->
|
||||
<li>Blender's full 3D toolset</li>
|
||||
<li>Unity's basic toolset</li>
|
||||
<li>Unreal Engines basic toolset</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -70,6 +90,8 @@
|
|||
A copy of this can be downloaded <a href = "..\files\CV.pdf"><u>here</u></a>
|
||||
</div>
|
||||
|
||||
<a href = "../index.html"><h2 class = "backButton"> <-Back to main page</h2></a>
|
||||
<div id = "backButtonContainer">
|
||||
<a href = "../index.html" class = "backButton"> <-Back to main page</a>
|
||||
</div>
|
||||
</body>
|
||||
</HTML>
|
Loading…
Add table
Add a link
Reference in a new issue