Skip to content

Commit 9583d60

Browse files
committed
Comp logos on hero
1 parent c6db87e commit 9583d60

File tree

5 files changed

+4
-9
lines changed

5 files changed

+4
-9
lines changed

_includes/comp-showcase.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,8 @@
33
<div class="overlay">
44
<div class="container">
55
<div class="hero-content">
6-
<img src="{{page.full-logo}}" alt="Logo" class="hero-logo">
6+
<img src="{{page.hero-logo}}" alt="Logo" class="hero-logo">
77
</div>
8-
<!-- <div class="title-text">
9-
<h1 class="title has-text-white-ter is-size-1 has-text-weight-bold">
10-
{{page.title}}
11-
</h1>
12-
</div> -->
138
</div>
149
</div>
1510
<div class="wave-overlay" style="background: url('{{page.hero-overlay}}') no-repeat bottom center;"></div>
51.3 KB
Loading
31.4 KB
Loading

mate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
layout: comp
33
title: "MATE"
44
full-logo: "https://raw.githubusercontent.com/CabrilloRoboticsClub/cabrillorobotics.github.io/what-a-theme-test/assets/images/comps/mate-logo.webp"
5-
title-logo:
65
hero-bkg: "https://raw.githubusercontent.com/CabrilloRoboticsClub/cabrillorobotics.github.io/what-a-theme-test/assets/images/support-us-hero.webp"
7-
hero-overlay:
6+
hero-overlay: "https://raw.githubusercontent.com/CabrilloRoboticsClub/cabrillorobotics.github.io/what-a-theme-test/assets/images/comps/mate-hero-overlay.webp"
7+
hero-logo: "https://raw.githubusercontent.com/CabrilloRoboticsClub/cabrillorobotics.github.io/what-a-theme-test/assets/images/comps/mate-hero-logo.webp"
88
description: "The MATE ROV Competition is an international robotics competition in which teams create underwater Remotely Operated Vehicles (ROVs). ROVs are piloted, and are typically used for ocean exploration and precise manipulation of objects in hazardous areas. MATE ROV's competition attempts to mirror these missions, with tasks involving coral restoration, mooring array maintenance, and sample collections."
99
---

robosub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
layout: comp
33
title: "RoboSub"
44
full-logo: "https://raw.githubusercontent.com/CabrilloRoboticsClub/cabrillorobotics.github.io/what-a-theme-test/assets/images/comps/robosub-logo.webp"
5-
title-logo:
65
hero-bkg: "https://raw.githubusercontent.com/CabrilloRoboticsClub/cabrillorobotics.github.io/what-a-theme-test/assets/images/comps/robosub-hero-bkg.webp"
76
hero-overlay: "https://raw.githubusercontent.com/CabrilloRoboticsClub/cabrillorobotics.github.io/what-a-theme-test/assets/images/comps/robosub-hero-overlay.webp"
7+
hero-logo: "https://raw.githubusercontent.com/CabrilloRoboticsClub/cabrillorobotics.github.io/what-a-theme-test/assets/images/comps/robosub-hero-logo.webp"
88
description: "RoboSub is an international robotics competition in which teams compete to create Autonomous Underwater Vehicles (AUVs). These AUVs are completely unmanned, and must use sensor data to navigate and complete various tasks in a live competition. The competition tasks mirror real-world AUV missions, such as seafloor mapping and sonar localisation."
99
---

0 commit comments

Comments
 (0)