diff --git a/datenschutz.html b/datenschutz.html index 846d7e3..31e7596 100644 --- a/datenschutz.html +++ b/datenschutz.html @@ -1,3 +1,4 @@ + @@ -5,12 +6,30 @@ freibier.cc - -
- freibier.cc +
+ +
+ + + +
+ + + +
+
+

Datenschutzerklärung

@@ -73,7 +92,9 @@ widerrufen möchten, wenden Sie sich bitte an folgende E-Mail-Adresse: info@frei

-

+

+
+
diff --git a/impressum.html b/impressum.html index c4f0824..dbd2bb2 100644 --- a/impressum.html +++ b/impressum.html @@ -6,13 +6,32 @@ freibier.cc - -
- freibier.cc +
+
+ + + +
+ + + + + +
+
+

Impressum

Angaben gemäß § 5 TMG

@@ -37,7 +56,11 @@

Wir sind nicht bereit oder verpflichtet, an Streitbeilegungsverfahren vor einer Verbraucherschlichtungsstelle teilzunehmen.

Quelle: e-recht24.de

- +
+
+ + +
diff --git a/index.html b/index.html index 44a0241..70ee868 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ freibier.cc - + @@ -29,8 +29,15 @@
-

Willkommwn bei Freibier.cc

-

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

+

Willkommen bei Freibier.cc

+

Wir sind zwei Regensburger Brauer, die es sich zur Aufgabe gemacht haben freies Bier zu brauen. Das heißt, wir veröffentlichen alle unsere Rezepte und Protokolle online.

+

Hier kannst Du nachschauen, welche Rohstoffe wir für welches Bier verwendet haben: Welches Malz, welcher Hopfen, welcher Hefestamm und wieviel genau wovon. + Du kannst jedes unserer Rezepte auch selbst nachbrauen. Scanne einfach den Code auf einer unserer Flaschen, oder folge dem Link auf der Flasche + (zusammengesetzt aus https://frbr.cc/mhd/ und dem Mindesthaltbarkeitsdatum), + und Du erfährst chargengenau, wie Dein Bier gebraut wurde.

+

Ein Programmierer würde sagen unser Produkt ist open source.
+ Ein Verbraucherschützer würde es transparent nennen.
+ Wir sagen es ist frei: frei gebraut - frei verfügbar - frei verkäuflich. Und lecker!

Brauen im Waschraum
- wie alles begann

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

diff --git a/style/freibier.css b/style/freibier.css index 3ac2900..54ac594 100644 --- a/style/freibier.css +++ b/style/freibier.css @@ -25,10 +25,10 @@ h3 {color: black; font-weight: bold; font-style: normal; font-size: 110%; } -a:link { text-decoration: underline; color: fuchsia; } -a:visited { text-decoration: underline; color: purple; } -a:hover { text-decoration: underline; color: navy; } -a:active { text-decoration: underline; color: navy; } +a:link {text-decoration: none; font-family: 'HKGroteskBold'; color: fuchsia; } +a:visited {text-decoration: none;font-family: 'HKGroteskBold'; color: purple; } +a:hover {text-decoration: none; font-family: 'HKGroteskBold'; color: navy; } +a:active {text-decoration: none; font-family: 'HKGroteskBold'; color: navy; } td {color: black; font-family: 'HKGroteskRegular'; font-weight: normal; @@ -139,6 +139,7 @@ pre {color: grey; } .header li a { + font-family: 'HKGroteskRegular'; display: block; padding: 1em 1em; border-right: 1px solid #f4f4f4; @@ -148,6 +149,7 @@ pre {color: grey; .header li a:hover, .header .menu-btn:hover { + font-family: 'HKGroteskRegular'; background-color: #f4f4f4; text-decoration: underline; color: navy; }