diff --git a/Dockerfile b/Dockerfile index b7eda14..ba63147 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,6 @@ RUN rm -rf /etc/nginx/sites-enabled/default ADD nginx/ /etc/nginx/ ADD www/ /var/html/www/ +EXPOSE 80 + ENTRYPOINT ["nginx"] diff --git a/www/LICENSE b/www/LICENSE new file mode 100644 index 0000000..40a09da --- /dev/null +++ b/www/LICENSE @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) 2024 FreedTapestry21 + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/www/assets/style.css b/www/assets/style.css index a1d8a7a..329b92c 100644 --- a/www/assets/style.css +++ b/www/assets/style.css @@ -26,7 +26,7 @@ body { } p { - font-size: 18px; + font-size: 16px; color: var(--text-color); } @@ -50,6 +50,11 @@ footer p { } /* Custom classes */ +.box { + min-width: 80%; + max-width: 90%; + margin-inline: auto; +} .invert { background-color: var(--text-color); @@ -63,10 +68,27 @@ footer p { .tag { font-style: italic; - font-size: 15px; + font-size: 14px; user-select: none; } .no-select { user-select: none; -} \ No newline at end of file +} + +.center { + text-align: center; +} + +.rule { + font-size: 16px; + font-weight: bold; +} + +.smoll { + font-size: 12px; +} + +.bold {font-weight: bold;} + +.no-background a:hover {background-color: transparent;} \ No newline at end of file diff --git a/www/index.html b/www/index.html index 89c743b..cb241ab 100644 --- a/www/index.html +++ b/www/index.html @@ -8,9 +8,9 @@ -
-
- +
+
+

About

@@ -19,31 +19,38 @@ Welcome to Pixelated, we hope you enjoy your stay!

-
+ + -
+ +

Members

> FreedTapestry21 (they/them) Founder and maintainer of Pixelated

-
+ +

Contact

Do you have any questions, inqueries, or have feedback?
Please reach out to us at info@pixelated.sh.
We look forward to hearing from you!
-
- psst; make sure to check out our official Fediverse account!
+
+ psst; make sure to check out our official Fediverse account!

+ +
+

:3

+