Skip to content

Commit 2c91e7d

Browse files
committed
hard code images like a boss
1 parent 9e80b8a commit 2c91e7d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

_includes/team-showcase.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ <h1 class="title has-text-white-ter is-size-1 is-uppercase has-text-weight-bold"
1515
<script>
1616
document.addEventListener('DOMContentLoaded', function() {
1717
const images = [
18-
{% for image in site.data.team-imgs %}
19-
"{{ image.url }}"{% unless forloop.last %},{% endunless %}
20-
{% endfor %}
18+
"https://raw.githubusercontent.com/CabrilloRoboticsClub/cabrillorobotics.github.io/41309abdbb5d93dbc6c0119bf8f97a3bb38ad743/assets/images/seahawk-II/gallery-seahawk-II/interview.webp",
19+
"https://raw.githubusercontent.com/CabrilloRoboticsClub/cabrillorobotics.github.io/41309abdbb5d93dbc6c0119bf8f97a3bb38ad743/assets/images/seahawk-II/gallery-seahawk-II/stack.webp",
20+
"https://github.com/CabrilloRoboticsClub/cabrillorobotics.github.io/blob/258a1699f10c378fb2a1d18c2a986080bf3b6a57/assets/images/seahawk-II/gallery-seahawk-II/deploy.jpeg?raw=true",
21+
"https://raw.githubusercontent.com/CabrilloRoboticsClub/cabrillorobotics.github.io/782b579c031c16835e0fee2b57a22246c1a79618/assets/images/seahawk-II/gallery-seahawk-II/product-demo-pilot-2.webp"
2122
];
2223

2324
let currentIndex = 0;

0 commit comments

Comments
 (0)