forked from FTCTeam4977/Website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
60 lines (60 loc) · 2.73 KB
/
about.html
File metadata and controls
60 lines (60 loc) · 2.73 KB
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
<!DOCTYPE html>
<html>
<head>
<title>LANLords - About</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/style-about.css">
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="wrapper">
<div id="container">
<img id="logo_First" src="images/Logo-FIRST.png" alt="First" width="150">
<img id="logo_Main" src="images/Logo-LANLords.png" alt="LANLords" height="150">
<img id="logo_FTC" src="images/Logo-FTC.png" alt="FTC" height="140">
<section id="SideBar">
<div id="Home" class="upperLink">
<a href="index.html"><p>Home</p></a>
</div>
<div id="Media" class="upperLink">
<a href="media.html"><p>Media</p></a>
</div>
<!--<div id="Biographies" class="upperLink">
<p>Biographies</p>
</div>
<div id="Tutorials" class="upperLink">
<p>Tutorials</p>
</div>
<div id="Blog" class="upperLink">
<p>Blog</p>
</div>-->
<div id="AboutUs" class="upperLink active">
<p>About Us</p>
</div>
<!--<div id="TheRobots" class="upperLink">
<p>The Robots</p>
</div>
<div id="Events" class="upperLink">
<p>Events</p>
</div>-->
</section>
<section id="Info">
<section id="Paragraph">
<p class="paragraphTitle">About Our Team:</p>
<p class="subParagraph">We are a Lancaster, PA based FTC team with members from Penn Manor, Hempfield, and Lampeter Strasburg. We were founded in mid July, 2011 when we began to prepare for the 2011-2012 season.</p>
<p class="paragraphTitle">Youtube:</p>
<p class="subParagraph">You can find our Youtube channel that has our 2011-2012 season trailer as well as the matches we competed in <a href="http://www.youtube.com/user/FTC4977" target="_blank">here</a>. If you have a Youtube account, please take the time to subscribe so that you can be notified when we upload new videos!
<p class="paragraphTitle">Facebook:</p>
<p class="subParagraph">You can receive updates on events and other information by liking our Facebook page <a href="https://www.facebook.com/pages/FTC-Team-4977/214602341946076" target="_blank">here</a>.</p>
<p class="paragraphTitle">GitHub:</p>
<p class="subParagraph">We use a revision-control system called Git to manage all of our code projects. All of these projects can be found on <a href="https://github.com/FTCTeam4977" target="_blank">GitHub</a>.
</section>
<div id="PhotoInfo">
<p>We are a Lancaster, PA based FTC team with members from Penn Manor, Hempfield, and Lampeter-Strasburg.</p>
<h1>We are LANLords. We are FTC. We are FIRST.<br><br> We are the Future.</h1>
</div>
</section>
</div>
</div>
</body>
</html>