From 45a401b82dc6492b0c42f2b8b856f1fb9a07e194 Mon Sep 17 00:00:00 2001 From: Adam Jolicoeur Date: Wed, 3 Dec 2025 16:10:08 -0500 Subject: [PATCH] feat: add pages for available apps --- .../index.html => gamesandthings.html} | 8 +- docs/apps/index.html | 175 ++++++++++++++++++ docs/apps/magiccollection.html | 175 ++++++++++++++++++ .../index.html => moonsilver.html} | 8 +- docs/apps/privacy.html | 168 +++++++++++++++++ .../index.html => soccer.html} | 2 +- docs/apps/support.html | 162 ++++++++++++++++ .../index.html => timetracker.html} | 8 +- docs/archives/{archives => }/index.html | 2 +- .../index.html => town-selectman.html} | 1 - .../TheMagicCollection-icon-dark-thumb.jpg | Bin 0 -> 5691 bytes .../TheMagicCollection-icon-dark-thumb.webp | Bin 0 -> 4928 bytes .../img/TheMagicCollection-icon-dark.jpg | Bin 0 -> 40631 bytes .../img/TheMagicCollection-icon-dark.webp | Bin 0 -> 30934 bytes .../TheMagicCollection-icon-light-thumb.jpg | Bin 0 -> 7845 bytes .../TheMagicCollection-icon-light-thumb.webp | Bin 0 -> 5450 bytes .../img/TheMagicCollection-icon-light.jpg | Bin 0 -> 54503 bytes .../img/TheMagicCollection-icon-light.webp | Bin 0 -> 30958 bytes docs/feed.json | 72 +++++-- docs/sitemap.xml | 40 +++- .../img-raw/TheMagicCollection-icon-dark.png | Bin 0 -> 13803 bytes .../img-raw/TheMagicCollection-icon-light.png | Bin 0 -> 13201 bytes .../TheMagicCollection-icon-dark-thumb.jpg | Bin 0 -> 5691 bytes .../TheMagicCollection-icon-dark-thumb.webp | Bin 0 -> 4928 bytes .../img/TheMagicCollection-icon-dark.jpg | Bin 0 -> 40631 bytes .../img/TheMagicCollection-icon-dark.webp | Bin 0 -> 30934 bytes .../TheMagicCollection-icon-light-thumb.jpg | Bin 0 -> 7845 bytes .../TheMagicCollection-icon-light-thumb.webp | Bin 0 -> 5450 bytes .../img/TheMagicCollection-icon-light.jpg | Bin 0 -> 54503 bytes .../img/TheMagicCollection-icon-light.webp | Bin 0 -> 30958 bytes src/pages/apps/TimeTrackerPro.md | 17 +- src/pages/apps/apps.json | 4 - src/pages/apps/gamesandthings.md | 18 +- src/pages/apps/index.md | 28 +++ src/pages/apps/moonsilverwaypoints.md | 15 +- src/pages/apps/privacy.md | 24 +++ src/pages/apps/soccergametracker.md | 8 +- src/pages/apps/support.md | 20 ++ src/pages/apps/themagiccollection.md | 22 +++ src/pages/archives/archives.json | 4 - src/pages/archives/index.md | 3 +- src/pages/archives/town-selectman.md | 2 +- 42 files changed, 912 insertions(+), 74 deletions(-) rename docs/apps/{gamesandthings/index.html => gamesandthings.html} (93%) create mode 100644 docs/apps/index.html create mode 100644 docs/apps/magiccollection.html rename docs/apps/{moonsilverwaypoints/index.html => moonsilver.html} (93%) create mode 100644 docs/apps/privacy.html rename docs/apps/{soccergametracker/index.html => soccer.html} (98%) create mode 100644 docs/apps/support.html rename docs/apps/{TimeTrackerPro/index.html => timetracker.html} (93%) rename docs/archives/{archives => }/index.html (99%) rename docs/archives/{town-selectman/index.html => town-selectman.html} (99%) create mode 100644 docs/assets/img/TheMagicCollection-icon-dark-thumb.jpg create mode 100644 docs/assets/img/TheMagicCollection-icon-dark-thumb.webp create mode 100644 docs/assets/img/TheMagicCollection-icon-dark.jpg create mode 100644 docs/assets/img/TheMagicCollection-icon-dark.webp create mode 100644 docs/assets/img/TheMagicCollection-icon-light-thumb.jpg create mode 100644 docs/assets/img/TheMagicCollection-icon-light-thumb.webp create mode 100644 docs/assets/img/TheMagicCollection-icon-light.jpg create mode 100644 docs/assets/img/TheMagicCollection-icon-light.webp create mode 100644 src/assets/img-raw/TheMagicCollection-icon-dark.png create mode 100644 src/assets/img-raw/TheMagicCollection-icon-light.png create mode 100644 src/assets/img/TheMagicCollection-icon-dark-thumb.jpg create mode 100644 src/assets/img/TheMagicCollection-icon-dark-thumb.webp create mode 100644 src/assets/img/TheMagicCollection-icon-dark.jpg create mode 100644 src/assets/img/TheMagicCollection-icon-dark.webp create mode 100644 src/assets/img/TheMagicCollection-icon-light-thumb.jpg create mode 100644 src/assets/img/TheMagicCollection-icon-light-thumb.webp create mode 100644 src/assets/img/TheMagicCollection-icon-light.jpg create mode 100644 src/assets/img/TheMagicCollection-icon-light.webp delete mode 100644 src/pages/apps/apps.json create mode 100644 src/pages/apps/index.md create mode 100644 src/pages/apps/privacy.md create mode 100644 src/pages/apps/support.md create mode 100644 src/pages/apps/themagiccollection.md delete mode 100644 src/pages/archives/archives.json diff --git a/docs/apps/gamesandthings/index.html b/docs/apps/gamesandthings.html similarity index 93% rename from docs/apps/gamesandthings/index.html rename to docs/apps/gamesandthings.html index f91a4ad3..4474bdea 100644 --- a/docs/apps/gamesandthings/index.html +++ b/docs/apps/gamesandthings.html @@ -78,11 +78,9 @@

