www/gems/index.html

77 lines
3.2 KiB
HTML
Raw Normal View History

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</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">
2024-10-12 11:28:40 +03:00
<a href="https://en.wikipedia.org/wiki/Neko_(software)">
<article class="blog-post">
<h4>oneko.js and neko</h4>
<p>
the cute little cat spread across computers and the internet since 1989
</p>
</article>
</a>
</b>
<b class= "blog-post-spacer">
2024-10-05 11:19:01 +03:00
<a href="https://www.esquireme.com/style/52348-the-10-best-fits-of-recently-single-style-icon-bill-gates">
<article class="blog-post">
2024-10-05 15:16:23 +03:00
<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>
2024-10-05 11:19:01 +03:00
</article>
</a>
</b>
2024-10-07 22:10:13 +03:00
<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>
2024-10-05 15:16:23 +03:00
<b class= "blog-post-spacer">
2024-10-05 11:19:01 +03:00
<a href="/gems/kakoune">
<article class="blog-post">
2024-10-05 15:16:23 +03:00
<h4>Kakoune is the best text editor</h4>
<p>i will die on this hill in the editor wars</p>
2024-10-05 11:19:01 +03:00
</article>
</a>
2024-10-05 15:16:23 +03:00
</b>
2024-10-05 11:19:01 +03:00
</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>