diff --git a/index.html b/index.html new file mode 100644 index 0000000..80c0ad0 --- /dev/null +++ b/index.html @@ -0,0 +1,41 @@ + + + + + landing + + + +
+ +
+

social

+

Sharkey

+

Writefreely

+

Matrix

+
+
+

a/v

+

Invidious

+
+
+

utility

+

Nextcloud

+

SearXNG

+

Forgejo

+
+
+
+

zoner.work is a network of hosted services and community spaces administrated by fennel kora. + this network's purpose is to maintain inclusive, safe spaces for those who need them that stand apart from a corporatized, centralized web.

+

All account-based services are open to registration by invite. Please reach out to fen for details. Sharkey is open for public registrations, + though accounts will still require systematic approval.

+
+
+ + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..1d9a02e --- /dev/null +++ b/style.css @@ -0,0 +1,60 @@ +body { + background-image: url("https://i.zoner.work/firefish/kyushu.jpg"); + background-repeat: no-repeat; + background-attachment: fixed; + background-size: cover; + font-family: sans-serif; + color: white; +} + +.wrapper { + display: flex; + flex-flow: row wrap; + margin-top: 150px; + margin-left: auto; + margin-right: auto; + width: 50%; + min-width: 600px; + padding:2em; + background-color: #0D1117; + border-radius: 40px; + box-shadow: 3px 3px 5px #111111; + justify-content: space-around; +} + +p { + padding: 0px; + margin: 0.8em; + font-size: 0.9em +} + +#linkblock { + flex: 1; + padding-left: 2em; + border-left: 1px solid rgba(255, 255, 255,0.3); +} + +#header { + flex: 2; + text-align: center; + align-items: center; + margin-top: auto; + margin-bottom: auto; +} + +a { + color: white; +} + +a:hover { + color: orangered +} + +#description { + order: 6; + width: 100%; +} + +hr { + margin: 2em; +} \ No newline at end of file