[READ-ONLY] Mirror of https://github.com/danielroe/dwaring87-webdev-wedding. Marissa & David's Wedding Website!
0

Configure Feed

Select the types of activity you want to include in your feed.

Homepage: Add link to FLX

+42 -3
+31
components/Home/FLX.vue
··· 1 + <script setup> 2 + import RiMap from '~icons/gis/map-search'; 3 + </script> 4 + 5 + <template> 6 + <div class="container mb-24"> 7 + <div class="well max-w-xl w-fit mx-auto"> 8 + <div class="flex items-center mb-4"> 9 + <RiMap class="text-4xl text-gray-400 mx-2 sm:mx-4 md:mx-8 min-w-[30px]" /> 10 + <p class="font-semibold text-lg md:text-xl flex-grow mx-4">What is there to do in the Finger Lakes?</p> 11 + </div> 12 + <div class="flex flex-wrap sm:flex-nowrap items-center gap-4"> 13 + <Image d-key="flx" class="max-h-[200px] rounded-md shadow-md mx-auto mt-4" height="200px" /> 14 + <div> 15 + <p class="lead"> 16 + Trumansburg is located in the heart of the Finger Lakes region, between Cayuga and Seneca Lakes, 17 + and is close to Ithaca and Watkins Glen. The area is known for its gorges, waterfalls, wineries, 18 + and cideries. If you have time, make sure to 19 + <NuxtLink to="/page/finger-lakes">check out some of our favorites spots in the area!</NuxtLink> 20 + </p> 21 + </div> 22 + </div> 23 + </div> 24 + </div> 25 + </template> 26 + 27 + <style scoped> 28 + a { 29 + @apply text-emerald-800 font-semibold underline; 30 + } 31 + </style>
+1 -2
components/Home/Schedule.vue
··· 1 1 <script setup> 2 - import RiCalendar from '~icons/ri/calendar-event-fill'; 3 2 </script> 4 3 5 4 <template> 6 5 <div class="container"> 7 - <div class="max-w-2xl mx-auto bg-gray-50 shadow-sm"> 6 + <div class="max-w-2xl mx-auto bg-gray-50 drop-shadow-xl"> 8 7 9 8 <hr class="w-full h-[2px] bg-gray-300 mt-24 mb-12" /> 10 9
+1 -1
components/Home/Story.vue
··· 6 6 <div class="container mb-24"> 7 7 <div class="well max-w-xl w-fit mx-auto"> 8 8 <div class="flex items-center mb-4"> 9 - <RiQuestion class="text-4xl text-gray-400 mx-2 sm:mx-4 md:mx-8" /> 9 + <RiQuestion class="text-4xl text-gray-400 mx-2 sm:mx-4 md:mx-8 min-w-[30px]" /> 10 10 <p class="font-semibold text-lg md:text-xl flex-grow mx-4">Bike tours in Killarney?</p> 11 11 </div> 12 12 <div class="flex flex-wrap sm:flex-nowrap items-center gap-4">
+1
package.json
··· 11 11 "update": "yarn pull && yarn build:static" 12 12 }, 13 13 "devDependencies": { 14 + "@iconify-json/gis": "^1.1.6", 14 15 "@iconify-json/ri": "^1.1.3", 15 16 "@nuxt/image-edge": "^1.0.0-27719579.87dcdf2", 16 17 "@nuxtjs/plausible": "^0.2.0",
+1
pages/index.vue
··· 4 4 <HomeHero /> 5 5 <HomeSchedule /> 6 6 <HomeStory /> 7 + <HomeFLX /> 7 8 <HomeBikeTour /> 8 9 </div> 9 10 </template>
+7
yarn.lock
··· 312 312 resolved "https://registry.yarnpkg.com/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz#98c23c950a3d9b6c8f0daed06da6c3af06981340" 313 313 integrity sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q== 314 314 315 + "@iconify-json/gis@^1.1.6": 316 + version "1.1.6" 317 + resolved "https://registry.yarnpkg.com/@iconify-json/gis/-/gis-1.1.6.tgz#877ad9010ae95f7f2612a24aa89cced033808450" 318 + integrity sha512-Xyh0lO5aGfL4lCM69VM74EsFGibyJwNpxK2UI1r68kJHtnpa7/eD8JIF3ouYa9/ftISP+8Av+E9zDq4SUIM3iA== 319 + dependencies: 320 + "@iconify/types" "*" 321 + 315 322 "@iconify-json/ri@^1.1.3": 316 323 version "1.1.4" 317 324 resolved "https://registry.yarnpkg.com/@iconify-json/ri/-/ri-1.1.4.tgz#52aff40f161064f60dd08f3e3add6d9fdc5e03a4"