Skip to content

Commit 2b8161a

Browse files
committed
Updated CSS
1 parent 3f3d1d7 commit 2b8161a

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

bots.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<main class="container">
1919
<section class="hero-visual">
20-
<div class="status-pill"><span class="pulse"></span> Live auf über 500 Servern</div>
20+
<div class="badge badge-live">Live auf über 500 Servern</div>
2121
<h1 class="main-title">Discord <span>Bots</span></h1>
2222
<p class="hero-subtext">Leistungsstarke Tools für deine Community. Von Moderation bis High-End Audio.</p>
2323
</section>

css/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ nav { display: flex; justify-content: space-between; align-items: center; }
9898
}
9999
.badge-open { background: rgba(74, 222, 128, 0.1); color: #4ade80; border: 1px solid #4ade80; }
100100

101+
.badge-live { background: rgba(88, 101, 242, 0.1); color: #4ade80; border: 1px solid #4ade80; }
102+
101103
.tech-pill {
102104
background: rgba(255, 255, 255, 0.05);
103105
padding: 4px 10px; border-radius: 6px;

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<main class="container">
2727
<section class="hero-visual">
2828
<div class="hero-content">
29-
<div class="status-pill"><span class="pulse"></span> Jetzt verfügbar: ManagerX v2.0</div>
29+
<div class="badge badge-live">In Entwicklung: ManagerX v2.0</div>
3030
<h1 class="main-title">We code the <span>future</span> of Discord.</h1>
3131
<p class="hero-subtext">Hochperformante Bots, maßgeschneiderte Libraries und skalierbare Backend-Systeme. Entwickelt mit Präzision in Python & JavaScript.</p>
3232
<div class="hero-actions">

0 commit comments

Comments
 (0)