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
|
@ -31,7 +31,7 @@
|
|||
<div class = "textBox" style = "margin-bottom: 5vh;">
|
||||
Most of my current work experience relates to personal projects, however I have previously done work experience at <a href = "https://www.jbaconsulting.com/">jba consulting</a> writing a
|
||||
program to convert their sql databases to excel spreadsheets. I also often teach Python and HTML, having taught many students at my schools coding club for over 6 years and having tutored
|
||||
GCSE students briefly. You can see my full CV <a href = "pages/CVPage.html" target="_blank">here</a>.
|
||||
GCSE students briefly. You can see my full CV <a href = "pages/CVPage.html">here</a>.
|
||||
</div>
|
||||
|
||||
<div class = "textBox" id = "galleryHeader">
|
||||
|
@ -63,7 +63,7 @@
|
|||
 
|
||||
<a href="https://github.com/WillowRo" target="_blank">Github</a>
|
||||
 
|
||||
<a href = "pages/CVPage.html" target="_blank">CV</a>
|
||||
<a href = "pages/CVPage.html">CV</a>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
|
|
@ -45,7 +45,6 @@ li{
|
|||
|
||||
a:link, a:visited{
|
||||
color: #ffd256;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.backButton{
|
||||
|
@ -56,11 +55,18 @@ a:link, a:visited{
|
|||
}
|
||||
|
||||
.backButton{
|
||||
text-align: center;
|
||||
font-size: clamp(20px, 2vw, 170px);
|
||||
|
||||
margin-top: 10vh;
|
||||
margin-bottom: 5vh;
|
||||
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#backButtonContainer{
|
||||
text-align: center;
|
||||
margin-bottom: 7vh;
|
||||
margin-top: 7vh;
|
||||
}
|
||||
|
||||
#cvBody{
|
||||
|
@ -75,7 +81,8 @@ a:link, a:visited{
|
|||
|
||||
border: solid 2px #ffd256;
|
||||
border-radius: 5px;
|
||||
padding: 5px;
|
||||
padding: 10px;
|
||||
padding-bottom: 7vh;
|
||||
|
||||
font-size: 1vw;
|
||||
}
|
||||
|
@ -85,6 +92,7 @@ a:link, a:visited{
|
|||
grid-row: 1;
|
||||
border-bottom: solid 2px #ffd256;
|
||||
|
||||
text-align: left;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
|
@ -115,6 +123,8 @@ a:link, a:visited{
|
|||
-moz-text-size-adjust: none;
|
||||
-ms-text-size-adjust: none;
|
||||
text-size-adjust: none;
|
||||
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
h1{
|
||||
|
@ -126,6 +136,7 @@ a:link, a:visited{
|
|||
|
||||
h2{
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
font-size: 3vw;
|
||||
}
|
||||
|
||||
|
@ -146,6 +157,15 @@ a:link, a:visited{
|
|||
padding-right: 50px;
|
||||
}
|
||||
|
||||
.backButton{
|
||||
font-size: clamp(20px, 4vw, 170px);
|
||||
|
||||
margin-top: 10vh;
|
||||
margin-bottom: 5vh;
|
||||
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#introText{
|
||||
grid-column: 1/3;
|
||||
grid-row: 1;
|
||||
|
@ -162,6 +182,7 @@ a:link, a:visited{
|
|||
font-size: 3vw;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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>
|
|
@ -49,10 +49,18 @@ iframe{
|
|||
}
|
||||
|
||||
.backButton{
|
||||
text-align: center;
|
||||
font-size: clamp(20px, 2vw, 170px);
|
||||
|
||||
margin-top: 10vh;
|
||||
margin-bottom: 5vh;
|
||||
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#backButtonContainer{
|
||||
text-align: center;
|
||||
margin-bottom: 7vh;
|
||||
margin-top: 7vh;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
evolved in complexity and scale.
|
||||
</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>
|
|
@ -28,6 +28,8 @@
|
|||
|
||||
</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>
|
|
@ -21,6 +21,8 @@
|
|||
feel that I succeeded at this.
|
||||
</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
Reference in a new issue