Fix About section layout order in mobile and tablet form factors #11
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.
Problem
In mobile and tablet browsers, the data highlight boxes (12+ Years Running, 110+ Meetups Hosted, 2,500+ Active Members, 35+ Projects Supported) were being rendered above the "About Us" heading, creating a confusing layout where statistics appeared before the explanatory content.
Solution
Rebuilt the landing page (
src/pages/index.astro
) with proper semantic HTML structure and responsive design:grid-cols-1 sm:grid-cols-2 lg:grid-cols-4
for optimal display on different devicesTesting Results
The layout now works correctly across all device sizes:
In all cases, the About Us section appears first, followed by the data highlight boxes in logical reading order.
Technical Changes
index.astro
with complete landing pageLayout.astro
to include proper HTML document structureFixes #10.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
telemetry.astro.build
node /home/REDACTED/work/blog/blog/node_modules/.bin/astro build
(dns block)node /home/REDACTED/work/blog/blog/node_modules/.bin/astro dev
(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.