update template
This commit is contained in:
parent
a45c5e2281
commit
51c003ddad
2 changed files with 9 additions and 3 deletions
|
@ -31,7 +31,7 @@
|
|||
</li>
|
||||
|
||||
<li></li>
|
||||
<a href="https://bsky.app/profile/buymymojo.net/">
|
||||
<a href="https://bsky.app/profile/did:plc:bzrn33tcfgjxnsanvg6py3xn">
|
||||
<span class="underline"><strong>BlueSky</strong></span>
|
||||
</a>
|
||||
</li>
|
||||
|
@ -55,6 +55,12 @@
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://git.aria.coffee">
|
||||
<span class="underline">Personal Git Server</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://crates.io/users/BuyMyMojo">
|
||||
<span class="underline">Crates.io</span>
|
||||
|
@ -94,7 +100,7 @@
|
|||
{projects}
|
||||
</section>
|
||||
<footer>
|
||||
<p>© 2024 Owen Quinlan (BuyMyMojo) :)</p>
|
||||
<p>© 2025 Owen Quinlan (BuyMyMojo) :)</p>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -100,7 +100,7 @@
|
|||
<div class='project-item'><h3>📍<i class="featured">pinned project</i> <br/> Open FBT</h3><ul><li>Open sourced version of a large scale discord bot for user managment.</li><li>Built in Rust and uses the Redis database to store user data.</li><li>In over 400 servers at time of writing(september 2024)</li><li>Origionally written in Python then converted to Rust to improve ease of deployment and improve performance significantly.</li></ul><a href="https://github.com/BuyMyMojo/open-fbt">View OpenFBT on GitHub.</a><br/><sub>Made in tandum with <a href="https://github.com/BuyMyMojo/discord-chat-parser">discord chat partser</a> written in python and then Go for user moderation.</sub></div><div class='project-item'><h3>Mojo Kitchen Chaos - An overcooked-like game made in Unity following an online course</h3><ul><li>Made over the course of a week following a course by <a href="https://www.youtube.com/watch?v=AmGSEH7QcDg">Code Monkey</a>.</li></ul><a href="https://github.com/BuyMyMojo/mojo-kitchen-chaos">GitHub Repo</a><br/><a href="https://buymymojo.itch.io/mojos-kitchen-chaos">Itch.io page</a></div><div class='project-item'><h3>RedisFS - A pointless file storage solution written in Rust</h3><ul><li>Sores files up to 500mb in a Redis database.</li></ul><a href="https://github.com/BuyMyMojo/RedisFS">GitHub Repo</a></div><div class='project-item'><h3>Video FPS overlay</h3><ul><li>Origionally made to take FPS data from a csv file generated with <a href="https://www.nvidia.com/en-au/geforce/technologies/frameview/">Nvidia FrameView</a> and display it in a <a href="https://youtu.be/8UTU03TooUI?t=334">Digital Foundry</a> like graph.</li><li>Never reached a fully functioning state but it was a fun old project.</li><li>Written in Python</li></ul><a href="https://github.com/BuyMyMojo/Video-FPS-overlay">GitHub Repo</a></div><div class='project-item'><h3>This website!</h3><ul><li>Made with Braden Everson's <a href="https://github.com/bradeneverson/sitesmith">SiteSmith</a> tool.</li></ul><a href="https://github.com/BuyMyMojo/buymymojo.net">GitHub Repo</a></div>
|
||||
</section>
|
||||
<footer>
|
||||
<p>© 2024 Owen Quinlan (BuyMyMojo) :)</p>
|
||||
<p>© 2025 Owen Quinlan (BuyMyMojo) :)</p>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue