Überschriften an Mockup angepasst

notwendiges_laden.js eingebunden
master
Jasmin Weise 2023-06-06 12:42:24 +02:00
parent 71733ca50b
commit 0bc3d95ab2
1 changed files with 26 additions and 56 deletions

View File

@ -5,32 +5,16 @@
<meta charset="utf-8"/> <meta charset="utf-8"/>
<meta name="viewport" content="device=device-width, initial-scaling=1"/> <meta name="viewport" content="device=device-width, initial-scaling=1"/>
<link rel="Stylesheet" type="text/css" href="style.css"/> <link rel="Stylesheet" type="text/css" href="style.css"/>
<link rel="Stylesheet" type="text/css" href="suchergebnisse.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Candle Bibliothek | Impressum</title> <title>Candle Bibliothek | Suchergebnisse</title>
<link rel="icon" href="pictures/candle.png"> <link rel="icon" href="pictures/candle.png">
<script src="notwendiges_laden.js" defer></script>
</head> </head>
<body> <body>
<header> <header id="header"></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.php">Bücher</a>
<a id="meinebuecher" href="anmelden_meinebuecher.php">Meine Bücher</a>
<a id="abmelden" href="abmelden.php">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.php" id="warenKorbID"> <img id="shoppingCard" src="pictures/einkaufswagen.png" alt="Bild von einem Wagen"
width="50" height="50"/> </a>
</div>
</header>
<div> <div>
<img src="pictures/sidecandle.png" id="sidecandle" alt="sidecandle" > <img src="pictures/sidecandle.png" id="sidecandle" alt="sidecandle" >
@ -51,9 +35,12 @@
</div> </div>
</div> </div>
<!------------------------------------------------------------------------->
<!--Link JS file--> <!--Link JS file-->
<script src="burgerIcon.js"></script> <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--> <!--If it was small and got big,
it calls the function only one time and doesn't do it all the time-->
<script> <script>
var widthissue = false; var widthissue = false;
window.addEventListener("resize", function(event) { window.addEventListener("resize", function(event) {
@ -63,28 +50,11 @@
} }
else if(window.innerWidth < 800) widthissue = true; else if(window.innerWidth < 800) widthissue = true;
}) })
</script> </script>
<nav id="activeid" class="active"> <nav id="activeid" class="active"></nav>
<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 id="footer" class="fuss" ></footer>
<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> </body>
</html> </html>