Skip to content

Revamp DockerLabs Jekyll site with Docker-branded look and feel#550

Open
Copilot wants to merge 2 commits intomasterfrom
copilot/revamp-docker-labs-look-feel
Open

Revamp DockerLabs Jekyll site with Docker-branded look and feel#550
Copilot wants to merge 2 commits intomasterfrom
copilot/revamp-docker-labs-look-feel

Conversation

Copy link
Copy Markdown

Copilot AI commented Apr 9, 2026

The GitHub Pages site used the default Cayman theme with minimal customization — generic teal/green palette, unstyled tables, no visual hierarchy.

Styling (assets/css/style.scss)

  • Color system: CSS custom properties anchored to Docker brand — #2496ED blue, #0B1A2B navy, #00B4D8 cyan
  • Header: deep navy gradient with diagonal stripe overlay; logo hover scale
  • Buttons: frosted-glass default → solid Docker blue on hover with lift shadow
  • Tables: blue thead, alternating row tints, rounded corners, shadow — makes the many reference tables scannable
  • Code blocks: dark navy bg, Docker blue left-border accent
  • Responsive: breakpoints at 768px and 480px

Layout (_layouts/default.html)

  • Replaced <center> with proper flex row for GitHub badge buttons (github-button-row)
  • Collapsed four redundant {% if site.show_downloads %} blocks into one
  • Decorative emojis wrapped in <span aria-hidden="true">; aria-label on all CTA buttons
  • Slack URL updated to canonical launchpass.com/collabnix (matches README)
  • display:inline-block on .carbonbadge moved from inline style to CSS

Metadata (_config.yml)

  • Added title and description for SEO and social preview cards

Copilot AI and others added 2 commits April 9, 2026 18:34
…ttons, move carbonbadge style to CSS

Agent-Logs-Url: https://github.com/collabnix/dockerlabs/sessions/86d295ce-27a9-4655-ad5a-d732bab7d41d

Co-authored-by: ajeetraina <313480+ajeetraina@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants