Changed file structure again
This commit is contained in:
parent
f1017e803c
commit
d108e61f79
7 changed files with 1 additions and 1 deletions
59
index.html
59
index.html
|
@ -1,59 +0,0 @@
|
|||
<!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 class="box">
|
||||
<div class="center no-background">
|
||||
<a href="/"><img height="100vh" src="https://mirror.pixelated.sh/icons/pixelated/logo-512.png"></img></a>
|
||||
</div>
|
||||
<p class="invert">About</p>
|
||||
<p>
|
||||
Making the world a better place, day by day. <br>
|
||||
Welcome to our cozy corner of the internet called Pixelated. <br>
|
||||
We hope you pixels enjoy your stay! <br>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<p class="invert">Services</p>
|
||||
<p>
|
||||
<a href="https://social.pixelated.sh" target="_blank">> Pixelated Universe: Our self-hosted fediverse instance.</a> <span class="tag">Social</span><br>
|
||||
<a href="https://cloud.pixelated.sh" target="_blank">> Pixelated Galaxy: Our self-hosted Nextcloud instance.</a> <span class="tag">Cloud</span><br>
|
||||
<a href="https://git.pixelated.sh" target="_blank">> Pixelated Archives: Our self-hosted Git instance.</a> <span class="tag">Code</span><br>
|
||||
<a href="/minecraft">> Pixelated Arts And Crafts: Our self-hosted Minecraft: Java edition server.</a> <span class="tag">Games</span><br>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<p class="invert">Maintainer(s)</p>
|
||||
<p>
|
||||
<a href="https://freed.place" target="_blank">> FreedTapestry21 (she/her)</a> <span class="tag">Maintainer of infrastructure</span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<p class="invert">Contact</p>
|
||||
<p>
|
||||
Do you have any questions, inqueries, or have feedback? <br>
|
||||
Please contact a maintainer, or reach out to us at: <br>
|
||||
<a href="mailto:info@pixelated.sh" target="_blank">> E-Mail: info@pixelated.sh</a> <br>
|
||||
<a href="https://floss.social/@pixelated" target="_blank" rel="me">> Fediverse: @pixelated@floss.social</a> <br>
|
||||
We look forward to hearing from you! <br>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<p class="invert">:3</p>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p><a href="/LICENSE" target="_blank">Copyright (c) 2024-2025 FreedTapestry21</a><span class="no-select"> | </span><a href="https://mirror.pixelated.sh/docs/global/PRIVACY" target="_blank">Privacy policy</a></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue