Skip to content

Commit

Permalink
add: images and fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
domysh committed Nov 13, 2024
1 parent c74a34b commit d123cc7
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 4 deletions.
Binary file modified src/assets/images/gallery/01.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/images/gallery/02.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/images/gallery/03.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/images/gallery/04.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/images/gallery/05.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/images/gallery/06.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/images/gallery/07.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/images/gallery/08.jpg
100644 → 100755
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 src/assets/images/gallery/09.jpg
Binary file not shown.
Binary file removed src/assets/images/gallery/10.jpg
Binary file not shown.
4 changes: 2 additions & 2 deletions src/pages/en/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ const getPath = useTranslatedPath(lang);
<a
slot="join-photos-btn"
class="btn btn-ghost border-2 border-black/20 text-xl px-8 py-2 h-auto mr-2"
href="https://photos.app.goo.gl/gLHnJxHhpBuUrBdaA">
href="https://photos.app.goo.gl/AfzLSMGbazxceF2K7">
Officials
<img src="/assets/vectors/camera.svg" class="h-6 ml-2" />
</a>
<a
slot="join-photos-btn"
class="btn btn-ghost border-2 border-black/20 text-xl px-8 py-2 h-auto"
href="https://photos.app.goo.gl/YoTZStZH9xjAXQyY8">
href="https://photos.app.goo.gl/gLHnJxHhpBuUrBdaA">
Community <img src="/assets/vectors/community.svg" class="h-6 ml-2" />
</a>
</Gallery>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const getPath = useTranslatedPath(lang);
<a
slot="join-photos-btn"
class="btn btn-ghost border-2 border-black/20 text-xl px-8 py-2 h-auto mr-2"
href="https://photos.app.goo.gl/YoTZStZH9xjAXQyY8">
href="https://photos.app.goo.gl/AfzLSMGbazxceF2K7">
Ufficiali
<img src="/assets/vectors/camera.svg" class="h-6 ml-2" />
</a>
Expand All @@ -55,7 +55,7 @@ const getPath = useTranslatedPath(lang);
Community <img src="/assets/vectors/community.svg" class="h-6 ml-2" />
</a>
</Gallery>

<SpeakerPreview />
{ /*
<TicketSection>
Expand Down

0 comments on commit d123cc7

Please sign in to comment.