diff --git a/aboutus.html b/aboutus.html index d5e820f..dc1e9b8 100644 --- a/aboutus.html +++ b/aboutus.html @@ -23,6 +23,7 @@ Merch About Us Credits + Projects Current Version: 0.4.6
Download diff --git a/branches.html b/branches.html index a99c861..b0eb5ee 100644 --- a/branches.html +++ b/branches.html @@ -19,11 +19,12 @@
- +

70k+ Downloads

diff --git a/credits.html b/credits.html index 446bd6b..e924ee9 100644 --- a/credits.html +++ b/credits.html @@ -23,6 +23,7 @@ Merch About Us Credits + Projects Current Version: 0.4.6
Download diff --git a/downloads.html b/downloads.html index 588aec5..6f7d1d4 100644 --- a/downloads.html +++ b/downloads.html @@ -35,7 +35,6 @@ Downloads - 0.4.6 0.4.5 0.4.4 0.4.3 diff --git a/index.html b/index.html index 5d2b8f6..6f11d66 100644 --- a/index.html +++ b/index.html @@ -23,6 +23,7 @@ Merch About Us Credits + Projects Current Version: 0.4.6
Download @@ -69,9 +70,6 @@ -
downarrow diff --git a/media/Projects-Banner.png b/media/Projects-Banner.png new file mode 100644 index 0000000..0270df7 Binary files /dev/null and b/media/Projects-Banner.png differ diff --git a/media/Team-Banner.png b/media/Team-Banner.png index a315c39..eae3651 100644 Binary files a/media/Team-Banner.png and b/media/Team-Banner.png differ diff --git a/media/projects/PenguCC-Kyrial-0.0.2.png.256x256_q95_crop.jpg b/media/projects/PenguCC-Kyrial-0.0.2.png.256x256_q95_crop.jpg new file mode 100644 index 0000000..7ded878 Binary files /dev/null and b/media/projects/PenguCC-Kyrial-0.0.2.png.256x256_q95_crop.jpg differ diff --git a/media/projects/PenguCC-LethalExtendedModManager-0.4.6.png.256x256_q95_crop.png b/media/projects/PenguCC-LethalExtendedModManager-0.4.6.png.256x256_q95_crop.png new file mode 100644 index 0000000..5ec93ed Binary files /dev/null and b/media/projects/PenguCC-LethalExtendedModManager-0.4.6.png.256x256_q95_crop.png differ diff --git a/media/style.css b/media/style.css index 9b8edfb..cea8a60 100644 --- a/media/style.css +++ b/media/style.css @@ -235,6 +235,21 @@ body { background-position: 50% 50%; } +.projects-background { + padding-top: calc(var(--nice-padding) + 2rem); + display:flex; + width: 100%; + align-self: center; + flex-direction: column; + align-items: center; + align-content: center; + justify-content: center; + background: rgba(0, 0, 0, .5) url('./Projects-Banner.png'); + background-blend-mode: darken; + background-repeat: no-repeat; + background-position: 50% 50%; +} + .main1_logo_a { margin-bottom: var(--nice-padding); cursor: default; diff --git a/projects.html b/projects.html new file mode 100644 index 0000000..8723d65 --- /dev/null +++ b/projects.html @@ -0,0 +1,102 @@ + + + + + + + LE | Projects + + + + + + + + + + + + +
+ +
+ logo + +
+ +
+ +
+
+
+ + +
+
+
+
+ + + +
+
+
+ Mods + + + + diff --git a/static/css/home.css b/static/css/home.css index 5cac220..636a5d2 100644 --- a/static/css/home.css +++ b/static/css/home.css @@ -81,10 +81,14 @@ body { background-color: #7289DA; } -.installer { +.thunderstore { background-color: #0b82e4; } +.nexus { + background-color: #d98f40; +} + .stable { background-color: #53c213; }