Compare commits

...

9 commits
office ... main

Author SHA1 Message Date
75bafa3589 Merge pull request 'Add closing span tags' (#6) from bobidle/webseite-krautspace:span into main
Reviewed-on: http://kqfdxjpzqt345qplxy6yrgkj4rotfokskmxyqz5a4t4yewg6n62ea2ad.onion/Krautspace/webseite-krautspace/pulls/6
2024-07-20 15:23:13 +02:00
d945d70f74 Add closing span tags 2024-07-12 17:38:10 +02:00
b0cad50b88 Merge pull request 'close section tags' (#5) from bobidle/webseite-krautspace:section into main
Reviewed-on: http://kqfdxjpzqt345qplxy6yrgkj4rotfokskmxyqz5a4t4yewg6n62ea2ad.onion/Krautspace/webseite-krautspace/pulls/5
Reviewed-by: Jens Kubieziel <qbi@noreply.git.kraut.space>
2024-07-12 16:59:31 +02:00
3426d15a56 Merge pull request 'Remove question mark from http to https redirects' (#3) from bobidle/webseite-krautspace:http_redirect into main
Reviewed-on: http://kqfdxjpzqt345qplxy6yrgkj4rotfokskmxyqz5a4t4yewg6n62ea2ad.onion/Krautspace/webseite-krautspace/pulls/3
Reviewed-by: Jens Kubieziel <qbi@noreply.git.kraut.space>
2024-07-12 16:58:42 +02:00
e3d5307fb1 Merge pull request 'Remove invalid file from canonical link' (#2) from bobidle/webseite-krautspace:canonical into main
Reviewed-on: http://kqfdxjpzqt345qplxy6yrgkj4rotfokskmxyqz5a4t4yewg6n62ea2ad.onion/Krautspace/webseite-krautspace/pulls/2
Reviewed-by: Jens Kubieziel <qbi@noreply.git.kraut.space>
2024-07-12 16:57:39 +02:00
afe6e641c3 Merge pull request 'Use office@ as contact address' (#4) from bobidle/webseite-krautspace:office into main
Reviewed-on: http://kqfdxjpzqt345qplxy6yrgkj4rotfokskmxyqz5a4t4yewg6n62ea2ad.onion/Krautspace/webseite-krautspace/pulls/4
Reviewed-by: Jens Kubieziel <qbi@noreply.git.kraut.space>
2024-07-12 16:56:32 +02:00
b45ca84776 close section tags 2024-07-09 13:48:16 +02:00
fd8bf45cee Remove question mark from http to https redirects 2024-07-07 12:11:41 +02:00
c191f5c324 Remove invalid file from canonical link 2024-07-06 13:40:04 +02:00
2 changed files with 9 additions and 9 deletions

View file

@ -11,7 +11,7 @@ server {
error_page 404 =301 https://wiki.kraut.space$request_uri;
location / {
return 301 https://$host$request_uri?;
return 301 https://$host$request_uri;
}
location /chaostreff {

View file

@ -18,7 +18,7 @@
krautspace" />
<meta property="og:locale" content="de_DE" />
<meta property="og:image" content="https://kraut.space/favicon.ico" />
<link rel="canonical" href="https://kraut.space/index.html" />
<link rel="canonical" href="https://kraut.space/" />
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="shortcut icon" href="favicon.ico"/>
<title>kraut.space - Homepage</title>
@ -145,7 +145,7 @@
Jabber oder Matrix. Auf Wunsch richten wir dir auch gern einen
Account ein.
</p>
<section>
</section>
</div>
<div id="treffpunkte" class="panel-wrapper content-overlay">
@ -233,7 +233,7 @@
</aside>
</div>
<section>
</section>
</div> <!-- end class panel-wrapper content-overlay -->
@ -355,7 +355,7 @@
<div class="sub-panel">
<h4>Kontakt</h4>
<ul>
<li><span class="no-wrap">Hackspace Jena e.&#x202f;V.</li>
<li><span class="no-wrap">Hackspace Jena e.&#x202f;V.</span></li>
<li>Krautgasse 26</li>
<li>07743 Jena</li>
<li role="link">E-Mail: <a href="mailto:office@kraut.space"
@ -380,10 +380,10 @@
<div class="sub-panel">
<h4>Bankverbindung</h4>
<ul>
<li><span class="no-wrap">Inhaber: Hackspace Jena e.&#x202f;V.</li>
<li><span class="no-wrap">IBAN: DE55 8309 4495 0003 1839 12</li>
<li><span class="no-wrap">BIC: GENO DE F1 ETK</li>
<li><span class="no-wrap">Bank: Ethikbank Eisenberg</li>
<li><span class="no-wrap">Inhaber: Hackspace Jena e.&#x202f;V.</span></li>
<li><span class="no-wrap">IBAN: DE55 8309 4495 0003 1839 12</span></li>
<li><span class="no-wrap">BIC: GENO DE F1 ETK</span></li>
<li><span class="no-wrap">Bank: Ethikbank Eisenberg</span></li>
</ul>
</div> <!-- end class sub-panel -->