www/contact/index.html
2024-10-05 11:19:01 +03:00

43 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>tanyesil - about</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<!--[if IE]>
<script src="../oneko-ie6.js"></script>
<![endif]-->
<!--[if !IE]><!-->
<script src="../oneko.js"></script>
<!--<![endif]-->
<header class="site-header">
<nav class="nav">
<ul>
<li><a href="https://tanyesil.com">Home</a></li>
<li><a href="https://tanyesil.com/about">About</a></li>
<li><a href="https://tanyesil.com/portfolio">Portfolio</a></li>
<li><a href="https://tanyesil.com/blog">Blog</a></li>
<li><a href="https://tanyesil.com/contact">Contact</a></li>
</ul>
</nav>
</header>
<div class="container">
<h1 class="title">contacting tanyesil</h1>
<p class="intro">here is how you can contact me:</p>
<p class="intro">tanyesilkaya(at)gmail.com
<br>tanyesil(at)cumallover.me <br>^this is my prefered mail</p>
<p class="intro">mail me if you have found something cool on the world wide web and if you'd like to add a little gem to my collection!!</p>
<p class="intro"> btc address = {bc1qzufuwhqqgcza5tmut4p578wdu0fwl624knlrtr};
monero address = {49BfmCuhCJWMF5QsmPooxWeZkJxUzERvziWUk8Hu2XZzP3u2dHYb5vuNiWu8ho4TFPhCzx8wUPweVdqpJ69zmmTy5kmkpDd};
<br>hon this one is longer so it must be better</p>
<footer class="footer">
<p>© 2024 Tan Yesilkaya - Powered by Alpine Linux, NixOS and love</p>
</footer>
</div>
</body>
</html>