mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-07-30 07:18:12 -04:00
Update documentation to clarify travel tracking features
- Revised descriptions in README and various Vue components to emphasize tracking of countries, regions, and cities. - Updated text in the adventure log overview to reflect changes in travel history and planning functionalities.
This commit is contained in:
@@ -81,7 +81,7 @@ Built for travelers who want to track, plan, and remember their travel experienc
|
||||
<td width="50%" align="center">
|
||||
<img src="brand/screenshots/countries.png" alt="World travel book with countries visited" width="100%" />
|
||||
<br />
|
||||
<strong>World travel</strong> — countries, regions & bucket lists
|
||||
<strong>World travel</strong> — countries, regions & cities
|
||||
</td>
|
||||
<td width="50%" align="center">
|
||||
<img src="brand/screenshots/trip_stats.png" alt="Trip statistics with geographic breakdown and timeline" width="100%" />
|
||||
|
||||
@@ -19,7 +19,7 @@ const features = [
|
||||
title: "Track your world travel",
|
||||
summary: "See how far you've gone — and what's still on the list.",
|
||||
details:
|
||||
"Mark countries, regions, and cities as visited. View travel stats on your dashboard and explore your progress with maps built for bucket lists and lifetime goals.",
|
||||
"Mark countries, regions, and cities as visited. View travel stats on your dashboard and explore your progress with maps built for travel planning and tracking.",
|
||||
},
|
||||
];
|
||||
</script>
|
||||
|
||||
@@ -41,7 +41,7 @@ const tabs = [
|
||||
id: "world",
|
||||
label: "World Travel",
|
||||
title: "Countries & regions explorer",
|
||||
desc: "Mark countries and regions as visited with interactive maps. Perfect for bucket lists and lifetime travel goals.",
|
||||
desc: "Mark countries and regions as visited with interactive maps. Perfect for seeing your travel history.",
|
||||
src: `${SHOT}/countries.png`,
|
||||
alt: "AdventureLog countries and regions visited tracker",
|
||||
},
|
||||
|
||||
@@ -53,7 +53,7 @@ AdventureLog is a modern travel companion you run yourself. Track locations and
|
||||
<span class="al-overview-feature__icon" aria-hidden="true">🌍</span>
|
||||
<div class="al-overview-feature__body">
|
||||
<h3>Track your world travel</h3>
|
||||
<p>Countries, regions, and cities on an interactive map — stats, milestones, and bucket lists.</p>
|
||||
<p>Countries, regions, and cities on an interactive map — stats, milestones, and history.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user