Skip to content

Commit a54ffe8

Browse files
committed
astro page upgrade
1 parent 39656cd commit a54ffe8

1 file changed

Lines changed: 3 additions & 27 deletions

File tree

site/src/pages/index.astro

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,10 @@ const base = "/home-assistant-vibecode-agent";
3535
<section class="hero">
3636
<div class="container">
3737
<h1 class="hero-title hero-wordmark">
38-
<span class="brand-ha">Home Assistant</span>
39-
<span class="hero-wordmark-sep" aria-hidden="true"></span>
40-
<span class="brand-vc">Vibecode Agent</span>
38+
<span class="brand-ha">Home Assistant</span><span class="brand-vc"> Vibecode Agent</span>
4139
</h1>
4240
<p class="hero-desc">
43-
<strong>Safely</strong> create and debug automations, design dashboards, tweak themes, modify configuration, and deploy changes &mdash; using natural language. Path-validated file access, YAML checks, and Git-backed rollback on every edit.
41+
<strong>Safely</strong> create and debug automations, design dashboards, tweak themes, modify configuration, and deploy changes &mdash; using natural language. Path-validated file access, YAML checks, and Git-backed rollback on every edit
4442
</p>
4543
<div class="hero-buttons">
4644
<a href="#installation" class="btn btn-primary">Get Started</a>
@@ -487,7 +485,7 @@ EOF</code></pre>
487485
flex-wrap: wrap;
488486
align-items: baseline;
489487
justify-content: center;
490-
gap: 0.35em 0.5em;
488+
gap: 0;
491489
}
492490

493491
.hero-wordmark .brand-ha {
@@ -503,28 +501,6 @@ EOF</code></pre>
503501
-webkit-text-fill-color: transparent;
504502
}
505503

506-
.hero-wordmark-sep {
507-
display: none;
508-
}
509-
510-
@media (min-width: 520px) {
511-
.hero-wordmark {
512-
flex-wrap: nowrap;
513-
gap: 0.5em;
514-
}
515-
516-
.hero-wordmark-sep {
517-
display: inline-block;
518-
width: 6px;
519-
height: 6px;
520-
border-radius: 50%;
521-
background: var(--text-dim);
522-
opacity: 0.5;
523-
align-self: center;
524-
flex-shrink: 0;
525-
}
526-
}
527-
528504
.hero-desc {
529505
max-width: 640px;
530506
margin: 0 auto 36px;

0 commit comments

Comments
 (0)