Skip to content

Commit ed53c36

Browse files
committed
New svgs
1 parent 519d5c3 commit ed53c36

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

_data/projects.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,23 @@
22
year: 2025
33
image: https://raw.githubusercontent.com/CabrilloRoboticsClub/cabrillorobotics.github.io/what-a-theme-test/assets/images/lazer-shark/lazer-shark.webp
44
logo:
5+
award: RoboSub AUV
56
page: lazer-shark
67
- name: SeaHawk II
78
year: 2024
89
page: seahawk-II
10+
award: MATE EXPLORER All Around Champion
911
logo: https://raw.githubusercontent.com/CabrilloRoboticsClub/cabrillorobotics.github.io/what-a-theme-test/assets/images/seahawk-II/seahawk-II-logo.svg
1012
image: https://raw.githubusercontent.com/CabrilloRoboticsClub/cabrillorobotics.github.io/what-a-theme-test/assets/images/seahawk-II/seahawk-II.webp
1113
- name: SeaHawk
1214
year: 2023
1315
page: seahawk
16+
award: MATE Pioneer All Around Champion
1417
logo: https://raw.githubusercontent.com/CabrilloRoboticsClub/cabrillorobotics.github.io/what-a-theme-test/assets/images/seahawk-II/seahawk-logo.svg
1518
image: https://raw.githubusercontent.com/CabrilloRoboticsClub/cabrillorobotics.github.io/what-a-theme-test/assets/images/seahawk/seahawk.webp
1619
- name: Hydrozoa
1720
year: 2022
1821
page: hydrozoa
1922
logo:
23+
award: MATE Pioneer All Around Champion
2024
image: https://raw.githubusercontent.com/CabrilloRoboticsClub/cabrillorobotics.github.io/what-a-theme-test/assets/images/hydrozoa/hydrozoa.webp

_includes/projects-robot-card.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</div>
1010
<div class="bottom-left">
1111
<h2 class="has-text-weight-bold is-size-3">{{ project.year }}</h2>
12-
<p class="has-text-white-ter has-text-weight-normal">{{ project.name }}</p>
12+
<p class="has-text-white-ter has-text-weight-normal">{{ project.award }}</p>
1313
</div>
1414
</div>
1515
</a>

_site/assets/css/style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/style.scss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1437,7 +1437,6 @@ body { background-color: var(--background); }
14371437
transition: opacity 0.5s ease;
14381438
}
14391439
.top-left {
1440-
height: 10%;
14411440
display: flex;
14421441
margin: 5vh;
14431442
}
@@ -1447,7 +1446,7 @@ body { background-color: var(--background); }
14471446
margin: 5vh;
14481447
}
14491448
.logo {
1450-
max-width: 50px;
1449+
max-width: 200px;
14511450
}
14521451
.project-link {
14531452
transition: all 0.25s ease;
@@ -1465,9 +1464,6 @@ body { background-color: var(--background); }
14651464
transition: opacity 0.5s ease;
14661465
pointer-events: none;
14671466
}
1468-
.project-link:hover h2 {
1469-
color: var(--header) !important;
1470-
}
14711467
.project-link:hover {
14721468
transform: scale(1.01);
14731469
}

assets/images/seahawk-II/seahawk-II-logo.svg

Lines changed: 1 addition & 1 deletion
Loading

assets/images/seahawk/seahawk-logo.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)