Umami tracking
This commit is contained in:
@@ -95,12 +95,21 @@
|
|||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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">
|
<div class="content">
|
||||||
<main id="main-content" class="container faq">
|
<main id="main-content" class="container faq">
|
||||||
<nav aria-label="Breadcrumb">
|
<nav aria-label="Breadcrumb">
|
||||||
<ol class="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>
|
<li aria-current="page">Email Setup & Help</li>
|
||||||
</ol>
|
</ol>
|
||||||
</nav>
|
</nav>
|
||||||
@@ -169,7 +178,11 @@
|
|||||||
<div class="accordion" id="helpAccordion">
|
<div class="accordion" id="helpAccordion">
|
||||||
<!-- Outlook -->
|
<!-- Outlook -->
|
||||||
<section class="accordion-section">
|
<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
|
<span class="icon">▶</span> Microsoft Outlook
|
||||||
</button>
|
</button>
|
||||||
<div class="accordion-content">
|
<div class="accordion-content">
|
||||||
@@ -207,7 +220,11 @@
|
|||||||
|
|
||||||
<!-- Apple Mail -->
|
<!-- Apple Mail -->
|
||||||
<section class="accordion-section">
|
<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)
|
<span class="icon">▶</span> Apple Mail (macOS, iOS)
|
||||||
</button>
|
</button>
|
||||||
<div class="accordion-content">
|
<div class="accordion-content">
|
||||||
@@ -231,7 +248,11 @@
|
|||||||
|
|
||||||
<!-- Thunderbird -->
|
<!-- Thunderbird -->
|
||||||
<section class="accordion-section">
|
<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
|
<span class="icon">▶</span> Thunderbird
|
||||||
</button>
|
</button>
|
||||||
<div class="accordion-content">
|
<div class="accordion-content">
|
||||||
@@ -250,7 +271,11 @@
|
|||||||
|
|
||||||
<!-- Mobile -->
|
<!-- Mobile -->
|
||||||
<section class="accordion-section">
|
<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 /
|
<span class="icon">▶</span> iOS / Android Mail /
|
||||||
Gmail App
|
Gmail App
|
||||||
</button>
|
</button>
|
||||||
@@ -273,7 +298,11 @@
|
|||||||
|
|
||||||
<!-- FAQ -->
|
<!-- FAQ -->
|
||||||
<section class="accordion-section">
|
<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
|
<span class="icon">▶</span> FAQ / Troubleshooting
|
||||||
</button>
|
</button>
|
||||||
<div class="accordion-content">
|
<div class="accordion-content">
|
||||||
@@ -302,7 +331,11 @@
|
|||||||
|
|
||||||
<!-- Pro Tips -->
|
<!-- Pro Tips -->
|
||||||
<section class="accordion-section">
|
<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
|
<span class="icon">▶</span> Pro Tips & Advanced
|
||||||
</button>
|
</button>
|
||||||
<div class="accordion-content">
|
<div class="accordion-content">
|
||||||
@@ -334,8 +367,20 @@
|
|||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
Email from mifi Holdings · Help Page · ©
|
Email from mifi Holdings · Help Page · ©
|
||||||
2025<span id="current-year"></span>
|
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>
|
</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/current-year.js"></script>
|
||||||
<script defer src="/assets/js/accordion.js"></script>
|
<script defer src="/assets/js/accordion.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -73,27 +73,48 @@
|
|||||||
here—just some gears whirring and mail being sorted.<br />
|
here—just some gears whirring and mail being sorted.<br />
|
||||||
Looking for your messages?
|
Looking for your messages?
|
||||||
</p>
|
</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
|
<a
|
||||||
class="button"
|
class="button"
|
||||||
href="https://webmail.mifi.holdings"
|
href="https://webmail.mifi.holdings"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>Go to Webmail</a
|
data-umami-event="button - webmail"
|
||||||
>
|
>
|
||||||
|
Go to Webmail
|
||||||
|
</a>
|
||||||
<a
|
<a
|
||||||
class="button"
|
class="button"
|
||||||
href="https://postmaster.mifi.holdings/users/login.php"
|
href="https://postmaster.mifi.holdings/users/login.php"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>Change/Forgot Password</a
|
data-umami-event="button - change/forgot password"
|
||||||
>
|
>
|
||||||
|
Change/Forgot Password
|
||||||
|
</a>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
Email from mifi Holdings · © 2025<span
|
Email from mifi Holdings · © 2025<span
|
||||||
id="current-year"
|
id="current-year"
|
||||||
></span>
|
></span>
|
||||||
mifi Ventures, LLC
|
<a
|
||||||
|
href="https://mifi.ventures"
|
||||||
|
data-umami-event="footer - mifi ventures"
|
||||||
|
>mifi Ventures, LLC</a
|
||||||
|
>
|
||||||
</footer>
|
</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/current-year.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user