2021-09-14 11:07:56 +01:00
<!doctype html>
2021-09-24 16:11:12 +01:00
< HTML lang = "en-GB" >
2021-01-15 21:20:36 +00:00
< header >
< link rel = "stylesheet" href = "CVPage.css" >
2021-05-26 15:38:57 +01:00
< link rel = "stylesheet" href = "effects.css" >
2021-01-15 21:20:36 +00:00
< link rel = "icon" href = "..\images\Icon.ico" >
< meta charset = "UTF-8" >
2021-01-16 19:44:13 +00:00
2022-03-17 21:25:01 +00:00
< title > Rosia Evans CV< / title >
2021-01-15 21:20:36 +00:00
< / header >
< body >
< h1 >
2021-09-25 12:10:45 +01:00
Curriculum Vitae
2021-01-15 21:20:36 +00:00
< / h1 >
2021-09-25 12:10:45 +01:00
< div id = "cv" >
2021-01-15 21:20:36 +00:00
< div id = "introText" >
2022-03-18 12:50:29 +00:00
< h2 > Rosia Evans< / h2 >
2021-09-25 12:10:45 +01:00
Currently running a gap year working as a waiter, creating personal projects and teaching myself vector maths and C++ before moving to aberystwyth university in 2022.
2021-01-15 21:20:36 +00:00
< / div >
2021-09-25 12:10:45 +01:00
< div id = "cvBody" >
< div id = "workExperienceText" >
< h2 > Work Experience:< / h2 >
< ul >
< li >
< h3 > 2018< / h3 >
A week's work experience at < a href = "https://www.jbaconsulting.com/" > jba consulting< / a > writing a
program that converts SQL databases to excel spreadsheets.
2021-01-15 21:20:36 +00:00
2021-09-25 12:10:45 +01:00
< / li >
< / ul >
< h2 > Extra Curricular:< / h2 >
< ul >
< li >
2021-09-25 12:21:50 +01:00
< h3 > 2012< / h3 >
2021-09-25 12:10:45 +01:00
Started programming learning Python and Scratch; moved onto HTML in 2015 and C#/C++ in early 2019.
< / li >
< li >
2021-09-25 12:21:50 +01:00
< h3 > 2018 – 2021< / h3 >
2021-09-25 12:10:45 +01:00
Run school’ s Coding Club, teaching younger children to program and running competitions and projects. First joined in 2014 as a first year.
< / li >
< li >
2021-09-25 12:21:50 +01:00
< h3 > 2016< / h3 >
2021-09-25 12:10:45 +01:00
Creating mods and maps for video games; programming side projects.
< / li >
< li >
< h3 > 2018 – Present< / h3 >
Creating video games and other programs or experiences for virtual reality and flat-screen platforms
< / li >
2021-01-15 21:20:36 +00:00
2021-09-25 12:10:45 +01:00
< li >
< h3 > 2021 – Present< / h3 >
Tutoring GCSE students in python
< / li >
< / ul >
< / div >
< div id = "extraNotesText" >
< h2 > Education:< / h2 >
< ul >
< li >
< h3 > 2014 – 2021< / h3 >
Student at Ilkley Grammar School < br > < br >
2021-01-15 21:20:36 +00:00
2021-09-25 12:10:45 +01:00
8 GCSEs grades 7-5 < br >
Notable Grade 7s in Computer Science, Electronics, and Chemistry < br > < br >
3 A-levels < br >
Computer Science (A), < br >
Psychology (A) < br >
Philosophy (B) < br >
with an EPQ in virtual reality design (A)
< / li >
< / ul >
< h2 > Skills:< / h2 >
< ul >
< li > Python< / li >
< li > C#< / li >
< li > HTML and CSS< / li >
< li > JavaScript and TypeScript< / li >
< li > C++< / 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 Engine's basic toolset< / li >
< / ul >
< / div >
2021-01-15 21:20:36 +00:00
< / div >
< / div >
< div id = "cvDownload" >
A copy of this can be downloaded < a href = "..\files\CV.pdf" > < u > here< / u > < / a >
< / div >
2021-01-16 12:25:35 +00:00
< div id = "backButtonContainer" >
< a href = "../index.html" class = "backButton" > < -Back to main page < / a >
< / div >
2021-01-15 21:20:36 +00:00
< / body >
2022-03-18 12:50:29 +00:00
< / HTML >