99 lines
4.6 KiB
HTML
99 lines
4.6 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 | Penguin Highway</title>
|
|
<link rel="icon" href="pictures/candle.png">
|
|
</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="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="haupt">
|
|
<!--Third Item-->
|
|
<div id="firstItem" class="items" >
|
|
<img src="pictures/penguin_highway.jpg" width="125" height="200"/>
|
|
<h3 class="headerinItem">
|
|
Penguin Highway
|
|
</h3>
|
|
<p class="discinItem">Verfasser: Tomihiko Morimi <br>
|
|
Erscheinungsjahr: 2019 <br>
|
|
Verlag: Yen On <br>
|
|
Kategorie: Fantasy
|
|
</p>
|
|
<a class="greenbutton" href="">Verfügbar</a>
|
|
<img id="shoppingwagen" src="pictures/shopping_cart.png" alt="shoppingwagen" href=""></a>
|
|
|
|
<p class="percypar">
|
|
<strong style="font-size: 25px;">Inhalt</strong> <br>
|
|
I may only be in fourth grade, but I know more than most adults. I take notes every day and read all kinds of books, so I have a solid grasp on the world
|
|
around me. But suddenly, there are penguins in my town! I know it has something to do with the lady at the dentist and her weird powers, and I'm going to get to the bottom of it...
|
|
<br><br>
|
|
<strong style="font-size: 25px;">Details</strong> <br>
|
|
ISBN: 978-1-9753-8260-5 <br>
|
|
Sprache: Englisch <br>
|
|
Stichwörter: Penguine, Freundschaft, Meer, Küste
|
|
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<!--Link JS file-->
|
|
<script src="burgerIcon.js"></script>
|
|
<!--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> |