Changed a bit

This commit is contained in:
Rasmus Rasmussen 2025-03-13 10:33:24 +01:00
parent af3236234c
commit f7ba6bdc5b
11 changed files with 261 additions and 7 deletions

View File

@ -9,9 +9,9 @@ import Card from "./Tags/Card.vue";
<Card link="/Tours/14" date="2024-09-29 0820" :video="false" path="/Images/2024-09-29/PXL_20240924_063112823.avif" :width="1434" :height="1080">Ride To Kerteminde</Card>
<Card link="/Tours/13" date="2024-08-31 0800" :video="false" path="/Images/2024-08-31/PXL_20240831_060050684.avif" :width="1434" :height="1080">Ride To Faaborg</Card>
<Card link="/Tours/12" date="2024-08-03 0650" :video="false" path="/Images/2024-08-03/PXL_20240803_073936592.avif" :width="1434" :height="1080">Just A normal Ride</Card>
<Card link="/Tours/12" date="2024-08-03 0650" :video="false" path="/Images/2024-08-03/PXL_20240803_073936592.avif" :width="1434" :height="1080">Just A Normal Ride</Card>
<Card link="/Tours/11" date="2024-07-19 0650" :video="false" path="/Images/2024-07-19/PXL_20240719_045037254.avif" :width="1434" :height="1080">Ride To Flyvesandet</Card>
<Card link="/Tours/10" date="2024-07-11 0720" :video="false" path="/Images/2024-07-11/PXL_20240711_053735163.avif" :width="1434" :height="1080">Ride To Lindøhoved</Card>
<Card link="/Tours/10" date="2024-07-11 0720" :video="false" path="/Images/2024-07-11/PXL_20240711_053728407.avif" :width="1434" :height="1080">Ride To Lindøhoved</Card>
<Card link="/Tours/9" date="2024-05-08 1019" :video="false" path="/Images/2024-05-08/PXL_20240508_081926801.avif" :width="1434" :height="1080">First Of The Year</Card>
<Card link="/Tours/8" date="2023-09-10 0843" :video="true" path="/Images/2023-09-10/PXL_20230910_064305237.mp4" :width="1434" :height="1080">Staircase To Nowhere?</Card>
<Card link="/Tours/7" date="2023-07-20 0445" :video="false" path="/Images/2023-07-20/PXL_20230720_032106972.avif" :width="1434" :height="1080">Long Ride</Card>

View File

@ -3,5 +3,12 @@
</script>
<template>
<h1 class="text-3xl">Staircase To Nowhere?</h1>
<p>2023-09-10 0843</p>
<hr class="mb-6 border-1 border-slate-300" />
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-09-10/PXL_20230910_064343984.jpg" width="1434" height="1080"/>
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
<source src="/Images/2023-09-10/PXL_20230910_064305237.mp4" type="video/mp4">
</video>
</template>

View File

@ -0,0 +1,62 @@
<script setup lang="ts">
</script>
<template>
<h1 class="text-3xl">Ride To Flyvesandet</h1>
<p>2024-07-19 0650</p>
<hr class="mb-6 border-1 border-slate-300" />
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_045034919.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_045037254.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_045039190.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_045042174.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_052154055.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_052527572.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_052530054.avif" width="1434" height="1080"/>
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
<source src="/Images/2024-07-19/PXL_20240719_052531307_out.mp4" type="video/mp4">
</video>
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
<source src="/Images/2024-07-19/PXL_20240719_055047095_out.mp4" type="video/mp4">
</video>
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
<source src="/Images/2024-07-19/PXL_20240719_055506990_out.mp4" type="video/mp4">
</video>
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
<source src="/Images/2024-07-19/PXL_20240719_060106359_out.mp4" type="video/mp4">
</video>
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
<source src="/Images/2024-07-19/PXL_20240719_063101089_out.mp4" type="video/mp4">
</video>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_063228729.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_063252503.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_063331929.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_063336604.avif" width="1434" height="1080"/>
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
<source src="/Images/2024-07-19/PXL_20240719_065106462_out.mp4" type="video/mp4">
</video>
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
<source src="/Images/2024-07-19/PXL_20240719_071441780_out.mp4" type="video/mp4">
</video>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_071538723.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_071543021.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_071852664.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_071902439.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_072839993.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_073030361.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_073038080.avif" width="1434" height="1080"/>
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
<source src="/Images/2024-07-19/PXL_20240719_073040238_out.mp4" type="video/mp4">
</video>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_073128007.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_073131012.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_073135929.avif" width="1434" height="1080"/>
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
<source src="/Images/2024-07-19/PXL_20240719_073221470_out.mp4" type="video/mp4">
</video>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_080049283.MP.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_095910474.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_095912214.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_095915552.avif" width="1434" height="1080"/>
</template>

