Portfolio/index.html
2021-01-16 19:44:13 +00:00

70 lines
No EOL
2.9 KiB
HTML

<HTML>
<header>
<link rel = "stylesheet" href = "pages\mainpage.css">
<link rel = "icon" href = "images\Icon.ico">
<meta charset="UTF-8">
<script src = "pages\gallery.js" type = "module"></script>
<title>Nye Evans Portfolio</title>
</header>
<body>
<div id = "introScreenSpace">
<h1>
Nye Evans
<div style = "font-size: 30%; padding-top: 10;">Portfolio</div>
</h1>
</div>
<div class = "textBox">
An aspiring software developer who specialises in C++, C# and Python, with an intrest in lower level langauges like Assembly;
Most of my work is software based, with Python and C++, although I sometimes try game design with smalls groups of friends, in Unity, Unreal Engine and additionally, some solo level design in Source.
</div>
<div style = "text-align: center;">
<img src = "images\ProfilePlaceholder.png" class = "profileImage orangeBorder">
</div>
<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">here</a>.
</div>
<div class = "textBox" id = "galleryHeader">
check out my projects here:
<div style = "font-size: 60%;">click a project to find out more</div>
</div>
<div id = "programGallery">
<p class = "galleryTitle"></p>
<a href = "pages/gallery/Cat_tower_defense/cat-tower-defense.html" class = "galleryLink">
<img src = "" class = "galleryImage" style = "">
</a>
<p class = "galleryCaption"></p>
<button class = "galleryLeftArrow" onClick = "window.parent.lastSlide();"></button>
<button class = "galleryRightArrow" onClick = "window.parent.nextSlide();"></button>
</div>
<div class = "textBox" id= "outroText">
I hope you like my work! If you ever want to contact me, my twitter, email and github can be found below.
</div>
<div id = "socialBar">
<!-- please dont follow me if you see this, i want this to be a work only twitter account,
<a href = "https://twitter.com/Wi__Ro" target="_blank" style = "color:#ffd256;">Twitter</a>
-->
<a href = "pages/NoTwitter.html" target="_blank">Twitter</a>
&NonBreakingSpace;
<a href="mailto:WillowRo@outlook.com" target="_blank">Email</a>
&NonBreakingSpace;
<a href="https://github.com/WillowRo" target="_blank">Github</a>
&NonBreakingSpace;
<a href = "pages/CVPage.html">CV</a>
</div>
</body>
</HTML>