Fix projects page scaling
This commit is contained in:
+12
-23
@@ -15,52 +15,41 @@
|
||||
<body>
|
||||
<div class="navbar">
|
||||
<a href="/">Home</a>
|
||||
<a class="active" href="projects.html">Projects</a>
|
||||
<a class="active" href="projects">Projects</a>
|
||||
<a href="https://git.enumerated.dev/">Gitea Instance</a>
|
||||
</div>
|
||||
|
||||
<div class="project">
|
||||
<div>
|
||||
<div class="projects">
|
||||
<div class="project">
|
||||
<img src="assets/projects/tidelinux.png" alt="Tide Linux" />
|
||||
<div>
|
||||
<a href="https://git.enumerated.dev/tidelinux/">
|
||||
<h1>Tide Linux</h1>
|
||||
</a>
|
||||
<a href="https://git.enumerated.dev/tidelinux/"
|
||||
>Tide Linux</a
|
||||
>
|
||||
<p>Tide Linux is an independent linux distribution</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="project" style="float: right">
|
||||
<div>
|
||||
<div class="project" style="float: right">
|
||||
<img src="assets/projects/bpm.png" alt="BPM" />
|
||||
<div>
|
||||
<a href="https://github.com/EnumeratedDev/bpm">
|
||||
<h1>BPM</h1>
|
||||
</a>
|
||||
<a href="https://github.com/EnumeratedDev/bpm">BPM</a>
|
||||
<p>The official package manager for Tide Linux</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="project">
|
||||
<div>
|
||||
<div class="project">
|
||||
<img src="assets/projects/enit.png" alt="BPM" />
|
||||
<div>
|
||||
<a href="https://github.com/EnumeratedDev/enit">
|
||||
<h1>Enit</h1>
|
||||
</a>
|
||||
<a href="https://github.com/EnumeratedDev/enit">Enit</a>
|
||||
<p>The official init system for Tide Linux</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="project" style="float: right">
|
||||
<div>
|
||||
<div class="project" style="float: right">
|
||||
<img src="assets/projects/stormfetch.png" alt="Stormfetch" />
|
||||
<div>
|
||||
<a href="https://github.com/EnumeratedDev/stormfetch"
|
||||
><h1>Stormfetch</h1>
|
||||
<a href="https://github.com/EnumeratedDev/stormfetch">Stormfetch</a>
|
||||
</a>
|
||||
<p>
|
||||
Stormfetch is a simple linux fetch program written in go
|
||||
|
||||
Reference in New Issue
Block a user