add some analytics (self-hosted) to website

This commit is contained in:
2024-04-02 10:36:14 +02:00
parent d2b54cc631
commit 9c76142330
7 changed files with 178 additions and 9 deletions

View File

@@ -51,7 +51,9 @@
<div class="menu-category" onclick="dropdown( 'about' )" id="about-parent">
<h3>About</h3>
<div class="category-list" id="about">
<a href="/privacypolicy" class="category-item">Privacy Policy</a>
<a href="/legal" class="category-item">The legal stuff</a>
<a href="/legal/privacy" class="category-item">Privacy Policy</a>
<a href="/legal/tos" class="category-item">Terms of Service</a>
<a href="/about" class="category-item">About janishutz.com</a>
<a href="/about/aboutme" class="category-item">About me</a>
<a href="https://blog.janishutz.com" class="category-item">Blog</a>
@@ -63,12 +65,13 @@
<a href="/services" class="category-item">Overview</a>
<a href="https://development.janishutz.com" class="category-item">Custom Websites</a>
<a href="https://store.janishutz.com" class="category-item">Store</a>
<a href="https://id.janishutz.com" class="category-item">Account</a>
</div>
</div>
<div class="menu-category" onclick="dropdown( 'support' )" id="support-parent">
<h3>Support</h3>
<div class="category-list" id="support">
<a href="/support" class="category-item">Support hub</a>
<a href="https://support.janishutz.com" class="category-item">Support hub</a>
<a href="/support/contact" class="category-item">Contact</a>
</div>
</div>