-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutUs.php
38 lines (38 loc) · 4.86 KB
/
aboutUs.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
<?php
include "sHeader.php";
?>
<div class="demo-container mdl-grid">
<div class="mdl-cell mdl-cell--2-col mdl-cell--hide-tablet mdl-cell--hide-phone"></div>
<div class="demo-content mdl-color--white mdl-shadow--4dp content mdl-color-text--grey-800 mdl-cell mdl-cell--8-col">
<div class="demo-crumbs mdl-color-text--grey-500">
<a href="/..">Main</a> > About Us
</div>
<h1>About Us</h1>
<h3>History</h3>
<p>
We are Team Voyager #6414 from Shenzhen Foreign Languages School. In our team,there're dreamers who dare to challenge the dull doctrine, operatives that endeavor with no fear, and also talented leaders that devise strategies and lead us to the final victory. As we stand here in Shenzhen, the international metropolis, to embrace the age of technology, Team Voyager is ready to set sail on this new sea. Stay inspired, beyond ourselves. Team Voyager will surely carry such faith and be willing to rise to the challenge. With our own faith and efforts, we shall prevail and build our own path to the ocean of robotics and technology.
</p>
<p>
By the end of 2013, two juniors had known FTC and decided to organize teams to participate in 2014 season. Being unfamiliar with each other, they founded SFLS Robotic Club and SFLS Association for Science and Exploring and started to work on the plan for competition separately. Under the condition of lacking money and support from professionals, these FTC team members self-studied two different structural systems—Tetrix and Matrix—and LEGO NXT programming based on Labview. Through a lot of effort, the two teams joined in the South-China Regional in 2014. SFLS Robotic Club, as a rookie team, harvested Connect Award and was selected to the National Final. Fortunately, after participating in the competition in 2014, the two FTC teams decided to work together for some reason. They helped each other with materials and technology as well as prepared for 2015 season confidently with new members from senior one. Where there is a will, there is a way. SFLS Association for Science and Exploring won the Think Award and made it to the National Final. In the summer of 2015, the two founders graduated from high school. The new junior team leaders took part in the establishment of SFLS Qihang Makerspace and formed strong ties with other technological clubs of the school. What's more, the two teams built up the relationship between Shenzhen Chaihuo Makerspace and received technological support by them. Benefited from these helps, in 2016 FTC, the two teams achieved excellent results. SFLS Robotic Club obtained the Motivate Award in Shenzhen Regional, the Second Prize in Chongqing Regional, the PTC Design Award, and received an invitation to World Championship in Australia held by Macquarie University. SFLS Association for Science and Exploring won the Think Award in Shenzhen Regional, the Third Prize in Chongqing Regional and the Second Prize in National Final.
</p>
<p>
We are Voyager #6414, the Shenzhen Foreign Languages School FIRST Robotics team. Our goal is to inspire young people to fully appreciate the robotic world and dream of becoming the science and technology leaders in the pursuit of STEM. We also strive to contribute the understanding of teamwork and “Gracious Professionalism”, as well as helping students, develop interests for their future. We are intent to inspire these Non-SFLS students to experience this impressive challenging process and encourage them to found their own school’s FRC team in the future by spreading the FIRST message to promote the students who learn the robotics and STEM in general.
</p>
<div class="mdl-grid">
<div class="mdl-cell mdl-cell--9-col"></div>
<div class="mdl-cell mdl-cell--3-col">
<div id="doc-warpper" style="position:relative">
<button id="doc-button" class="mdl-button mdl-js-button mdl-js-ripple-effect" style="color:rgb(158, 158, 158);font-weight: 500;text-transform:none;font-size:13px">
More documentation
</button>
<ul class="mdl-menu mdl-menu--top-left mdl-js-menu mdl-js-ripple-effect" data-mdl-for="doc-button">
<a style="text-decoration:none" href="/bp.docx"><li class="mdl-menu__item"> Business plan </li></a>
<a style="text-decoration:none" href="/en.docx"><li class="mdl-menu__item"> Engineering notebook </li></a>
<a style="text-decoration:none" href="/brochure.docx"><li class="mdl-menu__item"> Brochure </li></a>
</ul>
</div>
</div>
</div>
</div>
</div>
<?php include 'sFooter.html' ?>