Merge pull request #2 from chaostreff-alzey/TheLie0-patch-1
The lie0 patch 1 (es lebe die Demokratie)
This commit is contained in:
commit
e008b79e66
2 changed files with 15 additions and 16 deletions
|
@ -4,7 +4,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>Chaostreff Alzey</title>
|
<title>Chaostreff Alzey</title>
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" type="text/css" href="style.css">
|
<link rel="stylesheet" type="text/css" href="style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
@ -14,12 +14,12 @@
|
||||||
<h2>Wer wir sind</h2>
|
<h2>Wer wir sind</h2>
|
||||||
<p>Der Chaostreff Alzey ist ein Ortsverein des Chaos Computer Club e.V. Als lockere Gruppe treffen wir uns um Neuigkeiten aus der Welt der Informatik zu besprechen, sowie um gemeinsam an Projekten zu arbeiten.</p>
|
<p>Der Chaostreff Alzey ist ein Ortsverein des Chaos Computer Club e.V. Als lockere Gruppe treffen wir uns um Neuigkeiten aus der Welt der Informatik zu besprechen, sowie um gemeinsam an Projekten zu arbeiten.</p>
|
||||||
<p>Die wichtigsten Links:
|
<p>Die wichtigsten Links:
|
||||||
<ul>
|
<ul>
|
||||||
<li>Unsere <a href="Satzung.html">Satzung</a>
|
<li>Unsere <a href="Satzung.html">Satzung</a>
|
||||||
<li>Unsere <a href="Gebuehrenordnung.html">Gebührenordnung</a>
|
<li>Unsere <a href="Gebuehrenordnung.html">Gebührenordnung</a>
|
||||||
<li>Die <a href="https://www.ccc.de/de/hackerethik">Hackerethik</a>
|
<li>Die <a href="https://www.ccc.de/de/hackerethik">Hackerethik</a>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2>Zur Website</h2>
|
<h2>Zur Website</h2>
|
||||||
<p>Das Design ist angelehnt an <a href="https://bestmotherfucking.website">dieses</a> Meisterwerk. Der <a href="https://github.com/chaostreff-alzey/chaostreff-alzey.github.io">Qeullcode</a> dieser Website ist auf Github vefügbar.</p>
|
<p>Das Design ist angelehnt an <a href="https://bestmotherfucking.website">dieses</a> Meisterwerk. Der <a href="https://github.com/chaostreff-alzey/chaostreff-alzey.github.io">Quellcode</a> dieser Website ist auf Github vefügbar.</p>
|
||||||
</body>
|
</body>
|
||||||
|
|
25
style.css
25
style.css
|
@ -1,24 +1,23 @@
|
||||||
body{
|
body{
|
||||||
background-repeat: no-repeat;
|
margin:1em auto;
|
||||||
margin:1em auto;
|
max-width:40em;
|
||||||
max-width:40em;
|
padding:0 .62em;
|
||||||
padding:0 .62em;
|
line-height:1.4;
|
||||||
line-height:1.4;
|
font-family: Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
|
||||||
font-family: Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
|
font-size: 20px;
|
||||||
font-size: 20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,h2,h3 {
|
h1,h2,h3 {
|
||||||
line-height:1.1;
|
line-height:1.1;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #CC0000;
|
color: #CC0000;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media print{
|
@media print{
|
||||||
body{
|
body{
|
||||||
max-width:none
|
max-width:none
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue