comparison org/cover.html @ 303:35d9e7d04d87

Added cover sheet for Winston yay
author Dylan Holmes <ocsenave@gmail.com>
date Sat, 18 Feb 2012 02:06:06 -0600
parents
children 19c43ec6958d
comparison
equal deleted inserted replaced
276:54ec231dec4c 303:35d9e7d04d87
1 <html>
2 <head>
3 <title>aurellem &#x2609;</title>
4 <style type="text/css">
5 body{
6 font:16px "Open Serif",Georgia,Palatino,Times,"Times New
7 Roman",serif;
8 line-height:1.5em;
9 color:#444;
10 width:46em;
11 padding:4em;
12 margin:0 auto;
13 border-top:3em solid #933;
14 border-left-width:0;
15 border-right-width:0;
16 }
17
18 a{color:#07e;}
19 h1,h2,h3,h4,h5,h6{
20 font-family:'Open Sans', Helvetica, Arial, sans-serif;
21 }
22 h1{font-size:2em;line-height:.75em;
23
24 }
25
26 video{
27 margin-bottom:3em;
28 }
29 </style>
30 </head>
31 <body>
32 <h2 style="color:#888;">&#x2609; aurellem</h2>
33 <h1>Sensate Creatures in a Virtual Environment</h1>
34 <author>Robert McIntyre</author>
35 <br><br>
36
37 <p>
38 The purpose of this project is to create a framework for sensate
39 creatures in a virtual environment. This approach is advantageous
40 because of timing.
41
42 You can see a showcase of each sense below, as well as a short article
43 explaining how I implemented it.
44
45 <h2>Vision</h2>
46 <a href="./vision.html">Read the article on implementing vision &raquo;</a>
47 <video controls="controls" width="755">
48 <source src="./video/worm-vision.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png">
49 </video>
50
51 <h2>Vision</h2>
52 <a href="./vision.html">Read the article on implementing vision &raquo;</a>
53 <video controls="controls" width="755">
54 <source src="./video/worm-vision.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png">
55 </video>
56
57 <h2>Vision</h2>
58 <a href="./vision.html">Read the article on implementing vision &raquo;</a>
59 <video controls="controls" width="755">
60 <source src="./video/worm-vision.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png">
61 </video>
62
63 <h2>Vision</h2>
64 <a href="./vision.html">Read the article on implementing vision &raquo;</a>
65 <video controls="controls" width="755">
66 <source src="./video/worm-vision.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png">
67 </video>
68
69 <h2>Vision</h2>
70 <a href="./vision.html">Read the article on implementing vision &raquo;</a>
71 <video controls="controls" width="755">
72 <source src="./video/worm-vision.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png">
73 </video>
74
75 <h2>Vision</h2>
76 <a href="./vision.html">Read the article on implementing vision &raquo;</a>
77 <video controls="controls" width="755">
78 <source src="./video/worm-vision.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png">
79 </video>
80
81
82 </p>
83
84 </body>
85 </html>