From 581a0988c8c69e3de293533e9a729d5c83ceadb7 Mon Sep 17 00:00:00 2001 From: Obberton13 Date: Thu, 20 Oct 2016 20:40:42 -0500 Subject: [PATCH] Updating layouts --- css/base.css | 50 +++++++++++++++++++----- portfolio/index.html | 91 ++++++++++++++++++++++++++------------------ 2 files changed, 94 insertions(+), 47 deletions(-) diff --git a/css/base.css b/css/base.css index e6ee373..16207cf 100644 --- a/css/base.css +++ b/css/base.css @@ -1,23 +1,55 @@ body { - width: 70%; - padding: 40px 10%; - background-color: #222222; - color: #c4e3f3; + background-color: #222222; + color: #c4e3f3; +} + +.content { + width: 90%; + padding: 40px 20%; } h1, h2, h3, h4, h5, h6 { - color: #99aadd; + color: #99aadd; } -h1>small { - color: #bbbbbb; +h1 > small { + color: #bbbbbb; } a { - color: #66afe9; + color: #66afe9; } a:hover { - color: #8888dd; + color: #8888dd; +} + +.footer { + background-color: #101010; + position: absolute; + right: 0; + bottom: 0; + left: 0; + padding: 1rem; + text-align: center; + border-top: 2px solid #202040; +} + +.nav { + padding-top: 5%; + background-color: #303030; + float: left; + height: 100%; + position: fixed; + max-width: 12%; + min-width: 12%; + margin-left: 4%; +} + +.nav ul { + list-style-type: none; } +.nav li { + margin: 3%; +} \ No newline at end of file diff --git a/portfolio/index.html b/portfolio/index.html index bf12a4e..491b7e7 100644 --- a/portfolio/index.html +++ b/portfolio/index.html @@ -1,51 +1,66 @@ - - - - Robert Young's Website + + + + Robert Young's Website - - - + + + - - - + + + - - - - + +
+ + + + -

- My name is - Robert Young. -

-

I'm a junior in Software Engineering at Iowa State University. I take mostly Computer Science/Software Engineering - courses, while working part time at ITS WebDev.

+

+ My name is + Robert Young. +

+

I'm a junior in Software Engineering at Iowa State University. I take mostly Computer Science/Software + Engineering + courses, while working part time at ITS WebDev.

-

Game Design

+

Game Design

-

In my free time, I am learning as much as I can about the design and implementation of video games. I have done - several small projects both on my own and with other people. As a member of Iowa State's Game Development Club, I - enjoy participating in Game Jams and workshops, as well as social nights.

A Game Jam is an event - where you get together with two or three other people and try to make a game in a very short amount of time (usually 48 hours). -

- So far, my favorite tool to develop games with is Unity3d, where the main language - I use is C#.

+

In my free time, I am learning as much as I can about the design and implementation of video games. I have done + several small projects both on my own and with other people. As a member of Iowa State's Game Development Club, + I + enjoy participating in Game Jams and workshops, as well as social nights.

A Game Jam is an event + where you get together with two or three other people and try to make a game in a very short amount of time + (usually 48 hours). +

+ So far, my favorite tool to develop games with is Unity3d, where the main + language + I use is C#.

-

Example Works

- -Sitemap +

Example Works

+ + Sitemap +
+ \ No newline at end of file