summaryrefslogtreecommitdiffstats
path: root/public/is/here
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-05 09:52:36 +0200
committerDanilo M. <danix@danix.xyz>2026-04-05 09:52:36 +0200
commit25b879bd290528adfb47b0042749305a6a408800 (patch)
tree22048174696683141c5eaf00a6a4aee34ce8a244 /public/is/here
parent123b15e442a5a2bd2d73fb9d32cdded69a28f109 (diff)
downloaddanixxyz-theme-25b879bd290528adfb47b0042749305a6a408800.tar.gz
danixxyz-theme-25b879bd290528adfb47b0042749305a6a408800.zip
fix: resolve matrix rain opacity, menu styling, and featured articles
Issues fixed: 1. Added missing header.css and footer.css imports to main.css (fixes unstyled menu) 2. Increased matrix rain canvas opacity (0.13→0.25, 0.18→0.35) for better visibility 3. Updated home.html to display featured articles first, then latest 3 4. Removed invalid pseudo-element CSS rule on canvas element The form on /is/here should now be visible, menu properly styled, and matrix rain more prominent. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Diffstat (limited to 'public/is/here')
-rw-r--r--public/is/here/index.html114
1 files changed, 114 insertions, 0 deletions
diff --git a/public/is/here/index.html b/public/is/here/index.html
new file mode 100644
index 0000000..ca584a5
--- /dev/null
+++ b/public/is/here/index.html
@@ -0,0 +1,114 @@
+<!DOCTYPE html>
+<html lang="en-US" dir="ltr">
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
+ <meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<meta name="description" content="Writing about IT, life, and the things that matter.">
+<meta name="theme-color" content="#060b10">
+<title>Contact | danilo m.</title>
+
+
+ <link rel="stylesheet" href="/css/main.css">
+
+
+ <script src="/js/main.js"></script>
+
+
+</head>
+<body>
+ <div class="reading-progress"></div>
+ <header><div class="header-container">
+ <a href="/" class="site-title">Danilo M.</a>
+ <div class="header-controls">
+ <nav>
+ <ul>
+
+ <li>
+ <a href="/articles/" >
+ articles
+ </a>
+ </li>
+
+ <li>
+ <a href="/is/" class="active">
+ about
+ </a>
+ </li>
+
+ <li>
+ <a href="/is/here/" class="active">
+ contact
+ </a>
+ </li>
+
+ </ul>
+ </nav>
+ <button id="theme-toggle-btn" class="theme-toggle" aria-label="Toggle theme">🌙 dark</button>
+ </div>
+</div>
+</header>
+ <main>
+ <article class="page-page">
+ <div class="container-narrow">
+ <h1>Contact</h1>
+ <div class="post-card-meta" style="margin-bottom: 2rem;">
+ <span>Jan 1, 2026</span>
+
+ </div>
+
+ <div class="post-content">
+ <p>Get in touch — send me a message and I&rsquo;ll get back to you soon.</p>
+<!-- raw HTML omitted -->
+<!-- raw HTML omitted -->
+<!-- raw HTML omitted -->
+<!-- raw HTML omitted -->
+<p><!-- raw HTML omitted -->Send<!-- raw HTML omitted --></p>
+<!-- raw HTML omitted -->
+<!-- raw HTML omitted -->
+<!-- raw HTML omitted -->
+
+ </div>
+ </div>
+ </article>
+
+
+ <div class="container-narrow" style="margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--border);">
+ <nav class="page-nav">
+ <h3 style="margin-bottom: 1rem;">Other pages</h3>
+ <ul style="list-style: none; margin: 0;">
+
+
+
+ <li style="margin-bottom: 0.5rem;">
+ <a href="/is/here/" class="active">
+ Contact
+ </a>
+ </li>
+
+
+ </ul>
+ </nav>
+ </div>
+
+</main>
+ <footer><div class="footer-container">
+ <div class="footer-content">
+ <div class="footer-copyright">
+ © 2026 Danilo M.. All rights reserved.
+ </div>
+ <nav>
+ <ul class="footer-nav">
+
+ <li><a href="/articles/">articles</a></li>
+
+ <li><a href="/is/">about</a></li>
+
+ <li><a href="/is/here/">contact</a></li>
+
+ </ul>
+ </nav>
+ </div>
+</div>
+</footer>
+</body>
+</html>