File size: 3,650 Bytes
a01128b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "">
<html xmlns="">
<!-- InstanceBegin template="/Templates/djportfolio.dwt" codeOutsideHTMLIsLocked="false" -->
<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; /* Hack to hide white space from line breaks; makes formating easier for the image table. */
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">
<!-- InstanceBeginEditable name="doctitle" -->
<title>
Dale Johnson: Portfolio
</title>
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="head" -->
<!-- InstanceEndEditable -->
</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">
<!-- InstanceBeginEditable name="Main Content" -->
<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>
<!-- InstanceEndEditable -->
</div>
<p>
</p>
</body>
<!-- InstanceEnd -->
</html>
|