All text in place. Need to add animated demos.
This commit is contained in:
parent
9a45453f1c
commit
3468e3fe48
2 changed files with 31 additions and 2 deletions
28
index.html
28
index.html
|
@ -30,6 +30,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="centered-text">
|
<div class="centered-text">
|
||||||
<h3>So Bow-y Cute</h3>
|
<h3>So Bow-y Cute</h3>
|
||||||
|
<p>Chillenium 2016 Entry.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
@ -38,6 +39,11 @@
|
||||||
<img src="/home/shadow8t4/git/shadow8t4-website/assets/images/420/procedural-city.png"></img>
|
<img src="/home/shadow8t4/git/shadow8t4-website/assets/images/420/procedural-city.png"></img>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="centered-text">
|
||||||
|
<h3>ProceduralCity</h3>
|
||||||
|
<p>An In-progress city generator.</p>
|
||||||
|
<p>A re-implementation in Rust is being developed <a href="https://github.com/Shadow8t4/RE-ProceduralCity">here</a>.</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div class="image-container">
|
<div class="image-container">
|
||||||
|
@ -45,6 +51,12 @@
|
||||||
<img src="/home/shadow8t4/git/shadow8t4-website/assets/images/420/projectundercover-guard.png"></img>
|
<img src="/home/shadow8t4/git/shadow8t4-website/assets/images/420/projectundercover-guard.png"></img>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="centered-text">
|
||||||
|
<h3>Project Undercover - Guard view</h3>
|
||||||
|
<p>Game Development Semester project.</p>
|
||||||
|
<p>The game had two main player roles, this is the guard's view.</p>
|
||||||
|
<p>The github repository can be found <a href ="https://github.com/Shadow8t4/Project-Undercover-Public">here</a>.</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div class="image-container">
|
<div class="image-container">
|
||||||
|
@ -52,6 +64,12 @@
|
||||||
<img src="/home/shadow8t4/git/shadow8t4-website/assets/images/420/projectundercover-spy.png"></img>
|
<img src="/home/shadow8t4/git/shadow8t4-website/assets/images/420/projectundercover-spy.png"></img>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="centered-text">
|
||||||
|
<h3>Project Undercover - Guard view</h3>
|
||||||
|
<p>Game Development Semester project.</p>
|
||||||
|
<p>The game had two main player roles, this is the spy's view.</p>
|
||||||
|
<p>The github repository can be found <a href ="https://github.com/Shadow8t4/Project-Undercover-Public">here</a>.</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div class="image-container">
|
<div class="image-container">
|
||||||
|
@ -59,6 +77,11 @@
|
||||||
<img src="/home/shadow8t4/git/shadow8t4-website/assets/images/420/public-speaking-vr.png"></img>
|
<img src="/home/shadow8t4/git/shadow8t4-website/assets/images/420/public-speaking-vr.png"></img>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="centered-text">
|
||||||
|
<h3>Public Speaking VR</h3>
|
||||||
|
<p>A research project for a Human-Computer Interaction course I took.</p>
|
||||||
|
<p>The github repository for the VR project we used can be found <a href="https://github.com/k4sr4/PublicSpeaking-VR">here</a>.</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div class="image-container">
|
<div class="image-container">
|
||||||
|
@ -66,6 +89,11 @@
|
||||||
<img src="/home/shadow8t4/git/shadow8t4-website/assets/images/420/revival-survival.png"></img>
|
<img src="/home/shadow8t4/git/shadow8t4-website/assets/images/420/revival-survival.png"></img>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="centered-text">
|
||||||
|
<h3>Revival Survival</h3>
|
||||||
|
<p>Chillenium 2017 Entry.</p>
|
||||||
|
<p>The itch.io page link can be found <a href="https://d4-team.itch.io/revival-survival">here</a>.</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
5
main.css
5
main.css
|
@ -4,7 +4,7 @@ body {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
background-color: #55f;
|
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 {
|
header {
|
||||||
|
@ -47,7 +47,8 @@ header {
|
||||||
|
|
||||||
.image-container {
|
.image-container {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 10px
|
padding: auto;
|
||||||
|
opacity: 1.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image-container img {
|
.image-container img {
|
||||||
|
|
Reference in a new issue