My personal website
at main 46 lines 2.2 kB view raw
1mixin project(title, logoImage, logoAlt, websiteHref, sourceHref) 2 div.col-smol-6.col-med-4.flex.flex-column.flex-justify-between 3 div 4 img.m-center(src=logoImage, alt=logoAlt, title=title, style="height: 70px", loading="lazy") 5 h3.text-center= title 6 p: block 7 8 div 9 if (websiteHref) 10 +link(true, false)(href=websiteHref).btn.btn-primary 11 | Website 12 if (sourceHref) 13 +link(true, false)(href=sourceHref).btn.btn-accent 14 | Source Code 15 16 17div.row 18 div.col 19 h2 Current Projects 20 21div.row 22 +project("Prism Launcher", "img/prismlauncher.svg", "Prism Launcher Logo", "https://prismlauncher.org", "https://github.com/PrismLauncher/PrismLauncher") 23 | A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once. 24 25 +project("nixpkgs", "img/nixos.svg", "NixOS Logo", "https://nixos.org", "https://github.com/NixOS/nixpkgs") 26 | A reproducible toolchain for package management, system configuration and more. 27 28 +project("libvibrant", "img/vibrant.svg", "libvibrant Logo", null, "https://github.com/libvibrant") 29 | A collection of software to adjust color vibrancy and other color correction settings on Linux display servers. 30 31div.row 32 div.col 33 h2 Legacy Projects 34 35div.row 36 +project("PASSY", "img/passy.svg", "PASSY Logo", null, "https://gitlab.com/PASSYpw/PASSY") 37 | A beautiful password manager utilizing modern web technologies. 38 39 +project("Waves.js", "img/waves.js.svg", "Waves.js Logo", null, "https://gitlab.com/PASSYpw/Waves.js") 40 | A JQuery plugin providing authentic Material Design ripples. 41 42 +project("Sprummlbot", "img/sprummlbot.png", "Sprummlbot Logo", "https://scrumplex.rocks/cloud/sprummlbot-archive.tar.bz2", "https://gitlab.com/Scrumplex/Sprummlbot") 43 | A lightweight TeamSpeak 3 ServerAdmin Bot, adding many missing features to TeamSpeak 3 servers. 44 45 +project("ExitNow", "img/exitnow.png", "ExitNow Logo", "", "https://codeberg.org/Scrumplex/ExitNow") 46 | A simple application, providing an easy method to kill foreground windows with a shortcut.