This commit is contained in:
+6
-10
@@ -1,5 +1,5 @@
|
||||
/* ==========================================================================
|
||||
Vantage marketing site — design tokens
|
||||
Vantage marketing site design tokens
|
||||
Palette is anchored on the logo navy (#0B2A58). The accent IS the brand
|
||||
navy, lifting to a readable blue on dark grounds; status colours (up/down/
|
||||
pending) are semantic and deliberately never reused as the accent.
|
||||
@@ -346,7 +346,10 @@ code {
|
||||
border-radius: 4px;
|
||||
border: 1px solid transparent;
|
||||
cursor: pointer;
|
||||
transition: transform 0.1s ease, filter 0.15s ease, border-color 0.15s ease;
|
||||
transition:
|
||||
transform 0.1s ease,
|
||||
filter 0.15s ease,
|
||||
border-color 0.15s ease;
|
||||
}
|
||||
|
||||
.btn:active {
|
||||
@@ -439,14 +442,7 @@ code {
|
||||
content: "";
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
background: linear-gradient(
|
||||
100deg,
|
||||
#071628 0%,
|
||||
#071628 26%,
|
||||
rgba(7, 22, 40, 0.86) 42%,
|
||||
rgba(7, 22, 40, 0.35) 62%,
|
||||
rgba(7, 22, 40, 0.1) 100%
|
||||
);
|
||||
background: linear-gradient(100deg, #071628 0%, #071628 26%, rgba(7, 22, 40, 0.86) 42%, rgba(7, 22, 40, 0.35) 62%, rgba(7, 22, 40, 0.1) 100%);
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
|
||||
+3
-3
@@ -9,8 +9,8 @@ export default function OverviewPage() {
|
||||
<span className="tag">Self-hosted fleet control plane</span>
|
||||
<h1>Your servers, under one pane of glass you actually own.</h1>
|
||||
<p className="lede">
|
||||
Vantage holds SSH keys, runs scripts, watches services, stores secrets and opens consoles — across every machine you manage. One agent per server, outbound connections only,
|
||||
all state in your own database.
|
||||
Vantage holds SSH keys, runs scripts, watches services, stores secrets and opens consoles across every machine you manage. One agent per server, outbound connections only, all
|
||||
state in your own database.
|
||||
</p>
|
||||
<div className="hero__acts">
|
||||
<Link className="btn btn--solid" href="/start">
|
||||
@@ -32,7 +32,7 @@ export default function OverviewPage() {
|
||||
<div className="split" style={{ marginTop: "2rem" }}>
|
||||
<p className="prose">
|
||||
Most small fleets end up with keys in a spreadsheet, scripts in someone's home directory, uptime checks in a separate service, secrets in a chat thread, and no record of
|
||||
who ran what. None of those systems know about each other, so every question — who can reach this box, what ran on it last, is it even up — gets answered by hand.
|
||||
who ran what. None of those systems know about each other, so every question who can reach this box, what ran on it last, is it even up gets answered by hand.
|
||||
</p>
|
||||
<div className="specs specs--flush">
|
||||
<div className="spec">
|
||||
|
||||
Reference in New Issue
Block a user