-
Notifications
You must be signed in to change notification settings - Fork 1
/
resources.html
47 lines (42 loc) · 1.43 KB
/
resources.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" href="style.css" />
<title>Team Good - Resources</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>
<a href="../">Home</a>
</li>
<li>
<a href="./deliverables/">Deliverables</a>
</li>
<li>
<a href="./antgame/">Ant Game</a>
</li>
<li>
Team Resources
</li>
</ul>
</div>
<div id="main">
<h2>Team Resources</h2>
<p>Here is a list of resources we are using for this project.</p>
<p><a href="http://www.facebook.com/groups/238752696201840/">facebook Group</a></p>
<p>Our facebook Group, and our main method of communication. Make sure to check this regularly to keep up with the rest of the team.</p>
<p><a href="https://github.com/teamgood">GitHub</a></p>
<p>Our GitHub page. Contains our code repository. Make sure to set up your profile on <a href="https://github.com/signup/free">GitHub</a> and let David know your username so that he can add you to the group.
</p>
<p><strong>GoogleDocs - teamgoodg6</strong></p>
<p>Our GoogleDocs account. Contains all our deliverables and other useful stuff. Check the Software House Forum for the password, or talk to one of the other team members.</p>
</div>
</div>
</body>
</html>