blob: 83674dc118d5a826ba2e6593502e41817ec91e18 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
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="https://static.vosjedev.net/">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>
|