-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2023.html
51 lines (51 loc) · 2.61 KB
/
2023.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
<!DOCTYPE html>
<html>
<head>
<title>Team 60 - 2023</title>
<!--<link rel="stylesheet" href="menu_style.css">-->
<link rel="stylesheet" href="website_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>2023 - Charged Up!</h1>
<h2>Meet Redux!</h2>
<img src="images/Drive_team_with_robot-2023_phoenix.png" alt="2023 robot drive team with our robot" width="500" height="325" class="centerimg">
<p class="center">
The 2023 FIRST Robotics Competition game was released on January 7, 2023. Team 60 attended two regionals this season:
Arizona East and the Las Vegas regional. Team 60 finished in the semifinals for both events.
<br><br>
Our 2023 robot is named "Redux" (Re-do). Our robot was capable of placing both cones and cubes into the
scoring grid at all levels, as well as being able to balance on the charging station at the end of the match.
Our robot uses what is known in FIRST as "west-coast drive", which is a 6 wheel drive train with an 1/8th inch drop
on the center wheel to allow for easier turns.
<br><br>
Video of one of our semifinal matches at the Las Vegas Regional
</p>
<div class="video">
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/rjEgA9_rpIA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
<p class="center">
<a href="https://www.thebluealliance.com/team/60/2023" target="_blank">More videos of competition matches can be found here.</a>
<br><br>
Check out the official game animation below!
</p>
<div class="video">
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/0zpflsYc4PA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
<p class="center">
<a href="https://www.firstinspires.org/robotics/frc/game-and-season" target="_blank">Game and season information</a>
<br><br>
<a href="https://www.thebluealliance.com/team/60/2023" target="_blank">2023 season info</a>
</p>
<h2>
Thank you to all of our sponsors, parents, mentors, and volunteers! We could not have done this without your support!
</h2>
</div>
<div id="page footer">
<iframe id="page footer" title="page footer" width="100%" height="100%" src="footer.html"></iframe>
</div>
</body>
</html>