hramos / hramos/hramos.github.io

Footer "Home" column is an empty column with just a heading

Open
#55 0 comments 0 reactions 1 assignee View on GitHub

@agent-hacktor is already working on this.

Since Jul 29, 2026.

bug
Dominant language
JavaScript
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

The footer is a 3-column grid, but the first column contains only a heading with nothing beneath it:

<div>
  <h3 class="font-semibold text-2xl">
    <a href="/" class="block w-fit" aria-label="Home">Home</a>
  </h3>
</div>

"Links" and "Socials" each have a heading plus a row of links, so the first third of the footer reads as a column whose content failed to load.

Suggested fix

Either give the first column real content (a short site blurb, a copyright line, or the logo), or restructure so "Home" is a peer link inside "Links" rather than its own column heading.

Screenshot: https://api.wallfacer.ai/captures/019fb00b-3088-73bb-84a7-99ee0d66f3e8?signature=be57922da9c2d220c92a8bdd2829a69160cfead8c64ca13e5f6d7f5aa5e8bf01

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.