Added theme to datenschutz and impressum, added backlinks to inex
This commit is contained in:
parent
47f6a3c744
commit
2c56b628c4
4 changed files with 68 additions and 15 deletions
|
|
@ -1,3 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
|
|
@ -5,12 +6,30 @@
|
|||
<title>freibier.cc</title>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" media="screen" href="https://test.freibier.cc/style/fonts/HKGrotesk_2466/hk-grotesk.css" type="text/css"/>
|
||||
<link rel="stylesheet" href="./style/bootstrap/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="./style/freibier.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<a href="https://freibier.cc/index.html"><img src="img/logo_freibier_cc_w.svg" alt="freibier.cc" class="center"></a>
|
||||
<div id="wrapper">
|
||||
|
||||
<div class="header">
|
||||
<input class="menu-btn" type="checkbox" id="menu-btn" />
|
||||
<label class="menu-icon" for="menu-btn"><span class="navicon"></span></label>
|
||||
<ul class="menu">
|
||||
<li><a href="/mhd/">Rezepte</a></li>
|
||||
<li><a href="/shop/">Shop</a></li>
|
||||
<li><a href="/diveers/">Wer wir sind</a></li>
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a href="index.html">
|
||||
<div class="logo">
|
||||
<img src="img/logo_freibier_cc_w.svg" alt="freibier.cc">
|
||||
<div class="centered">frei gebraut – frei verfügbar – frei verkäuflich</div>
|
||||
</div>
|
||||
</a>
|
||||
<div class="row">
|
||||
<div class="column left">
|
||||
|
||||
|
||||
<h1>Datenschutzerklärung</h1>
|
||||
|
||||
|
|
@ -73,7 +92,9 @@ widerrufen möchten, wenden Sie sich bitte an folgende E-Mail-Adresse: info@frei
|
|||
<br />
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"><p><a href="impressum.html">Impressum</a> <a href="datenschutz.html">Datenschutzerklärung</a></p></div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue