Commit
ajhahnde
Adopt the house design system: sky wordmark, monochrome badges
Regrade "ajhahn" to the sky ladder (#0EA5E9 on light, #38BDF8 on dark) with theme-ink neutrals, restyle the tech badges to uniform lightgrey flat-square, and tidy the README header markup.
modified README.md
@@ -1,44 +1,38 @@
<div align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="assets/ajhahnde_logo_dark.png">
<img src="assets/ajhahnde_logo_light.png" alt="ajhahnde" width="380">
<source media="(prefers-color-scheme: dark)" srcset="assets/ajhahnde_logo_dark.png">
<img src="assets/ajhahnde_logo_light.png" alt="ajhahnde" width="380">
</picture>
<div align="center">
<p>
<img src="https://img.shields.io/badge/Zig-F7A41D?style=flat&logo=zig&logoColor=white" alt="Zig">
<img src="https://img.shields.io/badge/C-A8B9CC?style=flat&logo=c&logoColor=black" alt="C">
<img src="https://img.shields.io/badge/C%2B%2B-00599C?style=flat&logo=c%2B%2B&logoColor=white" alt="C++">
<img src="https://img.shields.io/badge/AArch64%20Assembly-0091BD?style=flat&logo=arm&logoColor=white" alt="AArch64 Assembly">
<img src="https://img.shields.io/badge/Linux-FCC624?style=flat&logo=linux&logoColor=black" alt="Linux">
</p>
<p>
<img src="https://img.shields.io/badge/Go-00ADD8?style=flat&logo=go&logoColor=white" alt="Go">
<img src="https://img.shields.io/badge/Python-3776AB?style=flat&logo=python&logoColor=white" alt="Python">
<img src="https://img.shields.io/badge/Shell-4EAA25?style=flat&logo=gnu-bash&logoColor=white" alt="Shell">
<img src="https://img.shields.io/badge/PostgreSQL-4169E1?style=flat&logo=postgresql&logoColor=white" alt="PostgreSQL">
<img src="https://img.shields.io/badge/Git-F05032?style=flat&logo=git&logoColor=white" alt="Git">
</p>
<p>
<img src="https://img.shields.io/badge/TypeScript-3178C6?style=flat&logo=typescript&logoColor=white" alt="TypeScript">
<img src="https://img.shields.io/badge/JavaScript-F7DF1E?style=flat&logo=javascript&logoColor=black" alt="JavaScript">
<img src="https://img.shields.io/badge/Swift-F05138?style=flat&logo=swift&logoColor=white" alt="Swift">
<img src="https://img.shields.io/badge/Java-ED8B00?style=flat&logo=openjdk&logoColor=white" alt="Java">
<img src="https://img.shields.io/badge/Lua-2C2D72?style=flat&logo=lua&logoColor=white" alt="Lua">
<img src="https://img.shields.io/badge/macOS-000000?style=flat&logo=apple&logoColor=white" alt="macOS">
</p>
<p>
<img src="https://img.shields.io/badge/Zig-lightgrey?style=flat-square&logo=zig&logoColor=white" alt="Zig">
<img src="https://img.shields.io/badge/C-lightgrey?style=flat-square&logo=c&logoColor=white" alt="C">
<img src="https://img.shields.io/badge/C%2B%2B-lightgrey?style=flat-square&logo=c%2B%2B&logoColor=white" alt="C++">
<img src="https://img.shields.io/badge/AArch64%20Assembly-lightgrey?style=flat-square&logo=arm&logoColor=white" alt="AArch64 Assembly">
<img src="https://img.shields.io/badge/Linux-lightgrey?style=flat-square&logo=linux&logoColor=white" alt="Linux">
</p>
<p>
<img src="https://img.shields.io/badge/Go-lightgrey?style=flat-square&logo=go&logoColor=white" alt="Go">
<img src="https://img.shields.io/badge/Python-lightgrey?style=flat-square&logo=python&logoColor=white" alt="Python">
<img src="https://img.shields.io/badge/Shell-lightgrey?style=flat-square&logo=gnu-bash&logoColor=white" alt="Shell">
<img src="https://img.shields.io/badge/PostgreSQL-lightgrey?style=flat-square&logo=postgresql&logoColor=white" alt="PostgreSQL">
<img src="https://img.shields.io/badge/Git-lightgrey?style=flat-square&logo=git&logoColor=white" alt="Git">
</p>
<p>
<img src="https://img.shields.io/badge/TypeScript-lightgrey?style=flat-square&logo=typescript&logoColor=white" alt="TypeScript">
<img src="https://img.shields.io/badge/JavaScript-lightgrey?style=flat-square&logo=javascript&logoColor=white" alt="JavaScript">
<img src="https://img.shields.io/badge/Swift-lightgrey?style=flat-square&logo=swift&logoColor=white" alt="Swift">
<img src="https://img.shields.io/badge/Java-lightgrey?style=flat-square&logo=openjdk&logoColor=white" alt="Java">
<img src="https://img.shields.io/badge/Lua-lightgrey?style=flat-square&logo=lua&logoColor=white" alt="Lua">
<img src="https://img.shields.io/badge/macOS-lightgrey?style=flat-square&logo=apple&logoColor=white" alt="macOS">
</p>
</div>
---
</div>
* **[FlashOS](https://github.com/ajhahnde/FlashOS)** — AArch64 bare-metal kernel for the Raspberry Pi 4 Model B.
* **[Flash](https://github.com/ajhahnde/Flash)** — a systems language and Zig transpiler.
* **[eeco](https://github.com/ajhahnde/eeco)** — A self-maintaining workflow ecosystem.
* **[the-way-out](https://github.com/ajhahnde/the-way-out)** — Top-down pixel-art escape-room shooter.
---
modified assets/ajhahnde_logo_dark.png
binary file — no preview
modified assets/ajhahnde_logo_light.png
binary file — no preview
modified scripts/render_logo.swift
@@ -10,13 +10,13 @@
// Requires Orbitron-Regular.ttf, Orbitron-Bold.ttf, Orbitron-SemiBold.ttf
// in /Library/Fonts or ~/Library/Fonts.
//
// Reproduce the committed assets — cyan "ajhahn" + neutral "de".
// Light logo uses the Atom One Light palette (reads on white); dark logo
// keeps the brighter cyan for dark backgrounds:
// Reproduce the committed assets — sky "ajhahn" + neutral "de".
// The accent is the house sky ladder (mid #0EA5E9 on light, bright
// #38BDF8 on dark); the neutral is the theme ink:
// swift scripts/render_logo.swift 4 assets/ajhahnde_logo_light.png \
// --color1 0184bc --color2 383a42
// --color1 0EA5E9 --color2 1a1a1a
// swift scripts/render_logo.swift 4 assets/ajhahnde_logo_dark.png \
// --color1 5BC8F2 --color2 FFFFFF
// --color1 38BDF8 --color2 f5f5f5
//
// For variant 4: --color1 styles "ajhahn", --color2 styles "de".
// For variants 1-3: --color1 styles the whole word; --color2 ignored.