diff options
Diffstat (limited to 'public/contact/index.html')
| -rw-r--r-- | public/contact/index.html | 97 |
1 files changed, 52 insertions, 45 deletions
diff --git a/public/contact/index.html b/public/contact/index.html index 67e3072..6561e2c 100644 --- a/public/contact/index.html +++ b/public/contact/index.html @@ -1,57 +1,64 @@ <!DOCTYPE html> -<html lang=en-us> - <head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> +<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="stylesheet" href="/css/style.css" /> - <link rel="stylesheet" href="/css/fonts.css" /> - <script async type="text/javascript" src="js/code.js"> </script> -</head> - - <header> - <img width="100em" height="100em" src="/images/logo.jpg" alt="my logo"> - <div> - <h1>mjkw.pl</h1> - <ul> - <li> - <a href="/">home</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> +<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> - </div> </header> - -<div class="body"> -<h2 id="contact-me">Contact me</h2> -<p>You can reach me at <a href="mailto:mati.rewa@gmail.com">mati.rewa@gmail.com</a> + + <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> -<footer style="vertical-align: bottom;"> - <div style="display: block; margin-left:20em; margin-right:20em; font-size: 10pt"> - <center> - - © 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. + </main> + + <footer> - </center> - </div> -</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> - |
