hramos / hramos/hramos.github.io
Astrophotography page has no images at all
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The /astro page is the most visual subject on the site, but it currently contains zero images — it renders as prose plus nested gear bullet lists.
Verified: grep -c "Image\|<img" src/pages/astro.astro returns 0.
Suggested fix
- Lead the page with an image gallery grid of finished captures.
- Keep the "My Astrophotography Journey" prose, but move it below the gallery.
- Consider per-image captions with target name, integration time, and filters used.
Needs source images before this can be completed — the gallery scaffolding can land first.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with src/pages/astro.astro and run the issue's grep check to confirm the page has no images. Review the current prose and nested gear lists, then add the gallery scaffolding above the journey section; the work is done when the page has a finished-capture gallery and the prose remains below it, with source images and captions resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- design, frontend, web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100