Skip to content

Commit

Permalink
Add page images
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 2, 2024
1 parent b9b10c9 commit 4cf9066
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 4 deletions.
Binary file added app/assets/images/caro/img1.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 added app/assets/images/caro/img10.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 added app/assets/images/caro/img11.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 added app/assets/images/caro/img12.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 added app/assets/images/caro/img13.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 added app/assets/images/caro/img2.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 added app/assets/images/caro/img3.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 added app/assets/images/caro/img4.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 added app/assets/images/caro/img5.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 added app/assets/images/caro/img6.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 added app/assets/images/caro/img7.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 added app/assets/images/caro/img8.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 added app/assets/images/caro/img9.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions app/layouts/MainLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ const links = [
label: 'Leagues',
icon: 'i-heroicons-users',
to: `/leagues`
},
{
label: 'Rules',
icon: 'i-heroicons-book',
to: 'https://rules.wfdf.sport/'
}
]
Expand Down
28 changes: 24 additions & 4 deletions app/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,36 @@ useSeoMeta({
})
import MainLayout from "~/layouts/MainLayout.vue";
import img1 from "~/assets/images/asset1.jpg"
import img2 from "~/assets/images/asset2.jpg"
import img3 from "~/assets/images/asset3.jpg"
import img1 from "~/assets/images/caro/img1.jpg"
import img2 from "~/assets/images/caro/img2.jpg"
import img3 from "~/assets/images/caro/img3.jpg"
import img4 from "~/assets/images/caro/img4.jpg"
import img5 from "~/assets/images/caro/img5.jpg"
import img6 from "~/assets/images/caro/img6.jpg"
import img7 from "~/assets/images/caro/img7.jpg"
import img8 from "~/assets/images/caro/img8.jpg"
import img9 from "~/assets/images/caro/img9.jpg"
import img10 from "~/assets/images/caro/img10.jpg"
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 LandingSection from "~/layouts/LandingSection.vue";
const carouselRef = ref()
const items = [
img1,
img2,
img3
img3,
img4,
img5,
img6,
img7,
img8,
img9,
img10,
img11,
img12,
img13
]
onMounted(() => {
Expand Down

0 comments on commit 4cf9066

Please sign in to comment.