-
Notifications
You must be signed in to change notification settings - Fork 0
/
history.html
69 lines (67 loc) · 2.7 KB
/
history.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
<!DOCTYPE html>
<html>
<head>
<title>Team 60 - History</title>
<!--<script src="menu_load.js"></script>-->
<link rel="stylesheet" href="website_style.css">
<!--<link rel="stylesheet" href="menu_style.css">-->
</head>
<body>
<div id="menu">
<iframe id="menu" title="navigation menu" width="100%" height="100%" src="menu.html"></iframe>
</div>
<div class="text">
<h1>About Team 60</h1>
<h2>History</h2>
<p>
Team 60 was founded at Kingman High School in 1996 by an engineer at Laron Inc.
Team 60's first season in FRC was 1997 competing in the "Toroid Terror" challenge.
Eventually, the team expanded to include Kingman Academy of Learning High School, in addition to Kingman High School.
As Kingman grew, the team also welcomed students from Lee Williams High School as well as homeschool students.
Now the team also includes students in 7th grade and up.
<br><br>
Recently in 2022, Team 60 celebrated their 25th season competing in the FRC competition.
</p>
</div>
<div class="text">
<h2>Robots</h2>
<div id="robots_grid" class="bold">
<!--<p>Robot info pages coming soon!</p>-->
<!--<a class="robot">2022</a>
<a class="robot">2021/2020</a>
<a class="robot">2019</a>
<a class="robot">2018</a>-->
<span class="robot"><a href="2024.html">2024</a></span>
<span class="robot"><a href="2023.html">2023</a></span>
<span class="robot"><a href="2022.html">2022</a></span>
<span class="robot"><a href="2021.html">2021/2020</a></span>
<span class="robot"><a>2019</a></span>
<span class="robot"><a>2018</a></span>
<span class="robot"><a href="2017.html">2017</a></span>
<span class="robot"><a href="2016.html">2016</a></span>
<span class="robot"><a href="2015.html">2015</a></span>
<span class="robot"><a href="2014.html">2014</a></span>
<span class="robot"><a>2013</a></span>
<span class="robot"><a>2012</a></span>
<span class="robot"><a>2011</a></span>
<span class="robot"><a>2010</a></span>
<span class="robot"><a>2009</a></span>
<span class="robot"><a>2008</a></span>
<span class="robot"><a>2007</a></span>
<span class="robot"><a>2006</a></span>
<span class="robot"><a>2005</a></span>
<span class="robot"><a>2004</a></span>
<span class="robot"><a>2003</a></span>
<span class="robot"><a>2002</a></span>
<span class="robot"><a>2001</a></span>
<span class="robot"><a>2000</a></span>
<span class="robot"><a>1999</a></span>
<span class="robot"><a>1998</a></span>
<span class="robot"><a>1997</a></span>
</div>
</div>
<div id="page footer">
<iframe id="page footer" title="page footer" width="100%" height="100%" src="footer.html"></iframe>
</div>
</body>
</html>