mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-27 17:13:07 +00:00
style: ultra-visible favicon redesign and brand restoration, bump to 2.1.9
This commit is contained in:
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [[2.1.9]](https://github.com/nubenetes/awesome-kubernetes/releases/tag/v2.1.9) - 2026-05-25
|
||||
|
||||
### Changed
|
||||
- **Visual Identity (Ultra-Visible "N" Favicon)**: Redesigned the favicon to follow the high-visibility patterns of X.com, GitHub, and LinkedIn. The new design features a massive, bold cyan "N" on a solid black background, maximizing clarity and brand recognition in browser tabs.
|
||||
- **Index Brand Restoration**: Restored the original "Gemini construction car" as the primary hero image in the V2 portal's header, maintaining the project's established visual identity while separating it from the functional favicon.
|
||||
|
||||
## [[2.1.8]](https://github.com/nubenetes/awesome-kubernetes/releases/tag/v2.1.8) - 2026-05-25
|
||||
|
||||
### Fixed
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
14
docs/images/nubenetes-max-visible.svg
Normal file
14
docs/images/nubenetes-max-visible.svg
Normal file
@@ -0,0 +1,14 @@
|
||||
<svg width="256" height="256" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- Solid Black Background for Maximum Contrast (X.com Style) -->
|
||||
<rect width="256" height="256" fill="#000000"/>
|
||||
|
||||
<!-- Ultra-Bold "N" (Nubenetes) designed for 16x16 clarity -->
|
||||
<g fill="#00E5FF">
|
||||
<!-- Left Vertical Bar -->
|
||||
<rect x="20" y="20" width="65" height="216"/>
|
||||
<!-- Right Vertical Bar -->
|
||||
<rect x="171" y="20" width="65" height="216"/>
|
||||
<!-- Massive Diagonal -->
|
||||
<path d="M20 20 L85 20 L236 236 L171 236 Z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 554 B |
Reference in New Issue
Block a user