-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathupdates.html
More file actions
226 lines (208 loc) · 8.25 KB
/
updates.html
File metadata and controls
226 lines (208 loc) · 8.25 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
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<!DOCTYPE html>
<html>
<head>
<!-- Responsiveness -->
<meta charset="UTF8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Page Title -->
<title>Crevolution - Updates</title>
<!-- Link Assets & CSS -->
<link rel="icon" href="/assets/img/logos/watermark.svg" type="image/png" sizes="16x16" />
<link rel="stylesheet" href="/css/bootstrap.css">
<link href="/css/index.css" rel="stylesheet" type="text/css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap">
</head>
<body>
<!-- Link JS -->
<script src="/js/bootstrap.js"></script>
<script src="/js/jquery.js"></script>
<!-- Navbar located in /assets/nav.html -->
<div id="nav-placeholder">
</div>
<script>
$(function(){
$("#nav-placeholder").load("/assets/nav.html");
});
</script>
<div class="jbo"> </div>
<div id="updates-tc" class="jb t-card">
<div class="blktcbk">
<h1 class="title">UPDATES</h1>
</div>
</div>
<br>
<div class="an-update build">
<div>
<h1>ASSEMBLE ROBOT</h1>
<h3>Build</h3>
<h2>After receiving many of our parts, we finally started build. After staying for very late nights, we have many of our subsystems built in about 3 days! Our bot is almost built and will move on to electrical and programming soon.</h2>
<h5>Week 5: 2/8/25</h5>
</div>
<div id="assemblerobot" class="carousel slide">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="/assets/img/updates/buildrobot/1.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="/assets/img/updates/buildrobot/2.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="/assets/img/updates/buildrobot/3.jpg" class="d-block w-100" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#assemblerobot" data-bs-slide="prev">
<span aria-hidden="true"><i style="font-size: 40px;" class="bi bi-caret-left-fill"></i></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#assemblerobot" data-bs-slide="next">
<span aria-hidden="true"><i style="font-size: 40px;" class="bi bi-caret-right-fill"></i></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<div class="an-update design">
<div>
<h1>BUMPER UPGRADE</h1>
<h3>Design</h3>
<h2>In response to the creation and positioning of the climber on the Chassis, Design Members and Mentors created a New Bumper that works with our current design.</h2>
<h5>Week 5: 2/8/25</h5>
</div>
</div>
<div class="an-update design">
<div>
<h1>FABRICATION</h1>
<h3>Design</h3>
<h2>The Design team started getting parts sent out to be CNCed.</h2>
<h5>Week 5: 2/8/25</h5>
</div>
</div>
<div class="an-update programming">
<div>
<h1>PROGRAMMING LEAD AND "CONSULT"</h1>
<h3>Programming</h3>
<h2>The Programming team reviewed feasibility of prototypes through a programming lens.</h2>
<h5>Week 5: 2/3/25</h5>
</div>
</div>
<div class="an-update build">
<div class="w-img">
<h1>BUILDING FIELD ELEMENTS</h1>
<h3>Build</h3>
<h2>The Build team started working on the field element called the reef. Build students have been reviewing drawings and putting assembly skills to use.</h2>
<h5>Week 5: 2/3/25</h5>
</div>
<a href="/assets/img/updates/elements.jpeg"><img src="/assets/img/updates/elements.jpeg"></a>
</div>
<div class="an-update build">
<div class="w-img">
<h1>SWERVE MODULE ASSEMBLY</h1>
<h3>Build</h3>
<h2>The Build team began assembling new X2t swerve modules from WCP.</h2>
<h5>Week 4: 2/1/25</h5>
</div>
<a href="/assets/img/updates/x2t.JPEG"><img src="/assets/img/updates/x2t.JPEG"></a>
</div>
<div class="an-update design">
<div class="w-img">
<h1>DESIGNED THE CLIMBER</h1>
<h3>Design</h3>
<h2>The Design team used OnShape to design a climber for our robot to climb the deep cage, with some failed concepts.</h2>
<h5>Week 2: 1/18/25</h5>
</div>
<div id="climber" class="carousel slide">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="/assets/img/updates/designed-climber/1.jpeg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="/assets/img/updates/designed-climber/2.jpeg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="/assets/img/updates/designed-climber/3.jpeg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="/assets/img/updates/designed-climber/4.jpeg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="/assets/img/updates/designed-climber/5.jpeg" class="d-block w-100" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#climber" data-bs-slide="prev">
<span aria-hidden="true"><i style="font-size: 40px;" class="bi bi-caret-left-fill"></i></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#climber" data-bs-slide="next">
<span aria-hidden="true"><i style="font-size: 40px;" class="bi bi-caret-right-fill"></i></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<div class="an-update marketing">
<div class="w-img">
<h1>CALL CENTER</h1>
<h3>Marketing</h3>
<h2>Students across the team worked together to find companies that may want to support our team.</h2>
<h5>Week 2: 1/18/25</h5>
</div>
<div id="call" class="carousel slide">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="/assets/img/updates/call-center/1.jpeg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="/assets/img/updates/call-center/2.jpeg" class="d-block w-100" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#call" data-bs-slide="prev">
<span aria-hidden="true"><i style="font-size: 40px;" class="bi bi-caret-left-fill"></i></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#call" data-bs-slide="next">
<span aria-hidden="true"><i style="font-size: 40px;" class="bi bi-caret-right-fill"></i></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<div class="an-update design">
<div>
<h1>BLOCK CAD</h1>
<h3>Design</h3>
<h2>Mastersketch and block cadded robot archetype.</h2>
<h5>Week 2: 1/13/25</h5>
</div>
</div>
<div class="an-update build">
<div>
<h1>PROTOTYPING ROBOT DESIGNS</h1>
<h3>Build</h3>
<h5>Week 1: 1/5/25</h5>
</div>
</div>
<div class="an-update build">
<div>
<h1>PUGH ANALYSIS</h1>
<h3>Build</h3>
<h2>PUGH Analysis on robot prototyping.</h2>
<h5>Week 1: 1/5/25</h5>
</div>
</div>
<div class="an-update whole-team">
<div class="w-img">
<h1>KICKOFF</h1>
<h3>Whole Team</h3>
<h2>Game Reveal Kickoff for FRC Reefscape..</h2>
<h5>Week 2: 1/4/25</h5>
</div>
</div>
<!-- Footer located in /assets/ftr.html -->
<div id="ftr-placeholder">
</div>
<script>
$(function(){
$("#ftr-placeholder").load("/assets/ftr.html");
});
</script>
</body>
</html>