diff --git a/css/hudra.css b/css/hudra.css index bb619fd..ab4a8e0 100644 --- a/css/hudra.css +++ b/css/hudra.css @@ -65,6 +65,15 @@ button, input { font: inherit; } .eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--blue-700); font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; } .eyebrow span { width: 28px; height: 3px; background: currentColor; border-radius: 99px; } .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; } +.store-options { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; } +.store-badge { display: inline-block; border-radius: 6px; transition: transform .18s ease; } +.store-badge:hover { transform: translateY(-2px); } +.store-badge img { width: 170px; height: 48px; } +.store-coming-soon { min-width: 170px; height: 48px; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 4px 16px; color: #526078; border: 1px dashed #aeb9cc; border-radius: 6px; background: #f4f6f9; line-height: 1.25; } +.store-coming-soon strong { font-size: .82rem; } +.store-coming-soon span { font-size: .72rem; } +.store-options-on-dark { flex: 0 0 auto; } +.store-options-on-dark .store-coming-soon { color: #fff; border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.1); } .button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 0 21px; border-radius: 14px; text-decoration: none; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; } .button:hover { transform: translateY(-2px); } .button svg { width: 21px; fill: currentColor; } @@ -275,6 +284,7 @@ button, input { font: inherit; } .site-nav a:focus-visible, .menu-button:focus-visible, .button:focus-visible, +.store-badge:focus-visible, .text-link:focus-visible, .product-card a:focus-visible, .faq-list summary:focus-visible, diff --git a/hudra/index.html b/hudra/index.html index bcc489b..18431c6 100644 --- a/hudra/index.html +++ b/hudra/index.html @@ -34,7 +34,7 @@ Privacy Help FAQ - Download Hudra + Get Hudra @@ -53,10 +53,15 @@

- - - Download Hudra - +
+ + Available in the Chrome Web Store + +
+ Microsoft Edge + Coming soon +
+
See what it does
@@ -195,7 +200,7 @@
01

Install Hudra

-

Download the latest release and load the extension in a Chromium-based browser.

+

Install Hudra from your browser's official extension store.

@@ -265,7 +270,7 @@
Where can I download Hudra? -

The latest packaged release and installation instructions are available from the Hudra releases page.

+

Hudra is available from the Chrome Web Store. A Microsoft Edge Add-ons listing is coming soon.

@@ -278,7 +283,15 @@

Turn a complete QLearn or Canvas lesson into a slide-style teaching experience.

Turn the lesson you already made into a polished classroom presentation.

- Download Hudra +
+ + Available in the Chrome Web Store + +
+ Microsoft Edge + Coming soon +
+
@@ -299,7 +312,7 @@ Hudra Features How it works - Downloads + Chrome Web Store
Support diff --git a/hudra/privacy/index.html b/hudra/privacy/index.html index 1f14304..0b50865 100644 --- a/hudra/privacy/index.html +++ b/hudra/privacy/index.html @@ -9,7 +9,7 @@ - +
- + diff --git a/hudra/support/index.html b/hudra/support/index.html index 9056d96..a9f28c5 100644 --- a/hudra/support/index.html +++ b/hudra/support/index.html @@ -16,7 +16,7 @@
@@ -31,7 +31,7 @@
- + diff --git a/hudra/terms/index.html b/hudra/terms/index.html index d0be55e..30f3905 100644 --- a/hudra/terms/index.html +++ b/hudra/terms/index.html @@ -8,7 +8,7 @@ - +
- + diff --git a/img/chrome-web-store-badge.png b/img/chrome-web-store-badge.png new file mode 100644 index 0000000..5a41043 Binary files /dev/null and b/img/chrome-web-store-badge.png differ diff --git a/index.html b/index.html index 631d5bd..6b03b84 100644 --- a/index.html +++ b/index.html @@ -95,7 +95,7 @@

Hudra turns existing lesson pages into a clean slide experience with presenter controls, previews, timers and dual-screen support.

Explore Hudra - Releases + Chrome Web Store