diff options
author | axtloss <axtlos@disroot.org> | 2024-08-20 01:20:30 +0200 |
---|---|---|
committer | axtloss <axtlos@disroot.org> | 2024-08-20 01:20:30 +0200 |
commit | e235aa6cf4914cbff6c72f19e0fcf6888da349f7 (patch) | |
tree | 0d488cadc02706aa2c7652b42e4f21342125c5f7 /portfolio.html | |
parent | 479414a93ae03a4463c16d54b39cd155b1e04683 (diff) | |
download | website-e235aa6cf4914cbff6c72f19e0fcf6888da349f7.tar.gz website-e235aa6cf4914cbff6c72f19e0fcf6888da349f7.tar.bz2 |
yayyy new website!!
Diffstat (limited to 'portfolio.html')
-rw-r--r-- | portfolio.html | 75 |
1 files changed, 0 insertions, 75 deletions
diff --git a/portfolio.html b/portfolio.html deleted file mode 100644 index 5ba0c8f..0000000 --- a/portfolio.html +++ /dev/null @@ -1,75 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="utf-8"/> - <meta name="viewport" content="width=device-width, initial-scale=1.0"/> - <link rel="stylesheet" href="./style.css" type="text/css" media="all"/> - <title>Portfolio(7)</title> -</head> -<body> - <script src="./antiChrome_Brave.js"></script> - -<table class="head"> - <tr> - <td class="head-ltitle">this really</td> - <td class="head-vol">ports my </td> - <td class="head-rtitle">folio</td> - </tr> -</table> -<div class="manual-text"> - <p class="Sh">A list of <a href="https://en.wikipedia.org/wiki/Free_and_open-source_software">Free Software (free as in freedom)</a> I have developed, or am part of. Not all of the listed projects are still under active development.</p> - <p class="Sh">Clicking on the heading of a project will redirect to the website/repository of the project.</p> - <br/> -<section class="Sh"> - <h1 class="Sh" id="fsverify"><a class="permalink" href="https://github.com/axtloss/fsverify">FsVerify (Personal Project)</a></h1> - <p class="Pp">Block Based filesystem verification for immutable Linux Distributions written in golang</p> -</section> -<section class="Sh"> - <h1 class="Sh" id="bvg"><a class="permalink" href="https://github.com/axtloss/fsverify/tree/main/fbwarn">BVG - Basic Vector Graphics (Personal Project)</a></h1> - <p class="Pp">Custom made vector graphic format for use with FsVerify, the parser (fbwarn) is written in C using raylib</p> - <img src="https://github.com/axtloss/fsverify/raw/main/logo.png" width="400" height="300" alt="The FsVerify logo drawn with BVG"/> -</section> -<section class="Sh"> - <h1 class="Sh" id="vib"><a class="permalink" href="https://vib.vanillaos.org">vib - Vanilla Image Builder (Maintainer, Collaboration)</a></h1> - <p clsas="Pp">Building docker images using yaml recipes, written in golang</p> - <p class="Pp">Personally built plugin support into vib, including an API and <a href="https://github.com/Vanilla-OS/vib-plugin">github CI</a> to automate building plugins <a href="https://github.com/Vanilla-OS/Vib/pull/12">(view pr)</a></p> -</section> -<section class="Sh"> - <h1 class="Sh" id="vso"><a class="permalink" href="https://github.com/vanilla-os/vanilla-system-operator">Vanilla System Operator (Collaboration)</a></h1> - <p class="Pp">Tool to manage Vanilla OS installations</p> - <p class="Pp">Personally built in Waydroid integration, including a package manager using f-droid repositories (view MRs: <a href="https://github.com/Vanilla-OS/vanilla-system-operator/pull/64">1</a>, <a href="https://github.com/Vanilla-OS/desktop-image/pull/20">2</a>, <a href="https://github.com/Vanilla-OS/desktop-image/pull/31">3</a>, <a href="https://github.com/Vanilla-OS/desktop-image/pull/102">4</a>, <a href="https://github.com/Vanilla-OS/waydroid-image/pull/8">5</a>, <a href="https://github.com/Vanilla-OS/desktop-image/pull/105">6</a>)</p> -</section> -<section class="Sh"> - <h1 class="Sh" id="fsguard"><a class="permalink" href="https://github.com/linux-immutability-tools/fsguard">FsGuard (Maintainer, Collaboration / Personal Project)</a></h1> - <p class="Pp">File tree based Filesystem integrity verification, fully written in go and used by Vanilla OS through <a href="https://github.com/Vanilla-OS/fswarn">fswarn</a></p> -</section> -<section class="Sh"> - <h1 class="Sh" id="jade"><a class="permalink" href="https://gitlab.com/crystal-linux/software/jade">jade (Collaboration / Personal Project)</a></h1> - <p class="Pp">Installer backend for Crystal Linux, written in rust <a href="https://github.com/crystal-linux/jade">(older history on github)</a></p> -</section> -<section class="Sh"> - <h1 class="Sh" id="jade-gui"><a class="permalink" href="https://gitlab.com/crystal-linux/software/jade-gui">jade-gui (Collaboration / Personal Project)</a></h1> - <p class="Pp">Graphical frontend for Jade, written in python using gtk4 and libadwaita <a href="https://github.com/crystal-linux/jade-gui">(older history on github)</a></p> -</section> -<section class="Sh"> - <h1 class="Sh" id="jshipit"><a class="permalink" href="https://github.com/axtloss/JshipIT">JshipIT (Personal Project)</a></h1> - <p class="Pp">OCI client written in Java similiar to podman/docker with a focus on using containers as a form of isolated environments, similiar to Distrobox and Toolbx</p> -</section> -<section class="Sh"> - <h1 class="Sh" id="flatpaks"><a class="permalink" href="https://github.com/axtloss/flatpaks">Flatpak Packages (Personal Project)</a></h1> - <p class="Pp">Miscellaneous Flatpak Packages for some software I use</p> -</section> -<section class="Sh"> - <h1 class="Sh" id="linuxflatpak"><a class="permalink" href="https://github.com/axtloss/Linux-flatpak">Linux Flatpak (Personal Project)</a></h1> - <p class="Pp">A proof-of-concept that packages a build of the Linux kernel as a flatpak, while still being able to be used by the system</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">March 12, 2024</td> - <td class="foot-home"><a href="https://xenia.blahaj.land">Go To Main Page</a></td> -<td class="foot-os">Linux 6.6.21</td> - </tr> -</table> -</body> -</html> |