Compare commits

..

No commits in common. "67eca9f68283649ff9f2ba52be1f5c70e74311ad" and "7f645bf66cd1e76f8f2c284e9023e18a2103adae" have entirely different histories.

11 changed files with 11 additions and 25 deletions

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

View File

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -26,15 +26,7 @@
animation: fadeIn 1s linear 1.25s forwards;
}
#bio {
margin-bottom: 20px;
}
#socials {
margin-top: 20px;
}
.social-link img {
.link img {
width: 32px;
height: 32px;
}

View File

@ -18,18 +18,12 @@
<div id="main">
<img id="pfp" src="assets/pfp.jpg" alt="Profile Picture">
<div id="info">
<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/EnumuratedDev"><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>
<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>
</div>
</body>

View File

@ -18,7 +18,7 @@
<div class="project">
<div>
<img src="assets/projects/bpm.png" alt="BPM">
<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
@ -28,7 +28,7 @@
<div class="project" style="float: right;">
<div>
<img src="assets/projects/tidelinux.png" alt="Tide Linux">
<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
@ -38,7 +38,7 @@
<div class="project">
<div>
<img src="assets/projects/stormfetch.png" alt="Stormfetch">
<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