Skip to content

Commit

Permalink
changing png to jpeg to reduce bloat size and page loading speed
Browse files Browse the repository at this point in the history
Signed-off-by: Type-32 <[email protected]>
  • Loading branch information
Type-32 committed Sep 10, 2024
1 parent 5b98099 commit 4976358
Show file tree
Hide file tree
Showing 19 changed files with 10 additions and 9 deletions.
Binary file added app/assets/images/hero/bbsz_hero.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/assets/images/hero/bbsz_hero.png
Binary file not shown.
Binary file added app/assets/images/hero/biph_hero.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/assets/images/hero/biph_hero.png
Binary file not shown.
Binary file added app/assets/images/hero/bisz_hero.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/assets/images/hero/bisz_hero.png
Binary file not shown.
Binary file added app/assets/images/hero/ncpa_hero.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/assets/images/hero/ncpa_hero.png
Binary file not shown.
Binary file added app/assets/images/hero/qifu_hero.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/assets/images/hero/qifu_hero.png
Binary file not shown.
Binary file added app/assets/images/hero/scie_hero.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/assets/images/hero/scie_hero.png
Binary file not shown.
Binary file added app/assets/images/hero/tsing_hero.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/assets/images/hero/tsing_hero.png
Binary file not shown.
Binary file added app/assets/images/hero/ulc_hero.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/assets/images/hero/ulc_hero.png
Binary file not shown.
Binary file added app/assets/images/hero/vanke_hero.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/assets/images/hero/vanke_hero.png
Binary file not shown.
19 changes: 10 additions & 9 deletions app/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,16 @@ import img11 from "~/assets/images/caro/img11.jpg"
import img12 from "~/assets/images/caro/img12.jpg"
import img13 from "~/assets/images/caro/img13.jpg"
import school1 from "~/assets/images/hero/biph_hero.png"
import school2 from "~/assets/images/hero/scie_hero.png"
import school3 from "~/assets/images/hero/vanke_hero.png"
import school4 from "~/assets/images/hero/ncpa_hero.png"
import school5 from "~/assets/images/hero/bbsz_hero.png"
import school6 from "~/assets/images/hero/ulc_hero.png"
import school7 from "~/assets/images/hero/bisz_hero.png"
import school8 from "~/assets/images/hero/tsing_hero.png"
import school9 from "~/assets/images/hero/qifu_hero.png"
import school1 from "~/assets/images/hero/biph_hero.jpg"
import school2 from "~/assets/images/hero/scie_hero.jpg"
import school3 from "~/assets/images/hero/vanke_hero.jpg"
import school4 from "~/assets/images/hero/ncpa_hero.jpg"
import school5 from "~/assets/images/hero/bbsz_hero.jpg"
import school6 from "~/assets/images/hero/ulc_hero.jpg"
import school7 from "~/assets/images/hero/bisz_hero.jpg"
import school8 from "~/assets/images/hero/tsing_hero.jpg"
import school9 from "~/assets/images/hero/qifu_hero.jpg"
import LandingSection from "~/layouts/LandingSection.vue";
const carouselRef = ref()
Expand Down

0 comments on commit 4976358

Please sign in to comment.