Updated content
This commit is contained in:
parent
6d7d3b8f04
commit
6f8fbaf32a
@ -14,7 +14,7 @@
|
|||||||
:root {
|
:root {
|
||||||
--accent-color: #e7c6ff;
|
--accent-color: #e7c6ff;
|
||||||
--text-color: #b8c0ff;
|
--text-color: #b8c0ff;
|
||||||
--background-color: #000000;
|
--background-color: #191724;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
@ -58,5 +58,15 @@ footer p {
|
|||||||
|
|
||||||
.psst {
|
.psst {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-size: 12px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tag {
|
||||||
|
font-style: italic;
|
||||||
|
font-size: 15px;
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.no-select {
|
||||||
|
user-select: none;
|
||||||
|
}
|
20
index.html
20
index.html
@ -15,38 +15,38 @@
|
|||||||
<p class="invert">About</p>
|
<p class="invert">About</p>
|
||||||
<p>
|
<p>
|
||||||
Making the world a better place, day by day. <br>
|
Making the world a better place, day by day. <br>
|
||||||
A collective focused on development of open-source software (OSS). <br>
|
A community focused on the development of open-source software (OSS). <br>
|
||||||
This is Pixelated, we hope you enjoy your stay! <br>
|
Welcome to Pixelated, we hope you enjoy your stay! <br>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<p class="invert">Services</p>
|
<p class="invert">Services</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://social.pixelated.sh" target="_blank">> Fediverse: Our self-hosted Sharkey instance.</a> <br>
|
<a href="https://social.pixelated.sh" target="_blank">> Sharkey: Our self-hosted fediverse instance.</a> <span class="tag">Social, Self-hosted</span><br>
|
||||||
<a href="https://cloud.pixelated.sh" target="_blank">> Nextcloud: Our self-hosted Nextcloud instance.</a> <br>
|
<a href="https://cloud.pixelated.sh" target="_blank">> Nextcloud: Our self-hosted Nextcloud instance.</a> <span class="tag">Cloud, Self-hosted</span><br>
|
||||||
<a href="https://mirror.pixelated.sh/docs/services/MINECRAFT" target="_blank">> Minecraft: Our self-hosted Minecraft: Java edition server. </a> <br>
|
<a href="https://codeberg.org/pixelated" target="_blank">> Codeberg: Here you'll find all our Git repositories.</a> <span class="tag">Code</span><br>
|
||||||
<a href="https://codeberg.org/pixelated" target="_blank">> Codeberg: Here you'll find all our Git repositories. </a> <br>
|
<a href="https://mirror.pixelated.sh/docs/services/MINECRAFT" target="_blank">> Minecraft: Our self-hosted Minecraft: Java edition server.</a> <span class="tag">Games, Self-hosted</span><br>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<p class="invert">Members</p>
|
<p class="invert">Members</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://freed.place" target="_blank">> FreedTapestry21 (they/them)</a> <span class="psst">Founder and maintainer of Pixelated</span>
|
<a href="https://freed.place" target="_blank">> FreedTapestry21 (they/them)</a> <span class="tag">Founder and maintainer of Pixelated</span>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<p class="invert">Contact</p>
|
<p class="invert">Contact</p>
|
||||||
<p>
|
<p>
|
||||||
Are you interested in joining our collective, have any questions, or need assistance? <br>
|
Do you have any questions, inqueries, or have feedback? <br>
|
||||||
Please reach out to us at <a href="mailto:info@pixelated.sh" target="_blank">info@pixelated.sh</a>. <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>
|
We look forward to hearing from you! <br>
|
||||||
<br>
|
<br>
|
||||||
<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>
|
<span class="psst">psst; make sure to check out our <a href="https://floss.social/@pixelated" target="_blank" rel="me">official Fediverse account</a>!</span> <br>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer>
|
<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>
|
<p><a href="LICENSE" target="_blank">Copyright (c) 2024 FreedTapestry21</a><span class="no-select"> | </span><a href="https://mirror.pixelated.sh/docs/global/PRIVACY" target="_blank">Privacy policy</a></p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user