mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-22 06:19:38 +02:00
33 lines
1 KiB
Markdown
33 lines
1 KiB
Markdown
---
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
layout: home
|
|
|
|
hero:
|
|
name: "AdventureLog"
|
|
text: "The ultimate travel companion."
|
|
tagline: Discover new places, track your adventures, and share your experiences with friends and family.
|
|
actions:
|
|
- theme: brand
|
|
text: Get Started
|
|
link: /docs/install/getting_started
|
|
- theme: alt
|
|
text: About
|
|
link: /docs/intro/adventurelog_overview
|
|
- theme: alt
|
|
text: Demo
|
|
link: https://demo.adventurelog.app
|
|
image:
|
|
src: ./adventurelog.svg
|
|
alt: AdventureLog Map Logo
|
|
|
|
features:
|
|
- title: "Track Your Adventures"
|
|
details: "Log your adventures and keep track of where you've been on the world map."
|
|
icon: 📍
|
|
- title: "Plan Your Next Trip"
|
|
details: "Take the guesswork out of planning your next adventure with an easy-to-use itinerary planner."
|
|
icon: 📅
|
|
- title: "Share Your Experiences"
|
|
details: "Share your adventures with friends and family and collaborate on trips together."
|
|
icon: 📸
|
|
---
|