View File

@ -0,0 +1,28 @@
<script setup lang="ts">
</script>
<template>
<h1 class="text-3xl">Ride To Kerteminde</h1>
<p>2024-09-29 0820</p>
<hr class="mb-6 border-1 border-slate-300" />
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-09-29/PXL_20240924_062001841.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-09-29/PXL_20240924_062003496.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-09-29/PXL_20240924_063112823.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-09-29/PXL_20240924_063116702.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-09-29/PXL_20240924_063120285.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-09-29/PXL_20240924_063122100.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-09-29/PXL_20240924_063125736.avif" width="1434" height="1080"/>
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
<source src="/Images/2024-09-29/PXL_20240924_063444273_out.mp4" type="video/mp4">
</video>
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
<source src="/Images/2024-09-29/PXL_20240924_063854857_out.mp4" type="video/mp4">
</video>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-09-29/PXL_20240924_063906761.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-09-29/PXL_20240924_080309641.MP.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-09-29/PXL_20240924_102844808.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-09-29/PXL_20240924_102846535.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-09-29/PXL_20240924_102848988.avif" width="1434" height="1080"/>
</template>

View File

@ -0,0 +1,21 @@
<script setup lang="ts">
</script>
<template>
<h1 class="text-3xl">First Of The Year</h1>
<p>2024-05-08 1019</p>
<hr class="mb-6 border-1 border-slate-300" />
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-05-08/PXL_20240508_081926801.avif" width="1434" height="1080"/>
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
<source src="/Images/2024-05-08/PXL_20240508_082617685_out.mp4" type="video/mp4">
</video>
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
<source src="/Images/2024-05-08/PXL_20240508_083610124_out.mp4" type="video/mp4">
</video>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-05-08/PXL_20240508_092835300.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-05-08/PXL_20240508_092836971.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-05-08/PXL_20240508_092838720.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-05-08/PXL_20240508_093616734.avif" width="1434" height="1080"/>
</template>

View File

@ -8,8 +8,53 @@
<hr class="mb-6 border-1 border-slate-300" />
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_024504913.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_024825595.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_032106972.avif" width="1434" height="1080"/>
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
<source src="/Images/2023-07-17/PXL_20230717_032934522_out.mp4" type="video/mp4">
<source src="/Images/2023-07-20/PXL_20230720_032353950_out.mp4" type="video/mp4">
</video>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_032421515.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_032557106.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_032603860.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_032606784.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_032633873.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_032637978.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_032643052.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_032702025.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_032742996.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_032749444.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_032828882.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_035325978.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_043438593.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_043440777.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_043446049.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_043522078.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_043523823.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_043529566.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_043534305.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_043536791.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_043919653.avif" width="1434" height="1080"/>
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
<source src="/Images/2023-07-20/PXL_20230720_043922610_out.mp4" type="video/mp4">
</video>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_044456902.MP.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_045952509.MP.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_045955275.avif" width="1434" height="1080"/>
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
<source src="/Images/2023-07-20/PXL_20230720_053901693_out.mp4" type="video/mp4">
</video>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_055451468.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_060100084.avif" width="1434" height="1080"/>
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
<source src="/Images/2023-07-20/PXL_20230720_063910268_out.mp4" type="video/mp4">
</video>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_064113236.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_071335505.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_074729098.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_074929416.avif" width="1434" height="1080"/>
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
<source src="/Images/2023-07-20/PXL_20230720_075127974_out.mp4" type="video/mp4">
</video>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_075144302.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_075146478.avif" width="1434" height="1080"/>
</template>

View File

@ -15,9 +15,6 @@
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-17/PXL_20230717_025522291.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-17/PXL_20230717_025527239.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-17/PXL_20230717_031157331.avif" width="1434" height="1080"/>
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
<source src="/Images/2023-07-17/PXL_20230717_032934522_out.mp4" type="video/mp4">
</video>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-17/PXL_20230717_042523735.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-17/PXL_20230717_044356820.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-17/PXL_20230717_044400601.avif" width="1434" height="1080"/>

View File

