reworked css
changed headers to divs to avoid bolding, fixed css for mobile again, reformatted text sizing, we use clamp properly now! added css for videos on blog posts, updated blog posts,
This commit is contained in:
parent
d30ed40703
commit
c4a00b6e87
4 changed files with 52 additions and 59 deletions
12
index.html
12
index.html
|
@ -18,22 +18,22 @@
|
|||
</h1>
|
||||
</div>
|
||||
|
||||
<h2>
|
||||
<div class = "textBox">
|
||||
Hey I'm Nye, welcome to my portfolio! I'm an aspiring software developer who's fluent 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 1.
|
||||
When I'm not programming I'm most often drawing, playing board games, video games or baking.
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
<div style = "width: 100%; height: auto; text-align: center;">
|
||||
<img src = "images\ProfilePlaceholder.png" class = "profileImage orangeBorder">
|
||||
</div>
|
||||
|
||||
<h3 style = "margin-bottom: 5vh;">
|
||||
<div class = "textBox" style = "margin-bottom: 5vh;">
|
||||
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.
|
||||
|
||||
</h3>
|
||||
</div>
|
||||
|
||||
<div class = "textBox" id = "galleryHeader">
|
||||
check out my work here:
|
||||
|
@ -50,9 +50,9 @@
|
|||
<button class = "galleryRightArrow" onClick = "window.parent.nextSlide();">►</button>
|
||||
</div>
|
||||
|
||||
<h4>
|
||||
<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:
|
||||
</h4>
|
||||
</div>
|
||||
|
||||
<div id = "socialBar">
|
||||
<!--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue