-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
86 lines (86 loc) · 5.29 KB
/
Copy pathabout.html
File metadata and controls
86 lines (86 loc) · 5.29 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
<DOCTYPE! html>
<html>
<head>
<title>Team 1626 - Falcon Robotics</title>
<!-- SEO Shenanigans -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The official website of the Legendary Falcon Robotics Team #1626">
<meta name="author" content="Falcon Robotics">
<!-- Favicons -->
<!-- External CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- Interal CSS -->
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/about.css">
<!-- JavaScript -->
</head>
<body>
<!-- Navigation Bar -->
<nav>
<ul class="nav-container">
<li><a href="https://www.facebook.com/FalconRoboticsTeam1626/?fref=ts" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.instagram.com/falconrobotics1626/" target="_blank"><i class="fa fa-instagram"></i></a></li>
<li><a href="#"><img src="assets/Falcon_Robotic_Vector.png"></a></li>
<li><a href="index.html">H O M E</a></li>
</ul>
</nav>
<!-- About -->
<section id="about-section">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>We are Team 1626</h1>
<p>Starting as a team of only 10 members and 2 mentors in September, 2005, 1626 has flourished into a companionship of 45 members, 1 teacher moderator, 2 engineering mentors, and 4 business mentors. We believe that the most important aspect of instilling a love for STEM is early and recurrent exposure to the wonders of both FIRST Robotics and a career in STEM. As a result, we take pride in our mentoring program and recognize it to be a major key of our club activities. We have set up numerous events throughout the year to teach kids both inside and out of school so that they may find their way into the STEM field. 1626 seeks to exemplify this attitude through its inclusion in over 3 pre-season events and business sponsorships as we continue to grow as a team.</p>
</div>
</div>
</div>
</section>
<!-- Events and Out Reach -->
<section id="outreach-section">
<div class="container">
<div class="row">
<div class="col-md-4">
<h1>FLL Event</h1>
<p>Team 1626 hosts a yearly FLL event, this year having over 40 FLL teams, the greatest amount we have seen since we started hosting. Often, this is a student's first time at any sort of Robotics event, and mentors utilize this competition to train rookies.</p>
</div>
<div class="col-md-4">
<h1>Scouting App</h1>
<p>A free open source app for both iOS and Andriod that streamlines the scouting process. The app utilizes modern day programming languages to enable robotics teams to scout better.</p>
</div>
<div class="col-md-4">
<h1>Bike Drive</h1>
<p>1626 spreads its wings of dynamic influence beyond the robot build. Our annual Bike Drive collects old bikes which are later rehabilitated to good and operational health. Thus, low-income families who do not necessaily have the funds to purchase new bikes can buy these second-hand ones that function just as well.</p>
</div>
</div>
</div>
</section>
<!-- FIRST -->
<section id="first-section">
<div class="container">
<div class="row">
<div class="col-md-6">
<img src="">
</div>
<div class="col-md-6">
<p>FIRST works to inspire young people to be science and technology leaders, by engaging them in exciting Mentor-based programs that build science, engineering, and technology skills, that inspire innovation, and that foster well-rounded life capabilities including self-confidence, communication, and leadership. A form of FIRST competition, First Robotics Competiton is a friendly competition that combines the excitement of sport with the rigors of science and technology in order to culminate with district and regional events where qualifying teams compete for awards and a spot at the FIRST Championship.</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<p>Team 1626 - Falcon Robotics</p>
</div>
</div>
</div>
</footer>
<!-- JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
</body>
</html>