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/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..68dd852 --- /dev/null +++ b/assets/style.css @@ -0,0 +1,57 @@ +/* + + 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: #000000; +} + +html { + font-family: 'Jetbrains Mono'; +} + +body { + background-color: var(--background-color); +} + +p { + font-size: 14px; + 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: 8px; +} + +/* Custom classes */ + +.invert { + background-color: var(--text-color); + color: var(--background-color); +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..5d9d5b7 --- /dev/null +++ b/index.html @@ -0,0 +1,49 @@ + + + + Pixelated + + + + + + +
+
+ +
+

About

+

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

+
+
+

Services

+

+ > Fediverse: Our self-hosted Sharkey instance.
+ > Nextcloud: Our self-hosted member-only Nextcloud instance.
+ > Codeberg: Here you'll find all our Git repositories.
+

+
+
+

Members

+

+ > FreedTapestry21 (they/them) +

+
+
+

Contact

+

+ Are you interested in joining our collective, have any questions, or need assistance?
+ Please reach out to us at info@pixelated.sh.
+ We look forward to hearing from you!
+

+
+ + + + \ No newline at end of file