diff options
Diffstat (limited to 'out/contact.html')
| -rw-r--r-- | out/contact.html | 73 |
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> |
