70 lines
3.6 KiB
HTML
70 lines
3.6 KiB
HTML
|
<HTML>
|
||
|
|
||
|
<header>
|
||
|
<link rel = "stylesheet" href = "pages\mainpage.css">
|
||
|
<link rel = "icon" href = "..\images\Favicon.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">
|
||
|
Hey I'm Nye, welcome to my portfolio! I'm 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 dabble in game design with groups of friends, in Unity, Unreal Engine and some solo level design in Source.
|
||
|
When I'm not programming I'm most often drawing, playing board games, video games or baking.
|
||
|
</div>
|
||
|
|
||
|
<div style = "width: 100%; height: auto; text-align: center;">
|
||
|
<img src = "images\ProfilePlaceholder.png" class = "profileImage orangeBorder">
|
||
|
</div>
|
||
|
|
||
|
<div class = "textBox" style = "margin-bottom: 5vh;">
|
||
|
Most of my skills relate to object oriented programming, a big focus of my work is creating intuitive systems that are both developer and user friendly and that work smoothy in all contexts.
|
||
|
I love creating and working with large libraries and building intricate systems. The feeling of using systems and classes I or a close friend have built in an earlier part of a project is something I love,
|
||
|
remembering the thought and conversations had around how it works and seeing it interact seemlessly and efficiently with other parts designed separately. I imagine its how it feels to build the house you live within, each part
|
||
|
has a story and feels special to you on a personal level.
|
||
|
|
||
|
</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">
|
||
|
<a href = "pages/gallery/Cat_tower_defense/cat-tower-defense.html" class = "galleryLink">
|
||
|
<img src = "" class = "galleryImage">
|
||
|
</a>
|
||
|
<p class = "galleryTitle">Image Title</p>
|
||
|
<p class = "galleryCaption">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</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">
|
||
|
<!--
|
||
|
<a href = "https://twitter.com/Wi__Ro" target="_blank" style = "color:#ffd256;">Twitter</a>
|
||
|
-->
|
||
|
<a href = "https://twitter.com" target="_blank" style = "color:#ffd256;">Twitter</a>
|
||
|
 
|
||
|
<a href="mailto:WillowRo@outlook.com" target="_blank" style = "color:#ffd256;">Email</a>
|
||
|
 
|
||
|
<a href="https://github.com/WillowRo" target="_blank" style = "color:#ffd256;">Github</a>
|
||
|
</div>
|
||
|
</body>
|
||
|
|
||
|
</HTML>
|