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;">
|
<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
|
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
|
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>
|
||||||
|
|
||||||
<div class = "textBox" id = "galleryHeader">
|
<div class = "textBox" id = "galleryHeader">
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
 
|
 
|
||||||
<a href="https://github.com/WillowRo" target="_blank">Github</a>
|
<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>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,6 @@ li{
|
||||||
|
|
||||||
a:link, a:visited{
|
a:link, a:visited{
|
||||||
color: #ffd256;
|
color: #ffd256;
|
||||||
text-decoration: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.backButton{
|
.backButton{
|
||||||
|
@ -56,11 +55,18 @@ a:link, a:visited{
|
||||||
}
|
}
|
||||||
|
|
||||||
.backButton{
|
.backButton{
|
||||||
text-align: center;
|
|
||||||
font-size: clamp(20px, 2vw, 170px);
|
font-size: clamp(20px, 2vw, 170px);
|
||||||
|
|
||||||
margin-top: 10vh;
|
margin-top: 10vh;
|
||||||
margin-bottom: 5vh;
|
margin-bottom: 5vh;
|
||||||
|
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#backButtonContainer{
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 7vh;
|
||||||
|
margin-top: 7vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cvBody{
|
#cvBody{
|
||||||
|
@ -75,7 +81,8 @@ a:link, a:visited{
|
||||||
|
|
||||||
border: solid 2px #ffd256;
|
border: solid 2px #ffd256;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 5px;
|
padding: 10px;
|
||||||
|
padding-bottom: 7vh;
|
||||||
|
|
||||||
font-size: 1vw;
|
font-size: 1vw;
|
||||||
}
|
}
|
||||||
|
@ -85,6 +92,7 @@ a:link, a:visited{
|
||||||
grid-row: 1;
|
grid-row: 1;
|
||||||
border-bottom: solid 2px #ffd256;
|
border-bottom: solid 2px #ffd256;
|
||||||
|
|
||||||
|
text-align: left;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -115,6 +123,8 @@ a:link, a:visited{
|
||||||
-moz-text-size-adjust: none;
|
-moz-text-size-adjust: none;
|
||||||
-ms-text-size-adjust: none;
|
-ms-text-size-adjust: none;
|
||||||
text-size-adjust: none;
|
text-size-adjust: none;
|
||||||
|
|
||||||
|
line-height: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1{
|
h1{
|
||||||
|
@ -126,6 +136,7 @@ a:link, a:visited{
|
||||||
|
|
||||||
h2{
|
h2{
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
|
padding-bottom: 10px;
|
||||||
font-size: 3vw;
|
font-size: 3vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -146,6 +157,15 @@ a:link, a:visited{
|
||||||
padding-right: 50px;
|
padding-right: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.backButton{
|
||||||
|
font-size: clamp(20px, 4vw, 170px);
|
||||||
|
|
||||||
|
margin-top: 10vh;
|
||||||
|
margin-bottom: 5vh;
|
||||||
|
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
#introText{
|
#introText{
|
||||||
grid-column: 1/3;
|
grid-column: 1/3;
|
||||||
grid-row: 1;
|
grid-row: 1;
|
||||||
|
@ -162,6 +182,7 @@ a:link, a:visited{
|
||||||
font-size: 3vw;
|
font-size: 3vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -26,8 +26,13 @@
|
||||||
<h2>Work Experience:</h2>
|
<h2>Work Experience:</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<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.
|
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>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -63,6 +68,21 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Skills:</h2>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -70,6 +90,8 @@
|
||||||
A copy of this can be downloaded <a href = "..\files\CV.pdf"><u>here</u></a>
|
A copy of this can be downloaded <a href = "..\files\CV.pdf"><u>here</u></a>
|
||||||
</div>
|
</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>
|
</body>
|
||||||
</HTML>
|
</HTML>
|
|
@ -49,10 +49,18 @@ iframe{
|
||||||
}
|
}
|
||||||
|
|
||||||
.backButton{
|
.backButton{
|
||||||
text-align: center;
|
|
||||||
font-size: clamp(20px, 2vw, 170px);
|
font-size: clamp(20px, 2vw, 170px);
|
||||||
|
|
||||||
margin-top: 10vh;
|
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.
|
evolved in complexity and scale.
|
||||||
</div>
|
</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>
|
</body>
|
||||||
</HTML>
|
</HTML>
|
|
@ -28,6 +28,8 @@
|
||||||
|
|
||||||
</div>
|
</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>
|
</body>
|
||||||
</HTML>
|
</HTML>
|
|
@ -21,6 +21,8 @@
|
||||||
feel that I succeeded at this.
|
feel that I succeeded at this.
|
||||||
</div>
|
</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>
|
</body>
|
||||||
</HTML>
|
</HTML>
|
Loading…
Add table
Reference in a new issue