69 lines
No EOL
3.2 KiB
HTML
69 lines
No EOL
3.2 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 put into 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"></p>
|
|
<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">
|
|
<!--
|
|
<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> |