From ac0b8d427395e8b9ba51857a80256ceaf550b0a6 Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Sun, 28 Dec 2025 20:37:55 -0600 Subject: [PATCH] Make suggested services into links --- landing-page.html | 89 ++++++------ main.html | 348 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 397 insertions(+), 40 deletions(-) create mode 100644 main.html diff --git a/landing-page.html b/landing-page.html index 7f33c1c..cfc87a5 100644 --- a/landing-page.html +++ b/landing-page.html @@ -170,6 +170,7 @@ .suggest:hover .track { animation-play-state: paused; } .card { + display: block; min-width: 220px; background: var(--glass); border: 1px solid rgba(255, 255, 255, 0.06); @@ -177,6 +178,8 @@ padding: 12px 14px; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2); opacity: 0.55; + color: inherit; + text-decoration: none; transition: opacity 160ms ease, transform 160ms ease, border-color 160ms ease; } @@ -186,6 +189,12 @@ border-color: rgba(125, 211, 252, 0.5); } + .card:focus-visible { + outline: 2px solid var(--accent); + outline-offset: 4px; + opacity: 1; + } + .service { font-weight: 700; letter-spacing: 0.01em; @@ -230,87 +239,87 @@
diff --git a/main.html b/main.html new file mode 100644 index 0000000..cfc87a5 --- /dev/null +++ b/main.html @@ -0,0 +1,348 @@ + + + + + + SVS Industries + + + +
+
+

SVS Industries

+
+ +
+

Type a service to jump straight to its subdomain.

+
+ + +
+
+ +
+ +
+
+ + + +