-
Notifications
You must be signed in to change notification settings - Fork 1
/
CurrentBots.htm
112 lines (102 loc) · 4.53 KB
/
CurrentBots.htm
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Current Bots</title>
<link rel="stylesheet" type="text/css" href="style/structure.css" />
<link rel="stylesheet" type="text/css" href="style/navmenu.css" />
<link rel="shortcut icon" href="Favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<!--Start navmenu-->
<div class="navtitle">
<img src="images/navtitle.jpg" width="180" height="45" alt="logo" />
</div>
<div class="nav">
<ul class="navmenu">
<!-- <span class="rightArrow">▶</span> <span class="downArrow">▼</span> -->
<li><a href="index.htm">Home</a></li>
<li><a href="#">About Us</a><span class="downArrow">▼</span>
<ul class="sub1">
<li><a href="TheTeam.htm">The Members</a></li>
<li><a href="TheMentors.htm">The Mentors</a></li>
<li><a href="AboutTeam1518.htm">Team 1518</a></li>
</ul>
</li>
<li><a href="#">Our Bots</a><span class="downArrow">▼</span>
<ul class="sub1">
<li><a href="CurrentBots.htm">This Year</a></li>
<li><a href="PreviousBots.htm">Previous Years</a></li>
</ul>
</li>
<li><a href="#">Media</a><span class="downArrow">▼</span>
<ul class="sub1">
<li><a href="Photos.htm">Pictures</a></li>
<li><a href="Videos.htm">Videos</a></li>
</ul>
</li>
<li><a href="#">Events</a><span class="downArrow">▼</span>
<ul class="sub1">
<li><a href="http://www.usfirst.org/roboticsprograms/frc">FRC</a><span class="rightArrow">▶</span>
<ul class="sub2">
<li><a href="http://ruckus.penfieldrobotics.com/">Ruckus</a></li>
</ul>
</li>
<li><a href="http://www.usfirst.org/roboticsprograms/ftc">FTC</a></li>
<li><a href="http://www.usfirst.org/roboticsprograms/fll">FLL</a></li>
</ul>
</li>
<li><a href="Sponsors.htm">Sponsors</a></li>
<li><a href="#">Registration</a><span class="downArrow">▼</span>
<ul class="sub1">
<li><a href="https://my.usfirst.org/stims/site.lasso">Students</a></li>
<li><a href="https://my.usfirst.org/frc/tims/site.lasso">Mentors</a></li>
</ul>
</li>
<li><a href="AboutFirst.htm">About FIRST</a></li>
<li><a href="ContactUs.php">Contact Us</a></li>
</ul>
</div>
<!--End navmenu-->
<br /><br /><br />
<!--Start header-->
<div class="header">
<center><img class="banner" src="images/banner.jpg" width="1000" height="250" alt="FIRST Raider Robotics Tribal Skull Logo" /></center>
<h1>FIRST Raider Robotics Team 1518</h1>
<h2>Pal-Mac High School</h2>
</div>
<!--End header-->
<hr/><br />
<!-- ************************************************** MAIN CONTENT START ************************************************** -->
<!-- ************************************************************************************************************************** -->
<!--Start container-->
<div class="container">
<center>
<h2>Current Bots</h2>
</center>
<hr />
</div>
<!--End container-->
<!-- ************************************************** MAIN CONTENT END **************************************************** -->
<!-- ************************************************************************************************************************** -->
<!--Start footer-->
<div class="footer">
<center><p>Pal-Mac Radier Robotics - Team 1518<br />
Copyright © 2013 - All Rights Reserved<br />
Designed by Jackson DeMeyers - 2013, Fixed/Updated by Alex Poulsen - 2015<br />
Powered by <a href="http://www.sevaa.com/">Sevaa Group</a>
</p>
<p>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
alt="Valid CSS!" />
</a>
<a href="http://validator.w3.org/check?uri=referer"><img
src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>
</p>
</center>
</div>
<!--End footer-->
</body>
</html>