Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: androidfred/androidfred.github.io
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: resume-no-accents
Choose a base ref
...
head repository: androidfred/androidfred.github.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 1 file changed
  • 3 contributors

Commits on Jun 7, 2026

  1. Merge pull request #3 from androidfred/resume-no-accents

    Display "Resume" without accents
    androidfred authored Jun 7, 2026
    Configuration menu
    Copy the full SHA
    300dfe4 View commit details
    Browse the repository at this point in the history
  2. Improve accessibility: contrast, landmarks, screen-reader hygiene

    The live site is the standalone index.html (deploy.yml rsyncs only that file;
    .nojekyll disables Jekyll). All fixes are scoped to it.
    
    Colorblind / low-vision (WCAG 1.4.3 contrast, white text on initial badges,
    18px bold => needs 4.5:1):
    - Darken badges that failed or only met the large-text bar so all reach >=5:1
      while keeping each brand hue: Toast #e8590c->#c2410c, Grindr #f0a020->#b45309
      (was 2.15:1), Compare the Market #0ca678->#0f766e, SciPro #2f9e44->#197a37,
      Position Calculator feature badge accent-2 #3fb950->#177e39 (was 2.54:1).
      Expedia/Guvera already passed and are unchanged.
    
    Screen readers:
    - Add a <main> landmark around the Experience and Projects sections.
    - aria-hidden the decorative SVG link icons (+ focusable="false"); the visible
      "Email"/"GitHub"/"Resume" text is the accessible name.
    - aria-hidden the single-letter company initials and the "∑" project badge —
      redundant with the adjacent name, and announced as noise otherwise.
    - aria-hidden the decorative "→" in "Open it →".
    
    Keyboard:
    - Add a visible :focus-visible outline (only :hover was styled before).
    
    Body, muted, link and arrow text already pass (7:1–16:1) and are unchanged.
    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
    2 people authored and Fredrik Friis committed Jun 7, 2026
    Configuration menu
    Copy the full SHA
    698ac2a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from androidfred/a11y-improvements

    Accessibility: contrast, landmarks, and screen-reader hygiene
    androidfred authored Jun 7, 2026
    Configuration menu
    Copy the full SHA
    261a918 View commit details
    Browse the repository at this point in the history
Loading