feat(launchpad.html): add links to legacy mobile apps on app stores

This commit adds a new card to the launchpad page with links to the
legacy mobile apps on the Google Play Store and Apple App Store. This
will make it easier for users to find and access the legacy mobile apps.
This commit is contained in:
bwnyasse
2025-11-13 13:22:13 -05:00
parent 0f9ca9eb15
commit 01c592d28f

View File

@@ -131,6 +131,21 @@
</ul> </ul>
</div> </div>
</div> </div>
<div class="card shadow-sm mb-4">
<div class="card-header"><h3>Legacy Mobile Apps</h3></div>
<div class="card-body">
<ul class="list-group list-group-flush">
<li class="list-group-item d-flex justify-content-between align-items-center">
<a target="_blank" href="https://play.google.com/store/apps/dev?id=9163719228191263405&hl=en">Google Play Store</a>
<span class="badge bg-success rounded-pill">Live</span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center">
<a target="_blank" href="https://apps.apple.com/us/developer/thinkloops-llc/id1719034287">Apple App Store</a>
<span class="badge bg-success rounded-pill">Live</span>
</li>
</ul>
</div>
</div>
</div> </div>
<div class="col-lg-6"> <div class="col-lg-6">
<div class="card shadow-sm mb-4"> <div class="card shadow-sm mb-4">