222 lines
11 KiB
HTML
222 lines
11 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="style.css"/>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
<title>Candle Bibliothek | Warenkorb</title>
|
|
<link rel="icon" href="pictures/candle.png">
|
|
</head>
|
|
<body style="background-color:#987554;">
|
|
|
|
<header>
|
|
<script src="burgerIcon.js"></script>
|
|
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
|
|
|
<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="anmelden_meinebuecher.html">Meine Bücher</a>
|
|
<a id="abmelden" href="abmelden.html">Abmelden</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="anmelden_warenkorb.html" id="warenKorbID"> <img id="shoppingCard" src="pictures/shopingcart.png" alt="Bild von einem Wagen"
|
|
width="50" height="50"/> </a>
|
|
</div>
|
|
</header>
|
|
|
|
|
|
<div class="main">
|
|
<h1 id="warenkorbHeader">
|
|
Warenkorb
|
|
</h1>
|
|
|
|
<div class="containerOfAll">
|
|
<script src="plusminusbutton.js" type="text/javascript"></script>
|
|
<!-- Change the `data-field` of buttons and `name` of input field's for multiple plus minus buttons-->
|
|
|
|
<!--First Item-->
|
|
<div id="firstItem" class="items" >
|
|
<img src="pictures/percy_jackson_diebe_im_olymp.jpg" width="125" height="200"/>
|
|
<h3 class="headerinItem">
|
|
<a href="percy.html">Percy Jackson: Diebe im Olymp</a>
|
|
</h3>
|
|
<p class="discinItem">von Rick Riordan</p>
|
|
<a class="greenbutton" href="percy.html">Verfügbar</a>
|
|
|
|
<!--Buttons-->
|
|
<div class="inputPlusMinus">
|
|
<div class="input-group plus-minus-input">
|
|
<div class="input-group-button">
|
|
|
|
<button type="button" class="button hollow circle" id="minusButton" data-quantity="minus" data-field="quantity">
|
|
<i class="fa fa-minus" style="opacity: 0.7;" aria-hidden="true"></i>
|
|
</button>
|
|
</div>
|
|
|
|
<input class="input-group-field" type="number" name="quantity" value="0">
|
|
<div class="input-group-button">
|
|
<button type="button" class="button hollow circle" id="plusButton" data-quantity="plus" data-field="quantity">
|
|
<i class="fa fa-plus" style="opacity: 0.7;" aria-hidden="true"></i>
|
|
</button>
|
|
</div>
|
|
|
|
</div>
|
|
<a class="binPicture" href="loeschen_warenkorb.html"><img src="pictures/bin.png" width="25" height="25"></a>
|
|
</div>
|
|
|
|
<hr style="width: 96%;">
|
|
|
|
</div>
|
|
<!--Second Item-->
|
|
<div id="secondItem" class="items">
|
|
<img src="pictures/the_hundred_and_one_dalmatians.jpg" width="125" height="200"/>
|
|
<h3 class="headerinItem">
|
|
<a href="dalmatians.html">The Hundred and One Dalmatians</a>
|
|
</h3>
|
|
<p class="discinItem">von Dodie Smith</p>
|
|
<a class="redbutton" href="dalmatians.html">Verfügbar ab: 30.04.2023</a>
|
|
|
|
<!--Buttons-->
|
|
<div class="inputPlusMinus">
|
|
<div class="input-group plus-minus-input">
|
|
<div class="input-group-button">
|
|
|
|
<button type="button" class="button hollow circle" id="minusButton" data-quantity="minus" data-field="quantity">
|
|
<i class="fa fa-minus" style="opacity: 0.7;" aria-hidden="true"></i>
|
|
</button>
|
|
</div>
|
|
|
|
<input class="input-group-field" type="number" name="quantity" value="0">
|
|
<div class="input-group-button">
|
|
<button type="button" class="button hollow circle" id="plusButton" data-quantity="plus" data-field="quantity">
|
|
<i class="fa fa-plus" style="opacity: 0.7;" aria-hidden="true"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<a class="binPicture" href="loeschen_warenkorb.html"><img src="pictures/bin.png" width="25" height="25"></a>
|
|
</div>
|
|
<hr style="width: 96%;">
|
|
|
|
</div>
|
|
|
|
<!--Third Item-->
|
|
<div id="thirdItem" class="items">
|
|
<img src="pictures/penguin_highway.jpg" width="125" height="200"/>
|
|
<h3 class="headerinItem">
|
|
<a href="penguin.html">Penguin Highway</a>
|
|
</h3>
|
|
<p class="discinItem">von Tomihiko Morimi</p>
|
|
<a class="greenbutton" href="penguin.html">Verfügbar</a>
|
|
|
|
<!--Buttons-->
|
|
<div class="inputPlusMinus">
|
|
<div class="input-group plus-minus-input">
|
|
<div class="input-group-button">
|
|
|
|
<button type="button" class="button hollow circle" id="minusButton" data-quantity="minus" data-field="quantity">
|
|
<i class="fa fa-minus" style="opacity: 0.7;" aria-hidden="true"></i>
|
|
</button>
|
|
</div>
|
|
|
|
<input class="input-group-field" type="number" name="quantity" value="0">
|
|
<div class="input-group-button">
|
|
<button type="button" class="button hollow circle" id="plusButton" data-quantity="plus" data-field="quantity">
|
|
<i class="fa fa-plus" style="opacity: 0.7;" aria-hidden="true"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<a class="binPicture" href="loeschen_warenkorb.html"><img src="pictures/bin.png" width="25" height="25"></a>
|
|
</div>
|
|
<hr style="width: 96%;">
|
|
|
|
</div>
|
|
|
|
<!--fourth Item-->
|
|
<div id="fourthItem" class="items" >
|
|
<img src="pictures/es.jpg" width="125" height="200"/>
|
|
<h3 class="headerinItem">
|
|
<a href="es.html">Es</a>
|
|
</h3>
|
|
<p class="discinItem">von Stephen King</p>
|
|
<a class="redbutton" href="es.html" >Verfügbar ab: 10.05.2023</a>
|
|
|
|
<!--Buttons-->
|
|
<div class="inputPlusMinus">
|
|
<div class="input-group plus-minus-input">
|
|
<div class="input-group-button">
|
|
|
|
<button type="button" class="button hollow circle" id="minusButton" data-quantity="minus" data-field="quantity">
|
|
<i class="fa fa-minus" style="opacity: 0.7;" aria-hidden="true"></i>
|
|
</button>
|
|
</div>
|
|
|
|
<input class="input-group-field" type="number" name="quantity" value="0">
|
|
<div class="input-group-button">
|
|
<button type="button" class="button hollow circle" id="plusButton" data-quantity="plus" data-field="quantity">
|
|
<i class="fa fa-plus" style="opacity: 0.7;" aria-hidden="true"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<a class="binPicture" href="loeschen_warenkorb.html"><img src="pictures/bin.png" width="25" height="25"></a>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
<!--Reservieren-->
|
|
<div id="reservieren">
|
|
<h2 id="ArtikelWarenkorb"> 3 Artikel</h2>
|
|
<a id="jetztReservieren" href="reservierung.html">Jetzt reservieren</a>
|
|
</div>
|
|
</div>
|
|
<!--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>
|
|
</div>
|
|
</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> |