forked from schweiga/whiskey
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
406 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,54 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Impressum</title> | ||
</head> | ||
<body> | ||
|
||
</body> | ||
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav"></nav> | ||
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav"> | ||
<div class="container px-4 px-lg-5"> | ||
|
||
<button class="navbar-toggler navbar-toggler-right" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"> | ||
Menu | ||
<i class="fas fa-bars"></i> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarResponsive"> | ||
<ul class="navbar-nav ms-auto"> | ||
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li> | ||
<li class="nav-item"><a class="nav-link" href="shop.html">Shop</a></li> | ||
<li class="nav-item"><a class="nav-link" href="mischen.html">Mischen</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
</html><h1 class="adsimple-121903112">Impressum</h1> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> | ||
<meta name="description" content="" /> | ||
<meta name="author" content="Schweiger/Fromherz" /> | ||
<title>Grayscale - Start Bootstrap Theme</title> | ||
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" /> | ||
<!-- Font Awesome icons (free version)--> | ||
<script src="https://use.fontawesome.com/releases/v5.15.4/js/all.js" crossorigin="anonymous"></script> | ||
<!-- Google fonts--> | ||
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet" /> | ||
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet" /> | ||
<!-- Core theme CSS (includes Bootstrap)--> | ||
<link href="css/styles_index.css" rel="stylesheet" /> | ||
</head> | ||
<body id="page-top"> | ||
<!-- Navigation--> | ||
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav"> | ||
<div class="container px-4 px-lg-5"> | ||
|
||
<button class="navbar-toggler navbar-toggler-right" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"> | ||
Menu | ||
<i class="fas fa-bars"></i> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarResponsive"> | ||
<ul class="navbar-nav ms-auto"> | ||
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li> | ||
<li class="nav-item"><a class="nav-link" href="shop.html">Shop</a></li> | ||
<li class="nav-item"><a class="nav-link" href="mischen.html">Mischen</a></li> | ||
<li class="nav-item"><a class="nav-link" href="impressum.html">Impressum</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<!-- Masthead--> | ||
<header class="masthead"> | ||
<div class="container px-4 px-lg-5 d-flex h-100 align-items-center justify-content-center"> | ||
<div class="d-flex justify-content-center"> | ||
<div class="text-center"> | ||
<h1 class="mx-auto my-0 text-uppercase">Whiskey4you</h1> | ||
<h2 class="text-white-50 mx-auto mt-2 mb-5">ein online spirituosen Shop für Ihre lieblings Getränke</h2> | ||
<a class="btn btn-primary" href="#about">Home Seite</a> | ||
</div> | ||
</div> | ||
</div> | ||
</header> | ||
<!-- Impressum--> | ||
<h1 class="adsimple-121903112">Impressum</h1> | ||
<p class="adsimple-121903112">Informationspflicht laut §5 E-Commerce Gesetz, §14 Unternehmensgesetzbuch, §63 Gewerbeordnung und Offenlegungspflicht laut §25 Mediengesetz.</p> | ||
<p class="adsimple-121903112">MusterFirma e.U.<br />Max Mustermann<br />Musterstrasse 1, Stiege 1 Tür 1, <br />1234 Musterhausen, <br />Österreich</p> | ||
<p class="adsimple-121903112"> | ||
|
@@ -334,3 +356,24 @@ <h3 class="adsimple-121903112">Rechtsgrundlage</h3> | |
<p>In den folgenden Abschnitten werden Sie genauer über den Einsatz von Cookies informiert, sofern eingesetzte Software Cookies verwendet.</p> | ||
<p>Alle Texte sind urheberrechtlich geschützt.</p> | ||
<p style="margin-top:15px">Quelle: Erstellt mit dem <a href="https://www.adsimple.at/datenschutz-generator/" title="Datenschutz Generator von AdSimple für Österreich">Datenschutz Generator</a> von AdSimple</p> | ||
<!-- Contact--> | ||
|
||
<div class="col-lg-8"> | ||
|
||
<p id="schweigi" > | ||
|
||
</div> | ||
</p> | ||
</div> | ||
<!-- Footer--> | ||
<!-- Bootstrap core JS--> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
<!-- Core theme JS--> | ||
<script src="js/scripts.js"></script> | ||
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *--> | ||
<!-- * * SB Forms JS * *--> | ||
<!-- * * Activate your form at https://startbootstrap.com/solution/contact-forms * *--> | ||
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *--> | ||
<script src="https://cdn.startbootstrap.com/sb-forms-latest.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.