2024-10-05 11:19:01 +03:00
|
|
|
<!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">About tanyesil.com</h1>
|
2024-10-05 15:47:31 +03:00
|
|
|
<p class="intro">im studying Architecture in METU, but i am one blog post
|
|
|
|
away from learning react-js for this stupid website, which is a collection
|
|
|
|
of my projects
|
2024-10-05 11:19:01 +03:00
|
|
|
spread across many computers that were never inteded to be servers
|
|
|
|
</p>
|
|
|
|
<p class="intro"> btc address = {bc1qzufuwhqqgcza5tmut4p578wdu0fwl624knlrtr}; monero address = {49BfmCuhCJWMF5QsmPooxWeZkJxUzERvziWUk8Hu2XZzP3u2dHYb5vuNiWu8ho4TFPhCzx8wUPweVdqpJ69zmmTy5kmkpDd};</p>
|
2024-10-05 11:55:04 +03:00
|
|
|
<p class="intro"> you can contact me at tanyesil(at)cumallover(dot)me</p>
|
2024-10-05 11:19:01 +03:00
|
|
|
<footer class="footer">
|
|
|
|
<p>© 2024 Tan Yesilkaya - Powered by Alpine Linux, NixOS and love</p>
|
|
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|