This repository has been archived by the owner on Jan 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathlinks_content.php
44 lines (42 loc) · 2.18 KB
/
links_content.php
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
<div class="post">
<h1 class="title"><a href="#">External Sites</a></h1>
<div class="entry">
<table>
<tr>
<td class="linkcell"><a href="http://www.usfirst.org">USFirst.org</a> - FIRST is the national non-profit organization that our team is affiliated with. Please visit them to get more information about all their various programs.</td>
<td class="linkcell"><a href="http://www.oregonfirst.org">OregonFirst.org</a> - Site with all FIRST Robotics Events happening in Oregon. It also includes some Southwest Washington events. This is a great site to check out everything that is happening locally.</td>
</tr>
</table>
</div>
</div>
<div class="post">
<h1 class="title"><a href="#">Group Links</a></h1>
<div class="entry">
<table>
<tr>
<!-- The Google Docs link seems out of date or not useful. -->
<td class="linkcell"><a href="http://docs.teammeanmachine.org">Google Docs</a> - This is where our team stores all our documents and does a lot of our collaboration. You have to sign in to access them.</td>
<td class="linkcell"><a href="http://www.team2471.org/content/Team Handbook 2013-14.pdf">Team Handbook (2013-14)<a/><br><a href="http://www.team2471.org/content/Team Mentor Handbook Aug 4 2012.docx">Mentor Handbook (2012-13)<a/></td>
</tr>
<tr>
<td class="linkcell"><a href="https://www.facebook.com/pages/FIRST-Team-Mean-Machine-2471/240005312727396?fref=ts">Facebook</a></td>
<td class="linkcell"><a href="http://twitter.com/#!/MeanMachine2471">Twitter<a/></td>
</tr>
<tr>
<td class="linkcell"><a href="http://www.youtube.com/user/FRCTeam2471/">Youtube<a/></td>
<td class="linkcell"><a href="http://www.flickr.com/photos/77989691@N05/">flickr<a/></td>
</tr>
<tr>
<td class="linkcell"><a href="https://plus.google.com/u/0/b/100455123769305616793/">Google+<a/></td>
</tr>
</table>
</div>
</div>
<div class="post">
<h1 class="title"><a href="#">Contact Info</a></h1>
<div class="entry">
<table>
<p>Mentor: Bruce<br/> [email protected]<br/>[email protected]<br/><br/></p>
</table>
</div>
</div>