<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
<link rel="preload" href="canvas.png" as="image"> | |
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap" rel="stylesheet"> | |
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous"> | |
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" /> | |
<link rel="stylesheet" href="main.css"> | |
<title>Hi! - desp's portfolio</title> | |
</head> | |
<body class="text-center text-white"> | |
<div class="d-flex w-100 h-auto p-3 flex-column"> | |
<header> | |
<nav class="nav nav-mast head justify-content-center float-md-right"> | |
<a class="nav-link" href="/">Home</a> | |
<a class="nav-link active" aria-current="page" href="#">Projects</a> | |
<a class="nav-link" href="https://stash.despawningbone.me">Codestash</a> | |
<a class="nav-link" href="/ctf.html">CTF diary</a> | |
</nav> | |
</header> | |
<div class="headings pt-5 my-auto mx-auto w-75" data-aos="fade-up"> | |
<div id="mainline">Project Highlights<br></div> | |
<div><i>More projects can be found on the codestash!</i></div> | |
</div> | |
</div> | |
<div class="info-segment row"> | |
<div class="w-100 mx-auto p-5-flex divider"></div> | |
<div class="text-right info-subsegment" data-aos="fade-up"> | |
<div class="splitview my-auto row"><img class="img-fluid mx-auto" src="images/vortex.jpg"></img></div> | |
<div class="m-auto pr-5 splitview"> | |
<p class="project headings"><a href="https://www.vortexnetwork.me" class="nav-link">Vortex Network</a></p> | |
<p class="large-content ml-auto"><span>Originally invited to be a plugin developer from the start of the server, I officially joined the development team not long after, | |
migrating it to a network. I have since maintained the Ubuntu-based infrastructure backend, the 3 websites and a discord bot along with plugin development.<br></span> | |
<span>From intrusion detection and prevention to general sysadmin work, I've gained a lot of real world insights into how actual system administration on a cloud might feel like, | |
and it taught me how to code as a team, use CD/CI technologies, and a lot more that I wouldn't have expected from developing a minecraft server.</span> | |
</p> | |
<p class="smaller">Project since July 2017</p> | |
</div> | |
</div> | |
<div class="w-100 mx-auto m-5 p-5-flex divider"></div> | |
<div class="text-left info-subsegment" data-aos="fade-up"> | |
<div class="m-auto pl-5 splitview"> | |
<p class="project headings"><a href="https://discordapp.com/oauth2/authorize?&client_id=311086271642599424&scope=bot&permissions=0" class="nav-link">despbot</a></p> | |
<p class="large-content mr-auto"><span>Ever since I started using Discord back in 2016, it has been my favorite communication platform; Everything just felt intuitive and simple yet customizable. | |
With this newfound favorite, I started digging into everything it has to offer, and I eventually stumbled upon the officially supported bots and their API.<br></span> | |
<span>Having only started programming by then, it proved to be a great opportunity for me to learn and test my skills while making helpful utilities for my daily use. | |
Throughout the years, it has evolved from a single 8ball to 50+ different commands, hardcoded values to per-guild configs, and from one giant class filled with if-elses to a multithreaded framework supporting nested subcommands.<br></span> | |
<span>It is currently semi-public as there are still a lot left to do; However, feel free to add it to any servers if you find it useful too 😊</span> | |
</p> | |
<p class="smaller">View in <a href="https://stash.despawningbone.me/diffusion/DESB/" class="nav-link inline">codestash</a> · Project since Jan 2017</p> | |
</div> | |
<div class="splitview my-auto row"><img class="img-fluid mx-auto" src="images/despbot.png"></img></div> | |
</div> | |
<div class="w-100 mx-auto m-5 p-5-flex divider"></div> | |
<div class="text-right info-subsegment" data-aos="fade-up"> | |
<div class="splitview my-auto row"><img class="img-fluid p-5-flex mx-auto" src="images/spigot.jpg"></img></div> | |
<div class="m-auto pr-5 splitview"> | |
<p class="project headings"><a href="https://www.spigotmc.org/resources/authors/despawningbone.256767/" class="nav-link">Spigot Plugins</a></p> | |
<p class="large-content ml-auto"><span>As one of the most fasinating games I've ever played, I've spent countless hours on the technical side of Minecraft, whether it was redstone or command blocks. | |
Eventually, with a private feature being heavily requested on a server I played frequently back then, I decided: why not try programming it myself and give it to the server instead?<br></span> | |
<span>With only basic C knowledge and having only created simple utilities, it proved to be a challenge, but it also was what really sparked my interest in computer science. | |
I created and published several more plugins in the coming years, before moving on to creating custom plugins for vortex network.</span> | |
</p> | |
<p class="smaller">Project since Dec 2016 · on hiatus</p> | |
</div> | |
</div> | |
<div class="w-100 mx-auto mt-5 p-5-flex divider"></div> | |
</div> | |
</div> | |
<footer class="d-flex flex-column w-100 mt-5"> | |
<p class="large-content mx-auto p-2 pt-3">Made from scratch by despawningbone with Bootstrap and AOS - view in <a href="https://stash.despawningbone.me/diffusion/WEB/" class="nav-link inline">codestash</a></p> | |
</footer> | |
<script src="https://code.jquery.com/jquery-3.6.3.min.js" integrity="sha256-pvPw+upLPUjgMXY0G+8O0xUf+/Im1MZjXxxgOcBQBXU=" crossorigin="anonymous"></script> | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script> | |
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script> | |
<script src="https://unpkg.com/aos@next/dist/aos.js"></script> | |
<script src="main.js"></script> | |
</body> | |
</html> |
File Metadata
File Metadata
- Mime Type
- text/html
- Expires
- Mon, Jul 7, 5:11 AM (1 d, 11 h)
- Storage Engine
- local-disk
- Storage Format
- Raw Data
- Storage Handle
- 47/82/b31e593d763ec8af091af50e3809