65 lines
2.6 KiB
HTML
65 lines
2.6 KiB
HTML
<!doctype html>
|
|
<HTML lang="en-GB">
|
|
|
|
<header>
|
|
<link rel = "stylesheet" href = "pages\basic.css">
|
|
<link rel = "stylesheet" href = "pages\mainpage.css">
|
|
<link rel = "stylesheet" href = "pages\effects.css">
|
|
<link rel = "stylesheet" href = "pages/variables.css">
|
|
<link rel = "icon" href = "images\Icon.ico">
|
|
|
|
<link rel="preload" href="fonts/Roboto/RobotoMono-VariableFont_wght.ttf" as="font" type="font/ttf" crossorigin> <!--we preload the font to stop a flash of unstyled text-->
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
|
<script src = "scripts\autoScroll.js" type = "module"></script>
|
|
<title>Rosia Evans Portfolio</title>
|
|
</header>
|
|
|
|
<body>
|
|
<h1 id = "Title">
|
|
Rosia Evans
|
|
<div class = "subTitle">Portfolio</div>
|
|
</h1>
|
|
|
|
<div class = "textBox">
|
|
An aspiring developer who specialises in C++, C# and Typescript with an interest in lower level hardware and XR;
|
|
Most of my work is software based, making tools and messing around with VR software.
|
|
|
|
</div>
|
|
|
|
<div id = "mainContent">
|
|
<div id = "profileImageContainer" class = "orangeBorder">
|
|
<img src = "images/Profile7.png" alt = "An image of Rosia Evans, Me" class = "profileImage">
|
|
</div>
|
|
|
|
<div id = "sideText" class = "textBox">
|
|
<div>
|
|
Most of my experience relates to personal projects, however I have previously worked at <a href = "https://www.skipton.co.uk/">Skipton Building Society</a>, working in a small team
|
|
to experiment with automating their testing. I also often teach Python and HTML, having taught many students at my school's coding club for
|
|
over 6 years and having tutored GCSE students. You can see my full CV <a href = "files/RosiaEvansCV.pdf" target="_blank">here</a>.
|
|
</div>
|
|
|
|
<div id = "galleryButton" class = "textBox">
|
|
<a href = "pages/AllProjects.html" style = "text-decoration: none;">
|
|
--> See my work here <--
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id = "socialBar">
|
|
<a rel="me" href="https://fosstodon.org/@Wi__Ro" target="_blank">Mastodon</a>
|
|
 
|
|
<a href = "https://twitter.com/Wi__Ro" target="_blank">Twitter</a>
|
|
 
|
|
<a href="mailto:WillowRo@outlook.com" target="_blank">Email</a>
|
|
 
|
|
<a href="https://github.com/Wil-Ro" target="_blank">Github</a>
|
|
 
|
|
<a href = "./files/RosiaEvansCV.pdf" target="_blank">CV</a>
|
|
</div>
|
|
</body>
|
|
|
|
</HTML>
|