This repository has been archived on 2023-05-28. You can view files and clone it, but cannot push or open issues or pull requests.
old-website/views/projects.ejs
2023-04-30 03:47:29 -04:00

110 lines
5.2 KiB
Text

<!DOCTYPE html>
<html lang="en">
<head>
<%- include("pieces/html-head.ejs") %>
</head>
<body>
<div class="main">
<%- include("pieces/header.ejs") %>
<div class="tll small-margin-inside">
<p>here are some of the projects i work on and host</p>
<p><i>table of contents</i></p>
<ul>
<li><a href="#by-me">websites programmed by me</a></li>
<li><a href="#hosted">websites i host, but aren't made by me</a></li>
<li><a href="#other">other developer projects</a></li>
</ul>
<hr>
<h2 id="by-me" class="no-margin-on-top">programmed by me</h2>
<p>stuff that i personally made or worked on and host</p>
<div class="block">
<h2>📁 files.gay</h2>
<p>a file hoster. <a href="https://git.gay/files.gay">rewrite in progress</a>.</p>
<p><a href="https://git.gay/a/media-host">source code</a> • <a href="https://files.gay/">website</a></p>
</div>
<div class="block">
<h2>⏩ bifm</h2>
<p>a link bypasser, designed to get around any adlink or tracking link shortener.</p>
<p><a href="https://git.gay/a/bifm">source code</a> • <a href="https://bifm.tacohitbox.com/">website</a></p>
</div>
<div class="block">
<h2>🎵 yellowcab</h2>
<p>embeds and an API of what you're currently listening to (according to last.fm or listenbrainz)</p>
<p><a href="https://git.gay/a/yellowcab">source code</a> • <a href="https://yc.tacohitbox.com/">website</a></p>
</div>
<div class="block">
<h2>❌ noheorshe.com</h2>
<p>very simple website dedicated to deterring people from using "he or she" when referring to people of an unknown gender</p>
<p><a href="https://github.com/tacohitbox/noheorshe">source code</a> • <a href="https://noheorshe.com/">website</a></p>
</div>
<div class="block">
<h2>🌎 this website</h2>
<p>yeah i made this shithole too!</p>
<p><a href="https://git.gay/a/v2-website">source code</a></p>
</div>
<details>
<summary>
here are some websites i made for friends, as well, if you'd like to look<br>
</summary>
<div class="tll small-margin-inside">
<div class="block">
<h2>garettrum.com</h2>
<p>site for a streamer friend of mine, garett rum</p>
<p><a href="https://github.com/tacohitbox/garettrum.com">source code</a> • <a href="https://garettrum.com/">website</a></p>
</div>
<div class="block">
<h2>nineis.gay</h2>
<p>site for a <i>different</i> friend of mine, nine, that just fucks around online or whatever</p>
<p><a href="https://github.com/tacohitbox/nineis.gay">source code</a> • <a href="https://nineis.gay">website</a></p>
</div>
</div>
</details>
<hr>
<h2 id="hosted">projects i host</h2>
<p>stuff i host on the resources i have</p>
<div class="block">
<h2>🏳️‍🌈 git.gay</h2>
<p>a gitea instance that's super gay (based)</p>
<p><a href="https://git.gay/">website</a> • <a href="https://git.gay/a/">my profile</a></p>
</div>
<div class="block">
<h2>🐘 fuckgov.org</h2>
<p>a general mastodon instance hosted by me</p>
<p><a href="https://fuckgov.org/">website</a> • <a href="https://fuckgov.org/@a/">my profile</a></p>
</div>
<hr>
<h2 id="other">non-website projects</h2>
<p>shit that aren't exactly websites but still are in existence online</p>
<div class="block">
<h2>gdd</h2>
<p>google drive downloader written in node.js that <i>kinda</i> works</p>
<p><a href="https://git.gay/a/gdd">source code</a></p>
</div>
<div class="block">
<h2>ddos-guard-bypass</h2>
<p>NPM package that gets around ddos guard's scraper shield, also <i>kinda</i> works</p>
<p><a href="https://git.gay/a/ddos-guard-bypass">source code</a> • <a href="https://npmjs.com/package/@cantfindkernel/ddos-guard-bypass">npm package</a></p>
</div>
<div class="block">
<h2>tikmp3</h2>
<p>tiktok TTS Voice retrieval NPM package</p>
<p><a href="https://git.gay/a/tikmp3">source code</a> • <a href="https://npmjs.com/package/tikmp3">npm package</a></p>
</div>
<div class="block">
<h2>ip.me scraper</h2>
<p>NPM package to retrieve Igeolocation information and WhoIs data from <a href="https://ip.me/">ip.me</a>.</p>
<p><a href="https://git.gay/a/node-ipme">source code</a> • <a href="https://www.npmjs.com/package/ip.me">npm package</a></p>
</div>
<div class="block">
<h2>fedi mirrors</h2>
<p>mirrors of twitter accounts to the fediverse, ran by me</p>
<p>
<a href="https://mas.to/@theonion">the onion</a> •
<a href="https://git.gay/a/twitter-mastodon-relay">my poorly written relay</a>
</p>
</div>
</div>
<%- include("pieces/footer.ejs") %>
</div>
</body>
</html>