-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout-us.html
More file actions
227 lines (227 loc) · 8.67 KB
/
about-us.html
File metadata and controls
227 lines (227 loc) · 8.67 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
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
<!DOCTYPE html>
<html>
<head>
<title>LANLords - About Us</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="index.php">FTC Team 4977</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li>
<a href="index.php">Home</a>
</li>
<li class="">
<a href="media.html">Media</a>
</li>
<li>
<a href="events.php">Events</a>
</li>
<li class="">
<a href="robots.html">Robots</a>
</li>
<li class="active">
<a href="#">About Us</a>
</li>
<li class="">
<a href="https://github.com/FTCTeam4977/">Code</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<h1>The Team</h1>
<div class="row-fluid">
<div class="span6">
<div class="media">
<!-- <a class="pull-left" href="#">
<img alt="profile" class="media-object" src="resources/images/profiles/1_benjamin_thomas.jpg">
</a> -->
<div class="media-body">
<h3 class="media-heading">Andrew Lobos</h3>
<span class="label label-info">Programmer</span>
<p>I heard about FIRST through a FRC 225 Demo. I would like to be a programmer or a network admin. </p>
</div>
</div>
<div class="media">
<!-- <a class="pull-left" href="#">
<img alt="profile" class="media-object" src="resources/images/profiles/1_benjamin_thomas.jpg">
</a> -->
<div class="media-body">
<h3 class="media-heading">Collin Enders</h3>
<span class="label label-info">Programmer</span>
<p>I first heard about FRIST when Andrew invited me over to his house for the 2011 FTC kickoff. I would like to purse a creer in the computer science or information technology fields.</p>
</div>
</div>
<div class="media">
<!-- <a class="pull-left" href="#">
<img alt="profile" class="media-object" src="resources/images/profiles/1_benjamin_thomas.jpg">
</a> -->
<div class="media-body">
<h3 class="media-heading">Benjamin Thomas</h3>
<span class="label label-info">Programmer</span>
<p>I heard about FIRST when Andrew invited me to be part of his FTC team. I am interested in careers related to science and techology.</p>
</div>
</div>
</div>
<div class="span6">
<div class="media">
<!-- <a class="pull-left" href="#">
<img alt="profile" class="media-object" src="resources/images/profiles/1_benjamin_thomas.jpg">
</a> -->
<div class="media-body">
<h3 class="media-heading">Tom Sowers</h3>
<span class="label label-important">Build Team</span>
<p>I first heard about FIRST when Andrew invited me over to his house for the 2011 FTC kickoff. I would like to pursue a career in robotics and engineering fields.</p>
</div>
</div>
<div class="media">
<!-- <a class="pull-left" href="#">
<img alt="profile" class="media-object" src="resources/images/profiles/1_benjamin_thomas.jpg">
</a> -->
<div class="media-body">
<h3 class="media-heading">Wren Hensgen</h3>
<span class="label label-important">Build Team</span>
<p>I heard about FIRST when I joined an after-school club that did FTC. I would like to become an engineer.</p>
</div>
</div>
</div>
</div>
<h1>Awards</h1>
<div class="row-fluid">
<div class="media">
<!-- <a class="pull-left" href="#">
<img alt="profile" class="media-object" src="resources/images/profiles/1_benjamin_thomas.jpg">
</a> -->
<div class="media-body">
<h2 class="media-heading">Pennsylvania Gear Up Scrimmage</h2>
<p>
The Franklin Institute<br>
Philadelphia, PA<br>
Saturday November 5, 2011
</p>
<div class="media">
<!-- <a class="pull-left" href="#">
<img alt="profile" class="media-object" src="resources/images/profiles/1_benjamin_thomas.jpg">
</a> -->
<div class="media-body">
<h3 class="media-heading">Rockwell Collins Innovate Award</h3>
<p>FTC Team 4977 won the Rockwell Collins Innovate award at the Pennsylvania Gear Up Scrimmage.</p>
</div>
</div>
</div>
</div>
<div class="media">
<!-- <a class="pull-left" href="#">
<img alt="profile" class="media-object" src="resources/images/profiles/1_benjamin_thomas.jpg">
</a> -->
<div class="media-body">
<h2 class="media-heading">South Central Pennsylvania Regional Qualifying Tournament</h2>
<p>
Penn State York Campus<br>
York, PA<br>
Saturday January 21, 2012
</p>
<div class="media">
<!-- <a class="pull-left" href="#">
<img alt="profile" class="media-object" src="resources/images/profiles/1_benjamin_thomas.jpg">
</a> -->
<div class="media-body">
<h3 class="media-heading">Rockwell Collins Innovate Award</h3>
<p>The finalists swept the competition, elevated us to new heights and reached out to grab their points! The winner however regally spun us around with their software and ideas.</p>
</div>
</div>
</div>
</div>
<div class="media">
<!-- <a class="pull-left" href="#">
<img alt="profile" class="media-object" src="resources/images/profiles/1_benjamin_thomas.jpg">
</a> -->
<div class="media-body">
<h2 class="media-heading">Philadelphia City Qualifying Tournament</h2>
<p>
West Philadelphia Promise Academy<br>
Philadelphia, PA<br>
Saturday February 4, 2012
</p>
<div class="media">
<!-- <a class="pull-left" href="#">
<img alt="profile" class="media-object" src="resources/images/profiles/1_benjamin_thomas.jpg">
</a> -->
<div class="media-body">
<h3 class="media-heading">Rockwell Collins Innovate Award</h3>
<p>This team had a unique and sophisticated design that demonstrated intellect and out of box thinking. This team "owned" the grounds of innovation and strategy. They were the Lords of innovation.</p>
</div>
</div>
</div>
</div>
<div class="media">
<!-- <a class="pull-left" href="#">
<img alt="profile" class="media-object" src="resources/images/profiles/1_benjamin_thomas.jpg">
</a> -->
<div class="media-body">
<h2 class="media-heading">Pennsylvania FTC Championship Tournament</h2>
<p>
Millersville University<br>
Millersville, PA<br>
Saturday March 3, 2013
</p>
<div class="media">
<!-- <a class="pull-left" href="#">
<img alt="profile" class="media-object" src="resources/images/profiles/1_benjamin_thomas.jpg">
</a> -->
<div class="media-body">
<h3 class="media-heading">PTC Design Award</h3>
<p>This team's robot design was heads above the rest. Their 3D modeling was the best in the LAN. They swerved their way to this prestigious award.</p>
</div>
</div>
</div>
</div>
<div class="media">
<!-- <a class="pull-left" href="#">
<img alt="profile" class="media-object" src="resources/images/profiles/1_benjamin_thomas.jpg">
</a> -->
<div class="media-body">
<h2 class="media-heading">Southeastern Pennsylvania Regional Qualifying Tournament</h2>
<p>
Oxford Area High School <br>
Oxford, PA<br>
Saturday November 16, 2013
</p>
<div class="media">
<!-- <a class="pull-left" href="#">
<img alt="profile" class="media-object" src="resources/images/profiles/1_benjamin_thomas.jpg">
</a> -->
<div class="media-body">
<h3 class="media-heading">Connect Award</h3>
<p>This team out shines all other in this category. They started off as a team in the basement and have traveled far to connect with their community. They have mentored, created, and recruited, leaving a legacy of teams in their wake.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="navbar navbar-inverse navbar-fixed-bottom">
<div class="navbar-inner">
<div class="container">
<p class="muted navbar-text">© LAN Lords 2013</p>
</div>
</div>
</div>
<script src="http://code.jquery.com/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>