-
Notifications
You must be signed in to change notification settings - Fork 1
/
developers.html
113 lines (85 loc) · 3.26 KB
/
developers.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
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
<!DOCTYPE html>
<!-- HEADER -->
<head>
<title>Tic Tac Toe</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="/static/style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="static/helper.js"></script>
<script type="text/javascript" src="static/prototype.js"></script>
<link href="/static/slider.css" rel="stylesheet" type="text/css" />
</head>
<!-- BODY -->
<body>
<div class="main">
<!-- HEADER -->
<div class="header">
<div class="header_resize">
<div class="logo">
<h1><a href="app.html">Tic<span>Tac</span>Toe</a><br></h1>
<div id="menu">
<div id="m-top">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/original">Original</a></li>
<li><a href="/vscomp">Vs. Computer</a><li>
<li><a href="/crazy">Cr@Zy</a></li>
<li><a href="/info">Game Info</a></li>
<li class="active"><a href="/developers">Developers</a></li>
</ul>
</div>
<div id="m-slider">
<div id="slider"></div>
</div>
</div>
</div>
</div>
</div>
<!-- end HEADER -->
<!-- start CONTENTS -->
<div>
<!-- team info -->
<table class="teaminfo">
<tr>
<img src="/static/TeamPicture.jpg" />
</tr>
<tr>
<td class="lphotos"><img class="mugs"src="/static/AliceYuan.jpg" />
<td class="devtext">
<div class="table"> <p>
Alice Yuan comes from Mississauga Canada and will be going to Waterloo University majoring in Software Engineering this fall.
She currently goes to an arts school and loves all things art and technology related. Alice was the unofficial project
manager of TicTacToe hiring two grunts and saving them from utter failure in their lives. She took it as her
responsibility to take in two lost, but handsome, young men and raise them as if she were a mother wolf nurturing her cubs.
</p>
</div></td>
</tr>
<tr>
<td class="lphotos"><img class="mugs"src="/static/MattBoyd.jpg" />
</td>
<td class="devtext">
<div class="table"> <p> Matt enjoys playing video games and mountain biking. He played trombone in his high school's jazz band.
Matt watches way too many movies for his own good. To describe Matt would be to try and describe the
cross between Gandhi and Jim Carrey with enough sizzle to spark memories of a time when things were much
simpler much like the scenes from Terrence Malick's "The Tree of Life".
</p>
</div>
</td>
</tr>
<tr>
<td class="lphotos"><img class="mugs"src="/static/LarioAlbarran.png" />
</td>
<td class="devtext">
<div class="table"> <p> Lario will be a freshman at the University of Texas at Austin in the fall. Lario was born in the Mushroom
Kingdom to poor commoners who named him after the heros of the land Mario, and his brother Luigi. Lario
has been playing soccer for fourteen years and has been competing across the nation in speech and debate
competitions for five. Lario's younger brother Muigi is often his companion on many of his journeys.'
</p>
</div>
</td>
</tr>
</table>
</p>
</div>
<!-- end CONTENTS -->
</body>
</html>