@ -0,0 +1,29 @@
<script setup lang="ts">
</script>
<template>
<h1 class="text-3xl">Ride To Lindøhoved</h1>
<p>2024-07-11 0720</p>
<hr class="mb-6 border-1 border-slate-300" />
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-11/PXL_20240711_052054947.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-11/PXL_20240711_052102112.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-11/PXL_20240711_053728407.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-11/PXL_20240711_053730135.MP.avif" width="1434" height="1080"/>
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
<source src="/Images/2024-07-11/PXL_20240711_055102893_out.mp4" type="video/mp4">
</video>
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
<source src="/Images/2024-07-11/PXL_20240711_055708960_out.mp4" type="video/mp4">
</video>
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
<source src="/Images/2024-07-11/PXL_20240711_060917061_out.mp4" type="video/mp4">
</video>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-11/PXL_20240711_061742843.MP.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-11/PXL_20240711_061748972.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-11/PXL_20240711_061752412.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-11/PXL_20240711_061808920.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-11/PXL_20240711_061816219.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-11/PXL_20240711_061827166.avif" width="1434" height="1080"/>
</template>

View File

@ -0,0 +1,24 @@
<script setup lang="ts">
</script>
<template>
<h1 class="text-3xl">Just A normal Ride</h1>
<p>2024-08-03 0650</p>
<hr class="mb-6 border-1 border-slate-300" />
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-03/PXL_20240803_073936592.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-03/PXL_20240803_073939806.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-03/PXL_20240803_074726596.MP.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-03/PXL_20240803_074731839.avif" width="1434" height="1080"/>
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
<source src="/Images/2024-08-03/PXL_20240803_090135353_out.mp4" type="video/mp4">
</video>
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
<source src="/Images/2024-08-03/PXL_20240803_104809427_out.mp4" type="video/mp4">
</video>
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
<source src="/Images/2024-08-03/PXL_20240803_105808240_out.mp4" type="video/mp4">
</video>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-03/PXL_20240803_112802307.avif" width="1434" height="1080"/>
</template>

View File

@ -0,0 +1,29 @@
<script setup lang="ts">
</script>
<template>
<h1 class="text-3xl">Ride To Faaborg</h1>
<p>2024-08-31 0800</p>
<hr class="mb-6 border-1 border-slate-300" />
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-31/PXL_20240831_060046043.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-31/PXL_20240831_060050684.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-31/PXL_20240831_061802549.MP.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-31/PXL_20240831_061809308.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-31/PXL_20240831_071542124.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-31/PXL_20240831_071549734.avif" width="1434" height="1080"/>
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
<source src="/Images/2024-08-31/PXL_20240831_071553075_out.mp4" type="video/mp4">
</video>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-31/PXL_20240831_073241130.MP.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-31/PXL_20240831_073245407.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-31/PXL_20240831_073327676.MP.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-31/PXL_20240831_073334966.avif" width="1434" height="1080"/>
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
<source src="/Images/2024-08-31/PXL_20240831_073415337_out.mp4" type="video/mp4">
</video>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-31/PXL_20240831_073700197.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-31/PXL_20240831_073702628.avif" width="1434" height="1080"/>
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-31/PXL_20240831_091934951.avif" width="1434" height="1080"/>
</template>

View File

@ -13,6 +13,12 @@ import Five from "./components/Tours/Five.vue";
import Six from "./components/Tours/Six.vue";
import Seven from "./components/Tours/Seven.vue";
import Eight from "./components/Tours/Eight.vue";
import Nine from "./components/Tours/Nine.vue";
import Ten from "./components/Tours/Ten.vue";
import Eleven from "./components/Tours/Eleven.vue";
import Twelve from "./components/Tours/Twelve.vue";
import Thirteen from "./components/Tours/thirteen.vue";
import Fourteen from "./components/Tours/Fourteen.vue";
const router = createRouter({
history: createWebHistory(),
@ -28,6 +34,12 @@ const router = createRouter({
{path: '/Tours/6', name: '6', component: Six},
{path: '/Tours/7', name: '7', component: Seven},
{path: '/Tours/8', name: '8', component: Eight},
{path: '/Tours/9', name: '9', component: Nine},
{path: '/Tours/10', name: '10', component: Ten},
{path: '/Tours/11', name: '11', component: Eleven},
{path: '/Tours/12', name: '12', component: Twelve},
{path: '/Tours/13', name: '13', component: Thirteen},
{path: '/Tours/14', name: '14', component: Fourteen},
]
})