Update projects page
This commit is contained in:
+5
-2
@@ -2,7 +2,8 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 150px;
|
min-height: 150px;
|
||||||
margin: 25px;
|
min-width: 50%;
|
||||||
|
margin: 10px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
background: #575757;
|
background: #575757;
|
||||||
border: 5px solid #9c9c9c;
|
border: 5px solid #9c9c9c;
|
||||||
@@ -22,6 +23,7 @@
|
|||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
margin-bottom: auto;
|
margin-bottom: auto;
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.project div {
|
.project div {
|
||||||
@@ -32,6 +34,7 @@
|
|||||||
font-size: 1vw;
|
font-size: 1vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.project a,h1 {
|
.project a,
|
||||||
|
h1 {
|
||||||
color: #7db3ff;
|
color: #7db3ff;
|
||||||
}
|
}
|
||||||
|
|||||||
+40
-17
@@ -1,12 +1,15 @@
|
|||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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="style.css" />
|
||||||
<link type="text/css" rel="stylesheet" href="projects.css">
|
<link type="text/css" rel="stylesheet" href="projects.css" />
|
||||||
<link rel="icon" type="image/jpg" href="assets/favicon.jpg">
|
<link rel="icon" type="image/jpg" href="assets/favicon.jpg" />
|
||||||
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
|
<link
|
||||||
|
href="https://fonts.googleapis.com/css?family=Roboto"
|
||||||
|
rel="stylesheet"
|
||||||
|
/>
|
||||||
<title>Projects</title>
|
<title>Projects</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -18,30 +21,50 @@
|
|||||||
|
|
||||||
<div class="project">
|
<div class="project">
|
||||||
<div>
|
<div>
|
||||||
<img src="assets/projects/bpm.png" alt="BPM">
|
<img src="assets/projects/tidelinux.png" alt="Tide Linux" />
|
||||||
<div>
|
<div>
|
||||||
<a href="https://git.enumerated.dev/bubble-package-manager/bpm"><h1>Bubble Package Manager - BPM</h1></a>
|
<a href="https://git.enumerated.dev/tidelinux/">
|
||||||
<p>The Bubble Package manager is a simple package manager for linux systems primarily designed for the Tide Linux distribution
|
<h1>Tide Linux</h1>
|
||||||
|
</a>
|
||||||
|
<p>Tide Linux is an independent linux distribution</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="project" style="float: right;">
|
<div class="project" style="float: right">
|
||||||
<div>
|
<div>
|
||||||
<img src="assets/projects/tidelinux.png" alt="Tide Linux">
|
<img src="assets/projects/bpm.png" alt="BPM" />
|
||||||
<div>
|
<div>
|
||||||
<a href="https://gitlab.com/tidelinux"><h1>Tide Linux</h1></a>
|
<a href="https://github.com/EnumeratedDev/bpm">
|
||||||
<p>Tide Linux is an independent linux distribution utilizing BPM as its package manager
|
<h1>BPM</h1>
|
||||||
|
</a>
|
||||||
|
<p>The official package manager for Tide Linux</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="project">
|
<div class="project">
|
||||||
<div>
|
<div>
|
||||||
<img src="assets/projects/stormfetch.png" alt="Stormfetch">
|
<img src="assets/projects/enit.png" alt="BPM" />
|
||||||
<div>
|
<div>
|
||||||
<a href="https://git.enumerated.dev/EnumDev/stormfetch"><h1>Stormfetch</h1></a>
|
<a href="https://github.com/EnumeratedDev/enit">
|
||||||
<p>Stormfetch is a simple linux fetch program written in go with the ability to configure its output in bash
|
<h1>Enit</h1>
|
||||||
|
</a>
|
||||||
|
<p>The official init system for Tide Linux</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="project" style="float: right">
|
||||||
|
<div>
|
||||||
|
<img src="assets/projects/stormfetch.png" alt="Stormfetch" />
|
||||||
|
<div>
|
||||||
|
<a href="https://github.com/EnumeratedDev/stormfetch"
|
||||||
|
><h1>Stormfetch</h1>
|
||||||
|
</a>
|
||||||
|
<p>
|
||||||
|
Stormfetch is a simple linux fetch program written in go
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user