Skip to content

Commit cc463f8

Browse files
committed
add crystal skull placeholder stuff + fix Firefox image scaling + text scaling
1 parent 8e89bd6 commit cc463f8

File tree

4 files changed

+23
-8
lines changed

4 files changed

+23
-8
lines changed

assets/pages/robots/robot-info.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
2023: Lockpick
99
2024: Beyonce
1010
2025: Radek
11+
2026: Crystal Skull
1112

1213
https://beavertronics5970.wixsite.com/bhs-robotics/robots

robots/body/desktop.html

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,31 @@
33
-->
44
<div class="robot-images">
55

6+
<div class="robot-title" style="text-align: left">
7+
<a href="https://www.thebluealliance.com/team/5970/2026" class="robot-title-link" target=”_blank”>
8+
2026 - Crystal Skull
9+
</a>
10+
</div>
11+
<div class="robot-description">
12+
<img src="/assets/pages/robots/2026-robot.jpg">
13+
<div class="robot-description-text">
14+
You know why they call it "Rebuilt"? Because your intake will break and you'll have to rebuild it in the pits!
15+
</div>
16+
</div>
17+
618
<div class = "robot-title" style="text-align: right">
719
<a href="https://www.thebluealliance.com/team/5970/2025" class="robot-title-link" target="_blank">
820
Radek - 2025
921
</a>
1022
</div>
1123
<div class="robot-description">
12-
<img src="/assets/pages/robots/2025-robot.jpg">
1324
<div class="robot-description-text">
1425
We had to swap Radek's drivetrain to from swerve to a kitbot drivebase with very little turnaround due to shipping delays. The latching deep climb, based
1526
heavily on the Everybot, scored well. The signature bucket arm was designed to allow space for a central climb while still ferrying coral from
16-
the back of the robot to the front. On our plywood test reef, this worked great, but the real reef was a lot more bouncy and we spend a lot of time
17-
trying to figure out how to prevent coral from bouncing out.
27+
the back of the robot to the front. On our plywood test reef, this worked great, but the real reef was a lot more bouncy and we spent a lot of time
28+
trying to figure out how to prevent coral from bouncing out. We settled on a plywood "tail" that dropped against the reef to block the coral from bouncing out.
1829
</div>
30+
<img src="/assets/pages/robots/2025-robot.jpg">
1931
</div>
2032

2133
<!--
@@ -40,7 +52,7 @@
4052
</div>
4153

4254
<!--
43-
now the second one is a bit different. and this altnerates back and forth between this format and the format mentioned above
55+
now the second one is a bit different. and this alternates back and forth between this format and the format mentioned above
4456
in this one, there is the title then the description then the image
4557
the reason for this alternating design is so that for one, the image is on the right side and the description is on the left
4658
but for the next one, the description is on the right and the image is on the left

robots/body/mobile.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
<div class="robot-images-mobile"><img src="/assets/pages/robots/2025-robot.jpg"></div>
1212

1313
<div class="robot-description-text-mobile">
14-
We had to swap Radek's drivetrain to from swerve to a kitbot drivebase with very little turnaround due to shipping delays. The latching deep climb, based
14+
We had to swap Radek's drivetrain to from swerve to a kitbot drivebase with very little turnaround due to shipping delays. The latching deep climb, based
1515
heavily on the Everybot, scored well. The signature bucket arm was designed to allow space for a central climb while still ferrying coral from
16-
the back of the robot to the front. On our plywood test reef, this worked great, but the real reef was a lot more bouncy and we spend a lot of time
17-
trying to figure out how to prevent coral from bouncing out.
16+
the back of the robot to the front. On our plywood test reef, this worked great, but the real reef was a lot more bouncy and we spent a lot of time
17+
trying to figure out how to prevent coral from bouncing out. We settled on a plywood "tail" that dropped against the reef to block the coral from bouncing out.
1818
</div>
1919

2020
<!--

shared/css/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,8 @@ h1{
281281
width: 50%;
282282
height: auto;
283283
border-radius: 2.5px;
284+
min-width: 0;
285+
flex-shrink: 0;
284286
}
285287

286288
.robot-description {
@@ -297,7 +299,7 @@ h1{
297299
margin-top: 1%;
298300
margin-left: 5%;
299301
margin-right: 5%;
300-
font-size: 125%;
302+
font-size: clamp(14px, 1.5vw, 26px); /* font scaling to display size */
301303
font-family: Futura-lt;
302304
text-align: center;
303305
font-weight: light;

0 commit comments

Comments
 (0)