www/gems/index.html
2024-10-07 22:10:13 +03:00

67 lines
2.8 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!!! And single???</h4>
<p> a great meta ironic article about bill gates during the golden age of crt's and msdos and his $2billion divorce in 2021</p>
</article>
</a>
</b>
<b class= "blog-post-spacer">
<a href="https://git.lolcat.ca/lolcat/4get">
<article class="blog-post">
<h4>a homebrew search engine proxy</h4>
<p>focused on privacy and based as fuck, 4get.ca is a resonable search engine with almost no js</p>
</article>
</a>
</b>
<b class= "blog-post-spacer">
<a href="/gems/kakoune">
<article class="blog-post">
<h4>Kakoune is the best text editor</h4>
<p>i will die on this hill in the editor wars</p>
</article>
</a>
</b>
</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>