diff options
Diffstat (limited to 'public/is/here')
| -rw-r--r-- | public/is/here/index.html | 114 |
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&v=2&port=1313&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’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> |
