Skip to content

Commit 050ff16

Browse files
committed
pleaseeeeeeeeeeeeeeeeeeee
1 parent 00fa59b commit 050ff16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/team-showcase.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<section class="hero is-halfheight has-text-left" id="team-showcase">
2-
<figure class="hero-background" style="background-image: url('https://raw.githubusercontent.com/CabrilloRoboticsClub/cabrillorobotics.github.io/41309abdbb5d93dbc6c0119bf8f97a3bb38ad743/assets/images/seahawk-II/gallery-seahawk-II/interview.webp');">
2+
<figure class="hero-background" style="background-image: url('https://raw.githubusercontent.com/CabrilloRoboticsClub/cabrillorobotics.github.io/41309abdbb5d93dbc6c0119bf8f97a3bb38ad743/assets/images/seahawk-II/gallery-seahawk-II/interview.webp');" id="rotating-image">
33
<div class="overlay">
4-
<div class="container is-lower-left">
4+
<div class="container">
55
<div class="title-text">
66
<h1 class="title has-text-white-ter is-size-1 is-uppercase has-text-weight-bold">
77
Our Team
@@ -31,6 +31,6 @@ <h1 class="title has-text-white-ter is-size-1 is-uppercase has-text-weight-bold"
3131
}
3232

3333
rotate();
34-
setInterval(rotate, 5000);
34+
setInterval(rotate, 5);
3535
});
3636
</script>

0 commit comments

Comments
 (0)