forked from GradientStudios/Gradient-Studios-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus-fancy.html
65 lines (65 loc) · 4.66 KB
/
aboutus-fancy.html
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
<!DOCTYPE html>
<html>
<head>
<title>Gradient Studios - Games</title>
<link rel="stylesheet" href="css/aboutus-fancy.css" type="text/css" media="screen" title="no title" charset="utf-8">
<!-- <script type="text/javascript" charset="utf-8" src="js/analytics.js"></script>
<script type="text/javascript" charset="utf-8" src="js/jquery.min.js"></script>
<script type="text/javascript" charset="utf-8" src="js/jquery.color.js"></script>
<script type="text/javascript" charset="utf-8" src="js/aboutus-fancy.js"></script> -->
</head>
<body>
<div id="center">
<img src="images/logo.png" alt="Gradient Studios Logo" id="logo">
<hr>
<ul class="columns">
<li>
<img src="images/logo3Dx200.png">
<div class="info">
<h2>Gradient Studios</h2>
<p>An image gradient is a smooth transition from one color to another, a blending. As an interdisciplinary studio, we bring together the training from various backgrounds and smoothly blend it together into new and engaging forms of interactive media.</p>
</div>
</li>
<li>
<img src="http://1.gravatar.com/avatar/7cc7e1765d3e1292198992c5afc32f56?s=200&d=identicon&r=G">
<div class="info">
<h2>Trevor Sayre</h2>
<p><span class="name">Trevor Sayre</span> graduated from <abbr title="Rensselaer Polytechnic Institute">RPI</abbr> with a <abbr title="Bachelor of Science">BS</abbr> in <abbr title="Electronic Media, Arts and Communications">EMAC</abbr> and Computer Science, and an <abbr title="Master of Science">MS</abbr> in <abbr title="Human-Computer Interaction">HCI</abbr> with a concentration in Interaction Design. Trevor manages the business and tries to make the users happy through better design.</p>
</div>
</li>
<li>
<img src="http://1.gravatar.com/avatar/32e13d53c889e901202e8ec1b5b7ff28?s=200&d=identicon&r=G">
<div class="info">
<h2>Michael "Z" Goddard</h2>
<p><span class="name">Michael "Z" Goddard</span> graduated from <abbr title="Rensselaer Polytechnic Institute">RPI</abbr> with a <abbr title="Bachelor of Science">BS</abbr> in <abbr title="Games, Simulations, Arts and Sciences">GSAS</abbr> and Computer Science. Z is our lead programmer who dabbles in esolangs and makes JavaScript do things you probably didn't think it could.</p>
</div>
</li>
<li>
<img src="http://1.gravatar.com/avatar/16835ccf63c05eea442ba1bb3e75dddc?s=200&d=identicon&r=G">
<div class="info">
<h2>Maxim "Mak" Mendelson</h2>
<p><span class="name">Maxim "Mak" Mendelson</span> graduated from <abbr title="Rensselaer Polytechnic Institute">RPI</abbr> with a <abbr title="Bachelor of Science">BS</abbr> in <abbr title="Games, Simulations, Arts and Sciences">GSAS</abbr>. Mak wields the Wacom with impunity and creates all the beauty in our worlds. From 2D to 3D to 4D, Mak is our digital visual wizard.</p>
</div>
</li>
<li>
<img src="http://0.gravatar.com/avatar/4ab4b320906a7e110283778ef4cfb2ba?s=200&d=identicon&r=G">
<div class="info">
<h2>Eric Li</h2>
<p><span class="name">Eric Li</span> graduated from <abbr title="Rensselaer Polytechnic Institute">RPI</abbr> with a <abbr title="Bachelor of Science">BS</abbr> in <abbr title="Games, Simulations, Arts and Sciences">GSAS</abbr> and Computer Science, and an <abbr title="Master of Science">MS</abbr> in Computer Science with a concentration in Computer Graphics. Eric is our resident self-descirbed code monkey.</p>
</div>
</li>
<li>
<img src="http://0.gravatar.com/avatar/a719fea78d0d7ce80ccb6dc5a527febe?s=200&d=identicon&r=G">
<div class="info">
<h2>Andrew Dolce</h2>
<p><span class="name">Andrew Dolice</span> graduated from <abbr title="Rensselaer Polytechnic Institute">RPI</abbr> with a <abbr title="Bachelor of Science">BS</abbr> in <abbr title="Games, Simulations, Arts and Sciences">GSAS</abbr> and Computer Science, and an <abbr title="Master of Science">MS</abbr> in Computer Science with a concentration in Computer Graphics. Andrew makes the code flow.</p>
</div>
</li>
</ul>
</div>
<div id="buttons">
<a href="index.html">Return to Main Page</a>
</div>
<div id="footer">© 2011 Gradient Studios LLC</div>
</body>
</html>