Skip to content

Add Alpha One Labs logo to header and favicon across all pages#15

Merged
A1L13N merged 2 commits intomainfrom
copilot/add-alpha-one-labs-logo
Mar 25, 2026
Merged

Add Alpha One Labs logo to header and favicon across all pages#15
A1L13N merged 2 commits intomainfrom
copilot/add-alpha-one-labs-logo

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 24, 2026

The learn repo was using a placeholder gradient "A" lettermark instead of the official Alpha One Labs logo. This pulls logo.png from alphaonelabs/website and applies it everywhere a logo appears.

Changes

  • public/images/logo.png — official 100×103px RGBA logo copied from alphaonelabs/website/web/static/images/logo.png
  • All 5 public HTML pages (index, dashboard, course, teach, login) — replaced gradient <div>A</div> lettermark with <img> tag; w-auto used instead of w-8 to preserve the non-square aspect ratio
  • All 6 pages including admin.html — added <link rel="icon"> favicon pointing to the same logo

Before:

<div class="w-8 h-8 rounded-lg gradient-hero flex items-center justify-center text-white font-bold text-sm">A</div>

After:

<img src="/images/logo.png" alt="Alpha One Labs" class="h-8 w-auto" />

⌨️ Start Copilot coding agent tasks without leaving your editor — available in VS Code, Visual Studio, JetBrains IDEs and Eclipse.

@cloudflare-workers-and-pages
Copy link
Copy Markdown
Contributor

cloudflare-workers-and-pages Bot commented Mar 24, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
learn cb1f0d6 Commit Preview URL

Branch Preview URL
Mar 24 2026, 05:58 PM

Copilot AI changed the title [WIP] Add Alpha One Labs logo and update header Add Alpha One Labs logo to header and favicon across all pages Mar 24, 2026
Copilot AI requested a review from A1L13N March 24, 2026 17:58
@A1L13N A1L13N marked this pull request as ready for review March 25, 2026 04:37
@A1L13N A1L13N merged commit a08bafc into main Mar 25, 2026
1 check passed
ayesha1145 pushed a commit to ayesha1145/learn that referenced this pull request Mar 28, 2026
…a-one-labs-logo

Add Alpha One Labs logo to header and favicon across all pages
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