diff --git a/public/projects.css b/public/projects.css index aa82e33..12c6bbb 100644 --- a/public/projects.css +++ b/public/projects.css @@ -1,37 +1,40 @@ .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: 150px; + 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; + max-height: 100%; + width: auto; + 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: 1vw; } -.project a,h1 { - color: #7db3ff; +.project a, +h1 { + color: #7db3ff; } diff --git a/public/projects.html b/public/projects.html index 8032fe4..fc02b62 100644 --- a/public/projects.html +++ b/public/projects.html @@ -1,49 +1,72 @@ - + - - - - - - - - Projects - - - - -
-
- BPM -
-

Bubble Package Manager - BPM

-

The Bubble Package manager is a simple package manager for linux systems primarily designed for the Tide Linux distribution -

-
-
+ + + + + + + + Projects + + + -
-
- Tide Linux -
-

Tide Linux

-

Tide Linux is an independent linux distribution utilizing BPM as its package manager -

-
-
+
+
+ Tide Linux +
+ +

Tide Linux

+
+

Tide Linux is an independent linux distribution

+
+
+
-
-
- Stormfetch -
-

Stormfetch

-

Stormfetch is a simple linux fetch program written in go with the ability to configure its output in bash -

-
-
- +
+
+ BPM +
+ +

BPM

+
+

The official package manager for Tide Linux

+
+
+
+ +
+
+ BPM +
+ +

Enit

+
+

The official init system for Tide Linux

+
+
+
+ +
+
+ Stormfetch +
+

Stormfetch

+
+

+ Stormfetch is a simple linux fetch program written in go +

+
+
+
+