diff options
Diffstat (limited to 'public/contact')
| -rw-r--r-- | public/contact/index.html | 82 | ||||
| -rw-r--r-- | public/contact/index.xml | 12 |
2 files changed, 94 insertions, 0 deletions
diff --git a/public/contact/index.html b/public/contact/index.html new file mode 100644 index 0000000..7a507b4 --- /dev/null +++ b/public/contact/index.html @@ -0,0 +1,82 @@ +<!DOCTYPE html> +<html lang=en-us> + <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"> + <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="manifest" href="/images/site.webmanifest"> + <link rel="stylesheet" href="/css/style.css" /> + <link rel="stylesheet" href="/css/fonts.css" /> + </head> + <body> + <header> + <div class="container"> + <div class="avatar"> + <img width="120px" height="120px" src="images/pyro.jpg" alt="my logo"> + </div> + <div> + <h1>mjkw</h1> + <ul id="bar"> + <li> + <a href="mailto:mati.rewa@gmail.com">mati.rewa@gmail.com</a> + </li> + <li>|</li> + <li> + <a href="https://git.denounce.ai/">git.denounce.ai</a> + </li> + <li> + | + </li> + <li> + <a href="https://ohmyghost.nl">ohmyghost.nl</a> + </li> + <li> + | + </li> + <li> + <a href="https://atlarge-research.com/mkwiatkowski/">research</a> + </li> + <li> + | + </li> + <li> + book blog + </li> + </ul> + </div> + </div> + </header> + + +<div class="container"> + <p>Posts</p> +<div class="content-wrapper"> + + <p>You can contact me at:</p> +<ol> +<li><!-- raw HTML omitted --><a href="mailto:m.j.kwiatkowski@student.vu.nl">m.j.kwiatkowski@student.vu.nl</a><!-- raw HTML omitted --> for anything work-related.</li> +<li><!-- raw HTML omitted --><a href="mailto:mati.rewa@gmail.com">mati.rewa@gmail.com</a><!-- raw HTML omitted --> for personal matters.</li> +<li><!-- raw HTML omitted -->my LinkedIn profile<!-- raw HTML omitted --> if you want to quickly chat.</li> +</ol> + + + <ul id="content-list"> + + + + </ul> +</div> +</div> + +<footer> + <center> + + © Copyright 2024-2025 Mateusz J. Kwiatkowski. All Rights Reserved. + + </center> +</footer> +</body> +</html> + + diff --git a/public/contact/index.xml b/public/contact/index.xml new file mode 100644 index 0000000..222cd74 --- /dev/null +++ b/public/contact/index.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> + <channel> + <title>Contact Me on mjkw</title> + <link>http://localhost:1313/contact/</link> + <description>Recent content in Contact Me on mjkw</description> + <generator>Hugo</generator> + <language>en-us</language> + <lastBuildDate></lastBuildDate> + <atom:link href="http://localhost:1313/contact/index.xml" rel="self" type="application/rss+xml" /> + </channel> +</rss> |
