Skip to content

Commit

Permalink
feat: s
Browse files Browse the repository at this point in the history
  • Loading branch information
skifli authored Jul 11, 2023
1 parent 960f2a8 commit e73e298
Show file tree
Hide file tree
Showing 28 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion assets/css/pages/about-us.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#cover {
background-image: url(../../img/about-us.jpg)
background-image: url(../../img/about-us.webp)
}

#member h3 {
Expand Down
2 changes: 1 addition & 1 deletion assets/css/pages/index.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#cover {
background-image: url(../../img/index.jpg)
background-image: url(../../img/index.webp)
}

#meet-the-team #card {
Expand Down
2 changes: 1 addition & 1 deletion assets/css/pages/our-cars.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#cover {
background-image: url(../../img/our-cars.png)
background-image: url(../../img/our-cars.webp)
}

#our-cars .car-banner {
Expand Down
2 changes: 1 addition & 1 deletion assets/css/pages/our-journey.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#cover {
background-image: url(../../img/our-journey.png)
background-image: url(../../img/our-journey.webp)
}

#our-journey {
Expand Down
2 changes: 1 addition & 1 deletion assets/css/pages/sponsors.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#cover {
background-image: url(../../img/sponsors.png)
background-image: url(../../img/sponsors.webp)
}
Binary file removed assets/img/about-us.jpg
Binary file not shown.
Binary file added assets/img/about-us.webp
Binary file not shown.
Binary file removed assets/img/entry-class-car/1.png
Binary file not shown.
Binary file added assets/img/entry-class-car/1.webp
Binary file not shown.
Binary file removed assets/img/entry-class-car/2.png
Binary file not shown.
Binary file added assets/img/entry-class-car/2.webp
Binary file not shown.
Binary file removed assets/img/entry-class-car/3.png
Binary file not shown.
Binary file added assets/img/entry-class-car/3.webp
Binary file not shown.
Binary file removed assets/img/entry-class-car/4.png
Binary file not shown.
Binary file added assets/img/entry-class-car/4.webp
Binary file not shown.
Binary file removed assets/img/index.jpg
Binary file not shown.
Binary file added assets/img/index.webp
Binary file not shown.
Binary file removed assets/img/our-cars.png
Binary file not shown.
Binary file added assets/img/our-cars.webp
Binary file not shown.
Binary file removed assets/img/our-journey.png
Binary file not shown.
Binary file added assets/img/our-journey.webp
Binary file not shown.
Binary file removed assets/img/sponsors.png
Binary file not shown.
Binary file added assets/img/sponsors.webp
Binary file not shown.
Binary file removed assets/img/team/cover.png
Binary file not shown.
Binary file added assets/img/team/cover.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/js/pages/our-cars.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function entryClassCarSlider() {
entryClassSlide = 1;
}

entryClassCarImage.style["background-image"] = `url(../assets/img/entry-class-car/${entryClassSlide}.png)`;
entryClassCarImage.style["background-image"] = `url(../assets/img/entry-class-car/${entryClassSlide}.webp)`;

setTimeout(entryClassCarSlider, 5000);
}
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h2>About Us</h2>
<h2>Meet the Team</h2>

<div id="card">
<img alt="Team Picture" src="assets/img/team/cover.png">
<img alt="Team Picture" src="assets/img/team/cover.webp">
</div>

<div id="members">
Expand Down
2 changes: 1 addition & 1 deletion our-cars/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h3>Accel - 0.026N Drag</h3>

<div class="car">
<div id="entry-class-car-image" class="car-image"
style="background-image: url('../assets/img/entry-class-car/1.png');"></div>
style="background-image: url('../assets/img/entry-class-car/1.webp');"></div>

<div class="car-about">
<p>Accel is our entry class car. It went through multiple design iterations itself, and there were
Expand Down

0 comments on commit e73e298

Please sign in to comment.