2024-09-03 23:26:58 +02:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< title > Pixelated< / title >
< link rel = "stylesheet" href = "assets/style.css" >
< link rel = "icon" type = "image/x-icon" href = "https://mirror.pixelated.sh/icons/pixelated/logo-512.png" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< meta name = "format-detection" content = "telephone=no" >
< / head >
< body >
< div >
< div style = "text-align: center;" >
< img height = "100vh" src = "https://mirror.pixelated.sh/icons/pixelated/logo-512.png" > < / img >
< / div >
< p class = "invert" > About< / p >
< p >
Making the world a better place, day by day. < br >
A collective focused on development of open-source software (OSS). < br >
This is Pixelated, we hope you enjoy your stay! < br >
< / p >
< / div >
< div >
< p class = "invert" > Services< / p >
< p >
< a href = "https://social.pixelated.sh" target = "_blank" > > Fediverse: Our self-hosted Sharkey instance.< / a > < br >
2024-09-22 15:09:44 +02:00
< a href = "https://cloud.pixelated.sh" target = "_blank" > > Nextcloud: Our self-hosted Nextcloud instance.< / a > < br >
2024-09-22 15:24:39 +02:00
< a href = "https://mirror.pixelated.sh/docs/services/MINECRAFT" target = "_blank" > > Minecraft: Our self-hosted Minecraft: Java edition server. < / a > < br >
2024-09-03 23:26:58 +02:00
< a href = "https://codeberg.org/pixelated" target = "_blank" > > Codeberg: Here you'll find all our Git repositories. < / a > < br >
< / p >
< / div >
< div >
< p class = "invert" > Members< / p >
< p >
2024-09-22 15:09:44 +02:00
< a href = "https://freed.place" target = "_blank" > > FreedTapestry21 (they/them)< / a > < span class = "psst" > Founder and maintainer of Pixelated< / span >
2024-09-03 23:26:58 +02:00
< / p >
< / div >
< div >
< p class = "invert" > Contact< / p >
< p >
Are you interested in joining our collective, have any questions, or need assistance? < br >
Please reach out to us at < a href = "mailto:info@pixelated.sh" target = "_blank" > info@pixelated.sh< / a > . < br >
We look forward to hearing from you! < br >
2024-09-06 12:51:13 +02:00
< br >
2024-09-22 15:24:39 +02:00
< span class = "psst" > psst; you can also check out our < a href = "https://floss.social/@pixelated" target = "_blank" rel = "me" > official Fediverse account< / a > for announcements, updates and other news.< / span > < br >
2024-09-03 23:26:58 +02:00
< / p >
< / div >
< footer >
< p > < a href = "LICENSE" target = "_blank" > Copyright (c) 2024 FreedTapestry21< / a > | < a href = "https://mirror.pixelated.sh/docs/global/PRIVACY" target = "_blank" > Privacy policy< / a > < / p >
< / footer >
< / body >
2024-09-06 12:51:13 +02:00
< / html >