100 lines
3.8 KiB
HTML
100 lines
3.8 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta lang="de"/>
|
||
|
<meta charset="utf-8"/>
|
||
|
<meta name="viewport" content="device=device-width, initial-scaling=1"/>
|
||
|
<link rel="Stylesheet" type="text/css" href="probestyle.css"/>
|
||
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||
|
<title>Candle Bibliothek</title>
|
||
|
<script src="burgerIcon.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<header>
|
||
|
<h1 class="kopf" >
|
||
|
<br><br>
|
||
|
Bibliothek <a href="index.html" id="bildID"> <img id="CandleID" src="pictures/Candle.png" alt="Bild von einer Kerze"
|
||
|
width="200" height="192"/> </a>
|
||
|
<br><br> Candle
|
||
|
</h1>
|
||
|
<div>
|
||
|
<a id="uberuns" href="uberuns.html">Über Uns</a>
|
||
|
<a id="buecher" href="buecher.html">Bücher</a>
|
||
|
<a id="meinebuecher" href="meineBuecher.html">Meine Bücher</a>
|
||
|
<form action="">
|
||
|
<input class="suchleiste" type="search" placeholder="Suche..." >
|
||
|
<button type="submit" id="buttonID" class="searchButton"><i class="fa fa-search"></i> </button>
|
||
|
</form>
|
||
|
<a id="erweitertesuche" href="erweiterteSuche.html">Erweiterte Suche</a>
|
||
|
<a href="warenkorb.html" id="warenKorbID"> <img id="shoppingCard" src="pictures/shoppingcart.png" alt="Bild von einem Wagen"
|
||
|
width="50" height="50"/> </a>
|
||
|
</div>
|
||
|
</header>
|
||
|
<div class="homepage">
|
||
|
|
||
|
<h1 id="BuchHeader">
|
||
|
Anmelden
|
||
|
</h1>
|
||
|
<p class="p2" id="obererText">Über die Websieite werden personenbenzogene Daten erhoben und genutzt. Für Details, beizhene Sie sich bitte auf die Seite Datenschutz</p>
|
||
|
</div>
|
||
|
|
||
|
<div id="anmeldeInput">
|
||
|
<p >Angaben zur Anmeldung</p>
|
||
|
<hr style="background-color:#A78766; height: 2px; width: 200px; border: none; position: relative;
|
||
|
top:3px">
|
||
|
|
||
|
<div id="AnmeldeInput">
|
||
|
|
||
|
<p>Karten-ID</p>
|
||
|
<input type="text" >
|
||
|
</br>
|
||
|
</br>
|
||
|
<p>Passwort</p>
|
||
|
<input type="password" >
|
||
|
<a href="" id="anmeldebutton">Anmelden</a>
|
||
|
</div>
|
||
|
|
||
|
<button type="button" class="collapsible">Open Collapsible</button>
|
||
|
<div class="content">
|
||
|
<p>Lorem ipsum...</p>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<!--Link JS file-->
|
||
|
<!--If it was small and got big, it calls the function only one time and doesn't do it all the time-->
|
||
|
<script>
|
||
|
var widthissue = false;
|
||
|
window.addEventListener("resize", function(event) {
|
||
|
if(window.innerWidth > 800 && widthissue) {
|
||
|
widthissue = false
|
||
|
unset()
|
||
|
}
|
||
|
else if(window.innerWidth < 800) widthissue = true;
|
||
|
})
|
||
|
|
||
|
</script>
|
||
|
|
||
|
<nav id="activeid" class="active">
|
||
|
<div class="navLinks">
|
||
|
<input class="nav-toggleclass"id="nav-toggle" type="checkbox" onclick="openNav()";>
|
||
|
<label for="nav-toggle" class="icon-burger" >
|
||
|
<div class="line"></div>
|
||
|
<div class="line"></div>
|
||
|
<div class="line"></div>
|
||
|
</label>
|
||
|
</nav>
|
||
|
|
||
|
<footer class="fuss" >
|
||
|
<div>
|
||
|
<a id="impressum" href="impressum.html">Impressum</a>
|
||
|
<a id="kontakt" href="kontakt.html">Kontakt</a>
|
||
|
<a id="datenschutz" href="datenschutz.html">Datenschutz</a>
|
||
|
</div>
|
||
|
</footer>
|
||
|
</body>
|
||
|
|
||
|
</html>
|