-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·74 lines (48 loc) · 2.63 KB
/
index.html
File metadata and controls
executable file
·74 lines (48 loc) · 2.63 KB
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
<html>
<head>
<title>The Rockin' Bots - FRC Team 2035</title>
<meta name="description" content="Carmel High School FIRST Robotics Team #2035 - The Rockin' Bots from Carmel, California. Student designed and built, taking it to 11 since 2007!">
<meta name="keywords" content="Carmel High School, 2035, Rockin' Bots, Rockin Bots, Robotics, FIRST, FRC">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<div id="indexTop" >
</div>
<div id="home" ><!style="position:absolute; top:325px;">
<center>
<table style="width:80%; border-color:PINK; border-style:hidden">
<tr>
<td style="width:60%"> <h1>Team 2035 <br/><br/>
<font color="#CCCACA"> The Robo Rockin' Bots</font><br/><br/>
<font color="#E4E4E4" size="6"> Be Like Dom</font><br/><br/>
</td>
<td style="width:40%"><img src="images/prezi.png"/></td>
</table>
</center>
<font color = "white">
<table class="center">
<tr>
<td style="width:33%"><a href="about/index.html">About Us</a></td>
<td style="width:33%"><a href="https://docs.google.com/presentation/d/1xfMJYhfmoCTaG_2-2iqPqiMHZr0SdOn5F6XerJA7SqA/edit?usp=sharing">To Do List</a></a></td>
<td style="width:33%"><a href="https://sites.google.com/carmelunified.org/roborockinbots/home">Members</a></td>
</tr>
<tr>
<td style="width:33%"><a href="https://docs.google.com/spreadsheets/d/1LEb8frK49SXDVXh2ZY9b63BjnUa31XjYwFnwhWNbnhY/edit#gid=0">Hours</a></td>
<td style="width:33%"><a href="https://docs.google.com/spreadsheets/d/e/2PACX-1vTb_Q5V57nZ9tmpviArZKWC_2Hu_isi6C_QKvkDT-75j7XUp6LB445TFnde7c0pzGw0nMoA-40V04QI/pubhtml?gid=1167153390&single=true"> Current Updates</a></td>
<td style="width:33%"><a href="photos.html">Photos</a></td>
</tr>
<tr>
<td style="width:33%"><a href="https://youtu.be/xiRzTD1TWTU">End of year Celebration!</a></td>
<td style="width:33%"><a href="https://docs.google.com/document/d/1Ko7h8EZ_XyX0NkKCqjNnPCaY3hjMBky3/edit">Team Organization / Goals</a></td>
<td style="width:33%"><a href="https://docs.google.com/document/d/1-DmuQSjIA4dN4Q63r-h3e8znTYQVrCesr4eUQBIV__o/edit?usp=sharing">Investor Packet</a></td>
</tr>
<tr>
<td style="width:33%"><a href="https://github.com/CarmelRobotics/carmelrobotics.github.io/blob/master/2023FRCGameManual.pdf">2023 Game Manual </a> </td>
<td style="width:33%"><a href="https://docs.google.com/document/d/1S9twCoF3BULLSMf8rycyJbLiWNSSoFA-HIBprWnBzvg/edit#heading=h.db86zktblpdl">Gettin' Started Programming a Robot</a> <br/>Thanks, Roy </td>
<td style="width:33%"><a href="https://bit.ly/dailySignIn">Daily Sign In </a> </td>
</tr>
</table>
</font>
<br/><br/><br/>
</body>
</html>