Add favicon logo and update privacy policy styling

This uses the correct styling for the privacy policy and adds the logo
as the favicon.
pull/2/head
Benjamin Bädorf 2022-06-04 14:59:24 +02:00
parent a6a65e8058
commit 7c5477a20b
No known key found for this signature in database
GPG Key ID: 4406E80E13CD656C
4 changed files with 47 additions and 14 deletions

View File

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8" />
<title>Pub Solar</title>
<link rel="shortcut icon" href="/assets/pubsolar.svg" />
<meta name="theme-color" content="#000000" id="theme-color" />
<meta name="description" content="Fucking free">
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1.0 user-scalable=no">
@ -30,7 +31,7 @@
</ul>
<p>Auf unseren Mastodon und Matrix Instanzen ist die Registrierung für alle offen. Wenn Du (oder dein Verein, oder deine Familie) gerne unsere Nextcloud benutzen möchten, schreib uns gerne an.</p>
<p>Du kannst uns via <a href="https://matrix.to/#/#general:pub.solar?via=chat.pub.solar">Matrix</a> und <a href="https://mastodon.pub.solar/@teutat3s">Mastodon</a> erreichen, oder eine Mail an <a href="mailto:admins@pub.solar">admins@pub.solar</a> schicken.</p>
<p>Du kannst uns via <a href="https://matrix.to/#/#general:pub.solar?via=chat.pub.solar">Matrix</a> und <a href="https://mastodon.pub.solar/@teutat3s">Mastodon</a> erreichen, oder eine Mail an <a href="mailto:crew@pub.solar">crew@pub.solar</a> schicken.</p>
<h2>Impressum</h2>
<p>
@ -39,7 +40,7 @@
c/o MiOM 202,<br>
Wilhelm-Mauser-Straße 47 Halle 5,<br>
D-50827 Köln,<br><br>
<a href="mailto:admins@pub.solar">admins@pub.solar</a>
<a href="mailto:crew@pub.solar">crew@pub.solar</a>
</p>
<h3>Unsere Satzung</h3>
@ -65,7 +66,7 @@
</ul>
<p>Our Mastodon and Matrix instances are publicly open for registration. If you (or your non profit, or your family) would like to use our Nextcloud, send us a message.</p>
<p>You can reach us via <a href="https://matrix.to/#/#general:pub.solar?via=chat.pub.solar">Matrix</a> and <a href="https://mastodon.pub.solar/@teutat3s">Mastodon</a>, or send a mail to <a href="mailto:admins@pub.solar">admins@pub.solar</a>.</p>
<p>You can reach us via <a href="https://matrix.to/#/#general:pub.solar?via=chat.pub.solar">Matrix</a> and <a href="https://mastodon.pub.solar/@crew">Mastodon</a>, or send a mail to <a href="mailto:crew@pub.solar">crew@pub.solar</a>.</p>
<h2>Imprint</h2>
<p>
@ -74,7 +75,7 @@
c/o MiOM 202,<br>
Wilhelm-Mauser-Straße 47 Halle 5,<br>
D-50827 Köln,<br><br>
<a href="mailto:admins@pub.solar">admins@pub.solar</a>
<a href="mailto:crew@pub.solar">crew@pub.solar</a>
</p>
<h3>Our Statutes</h3>

BIN
assets/pubsolar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8" />
<title>Pub Solar</title>
<link rel="shortcut icon" href="/assets/pubsolar.svg" />
<meta name="theme-color" content="#000000" id="theme-color" />
<meta name="description" content="Fucking free">
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1.0 user-scalable=no">

File diff suppressed because one or more lines are too long