summaryrefslogtreecommitdiff
path: root/public/contact/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/contact/index.html')
-rw-r--r--public/contact/index.html64
1 files changed, 64 insertions, 0 deletions
diff --git a/public/contact/index.html b/public/contact/index.html
new file mode 100644
index 0000000..ec6baad
--- /dev/null
+++ b/public/contact/index.html
@@ -0,0 +1,64 @@
+<!DOCTYPE html>
+<html lang="en-us">
+<head>
+ <meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
+<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
+<link rel="stylesheet" href="/css/style.css" />
+<link rel="stylesheet" href="/css/fonts.css" />
+
+</head>
+<body>
+ <header>
+ <img width="100em" height="100em" src="/images/logo.jpg" alt="mjkw logo">
+<div>
+ <h1>mjkw.pl</h1>
+ <ul>
+ <li>
+ <a href="/">home</a>
+ </li>
+ <li>
+ <a href="/articles">articles</a>
+ </li>
+ <li>
+ <a href="https://git.denounce.ai/">git.denounce.ai</a>
+ </li>
+ <li>
+ <a href="https://ohmyghost.nl">ohmyghost.nl</a>
+ </li>
+ <li>
+ <a href="https://atlarge-research.com/mkwiatkowski/">research</a>
+ </li>
+ <li>
+ <a href="/contact">contact me</a>
+ </li>
+ </ul>
+</div>
+
+ </header>
+
+ <main>
+
+<div class="list">
+ <h2>Contact me</h2>
+ <p>You can reach me at <a href="mailto:mati.rewa@gmail.com">mati.rewa@gmail.com</a>
+and soon at <a href="mailto:mail@mjkw.pl">mail@mjkw.pl</a></p>
+
+ <ul>
+
+
+
+ </ul>
+</div>
+
+ </main>
+
+ <footer>
+
+© Copyright 2025-2026 Mateusz J. Kwiatkowski. All Rights Reserved. No part of this website may be used or reproduced in any manner to train artificial intelligence technologies or systems.
+
+
+ </footer>
+</body>
+</html>