Added Cv, reworked some text
This commit is contained in:
parent
210e2f82fc
commit
30c2f72f53
7 changed files with 269 additions and 15 deletions
28
index.html
28
index.html
|
@ -19,20 +19,19 @@
|
|||
</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.
|
||||
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 = "width: 100%; height: auto; text-align: center;">
|
||||
<div style = "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.
|
||||
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" target="_blank">here</a>.
|
||||
</div>
|
||||
|
||||
<div class = "textBox" id = "galleryHeader">
|
||||
|
@ -48,22 +47,23 @@
|
|||
<p class = "galleryCaption"></p>
|
||||
<button class = "galleryLeftArrow" onClick = "window.parent.lastSlide();">◄</button>
|
||||
<button class = "galleryRightArrow" onClick = "window.parent.nextSlide();">►</button>
|
||||
<!--<div style = "grid-column: 1/13; grid-row: 13; border-bottom: 5px solid #ffd256;"></div>-->
|
||||
</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:
|
||||
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 = "https://twitter.com" target="_blank" style = "color:#ffd256;">Twitter</a>
|
||||
<a href = "pages/NoTwitter.html" target="_blank">Twitter</a>
|
||||
 
|
||||
<a href="mailto:WillowRo@outlook.com" target="_blank" style = "color:#ffd256;">Email</a>
|
||||
<a href="mailto:WillowRo@outlook.com" target="_blank">Email</a>
|
||||
 
|
||||
<a href="https://github.com/WillowRo" target="_blank" style = "color:#ffd256;">Github</a>
|
||||
<a href="https://github.com/WillowRo" target="_blank">Github</a>
|
||||
 
|
||||
<a href = "pages/CVPage.html" target="_blank">CV</a>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue