|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ""> |
|
<html xmlns=""> |
|
|
|
<head> |
|
<style> |
|
body { |
|
font-family: Verdana, Geneva, Arial, helvetica, sans-serif; |
|
width: 760px; |
|
margin: 0px auto; |
|
} |
|
|
|
p { |
|
margin: 0px; |
|
} |
|
|
|
a { |
|
color: #019982; |
|
font-weight: bold; |
|
} |
|
|
|
a:hover { |
|
color: #FF3366; |
|
} |
|
|
|
h1 { |
|
font-family: Verdana, Geneva, Arial, helvetica, sans-serif; |
|
font-size: x-large; |
|
text-align: center; |
|
border-bottom: 3px double #019982; |
|
margin: 0px; |
|
} |
|
|
|
h3 { |
|
font-size: large; |
|
text-align: left; |
|
border-bottom: 1px solid #019982; |
|
margin: 0px; |
|
} |
|
|
|
h4 { |
|
margin: 0px; |
|
color: #019982; |
|
text-align: center; |
|
font-weight: bold; |
|
} |
|
|
|
img { |
|
vertical-align: bottom; |
|
} |
|
|
|
td { |
|
font-family: Verdana, Geneva, Arial, helvetica, sans-serif; |
|
} |
|
|
|
th { |
|
font-family: Verdana, Geneva, Arial, helvetica, sans-serif; |
|
} |
|
|
|
ul { |
|
margin: 0px 0px 0px 35px; |
|
padding: 0px; |
|
list-style-type: square; |
|
} |
|
|
|
embed { |
|
border: 1px solid black; |
|
} |
|
|
|
dl { |
|
text-align: justify; |
|
margin-bottom: 0px; |
|
} |
|
|
|
dt { |
|
font-weight: bold; |
|
} |
|
|
|
|
|
|
|
.home { |
|
background-image: url(../images/layout/front_page.jpg); |
|
margin-top: 25px; |
|
width: 760px; |
|
height: 480px; |
|
} |
|
.home_content { |
|
padding-top: 150px; |
|
margin-left: 400px; |
|
} |
|
.home_content p { |
|
text-align: right; |
|
margin-top: 4px; |
|
padding-bottom: 4px; |
|
border-bottom: 1px dotted black; |
|
} |
|
|
|
.image_table { |
|
font-size: 0px; |
|
margin: auto; |
|
width: 600px; |
|
} |
|
.image_table img { |
|
border: 2px solid #019982; |
|
border-radius: 3px; |
|
margin: 5px; |
|
} |
|
.image_table img:hover { |
|
border: 2px solid red; |
|
} |
|
.image_border { |
|
border: 3px double black; |
|
margin: auto; |
|
} |
|
|
|
.main { |
|
background-color: #DDDDDD; |
|
border-radius: 15px; |
|
display: block; |
|
padding: 15px; |
|
width: 730px; |
|
} |
|
</style> |
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"> |
|
|
|
<title> |
|
Dale Johnson: Portfolio |
|
</title> |
|
|
|
|
|
|
|
</head> |
|
<body> |
|
<p> |
|
|
|
</p> |
|
<table border="0" cellpadding="0" cellspacing="0" width="760"> |
|
<tbody> |
|
<tr> |
|
<td valign="middle"> |
|
<a> |
|
<img alt="Dale Johnson: Animator" border="0" height="51" src="rick.jpg" width="250"> |
|
</a> |
|
</td> |
|
<td align="right" valign="middle"> |
|
<a> |
|
Gallery |
|
</a> |
|
• |
|
<a> |
|
Commissions |
|
</a> |
|
• |
|
<a> |
|
Résumé |
|
</a> |
|
• |
|
<a> |
|
Contact |
|
</a> |
|
</td> |
|
</tr> |
|
</tbody> |
|
</table> |
|
<div class="main"> |
|
|
|
<h1> |
|
Gallery |
|
</h1> |
|
<p> |
|
|
|
</p> |
|
<div align="center"> |
|
<img alt="Artwork" class="image_border" height="436" src="rick.jpg" width="700"> |
|
</div> |
|
<p> |
|
|
|
</p> |
|
<h4> |
|
"Junction" Screenshot |
|
</h4> |
|
<p> |
|
|
|
</p> |
|
<p align="justify"> |
|
A screenshot of the dialog interface in |
|
<cite> |
|
Junction |
|
</cite> |
|
. As an adventure game, the majority of the gameplay revolves around investigating the environment, finding items, and questing other characters in order to progress. |
|
</p> |
|
<p align="justify"> |
|
|
|
</p> |
|
<p align="justify"> |
|
Programmed in C#. Artwork and interface created in Photoshop. |
|
</p> |
|
<p> |
|
|
|
</p> |
|
<p align="center"> |
|
<a> |
|
Back |
|
</a> |
|
</p> |
|
|
|
</div> |
|
<p> |
|
|
|
</p> |
|
</body> |
|
|
|
</html> |
|
|