57 lines
2.3 KiB
HTML
57 lines
2.3 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</title>
|
|
<link id="favicon" rel="icon" href="/favicon.png" type="image/png">
|
|
<link rel="stylesheet" href="/style.css">
|
|
</head>
|
|
<body>
|
|
<script src="/oneko.js"></script>
|
|
<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>
|
|
<li><a href="https://tanyesil.com/supersecret">Super Secret!!</a></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
<div class="container">
|
|
<h1 class="title">TanYesil's Other Gems</h1>
|
|
<p class="intro">these are the stuff i found was interesting enough to share but not so cool to be on the front page</p>
|
|
<!-- Central Content Area -->
|
|
<div class="blog" id="blog">
|
|
<!-- hey it works so who's to blame -->
|
|
<b class= "blog-post-spacer">
|
|
<a href="https://www.esquireme.com/style/52348-the-10-best-fits-of-recently-single-style-icon-bill-gates">
|
|
<article class="blog-post">
|
|
<h4>Did you know bill gates was hot!!!</h4>
|
|
<p> this is a great meta ironic article about bill gates during the golden age of crt's and msdos</p>
|
|
</article>
|
|
</a>
|
|
</b>
|
|
<a href="/gems/kakoune">
|
|
<article class="blog-post">
|
|
<h4>Kakoune</h4>
|
|
<p></p>
|
|
</article>
|
|
</a>
|
|
</div>
|
|
</section>
|
|
<p class="intro">make sure you pet the cat before you head out</p>
|
|
<footer class="footer">
|
|
<p>© GPL2 2024 Tan Yesilkaya - Powered by
|
|
<a href="https://alpinelinux.org" class="footer">Alpine Linux</a>,
|
|
<a href="https://nixos.org" class="footer"> NixOS</a>
|
|
and love</p>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html>
|