aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Bolger <dylan.bolger00@gmail.com>2026-08-14 17:33:50 -0500
committerDylan Bolger <dylan.bolger00@gmail.com>2026-08-14 17:33:50 -0500
commit0ee159246718356b3b4f236e73ea5b1c43dbc2b6 (patch)
tree7eac178e75f121f19a52549eed92037c7a258a61
parent179e945df02a4bd1d1c1c195a195c0502ca1a55a (diff)
downloadpersonal-website-0ee159246718356b3b4f236e73ea5b1c43dbc2b6.tar.xz
personal-website-0ee159246718356b3b4f236e73ea5b1c43dbc2b6.zip
Add extra footnote about viewing experience
-rw-r--r--assets/css/main.css2
-rw-r--r--index.html3
2 files changed, 3 insertions, 2 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index 1e387b5..7dc1df8 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -123,7 +123,7 @@ span.exp-skills {
}
-p.umami {
+p.footnote {
font-size: 12px;
color: #64748b;
}
diff --git a/index.html b/index.html
index a3068e7..efd18f4 100644
--- a/index.html
+++ b/index.html
@@ -116,9 +116,10 @@
</body>
<footer>
</footer>
- <p class="umami">
+ <p class="footnote">
<b><u>Disclaimer</u>:</b> My website uses the open-source software <a href="https://umami.is">Umami</a> for collecting analytics about users accessing my website.
This data is stored in my local server, is not shared with any third parties, and is strictly only used for my personal purposes (reviewing page counts, retention time, etc.).
If you don't want to share this data, feel free to use a content blocker to prevent the <a href="https://umami.dbolger.dev/script.js">script.js</a> from loading in.
</p>
+ <p class="footnote">This website is best viewed on a desktop computer! Your phone will work, but, don't expect an ultra-smooth experience (I prefer backend development, not frontend).</p>
</html>