style: block ASCII logo with HOSTING uppercase
- Replace outline ASCII art with block style (█) - HOSTING in uppercase, bottom-right aligned Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
16
index.html
16
index.html
@@ -116,13 +116,15 @@
|
||||
<!-- Hero Section -->
|
||||
<div class="flex flex-col gap-6 z-10">
|
||||
<!-- ASCII Art Logo -->
|
||||
<pre class="text-primary font-bold leading-[0.9] text-[10px] sm:text-xs md:text-sm select-none">
|
||||
_ _ ___ _____ _
|
||||
/ \ | \ | \ \ / /_ _| |
|
||||
/ _ \ | \| |\ \ / / | || |
|
||||
/ ___ \| |\ | \ V / | || |___
|
||||
/_/ \_\_| \_| \_/ |___|_____|
|
||||
</pre>
|
||||
<div class="flex items-end gap-3">
|
||||
<pre class="text-primary font-bold leading-[0.85] text-[8px] sm:text-[10px] md:text-xs select-none"> █████╗ ███╗ ██╗██╗ ██╗██╗██╗
|
||||
██╔══██╗████╗ ██║██║ ██║██║██║
|
||||
███████║██╔██╗ ██║██║ ██║██║██║
|
||||
██╔══██║██║╚██╗██║╚██╗ ██╔╝██║██║
|
||||
██║ ██║██║ ╚████║ ╚████╔╝ ██║███████╗
|
||||
╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═══╝ ╚═╝╚══════╝</pre>
|
||||
<span class="text-primary/70 text-xs md:text-sm font-medium mb-1">HOSTING</span>
|
||||
</div>
|
||||
|
||||
<!-- Main Headline with Rotation -->
|
||||
<div class="space-y-6 max-w-4xl mt-4" x-data="headlineRotator()">
|
||||
|
||||
Reference in New Issue
Block a user