Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0b79f2d21e
|
||
|
|
7e051cee8e
|
||
|
|
db8db452bc
|
||
|
|
f4fc2b98db | ||
|
|
67eca9f682 | ||
|
|
c3a2d58324 | ||
|
|
6824a1d110 | ||
|
|
d91c55685d |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 7.9 KiB |
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.2 KiB |
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 27 KiB |
@@ -26,7 +26,15 @@
|
||||
animation: fadeIn 1s linear 1.25s forwards;
|
||||
}
|
||||
|
||||
.link img {
|
||||
#bio {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
#socials {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.social-link img {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
@@ -12,18 +12,24 @@
|
||||
<body>
|
||||
<div class="navbar">
|
||||
<a class="active" href="/">Home</a>
|
||||
<a href="projects.html">Projects</a>
|
||||
<a href="projects">Projects</a>
|
||||
<a href="https://git.enumerated.dev/">Gitea Instance</a>
|
||||
</div>
|
||||
<div id="main">
|
||||
<img id="pfp" src="assets/pfp.jpg" alt="Profile Picture">
|
||||
<div id="info">
|
||||
<h1>EnumDev</h1>
|
||||
<span>Computer programmer and Linux enthusiast</span>
|
||||
<br><br>
|
||||
<a class="link" href="https://git.enumerated.dev/EnumDev"><img src="assets/gitea-logo.png" alt="Gitea"></a>
|
||||
<a class="link" href="https://gitlab.com/EnumDev"><img src="assets/gitlab-logo.png" alt="Gitlab"></a>
|
||||
<a class="link" href="https://github.com/EnumuratedDev"><img src="assets/github-logo.png" alt="Github"></a>
|
||||
<div id="bio">
|
||||
<h1>EnumDev</h1>
|
||||
<span>Computer programmer and Linux enthusiast</span>
|
||||
</div>
|
||||
<hr>
|
||||
<div id="socials">
|
||||
<a class="social-link" href="https://git.enumerated.dev/EnumDev"><img src="assets/socials/gitea-logo.png" alt="Gitea"></a>
|
||||
<a class="social-link" href="https://gitlab.com/EnumDev"><img src="assets/socials/gitlab-logo.png" alt="Gitlab"></a>
|
||||
<a class="social-link" href="https://github.com/EnumeratedDev"><img src="assets/socials/github-logo.png" alt="Github"></a>
|
||||
<a class="social-link" href="https://bsky.app/profile/enumerated.dev"><img src="assets/socials/bsky-logo.png" alt="BlueSky"></a>
|
||||
<a class="social-link" href="https://x.com/EnumDev_"><img src="assets/socials/x-logo.png" alt="X/Twitter"></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -1,37 +1,52 @@
|
||||
.project {
|
||||
display: flex;
|
||||
position: relative;
|
||||
min-height: 150px;
|
||||
margin: 25px;
|
||||
padding: 20px;
|
||||
background: #575757;
|
||||
border: 5px solid #9c9c9c;
|
||||
border-radius: 50px;
|
||||
opacity: 0;
|
||||
float: left;
|
||||
clear: both;
|
||||
box-shadow: 10px 10px 5px rgba(0,0,0,0.5);
|
||||
animation: fadeIn 1s forwards;
|
||||
display: flex;
|
||||
position: relative;
|
||||
min-height: 5vh;
|
||||
min-width: 50%;
|
||||
margin: 10px;
|
||||
padding: 20px;
|
||||
background: #575757;
|
||||
border: 5px solid #9c9c9c;
|
||||
border-radius: 50px;
|
||||
opacity: 0;
|
||||
float: left;
|
||||
clear: both;
|
||||
box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);
|
||||
animation: fadeIn 1s forwards;
|
||||
}
|
||||
|
||||
.project img {
|
||||
display: block;
|
||||
float: left;
|
||||
max-height: 100%;
|
||||
width: auto;
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
margin-right: 15px;
|
||||
display: block;
|
||||
float: left;
|
||||
height: 10%;
|
||||
width: 10%;
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
margin-right: 15px;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
.project div {
|
||||
float: right;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.project p {
|
||||
font-size: 1vw;
|
||||
font-size: 2vh;
|
||||
}
|
||||
|
||||
.project a,h1 {
|
||||
color: #7db3ff;
|
||||
.project a {
|
||||
font-size: 4vh;
|
||||
color: #7db3ff;
|
||||
}
|
||||
|
||||
@media only screen and (orientation: portrait) {
|
||||
.projects {
|
||||
display: grid;
|
||||
column-count: 1;
|
||||
}
|
||||
|
||||
.projects img {
|
||||
height: auto !important;
|
||||
width: 20% !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,49 +1,61 @@
|
||||
<!DOCTYPE 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'>
|
||||
<title>Projects</title>
|
||||
</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>
|
||||
<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"
|
||||
/>
|
||||
<title>Projects</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar">
|
||||
<a href="/">Home</a>
|
||||
<a class="active" href="projects">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="projects">
|
||||
<div class="project">
|
||||
<img src="assets/projects/tidelinux.png" alt="Tide Linux" />
|
||||
<div>
|
||||
<a href="https://git.enumerated.dev/tidelinux/"
|
||||
>Tide Linux</a
|
||||
>
|
||||
<p>Tide Linux is an independent linux distribution</p>
|
||||
</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" style="float: right">
|
||||
<img src="assets/projects/bpm.png" alt="BPM" />
|
||||
<div>
|
||||
<a href="https://github.com/EnumeratedDev/bpm">BPM</a>
|
||||
<p>The official package manager for Tide Linux</p>
|
||||
</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>
|
||||
<div class="project">
|
||||
<img src="assets/projects/enit.png" alt="BPM" />
|
||||
<div>
|
||||
<a href="https://github.com/EnumeratedDev/enit">Enit</a>
|
||||
<p>The official init system for Tide Linux</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="project" style="float: right">
|
||||
<img src="assets/projects/stormfetch.png" alt="Stormfetch" />
|
||||
<div>
|
||||
<a href="https://github.com/EnumeratedDev/stormfetch">Stormfetch</a>
|
||||
</a>
|
||||
<p>
|
||||
Stormfetch is a simple linux fetch program written in go
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||