diff --git a/LICENSE b/LICENSE index f0c522d..40a09da 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Pixelated +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: diff --git a/README.md b/README.md index 6ea2914..f3dfcad 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ -# pixelated.sh +

+ +

-The one, the only, pixelated.sh website. \ No newline at end of file +# The Pixelated website +Pixelated is all about making the world a better place, day by day. +A collective focused on development of open-source software (OSS). + +This is the official website of Pixelated. +Founded on the 2nd of September, 2024 by FreedTapestry21, +Pixelated set out to create a wonderful community of people; all connected by free and open-source software (FOSS). + +Visit Pixelated here. diff --git a/assets/fonts/jbmono.woff2 b/assets/fonts/jbmono.woff2 new file mode 100644 index 0000000..8c862e3 Binary files /dev/null and b/assets/fonts/jbmono.woff2 differ diff --git a/assets/js/index.js b/assets/js/index.js new file mode 100644 index 0000000..e69de29 diff --git a/assets/style.css b/assets/style.css new file mode 100644 index 0000000..a1d8a7a --- /dev/null +++ b/assets/style.css @@ -0,0 +1,72 @@ +/* + + Pixelated.sh + Copyright (c) 2024 FreedTapestry21 + +*/ + +@font-face { + font-family: 'Jetbrains Mono'; + src: local(''), + url('./fonts/jbmono.woff2') +} + +:root { + --accent-color: #e7c6ff; + --text-color: #b8c0ff; + --background-color: #191724; +} + +html { + font-family: 'Jetbrains Mono'; +} + +body { + background-color: var(--background-color); +} + +p { + font-size: 18px; + color: var(--text-color); +} + +a { + font-weight: bolder; + color: var(--text-color); + text-decoration: none; +} + +a:hover { + background-color: var(--text-color); + color: var(--background-color); +} + +footer { + text-align: center; +} + +footer p { + font-size: 10px; +} + +/* Custom classes */ + +.invert { + background-color: var(--text-color); + color: var(--background-color); +} + +.psst { + font-style: italic; + font-size: 14px; +} + +.tag { + font-style: italic; + font-size: 15px; + user-select: none; +} + +.no-select { + user-select: none; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..89c743b --- /dev/null +++ b/index.html @@ -0,0 +1,52 @@ + + + + Pixelated + + + + + + +
+
+ +
+

About

+

+ Making the world a better place, day by day.
+ A community focused on the development of open-source software (OSS).
+ Welcome to Pixelated, we hope you enjoy your stay!
+

+
+
+

Services

+

+ > Sharkey: Our self-hosted fediverse instance. Social, Self-hosted
+ > Nextcloud: Our self-hosted Nextcloud instance. Cloud, Self-hosted
+ > Codeberg: Here you'll find all our Git repositories. Code
+ > Minecraft: Our self-hosted Minecraft: Java edition server. Games, Self-hosted
+

+
+
+

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!
+

+
+ + + +