summarybugs & patchesrefslogtreecommitdiffstats
path: root/out/contact.html
diff options
context:
space:
mode:
authorVosjedev <vosje@vosjedev.net>2026-02-08 16:58:37 +0100
committerVosjedev <vosje@vosjedev.net>2026-02-08 16:58:37 +0100
commitc6f203b9f035f54cecbb20450a309cb0596ccfff (patch)
tree85eb24b747f2e3bb0919d66b892e8cacd166ad08 /out/contact.html
downloadwebsite-c6f203b9f035f54cecbb20450a309cb0596ccfff.tar.gz
website-c6f203b9f035f54cecbb20450a309cb0596ccfff.tar.bz2
website-c6f203b9f035f54cecbb20450a309cb0596ccfff.tar.xz
WTF am I doing atp
Diffstat (limited to 'out/contact.html')
-rw-r--r--out/contact.html73
1 files changed, 73 insertions, 0 deletions
diff --git a/out/contact.html b/out/contact.html
new file mode 100644
index 0000000..da88a83
--- /dev/null
+++ b/out/contact.html
@@ -0,0 +1,73 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <title><No title> - vosjedev.net</title>
+ <link href="static/style.css" rel="stylesheet">
+ </head>
+ <body>
+ <header>
+
+<div class="title">
+ <div class="left">
+ <img src="https://static.vosjedev.net/logo/vosjedev-art-64x.png" alt="LOGO">
+ <span><span style="color: var(--brand-colour);">vosjedev</span>.net</span>
+ </div>
+ <div class="right">
+ </div>
+</div>
+
+<nav class="second">
+ <ul>
+ <li><a href="/">Home</a></li>
+ <li><a href="/projects.html">Projects</a></li>
+ <li><a href="/archive.html">Archive</a></li>
+ <li><a href="/contact.html">Contact</a></li>
+ <li><a href="/services.html">Services</a></li>
+ </ul>
+</nav>
+
+ </header>
+
+ <div class="main-layout">
+ <nav>
+ <details open> <summary>Tap to toggle TOC</summary>
+ <div class="toc">
+<ul>
+<li><a href="#contact">Contact</a></li>
+</ul>
+</div>
+
+ </details>
+ </nav>
+
+ <main>
+ <h1 id="contact">Contact</h1>
+<p>Given you are on this page you are seeking contact with me.</p>
+<p>I employ different ways of contacting for different purposes.</p>
+<ul>
+<li>If you are looking to contact me for <span class="orange">anything related to this website</span> or another service hosted under the vosjedev.net domain, you should send an email to <code class="orange">vosje+web [at] vosjedev.net</code> (replace the <code>[at]</code> with <code>@</code>) unless stated otherwise in the service.</li>
+<li>
+<p>If you are looking to contact me <span class="orange">for anything else</span>, shoot an email to <code class="orange">vosje [at] vosjedev.net</code> (once again, replace the <code>[at]</code> with <code>@</code>)</p>
+</li>
+<li>
+<p>If you are seeking contact <span class="orange">for professional reasons</span>, unless you're a friend, you're probably out of luck right now, but it's still worth a try. Use <code>vosje [at] vosjedev.net</code>.</p>
+</li>
+<li>
+<p>If you are a friend, you have my discord or phone number. Discord is fastest in weekends and holidays, calling on weekdays.</p>
+</li>
+</ul>
+ </main>
+
+ <div class="filler"></div>
+ </div>
+
+ <div></div>
+
+ <footer>
+
+ </footer>
+
+ </body>
+</html>