Add real store links to landing page - #2
Merged
aminullah-dev merged 6 commits intoSep 16, 2026
Merged
Conversation
- Add ios/, desktop/, delivery/, scripts/ to the repo layout table - List the iOS app alongside Android in the products table - Add docs 17 (business types) and 18 (Google Play) to the index - Update Android SDK 35 → 36 and Gradle 8.9 → 8.13 in build prereqs - Add a Distribution section (Play closed testing, App Store in review) - Trim the roadmap blurb to a pointer - Rename 16-google-play.md → 17-google-play.md (16 was taken) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Static page at /landing/ with Dari (default), Pashto, and English. Hero with gradient, 6 feature cards with SVG icons, screenshot carousel from real app screenshots, employer portal section, download CTA, and footer. RTL-first, responsive, same styling family as /support/ and /privacy/. Store badge links are placeholder (#) until apps are approved. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The first version read like a SaaS template — feature grid, bullet points, marketing jargon. This rewrite uses a narrative structure (problem → solution), conversational Dari/Pashto/English copy, and puts the app screenshots front and center instead of burying them. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The CSS `display: inline-block` on `.btn-login` was overriding the
HTML `hidden` attribute, so all three login buttons showed at once.
Fixed with `[hidden] { display: none !important }` and corrected
the JS selector from `[class^='login-']` (which never matched
because the class attribute starts with `btn-login`) to `.btn-login`.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace placeholder # hrefs with actual Google Play (app.worktrack) and App Store (id6810004398) URLs across all three languages and CTA sections. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…inks Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
aminullah-dev
merged commit Sep 16, 2026
78b25ec
into
claude/worktrack-hrms-platform-tlar35
3 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
#hrefs on all Google Play and App Store badges with actual store URLsapp.worktrack— App Store:id6810004398Test plan
🤖 Generated with Claude Code