From 3468e3fe489e5b75a02c69c180eab75258ad5ca1 Mon Sep 17 00:00:00 2001 From: Alex Huddleston Date: Thu, 25 Jan 2018 05:32:12 -0600 Subject: [PATCH] All text in place. Need to add animated demos. --- index.html | 28 ++++++++++++++++++++++++++++ main.css | 5 +++-- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 0980660..87843c6 100644 --- a/index.html +++ b/index.html @@ -30,6 +30,7 @@

So Bow-y Cute

+

Chillenium 2016 Entry.

@@ -38,6 +39,11 @@
+
+

ProceduralCity

+

An In-progress city generator.

+

A re-implementation in Rust is being developed here.

+
@@ -45,6 +51,12 @@
+
+

Project Undercover - Guard view

+

Game Development Semester project.

+

The game had two main player roles, this is the guard's view.

+

The github repository can be found here.

+
@@ -52,6 +64,12 @@
+
+

Project Undercover - Guard view

+

Game Development Semester project.

+

The game had two main player roles, this is the spy's view.

+

The github repository can be found here.

+
@@ -59,6 +77,11 @@
+
+

Public Speaking VR

+

A research project for a Human-Computer Interaction course I took.

+

The github repository for the VR project we used can be found here.

+
@@ -66,6 +89,11 @@
+
+

Revival Survival

+

Chillenium 2017 Entry.

+

The itch.io page link can be found here.

+
diff --git a/main.css b/main.css index 70c17f3..47b01a8 100644 --- a/main.css +++ b/main.css @@ -4,7 +4,7 @@ body { margin: auto; font-family: sans-serif; background-color: #55f; - //background-image: url("https://static.pexels.com/photos/375732/pexels-photo-375732.jpeg"); + background-image: url("https://static.pexels.com/photos/375732/pexels-photo-375732.jpeg"); } header { @@ -47,7 +47,8 @@ header { .image-container { margin: auto; - padding: 10px + padding: auto; + opacity: 1.0; } .image-container img {