diff --git a/assets/numbers/0.png b/assets/numbers/0.png new file mode 100644 index 0000000..69090f9 Binary files /dev/null and b/assets/numbers/0.png differ diff --git a/assets/numbers/1.png b/assets/numbers/1.png new file mode 100644 index 0000000..b99af06 Binary files /dev/null and b/assets/numbers/1.png differ diff --git a/assets/numbers/2.png b/assets/numbers/2.png new file mode 100644 index 0000000..e990aec Binary files /dev/null and b/assets/numbers/2.png differ diff --git a/assets/numbers/3.png b/assets/numbers/3.png new file mode 100644 index 0000000..40728ba Binary files /dev/null and b/assets/numbers/3.png differ diff --git a/assets/numbers/4.png b/assets/numbers/4.png new file mode 100644 index 0000000..12c47f2 Binary files /dev/null and b/assets/numbers/4.png differ diff --git a/assets/numbers/5.png b/assets/numbers/5.png new file mode 100644 index 0000000..92f3f10 Binary files /dev/null and b/assets/numbers/5.png differ diff --git a/assets/numbers/6.png b/assets/numbers/6.png new file mode 100644 index 0000000..31481e1 Binary files /dev/null and b/assets/numbers/6.png differ diff --git a/assets/numbers/7.png b/assets/numbers/7.png new file mode 100644 index 0000000..b122496 Binary files /dev/null and b/assets/numbers/7.png differ diff --git a/assets/numbers/8.png b/assets/numbers/8.png new file mode 100644 index 0000000..f82eca3 Binary files /dev/null and b/assets/numbers/8.png differ diff --git a/assets/numbers/9.png b/assets/numbers/9.png new file mode 100644 index 0000000..36a3142 Binary files /dev/null and b/assets/numbers/9.png differ diff --git a/css/visitor-counter.css b/css/visitor-counter.css new file mode 100644 index 0000000..28c0a3f --- /dev/null +++ b/css/visitor-counter.css @@ -0,0 +1,55 @@ +/* ============================================================ + visitor-counter.css — #visitor-counter widget, top-right. + Shared across all pages. + ============================================================ */ + +/* ============================================================ + 15. VISITOR COUNTER (#visitor-counter) + Fixed to top-right, below .beta-bar (theme + cat buttons). + ============================================================ */ +#visitor-counter { + position: fixed; + bottom: 10rem; + /* clears the ~48px beta-bar + gap */ + z-index: 6; + display: flex; + flex-direction: column; + align-items: center; + gap: 4px; + +} + +#visitor-counter .vc-label { + font-size: 0.65rem; + letter-spacing: 0.06em; + text-transform: lowercase; + color: var(--subtext-0); + font-family: 'Comic Code', ui-monospace, monospace; +} + +/* Boot reveal: fade in with the rest of the chrome */ +#visitor-counter { + transition: opacity 0.6s ease, transform 0.6s ease; +} + +body.term-booting #visitor-counter { + opacity: 0; + transform: translateY(8px); +} + +body.term-chrome-in #visitor-counter { + opacity: 1; + transform: none; +} + +/* Mobile: static in topbar flow */ +@media (max-width: 640px) { + #visitor-counter { + position: static; + margin: 0 auto; + } + + .topbar #visitor-counter { + order: 2; + } +} \ No newline at end of file diff --git a/index.html b/index.html index 7cf9333..bdf10f5 100644 --- a/index.html +++ b/index.html @@ -44,6 +44,7 @@ Ari + @@ -81,8 +82,6 @@ Curriculum Vitae Socials Guestbook - - @@ -104,17 +103,17 @@ Git.Gay Check out my GitHub - - -