-
Notifications
You must be signed in to change notification settings - Fork 0
/
FTC.html
70 lines (64 loc) · 3.51 KB
/
FTC.html
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
<!DOCTYPE html>
<html>
<head>
<div id= "ytplayer" ></div>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel = "stylesheet" type = "text/css" href = "ftc.css">
<script src = "finalp3.js">
document.title = 'Bubble With Us.com';
</script>
</head>
<body>
<div id="main">
<span style="color: white; padding-left: 50px; font-size:30px;cursor:pointer" onclick="openNav()">☰</span>
<h1>
What is FTC?
</h1>
<h2>
FTC stands for First Tech Challenge. While goal of the challenge changes every year, basic things like the size of the bot remain consistant from year to year.
Each team can only have up to 15 members, and if your club has more than 15 members, a new team will have to be made. FTC is for grades 7-12.
The cost of registering for FTC is about $2,250 which includes the robot, team, event registration and miscellaneous cost.
Registraion begins in May and World Championchips are in April of the next year.
FIRST also offers scholarships to students participating in the competiton.
</h2>
<h1>
What positions are avaliable in FTC teams?
</h1>
<p>
CODING:
</p>
<h2> Teams needs coders to program the bot. They will need to program the controls and also the program sensors. <br></h2>
<p>
DESIGNING:
</p><h2> Minutes of planning save hours of fixing hardware. Teams need to think about what they will build, how, and why. <br></h2>
<p>
HARDWARE:
</p><h2>You will get your hands dirty buiding the bot. <br></h2>
<p>LEADER: </p><h2>They oversee what other students are doing and make sure they're doing it right. <br></h2>
</h2>
<h1 > 2018 FTC challenge Watch an FTC Match</h1>
<center>
<div class="column"> <iframe width="560" height="315" style="padding-left: 130px;border:0px black;"
src="https://www.youtube.com/embed/rR4gR4l2XA8">
</iframe></div>
<div class="column"> <iframe width="560" height="315" style = "border: 0px black;"
src="https://www.youtube.com/embed/YTByI__sWfo">
</iframe></div>
<div id="mySidenav" class="sidenav" style = "text-align: left;">
<ul>
<li><a></a></li>
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<li><a href="file:///C:/Users/Prudential/Desktop/FIRST/desdropmenu.html">Home</a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/FIRST/aboutfirst.html">About FIRST</a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/FIRST/FTC.html">FTC</a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/FIRST/FRC.html">FRC</a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/FIRST/coding.html">Coding</a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/FIRST/hardwear.html">Hardware</a></li>
<li><a href="https://www.reddit.com/r/firstrobotics/">Forum</a></li>
<li><a href="https://docs.google.com/spreadsheets/d/1WlWj_zOJyUR7AiFoY_vinTzRoDLSmw3gSUKS8oBGj18/edit#gid=1076842680">Scouting Templetes</a></li>
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLScg3RWPMMKuOmrMry4tmpb5iGnurarxgmNhE87naX0Adciyew/viewform">Help</a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/FIRST/aboutus.html">About Us</a></li>
</ul>
</div>
</body>
</html>