File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,10 @@ <h1 class="title has-text-white-ter is-size-1 is-uppercase has-text-weight-bold"
15
15
< script >
16
16
document . addEventListener ( 'DOMContentLoaded' , function ( ) {
17
17
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"
21
22
] ;
22
23
23
24
let currentIndex = 0 ;
You can’t perform that action at this time.
0 commit comments