Umami tracking
This commit is contained in:
@@ -95,12 +95,21 @@
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<a href="#main-content" class="skip-link">Skip to main content</a>
|
||||
<a
|
||||
href="#main-content"
|
||||
class="skip-link"
|
||||
data-umami-event="skip to main content"
|
||||
>Skip to main content</a
|
||||
>
|
||||
<div class="content">
|
||||
<main id="main-content" class="container faq">
|
||||
<nav aria-label="Breadcrumb">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="/">Home</a></li>
|
||||
<li>
|
||||
<a href="/" data-umami-event="breadcrumb - home"
|
||||
>Home</a
|
||||
>
|
||||
</li>
|
||||
<li aria-current="page">Email Setup & Help</li>
|
||||
</ol>
|
||||
</nav>
|
||||
@@ -169,7 +178,11 @@
|
||||
<div class="accordion" id="helpAccordion">
|
||||
<!-- Outlook -->
|
||||
<section class="accordion-section">
|
||||
<button class="accordion-trigger" aria-expanded="false">
|
||||
<button
|
||||
class="accordion-trigger"
|
||||
aria-expanded="false"
|
||||
data-umami-event="accordion - microsoft outlook"
|
||||
>
|
||||
<span class="icon">▶</span> Microsoft Outlook
|
||||
</button>
|
||||
<div class="accordion-content">
|
||||
@@ -207,7 +220,11 @@
|
||||
|
||||
<!-- Apple Mail -->
|
||||
<section class="accordion-section">
|
||||
<button class="accordion-trigger" aria-expanded="false">
|
||||
<button
|
||||
class="accordion-trigger"
|
||||
aria-expanded="false"
|
||||
data-umami-event="accordion - apple mail (macos, ios)"
|
||||
>
|
||||
<span class="icon">▶</span> Apple Mail (macOS, iOS)
|
||||
</button>
|
||||
<div class="accordion-content">
|
||||
@@ -231,7 +248,11 @@
|
||||
|
||||
<!-- Thunderbird -->
|
||||
<section class="accordion-section">
|
||||
<button class="accordion-trigger" aria-expanded="false">
|
||||
<button
|
||||
class="accordion-trigger"
|
||||
aria-expanded="false"
|
||||
data-umami-event="accordion - thunderbird"
|
||||
>
|
||||
<span class="icon">▶</span> Thunderbird
|
||||
</button>
|
||||
<div class="accordion-content">
|
||||
@@ -250,7 +271,11 @@
|
||||
|
||||
<!-- Mobile -->
|
||||
<section class="accordion-section">
|
||||
<button class="accordion-trigger" aria-expanded="false">
|
||||
<button
|
||||
class="accordion-trigger"
|
||||
aria-expanded="false"
|
||||
data-umami-event="accordion - ios / android mail / gmail app"
|
||||
>
|
||||
<span class="icon">▶</span> iOS / Android Mail /
|
||||
Gmail App
|
||||
</button>
|
||||
@@ -273,7 +298,11 @@
|
||||
|
||||
<!-- FAQ -->
|
||||
<section class="accordion-section">
|
||||
<button class="accordion-trigger" aria-expanded="false">
|
||||
<button
|
||||
class="accordion-trigger"
|
||||
aria-expanded="false"
|
||||
data-umami-event="accordion - faq / troubleshooting"
|
||||
>
|
||||
<span class="icon">▶</span> FAQ / Troubleshooting
|
||||
</button>
|
||||
<div class="accordion-content">
|
||||
@@ -302,7 +331,11 @@
|
||||
|
||||
<!-- Pro Tips -->
|
||||
<section class="accordion-section">
|
||||
<button class="accordion-trigger" aria-expanded="false">
|
||||
<button
|
||||
class="accordion-trigger"
|
||||
aria-expanded="false"
|
||||
data-umami-event="accordion - pro tips & advanced"
|
||||
>
|
||||
<span class="icon">▶</span> Pro Tips & Advanced
|
||||
</button>
|
||||
<div class="accordion-content">
|
||||
@@ -334,8 +367,20 @@
|
||||
<footer class="footer">
|
||||
Email from mifi Holdings · Help Page · ©
|
||||
2025<span id="current-year"></span>
|
||||
mifi Ventures, LLC
|
||||
<a
|
||||
href="https://mifi.ventures"
|
||||
data-umami-event="footer - mifi ventures"
|
||||
>mifi Ventures, LLC</a
|
||||
>
|
||||
</footer>
|
||||
<img
|
||||
src="https://analytics.mifi.holdings/pixel.gif"
|
||||
alt=""
|
||||
width="1"
|
||||
height="1"
|
||||
role="presentation"
|
||||
loading="eager"
|
||||
/>
|
||||
<script defer src="/assets/js/current-year.js"></script>
|
||||
<script defer src="/assets/js/accordion.js"></script>
|
||||
</body>
|
||||
|
||||
@@ -73,27 +73,48 @@
|
||||
here—just some gears whirring and mail being sorted.<br />
|
||||
Looking for your messages?
|
||||
</p>
|
||||
<a class="button" href="/help">Email Setup Help</a>
|
||||
<a
|
||||
class="button"
|
||||
href="/help"
|
||||
data-umami-event="button - email setup help"
|
||||
>Email Setup Help</a
|
||||
>
|
||||
<a
|
||||
class="button"
|
||||
href="https://webmail.mifi.holdings"
|
||||
target="_blank"
|
||||
>Go to Webmail</a
|
||||
data-umami-event="button - webmail"
|
||||
>
|
||||
Go to Webmail
|
||||
</a>
|
||||
<a
|
||||
class="button"
|
||||
href="https://postmaster.mifi.holdings/users/login.php"
|
||||
target="_blank"
|
||||
>Change/Forgot Password</a
|
||||
data-umami-event="button - change/forgot password"
|
||||
>
|
||||
Change/Forgot Password
|
||||
</a>
|
||||
</main>
|
||||
</div>
|
||||
<footer class="footer">
|
||||
Email from mifi Holdings · © 2025<span
|
||||
id="current-year"
|
||||
></span>
|
||||
mifi Ventures, LLC
|
||||
<a
|
||||
href="https://mifi.ventures"
|
||||
data-umami-event="footer - mifi ventures"
|
||||
>mifi Ventures, LLC</a
|
||||
>
|
||||
</footer>
|
||||
<img
|
||||
src="https://analytics.mifi.holdings/pixel.gif"
|
||||
alt=""
|
||||
width="1"
|
||||
height="1"
|
||||
role="presentation"
|
||||
loading="eager"
|
||||
/>
|
||||
<script defer src="/assets/js/current-year.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user