Mercurial > cortex
changeset 303:35d9e7d04d87
Added cover sheet for Winston yay
author | Dylan Holmes <ocsenave@gmail.com> |
---|---|
date | Sat, 18 Feb 2012 02:06:06 -0600 |
parents | 54ec231dec4c |
children | 2dfebf71053c |
files | org/cover.html |
diffstat | 1 files changed, 85 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/org/cover.html Sat Feb 18 02:06:06 2012 -0600 1.3 @@ -0,0 +1,85 @@ 1.4 +<html> 1.5 +<head> 1.6 + <title>aurellem ☉</title> 1.7 + <style type="text/css"> 1.8 + body{ 1.9 + font:16px "Open Serif",Georgia,Palatino,Times,"Times New 1.10 + Roman",serif; 1.11 + line-height:1.5em; 1.12 + color:#444; 1.13 + width:46em; 1.14 + padding:4em; 1.15 + margin:0 auto; 1.16 + border-top:3em solid #933; 1.17 + border-left-width:0; 1.18 + border-right-width:0; 1.19 + } 1.20 + 1.21 + a{color:#07e;} 1.22 + h1,h2,h3,h4,h5,h6{ 1.23 + font-family:'Open Sans', Helvetica, Arial, sans-serif; 1.24 + } 1.25 + h1{font-size:2em;line-height:.75em; 1.26 + 1.27 + } 1.28 + 1.29 + video{ 1.30 + margin-bottom:3em; 1.31 + } 1.32 + </style> 1.33 +</head> 1.34 +<body> 1.35 +<h2 style="color:#888;">☉ aurellem</h2> 1.36 +<h1>Sensate Creatures in a Virtual Environment</h1> 1.37 +<author>Robert McIntyre</author> 1.38 +<br><br> 1.39 + 1.40 +<p> 1.41 +The purpose of this project is to create a framework for sensate 1.42 +creatures in a virtual environment. This approach is advantageous 1.43 +because of timing. 1.44 + 1.45 +You can see a showcase of each sense below, as well as a short article 1.46 +explaining how I implemented it. 1.47 + 1.48 +<h2>Vision</h2> 1.49 +<a href="./vision.html">Read the article on implementing vision »</a> 1.50 +<video controls="controls" width="755"> 1.51 + <source src="./video/worm-vision.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png"> 1.52 +</video> 1.53 + 1.54 +<h2>Vision</h2> 1.55 +<a href="./vision.html">Read the article on implementing vision »</a> 1.56 +<video controls="controls" width="755"> 1.57 + <source src="./video/worm-vision.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png"> 1.58 +</video> 1.59 + 1.60 +<h2>Vision</h2> 1.61 +<a href="./vision.html">Read the article on implementing vision »</a> 1.62 +<video controls="controls" width="755"> 1.63 + <source src="./video/worm-vision.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png"> 1.64 +</video> 1.65 + 1.66 +<h2>Vision</h2> 1.67 +<a href="./vision.html">Read the article on implementing vision »</a> 1.68 +<video controls="controls" width="755"> 1.69 + <source src="./video/worm-vision.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png"> 1.70 +</video> 1.71 + 1.72 +<h2>Vision</h2> 1.73 +<a href="./vision.html">Read the article on implementing vision »</a> 1.74 +<video controls="controls" width="755"> 1.75 + <source src="./video/worm-vision.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png"> 1.76 +</video> 1.77 + 1.78 +<h2>Vision</h2> 1.79 +<a href="./vision.html">Read the article on implementing vision »</a> 1.80 +<video controls="controls" width="755"> 1.81 + <source src="./video/worm-vision.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png"> 1.82 +</video> 1.83 + 1.84 + 1.85 +</p> 1.86 + 1.87 +</body> 1.88 +</html>