-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
47 lines (42 loc) · 1.41 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" href="style.css" />
<title>Team Good</title>
</head>
<body>
<div id="page" class="pageCenter">
<div id="header">
<h1>TEAM <span class="lightblue">GOOD</span></h1>
</div>
<div id="menu">
<ul>
<li>
Home
</li>
<li>
<a href="./deliverables/">Deliverables</a>
</li>
<li>
<a href="./antgame/">Ant Game</a>
</li>
<li>
<a href="resources.html">Team Resources</a>
</li>
</ul>
</div>
<div id="main">
<h2>Software Engineering Done Good </h2>
<p>Hi, and welcome to Team Good, AKA: Software Engineering 2012 Group 6. This site will be used not only to host our deliverables and final game client, but also useful resources and links for our team members, as well as anything else related to our team.</p>
<h3>Team Good are</h3>
<p><Strong>Project Leader:</strong> Rob Leggatt</p>
<p><strong>Analysis Team:</strong> Devendra Magar, Wojciech Tolsdorf</p>
<p><strong>Design Team: </strong> Rob Leggatt, Josh Pettitt</p>
<p><strong>Programming Team: </strong> David Sheldrick, Simon Turner</p>
<p><strong>Quality Assurance Team: </strong> Lukaz Leong, Victor Navarro</p>
<p><strong>UPDATE 28-02-2012</strong>: Simon Turner and Josh Pettitt have swapped roles since the Project Plan was submitted.</p>
</div>
</div>
</body>
</html>