49 lines
1.6 KiB
HTML
49 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link type="text/css" rel="stylesheet" href="style.css">
|
|
<link type="text/css" rel="stylesheet" href="projects.css">
|
|
<link rel="icon" type="image/jpg" href="assets/favicon.jpg">
|
|
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
|
|
</head>
|
|
<body>
|
|
<div class="navbar">
|
|
<a href="/">Home</a>
|
|
<a class="active" href="projects.html">Projects</a>
|
|
<a href="https://git.enumerated.dev/">Gitea Instance</a>
|
|
</div>
|
|
|
|
<div class="project">
|
|
<div>
|
|
<img src="assets/bpm.png" alt="BPM">
|
|
<div>
|
|
<a href="https://git.enumerated.dev/bubble-package-manager/bpm"><h1>Bubble Package Manager - BPM</h1></a>
|
|
<p>The Bubble Package manager is a simple package manager for linux systems primarily designed for the Tide Linux distribution
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="project" style="float: right;">
|
|
<div>
|
|
<img src="assets/tidelinux.png" alt="Tide Linux">
|
|
<div>
|
|
<a href="https://gitlab.com/tidelinux"><h1>Tide Linux</h1></a>
|
|
<p>Tide Linux is an independent linux distribution utilizing BPM as its package manager
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="project">
|
|
<div>
|
|
<img src="assets/stormfetch.png" alt="Stormfetch">
|
|
<div>
|
|
<a href="https://git.enumerated.dev/EnumDev/stormfetch"><h1>Stormfetch</h1></a>
|
|
<p>Stormfetch is a simple linux fetch program written in go with the ability to configure its output in bash
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|