From 115d63768c2b7a5eccb91d9e1ab195a36f3428dd Mon Sep 17 00:00:00 2001 From: mifi Date: Mon, 16 Feb 2026 11:00:51 -0300 Subject: [PATCH] Slight tweaks and JSON-LD --- .../appspecific/com.chrome.devtools.json | 1 + src/assets/css/site.css | 36 +++++++++++ src/help/index.html | 60 +++++++++++++++++++ src/index.html | 16 +++++ 4 files changed, 113 insertions(+) create mode 100644 src/.well-known/appspecific/com.chrome.devtools.json diff --git a/src/.well-known/appspecific/com.chrome.devtools.json b/src/.well-known/appspecific/com.chrome.devtools.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/src/.well-known/appspecific/com.chrome.devtools.json @@ -0,0 +1 @@ +{} diff --git a/src/assets/css/site.css b/src/assets/css/site.css index a209897..00c1889 100644 --- a/src/assets/css/site.css +++ b/src/assets/css/site.css @@ -89,6 +89,42 @@ p { padding-bottom: 2rem; } +.breadcrumb { + list-style: none; + margin: 0 0 1rem; + padding: 0; + font-size: 0.9rem; + color: var(--text-muted); + display: flex; + flex-wrap: wrap; + gap: 0.35rem; +} + +.breadcrumb li { + display: inline-flex; + align-items: center; +} + +.breadcrumb li:not(:last-child)::after { + content: '›'; + margin-left: 0.35rem; + color: var(--text-muted); + opacity: 0.8; +} + +.breadcrumb a { + text-decoration: none; +} + +.breadcrumb a:hover { + text-decoration: underline; +} + +.breadcrumb [aria-current='page'] { + color: var(--text-main); + font-weight: 500; +} + .text-center { text-align: center; } diff --git a/src/help/index.html b/src/help/index.html index f7e3274..959cdb6 100644 --- a/src/help/index.html +++ b/src/help/index.html @@ -39,9 +39,69 @@ href="/assets/images/apple-touch-icon.png" /> + + + +
+

Welcome to Email from mifi Ventures

Let's get your inbox ready! 📬
diff --git a/src/index.html b/src/index.html index df42823..cba591e 100644 --- a/src/index.html +++ b/src/index.html @@ -39,6 +39,22 @@ href="/assets/images/apple-touch-icon.png" /> + +