Games and Things

-

Screenshots

-

Integrations

-

- This app uses the API from The Movie DB and is an opt-in service. Users must create a developer account and create their own API Key. -

+

Screenshots #

+

Integrations #

+

This app uses the API from The Movie DB as an opt-in service. Users must create a developer account and enter their own API key. Any keys entered are kept on-device and not visible to the app creator.

diff --git a/docs/apps/index.html b/docs/apps/index.html new file mode 100644 index 00000000..a43f082c --- /dev/null +++ b/docs/apps/index.html @@ -0,0 +1,175 @@ + + + + + + Apps | Adam Jolicoeur + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+

Apps

+

Apps designed and developed by Adam Jolicoeur

+ + +
+

Support & Privacy #

+ +

Webapps #

+ +

iOS AppStore #

+ +
+ +
+ +
+ + + + + + + + + diff --git a/docs/apps/magiccollection.html b/docs/apps/magiccollection.html new file mode 100644 index 00000000..857d108b --- /dev/null +++ b/docs/apps/magiccollection.html @@ -0,0 +1,175 @@ + + + + + + The Magic Collection | Adam Jolicoeur + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+

The Magic Collection

+

For your Magic: The Gathering collection and deck list tracking.

+ + +
+

App Icon #

+ + + + + + + + + + + + + +
LightDark
Magic Collection light iconMagic Collection dark icon
+
+ +
+ +
+ + + + + + + + + diff --git a/docs/apps/moonsilverwaypoints/index.html b/docs/apps/moonsilver.html similarity index 93% rename from docs/apps/moonsilverwaypoints/index.html rename to docs/apps/moonsilver.html index b9acc760..f9ce0dba 100644 --- a/docs/apps/moonsilverwaypoints/index.html +++ b/docs/apps/moonsilver.html @@ -78,10 +78,10 @@

Moonsilver Waypoints

-

Screenshots

-

Links

-

GitHub:AdamJ/game-tracker

-

WebApp:gametracker.productdesigns.net

+

Screenshots #

+ +

GitHub: AdamJ/game-tracker

+

WebApp: gametracker.productdesigns.net

diff --git a/docs/apps/privacy.html b/docs/apps/privacy.html new file mode 100644 index 00000000..d15dcc89 --- /dev/null +++ b/docs/apps/privacy.html @@ -0,0 +1,168 @@ + + + + + + Privacy | Adam Jolicoeur + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+

Privacy

+

Privacy policy for apps released on the iOS AppStore by Adam Jolicoeur

+ + +
+

Your data is your data - they say sharing is caring, but it is not recommended to share your data.

+
    +
  • Your usage analytics is not collected, nor anything else
  • +
  • Anything entered into the apps created by Adam Jolicoeur are stored locally on your device
  • +
  • Apps created by Adam Jolicoeur, unless otherwise noted, do not use backend servers or databases.
  • +
  • Accounts are not required in order to use apps created by Adam Jolicoeur
  • +
  • Apps created by Adam Jolicoeur do not offer in-app purchases.
  • +
+
+ +
+ +
+ + + + + + + + + diff --git a/docs/apps/soccergametracker/index.html b/docs/apps/soccer.html similarity index 98% rename from docs/apps/soccergametracker/index.html rename to docs/apps/soccer.html index e551b6d7..1509e0ea 100644 --- a/docs/apps/soccergametracker/index.html +++ b/docs/apps/soccer.html @@ -78,7 +78,7 @@

Soccer Game Tracker

-

Screenshots

+

Screenshots #

diff --git a/docs/apps/support.html b/docs/apps/support.html new file mode 100644 index 00000000..3d45952b --- /dev/null +++ b/docs/apps/support.html @@ -0,0 +1,162 @@ + + + + + + Support | Adam Jolicoeur + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+

Support

+

Support resources for apps distributed through the Apple AppStore.

+ + +
+

Contact #

+

For any questions or feedback, reach out via email or Bluesky.

+
+ +
+ +
+ + + + + + + + + diff --git a/docs/apps/TimeTrackerPro/index.html b/docs/apps/timetracker.html similarity index 93% rename from docs/apps/TimeTrackerPro/index.html rename to docs/apps/timetracker.html index 443ad844..c65dd502 100644 --- a/docs/apps/TimeTrackerPro/index.html +++ b/docs/apps/timetracker.html @@ -78,10 +78,10 @@

Time Tracker Pro

-

Screenshots

-

Links

-

GitHub:AdamJ/TimeTrackerPro

-

WebApp:timetrackerpro.adamjolicoeur.me

+

Screenshots #

+ +

GitHub: AdamJ/TimeTrackerPro

+

WebApp: timetrackerpro.adamjolicoeur.me

diff --git a/docs/archives/archives/index.html b/docs/archives/index.html similarity index 99% rename from docs/archives/archives/index.html rename to docs/archives/index.html index c9860459..6f9877f1 100644 --- a/docs/archives/archives/index.html +++ b/docs/archives/index.html @@ -78,7 +78,7 @@

Archived Pages

diff --git a/docs/archives/town-selectman/index.html b/docs/archives/town-selectman.html similarity index 99% rename from docs/archives/town-selectman/index.html rename to docs/archives/town-selectman.html index 6f164617..90f6dded 100644 --- a/docs/archives/town-selectman/index.html +++ b/docs/archives/town-selectman.html @@ -78,7 +78,6 @@

Archived