projects.html 3.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <!DOCTYPE html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  4. <meta name="viewport" content="width=device-width, initial-scale=1" />
  5. <title>Projects</title>
  6. <link rel="stylesheet" href="./style/styles.css">
  7. </head>
  8. <body>
  9. <h1>Projects</h1>
  10. <h2>Coding</h2>
  11. All my code right now I put publicly on Codeberg. In fact this website is powered by Codeberg's pages feature. <a href="https://codeberg.org/zortazert">https://codeberg.org/zortazert/</a>.
  12. <ul>
  13. <li><a href="https://codeberg.org/zortazert/python-projects/">Python-Projects</a>: A place where I dump various python scripts that do many things. If I land on a really good script idea and it gets above 200 lines<i>ish</i> I make it a seperate repo/project.</a>
  14. <li><a href="https://codeberg.org/zortazert/pokeflix">Pokeflix</a>: A CLI tool for downloading the Pokemon TV series. You can download a whole series or just a single episode. There are also various other options.</li>
  15. <li><a href="https://codeberg.org/zortazert/FossBot">FossBot</a>: A Matrix bot that can detect when a sent message contains a link to a proprietary tracking website (currently YouTube, Reddit, and Twitter), and reply with a link to a libre frontend (like Invidious, Teddit, and Nitter). It can also do various other things.</li>
  16. <li><a href="https://codeberg.org/zortazert/snakesay/">Snakesay</a>: A less feature rewrite of cowsay in python. Available for Linux, MacOS and Windows.</li>
  17. <li><a href="https://codeberg.org/zortazert/GreaseMonkey-Redirect/">Greasemonkey-Redirect</a>: This is a collection of user created GreaseMonkey scripts that will convert privacy disrespecting websites to FOSS/Libre alternatives.</li>
  18. <li><a href="https://codeberg.org/zortazert/vids/">vids</a>: A CLI tool for searching LBRY, PeerTube, Invidious and Piped. Opens selected videos through a video player.</li>
  19. </ul>
  20. <h2>This website</h2>
  21. <p>This is a project where I hope it's some easy place to find all my other stuff. It has links to all my accounts and contacts. Also it used for my blog which I add new stuff from time to time. Basicly any semi-big peice of writing discussing some topic. I have RSS for that.</p>
  22. <h2>Art</h2>
  23. <p>Sometimes I like to make art/animations. I do 2D art also some small photo editing usually in Gimp. I also make 3D models in blender. I present though the output 2D render so some people think I drew it 2D, rather than modeled in 3D. Partly because most of my 3D models look like creatures made out of rounded cubes. I post all my art to this <a href="https://zortazert.codeberg.page/art.html">website</a>. Animations are posted to LBRY & PeerTube links to those can be found on the homepage.</p>
  24. <h2>Future?</h2>
  25. <p>I hope to just continue doing whatever I am doing right now. It makes me happy. Check my links on the homepage to find whatever I am up to. I like to keep my creations public. If you like my work please save it to your computer as a backup.</p>
  26. <hr>
  27. <footer>
  28. <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" width="88" height="31" src="./images/cc-by-sa.png" /></a><br>
  29. Unless otherwise noted, all content on this website is Copyright Zortazert 2021-2022 and is licensed under <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.
  30. </footer>
  31. </body>
  32. </html>