commit e607c7f6c162bf1c8f9e8029d4d97074cfbbf039 Author: DexterHK Date: Thu May 11 03:32:37 2023 +0200 test diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..d41db43 --- /dev/null +++ b/.htaccess @@ -0,0 +1,2 @@ + +ErrorDocument 404 http://bib-candle.com/404.html diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/404.html b/404.html new file mode 100644 index 0000000..ae07cf5 --- /dev/null +++ b/404.html @@ -0,0 +1,49 @@ + + + 404 - Page Or Resource Not Found + + + +
+

404 - Page Or Resource Not Found

+ +
+ + + diff --git a/BookPictures/Datastructure.jpg b/BookPictures/Datastructure.jpg new file mode 100644 index 0000000..a2a1739 Binary files /dev/null and b/BookPictures/Datastructure.jpg differ diff --git a/anmelden.html b/anmelden.html new file mode 100644 index 0000000..6511dbb --- /dev/null +++ b/anmelden.html @@ -0,0 +1,105 @@ + + + + + + + + + Candle Bibliothek + + + +
+

+

+ Bibliothek Bild von einer Kerze +

Candle +

+
+ Über Uns + Bücher + Meine Bücher +
+ + +
+ Erweiterte Suche + Bild von einem Wagen +
+
+
+
+

Anmelden

+

Über die Webseite werden personenbezogene Daten erhoben und genutzt. + Für Details, beziehen Sie sich bitte auf die Seite Datenschutz

+
+ +
+

Angaben zur Anmeldung

+
+ +
+
+ Karten-ID
+
+ Passwort
+
+ +
+
+
+
+ Passwort vergessen / Passwort ändern +

Sollten sie Ihr Passwort vergessen haben oder wollen Sie es ändern, + kommen Sie bitte mit ihrem Bibliotheksausweis zu uns in die Bibliothek

+
+
+ Sie haben noch kein Konto? +

Jetzt registrieren

+
+
+
+
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/buecher.html b/buecher.html new file mode 100644 index 0000000..9a7c843 --- /dev/null +++ b/buecher.html @@ -0,0 +1,139 @@ + + + + + + + + + + + Candle Bibliothek + + +
+

+

+ Bibliothek Bild von einer Kerze +

Candle +

+
+ Über Uns + Bücher + Meine Bücher +
+ + +
+ Erweiterte Suche + Bild von einem Wagen +
+
+
+

Bücher

+
+ +

+ Percy Jackson: Diebe im Olymp +

+

Verfasser: Rick Riordan
+ Erscheinungsjahr: 2010
+ Verlag: Carlsen
+ Kategorie: Fantasy +

+ Verfügbar + +
+ +
+ +
+ +

+ The Hundred and One Dalmatians +

+

Verfasser: Dodie Smith
+ Erscheinungsjahr: 2015
+ Verlag: Farshore
+ Kategorie: Kinderbuch +

+ Verfügbar ab: 30.04.2023 + +
+
+ + +
+ +

+ Penguin Highway +

+

Verfasser: Tomihiko Morimi
+ Erscheinungsjahr: 2019
+ Verlag: Yen On
+ Kategorie: Fantasy +

+ Verfügbar + +
+ +
+ + +
+ +

+ Es +

+

Verfasser: Stephen King
+ Erscheinungsjahr: 2011
+ Verlag: Heyne
+ Kategorie: Horror +

+ Verfügbar ab: 10.05.2023 + + +
+
+ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/burgerIcon.js b/burgerIcon.js new file mode 100644 index 0000000..0bfda71 --- /dev/null +++ b/burgerIcon.js @@ -0,0 +1,112 @@ + + +function openNav() { + var showNav = ` + #CandleID{ + opacity: 0; + pointer-events: none; + } + #uberuns{ + pointer-events: auto; + opacity: 1; + } + #buecher{ + pointer-events: auto; + opacity: 1; + } + #meinebuecher{ + pointer-events: auto; + opacity: 1; + } + + #nav-toggle { + opacity: 1; + pointer-events: auto; + } + .suchleiste{ + opacity: 1; + pointer-events: auto; + } + #buttonID{ + opacity: 1; + pointer-events: auto; + } + + .suchleiste{ + position: fixed; + right: 280px; + top: 0px; + } + #buttonID{ + position: fixed; + right: 240px; + top: 0px; + } + #uberuns{ + position: fixed; + left: 340px; + top: 43px; + } + #buecher{ + position: fixed; + left: 340px; + top: 96px; + } + + #meinebuecher{ + position: fixed; + left: 340px; + top: 150px; + } + + + `; + var closeNav = `#CandleID{ + opacity: 1; + pointer-events: auto; + } + `; + if (document.getElementById('nav-toggle').checked) { + var styleSheet = document.createElement("style") + styleSheet.innerText = showNav + document.head.appendChild(styleSheet) + } else { + var link = document.createElement('link'); + + // set the attributes for link element + link.rel = 'stylesheet'; + + link.type = 'text/css'; + + link.href = 'probestyle.css'; + + // Get HTML head element to append + // link element to it + document.getElementsByTagName('HEAD')[0].appendChild(link); + var styleSheet = document.createElement("style") + styleSheet.innerText = closeNav + document.head.appendChild(styleSheet) + } +} + +function unset() +{ + var link = document.createElement('link'); + + // set the attributes for link element + link.rel = 'stylesheet'; + + link.type = 'text/css'; + + link.href = 'probestyle.css'; + + // Get HTML head element to append + // link element to it + document.getElementsByTagName('HEAD')[0].appendChild(link); + var styleSheet = document.createElement("style") + styleSheet.innerText = closeNav + document.head.appendChild(styleSheet) +} + + + diff --git a/dalmatians.html b/dalmatians.html new file mode 100644 index 0000000..0ca0c4f --- /dev/null +++ b/dalmatians.html @@ -0,0 +1,97 @@ + + + + + + + + + Candle Bibliothek + + +
+

+

+ Bibliothek Bild von einer Kerze +

Candle +

+
+ Über Uns + Bücher + Meine Bücher +
+ + +
+ Erweiterte Suche + Bild von einem Wagen +
+
+
+ +
+ +

+ The Hundred and One Dalmatians +

+

Verfasser: Dodie Smith
+ Erscheinungsjahr: 2015
+ Verlag: Farshore
+ Kategorie: Kinderbuch +

+ Verfügbar ab: 03.04.2023 + shoppingwagen + +

+ Inhalt
+ When Missis and Pongo's darling Dalmatian puppies are stolen, they know just who to suspect... the evil Cruella de Vill She's enough to + scare the spots off a pup and she would love nothing more than to turn them into a spotty fur coat!

+ With the help of some fearless furry friends, the parents set off on a brave rescue attempt. But can the Dalmatian parents rescue their precious pups in time? +

+ Details
+ ISBN: 978-1-4052-7840-9
+ Sprahce: Englisch
+ Stichwörter: Dalmatiner, Hunde, England, Welpen + +

+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/datenschutz.html b/datenschutz.html new file mode 100644 index 0000000..1d0587b --- /dev/null +++ b/datenschutz.html @@ -0,0 +1,93 @@ + + + + + + + + + Candle Bibliothek + + +
+

+

+ Bibliothek Bild von einer Kerze +

Candle +

+
+ Über Uns + Bücher + Meine Bücher +
+ + +
+ Erweiterte Suche + Bild von einem Wagen +
+
+
+ sidecandle +

+ Datenschutz +

+ Wir nehmen Datenschutz ernst
+ Der Schutz Ihrer Privatsphäre bei der Verarbeitung persönlicher Daten ist für uns ein wichtiges Anliegen. Wenn Sie unsere Webseite besuchen, speichern unsere Webserver standardmäßig die IP Ihres Internet Service Provider, die Webseite, von der aus Sie uns besuchen, die Webseiten, die Sie bei uns besuchen sowie das Datum und die Dauer des Besuches. Diese Informationen sind für die technische Übertragung der Webseiten und den sicheren Serverbetrieb zwingend erforderlich. Eine personalisierte Auswertung dieser Daten erfolgt nicht. +
Personenbezogene Daten
+ Personenbezogene Daten sind Daten über Ihre Person. Diese beinhalten Ihren Namen und Ihre Email Adresse. Sie müssen auch keine personenbezogenen Daten preisgeben um unsere Internetseite besuchen zu können.
+ In einigen Fällen benötigen wir Ihren Namen und Adresse sowie weitere Informationen um Ihnen die gewünschte Dienstleistung anbieten zu können. Wenn Sie einen unserer Services nutzen, sammeln wir in der Regel nur die Daten die notwendig sind um Ihnen unseren Service bieten zu können. Möglicherweise fragen wir Sie nach weiteren Informationen, die aber freiwilliger Natur sind. Wann immer wir personenbezogene Daten verarbeiten, tun wir dies um Ihnen unseren Service anbieten zu können oder um unsere kommerziellen Ziele zu verfolgen. +
Automatisch gespeicherte nicht personenbezogene Daten +
Wenn Sie unsere Internetseiten besuchen, speichern wir aus administrativen und technischen Gründen bestimmte Informationen. Diese sind: Typ und Version des verwendeten Browsers, Datum und Uhrzeit des Zugriffs, sowie die IP Adresse. + Diese Daten werden anonymisiert und lediglich für statistische Zwecke bzw. dafür verwendet, unsere Internet- und Onlinedienste zu verbessern. +
Diese anonymisierten Daten werden getrennt von personenbezogenen Daten auf sicheren Systemen gespeichert und können keinen individuellen Personen zugeordnet werden. Das bedeutet, dass Ihre personenbezogenen Daten jederzeit geschützt bleiben. +
Cookies
Wenn Sie unsere Internetseiten besuchen speichern wir möglicherweise Informationen auf Ihrem Computer in Form von Cookies. Cookies sind kleine Dateien die von einem Internetserver an Ihren Browser übertragen und auf dessen Festplatte gespeichert werden. Die Rechtsgrundlage für die Verwendung von Cookies stellt dabei Art. 6 Abs. 1 lit f DSGVO dar. + Lediglich die Internet Protokoll Adresse wird hierbei gespeichert keine sonstigen personenbezogenen Daten. Diese Information die in den Cookies gespeichert wird erlaubt es, Sie bei dem nächsten Besuch auf unserer Internetseite automatisch wiederzuerkennen, wodurch Ihnen die Nutzung erleichtert wird. +
Natürlich können Sie unsere Internetseiten auch besuchen ohne Cookies zu akzeptieren. Wenn Sie nicht möchten, dass Ihr Computer beim nächsten Besuch wiedererkannt wird können Sie die Verwendung von Cookies auch ablehnen indem Sie die Einstellungen in Ihrem Browser auf „Cookies ablehnen“ ändern. Die jeweilige Vorgehensweise finden Sie in der Bedienungsanleitung Ihres jeweiligen Browsers. Wenn Sie die Verwendung von Cookies ablehnen, kann es jedoch zu Einschränkungen in der Nutzung mancher Bereiche unserer Internetseiten kommen. + Rechtsgrundlage für den Einsatz der Cookies ist unser berechtigtes Interesse gem. Art. 6 Abs. 1 lit. f DSGVO. +
Sicherheit
Wir haben technische und administrative Sicherheitsvorkehrungen getroffen um Ihre personenbezogenen Daten gegen Verlust, Zerstörung, Manipulation und unautorisierten Zugriff zu schützen. All unsere Mitarbeiter sowie für uns tätige Dienstleister sind auf die gültigen Datenschutzgesetze verpflichtet. +
Wann immer wir personenbezogene Daten sammeln und verarbeiten werden diese verschlüsselt bevor sie übertragen werden. Das heißt, dass Ihre Daten nicht von Dritten missbraucht werden können. Unsere Sicherheitsvorkehrungen unterliegen dabei einem ständigen Verbesserungsprozess und unsere Datenschutzerklärungen werden ständig überarbeitet. Bitte stellen Sie sicher, dass Ihnen die aktuellste Version vorliegt. +
Bettroffenenrechte
Bitte kontaktieren Sie uns jederzeit, wenn Sie sich informieren möchten welche personenbezogenen Daten wir über Sie speichern bzw. wenn Sie diese berichtigen oder löschen lassen wollen. Desweiteren haben Sie das Recht auf Einschränkung der Verarbeitung (Art. 18 DSGVO), ein Widerspruchsrechts gegen die Verarbeitung (Art. 21 DSGVO) sowie das Recht auf Datenübertragbarkeit (Art. 20 DSGVO).In diesen Fällen wenden Sie sich bitte direkt an uns. +
Änderungen dieser Datenschutzerklärung
Wir behalten uns das Recht vor, unsere Datenschutzerklärungen zu ändern falls dies aufgrund neuer Technologien notwendig sein sollte. Bitte stellen Sie sicher, dass Ihnen die aktuellste Version vorliegt. Werden an dieser Datenschutzerklärung grundlegende Änderungen vorgenommen, geben wir diese auf unserer Website bekannt. + +

+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/erweitertesuche.html b/erweitertesuche.html new file mode 100644 index 0000000..d8517ef --- /dev/null +++ b/erweitertesuche.html @@ -0,0 +1,135 @@ + + + + + + + + + Candle Bibliothek + + +
+

+

+ Bibliothek Bild von einer Kerze +

Candle +

+
+ Über Uns + Bücher + Meine Bücher +
+ + +
+ Erweiterte Suche + Bild von einem Wagen +
+
+ + +
+ Erweiterte Suche

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Weitere Suchkriterien

+ Jahr von + + bis + + Sprache + + + + + + + + Verfügbarkeit + + verfügbare Bücher + + suchen + Suchfelder leeren +
+
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/es.html b/es.html new file mode 100644 index 0000000..ba92ef1 --- /dev/null +++ b/es.html @@ -0,0 +1,97 @@ + + + + + + + + + Candle Bibliothek + + +
+

+

+ Bibliothek Bild von einer Kerze +

Candle +

+
+ Über Uns + Bücher + Meine Bücher +
+ + +
+ Erweiterte Suche + Bild von einem Wagen +
+
+
+ +
+ +

+ Es +

+

Verfasser: Stephen King
+ Erscheinungsjahr: 2011
+ Verlag: Heyne
+ Kategorie: Horror +

+ Verfügbar ab: 10.05.2023 + shoppingwagen + +

+ Inhalt
+ Inhalt: + In Derry, Maine, schlummert das Böse in der Kanalisation: Alle 28 Jahre wacht es auf und muss fressen. + Jetzt taucht »Es« wieder empor. Sieben Freunde entschließen sich, dem Grauen entgegenzutreten und ein Ende zu setzen. +

+ Details
+ ISBN: 978-3-453-43577-3
+ Sprahce: Deutsch
+ Stichwörter: Horror, clown, Teenager, Monster + +

+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/impressum.html b/impressum.html new file mode 100644 index 0000000..b3a99d1 --- /dev/null +++ b/impressum.html @@ -0,0 +1,87 @@ + + + + + + + + + Candle Bibliothek + + +
+

+

+ Bibliothek Bild von einer Kerze +

Candle +

+
+ Über Uns + Bücher + Meine Bücher +
+ + +
+ Erweiterte Suche + Bild von einem Wagen +
+
+
+ sidecandle +

+ Impressum +

+ Firmensitz
+ Bibliothek Candle GmbH
+ Paul-Wittsack-Straße 10
+ 68163 Mannheim
+ + Kontaktdaten
+ Telefon: +49XXXXXXXX Montag bis Freitag von 9 bis 18 Uhr
+ Telefax: 069 54 732122
+ E-Mail: 2211780@stud.hs-mannheim.de
+ + + +

+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..2e20502 --- /dev/null +++ b/index.html @@ -0,0 +1,95 @@ + + + + + + + + + Candle Bibliothek + + +
+

+

+ Bibliothek Bild von einer Kerze +

Candle +

+
+ Über Uns + Bücher + Meine Bücher +
+ + +
+ Erweiterte Suche + + Bild von einem Wagen +
+ +
+
+ sidecandle +

+ HERZLICH WILLKOMMEN! +

+ Die Bibliothek CANDLE begrüßt Sie ganz herzlich auf ihren Internetseiten.

+ Nutzen Sie unser umfangreiches Angebot aus den beliebtesten Büchern.

+ Wir freuen uns auf Ihren Besuch! +

+ VERANSTALTUNGEN! +

+ Leserunde | jeden Mittwoch | 17:30 Uhr +

+ HARRY POTTER-REIHE (aktuell) +

+ + Die erfolgreiche Buchreihe um den Zauberlehrling Harry James Potter umfasst insgesamt sieben Bände. + In jedem wird ein Schul- und Lehrjahr von Harry und seinen Freunden auf dem Zauberinternat Hogwarts erzählt. + Neben alltäglichen Problemen eines Jugendlichen, wird Harry immer wieder mit dem bösen Magier Lord Voldemort und seinen Gefolgsleuten, + den sogenannten Todessern, konfrontiert. + +
+ mehr dazu... + +

+
+ + + + + + + + + + + + \ No newline at end of file diff --git a/kontakt.html b/kontakt.html new file mode 100644 index 0000000..526ff99 --- /dev/null +++ b/kontakt.html @@ -0,0 +1,78 @@ + + + + + + + + + Candle Bibliothek + + +
+

+

+ Bibliothek Bild von einer Kerze +

Candle +

+
+ Über Uns + Bücher + Meine Bücher +
+ + +
+ Erweiterte Suche + Bild von einem Wagen +
+
+
+ sidecandle +

+ Kontakt +

+ + Kundenservice: +49XXXXXXXXX
+ Telefax: 069 54 732122
+ E-Mail: 2211780@stud.hs-mannheim.de
+

+
+ + + + + + + + + + + + \ No newline at end of file diff --git a/meinebuecher.html b/meinebuecher.html new file mode 100644 index 0000000..3f90d91 --- /dev/null +++ b/meinebuecher.html @@ -0,0 +1,89 @@ + + + + + + + + + + Candle Bibliothek + + +
+

+

+ Bibliothek Bild von einer Kerze +

Candle +

+
+ Über Uns + Bücher + Meine Bücher +
+ + +
+ Erweiterte Suche + Bild von einem Wagen +
+
+
+

Meine Bücher

+ + +
+ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/penguin.html b/penguin.html new file mode 100644 index 0000000..c2d5bc5 --- /dev/null +++ b/penguin.html @@ -0,0 +1,96 @@ + + + + + + + + + Candle Bibliothek + + +
+

+

+ Bibliothek Bild von einer Kerze +

Candle +

+
+ Über Uns + Bücher + Meine Bücher +
+ + +
+ Erweiterte Suche + Bild von einem Wagen +
+
+
+ +
+ +

+ Penguin Highway +

+

Verfasser: Tomihiko Morimi
+ Erscheinungsjahr: 2019
+ Verlag: Yen On
+ Kategorie: Fantasy +

+ Verfügbar + shoppingwagen + +

+ Inhalt
+ 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... +

+ Details
+ ISBN: 978-1-9753-8260-5
+ Sprache: Englisch
+ Stichwörter: Penguine, Freundschaft, Meer, Küste + +

+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/percy.html b/percy.html new file mode 100644 index 0000000..eb89eb7 --- /dev/null +++ b/percy.html @@ -0,0 +1,99 @@ + + + + + + + + + Candle Bibliothek + + +
+

+

+ Bibliothek Bild von einer Kerze +

Candle +

+
+ Über Uns + Bücher + Meine Bücher +
+ + +
+ Erweiterte Suche + Bild von einem Wagen +
+
+
+ +
+ +

+ Percy Jackson: Diebe im Olymp +

+

Verfasser: Rick Riordan
+ Erscheinungsjahr: 2010
+ Verlag: Carlsen
+ Kategorie: Fantasy +

+ Verfügbar + shoppingwagen + +

+ Inhalt
+ Percy versteht die Welt nicht mehr. Jedes Jahr fliegt er von einer anderen Schule. Ständig passieren ihm seltsame Unfälle. Und jetzt soll er + auch noch an dem Tornado schuld sein! Langsam wird ihm klar: irgendjemand hat es auf ihn abgesehen. Als Percy sich mit Hilfe seines Freundes Grover vor + einem Minotaurus ins Camp Half-Blood rettet, erfährt er die Wahrheit: Sein Vater ist der Meeresgott Poseidon, Percy also ein Halbgott. Und er hat einen mächtigen + Feind: Kronos, den Titanen. Die Gotter stehen Kopf- und Percy und seine Freunde vor einem unglaublichen Abenteuer... +

+ Details
+ ISBN: 978-3-551-55661-5
+ Sprache: Deutsch
+ Stichwörter: Griechenland, Griechische Sagen, Griechische Götter, Zeus, Demeter, Persephone, Hera, Hades, Poseidon, Athene, Aphrodite, Ares, Hephaistos, + Apollo, Artemis, Hermes, Dionysos, Sage, Sagen + +

+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/pictures/Candle.png b/pictures/Candle.png new file mode 100644 index 0000000..8a7bef8 Binary files /dev/null and b/pictures/Candle.png differ diff --git a/pictures/bin.png b/pictures/bin.png new file mode 100644 index 0000000..2befbcc Binary files /dev/null and b/pictures/bin.png differ diff --git a/pictures/es.jpg b/pictures/es.jpg new file mode 100644 index 0000000..fadad15 Binary files /dev/null and b/pictures/es.jpg differ diff --git a/pictures/extend_hover.png b/pictures/extend_hover.png new file mode 100644 index 0000000..31c13ff Binary files /dev/null and b/pictures/extend_hover.png differ diff --git a/pictures/penguin_highway.jpg b/pictures/penguin_highway.jpg new file mode 100644 index 0000000..5f291d5 Binary files /dev/null and b/pictures/penguin_highway.jpg differ diff --git a/pictures/percy_jackson_diebe_im_olymp.jpg b/pictures/percy_jackson_diebe_im_olymp.jpg new file mode 100644 index 0000000..073bc3d Binary files /dev/null and b/pictures/percy_jackson_diebe_im_olymp.jpg differ diff --git a/pictures/photo.png b/pictures/photo.png new file mode 100644 index 0000000..e69de29 diff --git a/pictures/question_mark.png b/pictures/question_mark.png new file mode 100644 index 0000000..0b1b27c Binary files /dev/null and b/pictures/question_mark.png differ diff --git a/pictures/question_mark_hover.png b/pictures/question_mark_hover.png new file mode 100644 index 0000000..b2a0713 Binary files /dev/null and b/pictures/question_mark_hover.png differ diff --git a/pictures/shopingcart.png b/pictures/shopingcart.png new file mode 100644 index 0000000..0983b0c Binary files /dev/null and b/pictures/shopingcart.png differ diff --git a/pictures/shopping_cart.png b/pictures/shopping_cart.png new file mode 100644 index 0000000..383da3d Binary files /dev/null and b/pictures/shopping_cart.png differ diff --git a/pictures/sidecandle.png b/pictures/sidecandle.png new file mode 100644 index 0000000..8f6ae3e Binary files /dev/null and b/pictures/sidecandle.png differ diff --git a/pictures/the_hundred_and_one_dalmatians.jpg b/pictures/the_hundred_and_one_dalmatians.jpg new file mode 100644 index 0000000..80193f2 Binary files /dev/null and b/pictures/the_hundred_and_one_dalmatians.jpg differ diff --git a/plusminusbutton.js b/plusminusbutton.js new file mode 100644 index 0000000..178aa86 --- /dev/null +++ b/plusminusbutton.js @@ -0,0 +1,89 @@ +var inputNumber = document.getElementsByClassName('input-group-field'); + +if (window.location.pathname.includes("/warenkorb.html")) { + document.addEventListener("DOMContentLoaded", function () { + $(window).on('load',function() { + for(var y = 0;y +//var addItemButton = document.getElementsByClassName("input-group-field"); + +function showValue(event) +{ + + var shopItem = event.parentElement.parentElement.parentElement + + var title = shopItem.getElementsByTagName('h3')[0].innerHTML + var getValue = localStorage.getItem(title) || 0; + shopItem.getElementsByClassName('input-group-field')[0].value = getValue; + +} + +function incrmenetValue(event) +{ + + + var buttony = event.target + var shopItem = buttony.parentElement.parentElement.parentElement.parentElement.parentElement + var title = shopItem.getElementsByTagName('h3')[0].innerHTML + var getValue= localStorage.getItem(title) || 0; + // var getValue = shopItem.getElementsByClassName('input-group-field')[0].value; + if(getValue < 10){ + getValue++; +} + shopItem.getElementsByClassName('input-group-field')[0].value = getValue; + localStorage.setItem(title, getValue) + + +} +function decrmenetValue(event) +{ + var buttony = event.target + var shopItem = buttony.parentElement.parentElement.parentElement.parentElement.parentElement + var title = shopItem.getElementsByTagName('h3')[0].innerHTML + var getValue= localStorage.getItem(title) || 0; + if(getValue > 0){ + getValue--; +} + shopItem.getElementsByClassName('input-group-field')[0].value = getValue; + localStorage.setItem(title, getValue) + + +} diff --git a/probe.html b/probe.html new file mode 100644 index 0000000..2bfc92e --- /dev/null +++ b/probe.html @@ -0,0 +1,92 @@ + + + + + + + + + Candle Bibliothek + + +
+

+

+ Bibliothek Bild von einer Kerze +

Candle +

+
+ Über Uns + Bücher + Meine Bücher +
+ + +
+ Erweiterte Suche + +
+
+
+ sidecandle +

+ HERZLICH WILLKOMMEN! +

+ Die Bibliothek CANDLE begrüßt Sie ganz herzlich auf ihren Internetseiten.

+ Nutzen Sie unser umfangreiches Angebot aus den beliebtesten Büchern.

+ Wir freuen uns auf Ihren Besuch! +

+ VERANSTALTUNGEN! +

+ Leserunde | jeden Mittwoch | 17:30 Uhr +

+ HARRY POTTER-REIHE (aktuell) +

+ + Die erfolgreiche Buchreihe um den Zauberlehrling Harry James Potter umfasst insgesamt sieben Bände. + In jedem wird ein Schul- und Lehrjahr von Harry und seinen Freunden auf dem Zauberinternat Hogwarts erzählt. + Neben alltäglichen Problemen eines Jugendlichen, wird Harry immer wieder mit dem bösen Magier Lord Voldemort und seinen Gefolgsleuten, + den sogenannten Todessern, konfrontiert. + +
+ mehr dazu... + +

+
+ + + + + + + + + + + + \ No newline at end of file diff --git a/probestyle.css b/probestyle.css new file mode 100644 index 0000000..270cd07 --- /dev/null +++ b/probestyle.css @@ -0,0 +1,1582 @@ + +*{ + font-family: sans-serif; + margin: 0px; + + +} + + + +.kopf{ + margin: 0px; + width: 100%; + position: fixed; + background-color: #24140d; + color:rgb(255, 255, 255); + justify-content: center; + display: flex; +} + + +body{ + background-color: #E5D3B3; + overflow: hidden; +} + + +#titleschwarz{ + font-size: 25px; + color: #000; +} + +#titlebraun{ + font-size: 25px; + color: #24140D; + font-style: italic; +} + +#bildID{ + + margin: 0px; +} + +/*buttons*/ +#uberuns{ + position: fixed; + left: 0px; + top: 149px; + width: 120px; + height: 35px; + background-color:#664220 ; + color:rgb(255, 255, 255); + padding-right:10px; + padding-left: 8px; + padding-top: 15px; + padding-bottom: 0px; + text-align: center; + text-decoration: none; +} + + +#buecher{ + position: fixed; + left: 150px; + top: 149px; + width: 120px; + height: 35px; + background-color:#664220 ; + color:rgb(255, 255, 255); + padding-right:10px; + padding-left: 8px; + padding-top: 15px; + padding-bottom: 0px; + text-align: center; + text-decoration: none; +} + +#meinebuecher{ + position: fixed; + left: 300px; + top: 149px; + width: 120px; + height: 35px; + background-color:#664220 ; + color:rgb(255, 255, 255); + padding-right:10px; + padding-left: 8px; + padding-top: 15px; + padding-bottom: 0px; + text-align: center; + text-decoration: none; +} + +/*warenkorbsymbol im header*/ +#warenKorbID +{ + position: fixed; + right: -70px; + top: 150px; + width: 120px; + height: 35px; +} + +.suchleiste{ + position: fixed; + right: 40px; + top: 0px; + width: 200px; + height: 40px; + background-color: #664220; + margin: 0px; + padding: 0px; + border: 0px; + color: rgb(255, 255, 255); + text-align: center; +} + +.suchleiste::placeholder{ + color: rgb(255, 255, 255); +} + +/*loupe*/ +#buttonID{ + position: fixed; + right: 0px; + top: 0px; + width: 39px; + height: 40px; + background-color: #664220; + margin: 0px; + padding: 0px; + border: 0px; + color: rgb(255, 255, 255); + +} + +#sidecandle{ + top: 199px ; + right: 0px; + position: fixed; + height: 100%; + width: 12% + +} +#BuchHeader{ + position: fixed; + top: 220px; + left: 30px; + font-size: 40px; + color:#000000; + +} +.main #warenkorbHeader{ + position: absolute; + top: 0px; + left: 30px; + font-size: 50px; + color:#ffffff; + font-family:Calibri; + font-weight:400; +} + +.p1{ + overflow-y: scroll; + max-width: 87%; + max-height: 450px; + position: fixed; + top: 220px; + left: 20px; + right:14%; + font-size: 15px; + color:#664220; + bottom: 75px; +} + +.p1{ + -ms-overflow-style: none; /* IE and Edge */ + scrollbar-width: none; /* Firefox */ +} +.p1::-webkit-scrollbar { + display: none; +} +.p2{ + overflow-y: scroll; + max-width: 87%; + max-height: 100%; + position: fixed; + top: 220px; + left: 20px; + right: 14%; + font-size: 15px; + line-height: 180%; + color:#24140d; + bottom: 75px; +} + +.p2{ + -ms-overflow-style: none; /* IE and Edge */ + scrollbar-width: none; /* Firefox */ +} +.p2::-webkit-scrollbar { + display: none; +} + +/*erweiterte Suche starts*/ +#erweitertesuche{ + color: rgb(255, 255, 255); + position: fixed; + right: 60px; + top: 50px; + text-align: center; + text-decoration: none; +} + +.hauptcontainer{ + overflow-y: scroll; + position:absolute; + display:flex; + height: 62%; + width: 100%; + top:200px; +} + +.hauptcontainer{ + -ms-overflow-style: none; /* IE and Edge */ + scrollbar-width: none; /* Firefox */ +} +.hauptcontainer::-webkit-scrollbar { + display: none; +} + +#titelerweitertesuche{ + position: absolute; + font-size: 25px; + color: #000; + left: 15px; + top:30px; +} + +.hauptcontainer .buchtitel{ + position: absolute; + top: 80px; + left:100px; + width: 100px; + +} + +.hauptcontainer .buchtiteloptions{ + position: absolute; + top: 80px; + width: 70%; + left:210px; +} + +.hauptcontainer .und-wort1{ + position: absolute; + top: 110px; + width: 70px; + left:20px; +} + +.hauptcontainer .und-wort2{ + position: absolute; + width: 70px; + left:20px; + top: 140px; +} + +.hauptcontainer .autor{ + position: absolute; + top: 110px; + width: 100px; + left:100px; +} + +.hauptcontainer .autoroptions{ + position: absolute; + top: 110px; + width: 70%; + left:210px; +} + +.hauptcontainer .stichwort{ + position: absolute; + top: 140px; + width: 100px; + left:100px; +} + +.hauptcontainer .stichwörteroptions{ + + position: absolute; + top: 140px; + width: 70%; + left:210px; +} + +/*.hauptcontainer .p3{ + + max-width: 87%; + max-height: 450px; + position:absolute; + top: 220px; + left: 20px; + right:14%; + bottom: 75px; + +}*/ + + +.hauptcontainer #weiteresuchkriterien{ + position: absolute; + font-size: 17px; + color: #000; + left: 25px; + top: 180px; +} + +.hauptcontainer .jahrvon{ + position: absolute; + top: 220px; + left: 20px; +} + +.hauptcontainer .anfangsdatum{ + position: absolute; + top: 220px; + left: 210px; + height: 20px; +} + +.hauptcontainer .bis{ + position: absolute; + top: 220px; + left: 340px; + +} + +.hauptcontainer .endsdatum{ + position: absolute; + top: 220px; + left: 380px; + height: 20px; +} + +.hauptcontainer .sprache{ + position: absolute; + top: 260px; + left: 20px; +} + +.hauptcontainer .spracheingabe{ + position: absolute; + top: 260px; + width: 70%; + left:210px; + +} + +.hauptcontainer .verfügbarkeit{ + position: absolute; + top: 300px; + left: 20px; +} + +.hauptcontainer .checkbox{ + position: absolute; + top: 300px; + left:210px; +} + +.hauptcontainer .kommentar{ + position: absolute; + top: 300px; + left: 230px; +} + +.hauptcontainer #suchen{ + position: absolute; + left: 20px; + top: 380px; + width: 120px; + height: 35px; + background-color:#664220 ; + color:rgb(255, 255, 255); + padding-right:10px; + padding-left: 8px; + padding-top: 15px; + padding-bottom: 0px; + text-align: center; + text-decoration: none; + border-radius: 8px; +} + + +.hauptcontainer #suchfelderleeren{ + position: absolute; + left: 180px; + top: 380px; + width: 220px; + height: 35px; + background-color:#664220 ; + color:rgb(255, 255, 255); + padding-right:10px; + padding-left: 8px; + padding-top: 15px; + padding-bottom: 0px; + text-align: center; + text-decoration: none; + border-radius: 8px; +} +/*---------WarenKorb BEGINS--------*/ +.main{ + height: 100%; + position: relative; + top:200px; + left: 0px; + width: 95%; +} + + +.main{ + -ms-overflow-style: none; /* IE and Edge */ + scrollbar-width: none; /* Firefox */ +} +.main::-webkit-scrollbar { + display: none; +} + +.containerOfAll { + + overflow-y: scroll; + background-color: #E5D3B3; + position: relative; + top: 70px; + left: 35px; + width: 1000px; + height: 55%; + } + + .containerOfAll .items{ + position: relative; + top: 15px; + left : 15px; + + } + +.containerOfAll{ + -ms-overflow-style: none; /* IE and Edge */ + scrollbar-width: none; /* Firefox */ +} +.containerOfAll::-webkit-scrollbar { + display: none; +} + +/*first book in warenkorb and its details*/ +#firstItem +{ + position: absolute; + top: 15px; + left: 15px; + width:100%; + height:80%; +} + +.haupt{ + width: 100%; + height: 62%; + position: absolute; + display: flex; + overflow-y:scroll; + top: 200px; +} + +.haupt{ + -ms-overflow-style: none; /* IE and Edge */ + scrollbar-width: none; /* Firefox */ +} +.haupt::-webkit-scrollbar { + display: none; +} + +.haupt #firstItem{ + position: relative; + top: 25px; + left: 30px; + width: 100%; + height: 80%; +} + +.haupt .headerinItem{ + position: relative; + top: -200px; + left: 150px; + color: #000; +} + +.haupt .discinItem{ + position: relative; + top: -180px; + left: 150px; + width: 200px; + color: #000; + text-align: left; +} + +.haupt .greenbutton{ + position: absolute; + top: 165px; + left: 150px; + width: 100px; + height: 25px; + color:rgb(255, 255, 255); + padding-top: 7px; + text-align: center; + text-decoration: none; + font-size: 15px; + background-color:#7DAD47 ; +} + +.haupt #firstItem #shoppingwagen{ + position: absolute; + width: 30px; + top:165px; + right: 60px; +} + +.haupt .percypar{ + position: absolute; + top: 250px; + width: 80%; + color: #000; + text-align: left; +} +/*first item ends*/ + +/*second book in warenkorb and its details */ +#secondItem{ + position: absolute; + top: 300px; + left: 15px; + width: 100%; +} + +.haupt{ + width: 100%; + height: 62%; + position: absolute; + display: flex; + overflow-y:scroll; + top: 200px; +} + +.haupt{ + -ms-overflow-style: none; /* IE and Edge */ + scrollbar-width: none; /* Firefox */ +} +.haupt::-webkit-scrollbar { + display: none; +} + +.haupt #secondItem{ + position: relative; + top: 25px; + left: 30px; + width: 100%; + height: 80%; +} + +.haupt .headerinItem{ + position: relative; + top: -200px; + left: 150px; + color: #000; +} + +.haupt .discinItem{ + position: relative; + top: -180px; + left: 150px; + width: 200px; + color: #000; + text-align: left; +} + +.haupt .redbutton{ + position: absolute; + top: 165px; + left: 150px; + width: 180px; + height: 25px; + color:rgb(255, 255, 255); + padding-top: 7px; + text-align: center; + text-decoration: none; + font-size: 15px; + background-color:red ; +} + + +.haupt #secondItem #shoppingwagen{ + position: absolute; + width: 30px; + top:165px; + right: 60px; +} + +.haupt .percypar{ + position: absolute; + top: 250px; + width: 80%; + color: #000; + text-align: left; +} +/*second item ends*/ + +/*third book in warenkorb and its details */ + +#thirdItem{ + position: absolute; + top: 580px; + left: 15px; + width:100% +} +/*third item ends*/ + +/*fourth book in warenkorb and its details */ + +#fourthItem{ + position: absolute; + top: 880px; + left: 15px; + width:100% +} +/*fourth item ends*/ + +#reservieren +{ + background-color: #E5D3B3; + position: absolute; + top: 70px; + left: 1050px; + width: 300px; + height: 150px; +} + +#jetztReservieren{ + position: relative; + top: 50px; + left: 75px; + width: 120px; + height: 55px; + background-color:#664220 ; + color:rgb(255, 255, 255); + padding-right:15px; + padding-left: 15px; + padding-top: 10px; + padding-bottom: 10px; + text-align: center; + text-decoration: none; + border-radius: 8px; +} + +#ArtikelWarenkorb{ + position: relative; + top: 20px; + left: 100px; + align-items: center; +} + +.headerinItem{ + position: relative; + top: -200px; + left: 150px; + width: 400px; +} +.discinItem{ + position: relative; + top: -190px; + left: 150px; +} + +.main .containerOfAll .items .greenbutton{ + position: relative; + top: -70px; + left: 150px; + + color:rgb(255, 255, 255); + padding-top: 7px; + font-size: 15px; + background-color:#7DAD47 ; + width: 100px; + height: 25px; + + padding-right:15px; + padding-left: 15px; + padding-top: 10px; + padding-bottom: 10px; + text-align: center; + text-decoration: none; + +} +.main .containerOfAll .items .redbutton{ + position: relative; + top: -60px; + left: 150px; + width: 180px; + height: 25px; + color:rgb(255, 255, 255); + padding-top: 7px; + font-size: 15px; + background-color:red ; + + + padding-right:15px; + padding-left: 15px; + padding-top: 10px; + padding-bottom: 10px; + text-align: center; + text-decoration: none; +} + +.inputPlusMinus{ + position: relative; + top: -100px; + left: 800px; +} + +.binPicture{ + position: relative; + top: -65px; + left: 100px; +} + + +#minusButton{ +position: relative; +top: 9px; +left: 0px; +} + +#plusButton{ + position: relative; + top: -39px; + left: 70px; + } + + + +.plus-minus-input .input-group-field { + text-align: center; + position:relative; + width: 30px; + height: 20px; + top: -15px; + left: 28px; +} + +.plus-minus-input .input-group-field::-webkit-inner-spin-button, +.plus-minus-input .input-group-field ::-webkit-outer-spin-button { + -webkit-appearance: none; + appearance: none; +} + +.plus-minus-input .input-group-button .circle { + border-radius: 50%; + padding: 0.15em 0.35em; +} + +/*------WarenKorb ENDS-------*/ + +/*buecher begins */ +.containerofbuecher{ + overflow-y: scroll; + overflow-x: hidden ; + display: flex; + position: absolute; + top: 200px; + width: 100%; + height: 66%; +} +.containerofbuecher{ + -ms-overflow-style: none; /* IE and Edge */ + scrollbar-width: none; /* Firefox */ +} +.containerofbuecher::-webkit-scrollbar { + display: none; +} + +#büchertitel{ + position: absolute; +top:35px; +left:35px; +font-size: 30px; +} + +.containerofbuecher #firstItem{ + position: absolute; + top:100px; + left: 45px; + +} + +.containerofbuecher #secondItem{ + position: absolute; + top:350px; + left: 45px; +} + +.containerofbuecher #thirdItem{ + position: absolute; + top:600px; + left: 45px; +} + +.containerofbuecher #fourthItem{ + position: absolute; + top:850px; + left: 45px; +} + +.containerofbuecher .items .redbutton{ + position: absolute; + top: 165px; + left: 150px; + width: 180px; + height: 25px; + color:rgb(255, 255, 255); + padding-top: 7px; + text-align: center; + text-decoration: none; + font-size: 15px; + background-color:red ; +} + +.containerofbuecher .items .greenbutton{ + position: absolute; + top: 165px; + left: 150px; + width: 100px; + height: 25px; + color:rgb(255, 255, 255); + padding-top: 7px; + text-align: center; + text-decoration: none; + font-size: 15px; + background-color:#7DAD47 ; +} + +.containerofbuecher .items .binPicture{ + position: absolute; + top: 170px; + left: 88%; +} + +/*meine Bücher begins*/ +.containerofmeinebuecher{ + overflow-y: scroll; + overflow-x: hidden ; + display: flex; + position: absolute; + top: 200px; + width: 100%; + height: 65%; + display: grid; + +} +.containerofmeinebuecher{ + -ms-overflow-style: none; /* IE and Edge */ + scrollbar-width: none; /* Firefox */ +} +.containerofmeinebuecher::-webkit-scrollbar { + display: none; +} + +#meinebüchertitel{ + position: relative; +top:35px; +left:35px; +font-size: 30px; +} +.containerofmeinebuecher .items{ + position: relative; + left: 50px; + top: -50px; + height: 320px; +} +/* + +.main .containerOfAll { + + overflow-y: scroll; + background-color: #E5D3B3; + position: absolute; + top: 70px; + left: 35px; + width: 1000px; + height: 55%; + + } + + + + + + +.haupt #firstItem{ + position: relative; + top: 25px; + left: 30px; + width: 100%; + height: 80%; +} + +.haupt .headerinItem{ + position: relative; + top: -200px; + left: 150px; + color: #000; +} + +.haupt .discinItem{ + position: relative; + top: -180px; + left: 150px; + width: 200px; + color: #000; + text-align: left; +} + +.haupt .greenbutton{ + position: absolute; + top: 165px; + left: 150px; + width: 100px; + height: 25px; + color:rgb(255, 255, 255); + padding-top: 7px; + text-align: center; + text-decoration: none; + font-size: 15px; + background-color:#7DAD47 ; +} +*/ +/* +.containerofmeinebuecher #firstItem{ + position: absolute; + top:100px; + left: 45px; +} + +.containerofmeinebuecher #secondItem{ + position: absolute; + top:400px; + left: 45px; +} + +.containerofmeinebuecher #thirdItem{ + position: absolute; + top:700px; + left: 45px; +} + +.containerofmeinebuecher #fourthItem{ + position: absolute; + top:1000px; + left: 45px; +} +*/ +#nav-toggle { + opacity: 0; + pointer-events: none; +} +.containerofmeinebuecher .items .redbutton{ + top: -130px; + left: 150px; + width: 200px; + height: 25px; + color:rgb(255, 255, 255); + padding-top: 7px; + text-align: center; + text-decoration: none; + font-size: 15px; + background-color:#ff0000 ; + padding-right:30px; + padding-left: 30px; + padding-top: 7px; + padding-bottom: 7px; + text-align: center; + text-decoration: none; +} + +.containerofmeinebuecher .items .greenbutton{ + position: relative; + top: -130px; + left: 150px; + width: 200px; + height: 25px; + color:rgb(255, 255, 255); + padding-top: 7px; + text-align: center; + text-decoration: none; + font-size: 15px; + background-color:#7DAD47 ; + padding-right:30px; + padding-left: 30px; + padding-top: 7px; + padding-bottom: 7px; + text-align: center; + text-decoration: none; +} + + +.containerofmeinebuecher .items .binPicture{ + position: absolute; + top: 170px; + left: 88%; + +} + +.containerofmeinebuecher .items #message{ + position: relative; + top: -100px; + left: 150px; + width: 700px; +} + +/*------ ANMELDEN BEGINS-----*/ +.anmeldung{ + position: fixed; + top: 230px; + left: 50px; +} +.anmeldung-überschrift{ + font-weight: normal; + color:#000000; +} + +.anmeldeInput h2, .anmeldeInput form { + font-size: 24px; +} + +#obererText{ + font-size: 20px; +} + +#anmeldebutton{ + + position: relative; + width: 120px; + height: 35px; + background-color:#664220 ; + color:rgb(255, 255, 255); + padding-right:15px; + padding-left: 15px; + padding-top: 10px; + padding-bottom: 10px; + text-align: center; + text-decoration: none; + border-radius: 8px; + border: 0; +} +/*----- ANMELDEN ENDS-------*/*/ + +/*----- Registrierung-------*/ + +#registrierungTitel{ + position: absolute; + font-size: 25px; + color: #000; + left: 15px; + top:20px; +} + +#datenSchutzHinweisRegistrierung{ + position: relative; + font-size: 15px; + color: #000; + left: 25px; + top:40px; +} + +#registrierungAngabenZurRegistrierung{ + position: relative; + font-size: 15px; + color: #000; + left: 25px; + top:55px; +} + +#registrierungInputSpan{ + position: relative; + left: 25px; + top:55px; +} + +#registrierungHr{ + position: relative; + width: 275px; + color: #664220; +} + +.registrierenNormalesTextfeld{ + width: 275px; + margin-bottom: 10px; +} + +#strasse{ + width: 212px; + margin-bottom: 10px; +} + +#hausNummer{ + width: 50px; + margin-bottom: 10px; +} + +#postleitzahl{ + width: 85px; + margin-bottom: 10px; +} + +#ort{ + width: 177px; + margin-bottom: 10px; +} + +.registrierenKnopf { + position: relative; + width: 120px; + height: 35px; + background-color:#664220 ; + color:rgb(255, 255, 255); + padding: 10px 15px; + text-align: center; + text-decoration: none; + border-radius: 8px; + border: 0; +} + +#registrierenAusklappe{ + padding-left: 13px; +} + +/* Chrome, Safari, Edge, Opera */ +input::-webkit-outer-spin-button, +input::-webkit-inner-spin-button { + -webkit-appearance: none; + margin: 0; +} + +/* Firefox */ +input[type=number] { + -moz-appearance: textfield; +} + +/*----- Registrierung Ende-------*/ + +/*Largest Devices*/ +@media screen and (max-width:1400px){ + #sidecandle{ + width: 12%; + } + .p1{ + max-width: 86%; + } + .p2{ + max-width: 86%; + } + .containerOfAll{ + width: 85%; + left: 35px; + height: 65%; + } + .containerOfAll .items .inputPlusMinus{ + left: 600px; + } + + .main #reservieren{ + top: 600px; + left: 100px; + + } + + .main{ + overflow-x: hidden; + position: absolute; + top:200px; + right: 10px; + height: 65%; +} + +} + +/*Large Devices*/ +@media screen and (max-width:1200px){ + #sidecandle{ + width: 12%; + } + .p1{ + max-width: 86%; + } + .p2{ + max-width: 86%; + } + .containerOfAll{ + width: 85%; + left: 35px; + height: 500px; + } + .containerOfAll .items .inputPlusMinus{ + left: 600px; + } + + .main #reservieren{ + top: 600px; + left: 100px; + + } + .main{ + overflow-x: hidden; + position: absolute; + top:200px; + right: 10px; + height: 65%; +} + +} + +/*medium Devices*/ +@media screen and (max-width:1000px){ + #sidecandle{ + width: 14%; + } + .p1{ + max-width: 84%; + } + .p2{ + max-width: 84%; + } + .containerOfAll .items .inputPlusMinus{ + left: 500px; +} +.containerOfAll{ + width: 90%; +} + +.main{ + + height: 65%; +} +.containerofmeinebuecher .items #message{ + width: 400px; +} + +.containerofbuecher .items .binPicture{ + left: 87%; +} + +} +/*small Devices*/ +@media screen and (max-width:800px){ + + #sidecandle{ + width: 16%; + } + .p1{ + max-width: 81%; + } + .p2{ + max-width: 81%; + } + + .containerofbuecher .items .binPicture{ + left: 85%; + } + + .containerofmeinebuecher .items .binPicture{ + left: 85%; + } + + .containerOfAll .items .inputPlusMinus{ + left: 280px; + } + .containerOfAll{ + width: 90%; + } + .main #reservieren{ + top: 600px; + left: 100px; + + } + .main { + height: 65%; + + } + .main .containerOfAll .items .redbutton{ + width: 100px; + height: 40px; + top: 150px; + } + + .containerofmeinebuecher .items #message{ + width: 240px; + } + /*Burger Menu*/ +/*invisibility and deactivate buttons*/ + #uberuns{ + pointer-events: none; + opacity: 0; + } + #buecher{ + pointer-events: none; + opacity: 0; + } + #meinebuecher{ + pointer-events: none; + opacity: 0; + } + + #nav-toggle { + opacity: 0; + pointer-events: none; + } + .suchleiste{ + opacity: 0; + pointer-events: none; + } + #buttonID{ + opacity: 0; + pointer-events: none; + } + /*Reposition*/ + #erweitertesuche{ + position: fixed; + right: 60px; + top: 15px; + } + + /*Burger Icon creation and position*/ + .icon-burger { + display: none; + position: fixed; + top: 24px; + right: 10px; + transform: translateY(-50%); + cursor:pointer; + } + .icon-burger .line { + width: 30px; + height: 5px; + background-color: #fff; + margin: 5px; + border-radius: 3px; + transition: all .3s ease-in-out; + } + nav .icon-burger { + display: block; + } + /*Burger Icon rotation / Animation*/ + nav :checked ~ .icon-burger .line:nth-child(1) { + transform: translateY(10px) rotate(225deg); + } + nav :checked ~ .icon-burger .line:nth-child(3) { + transform: translateY(-10px) rotate(-225deg); + } + nav :checked ~ .icon-burger .line:nth-child(2) { + opacity: 0; + } + + #uberuns{ + position: fixed; + left: 0px; + top: 150px; + text-align: center; + } + +#buecher{ + position: fixed; + left: 50%; + top: 50%; +} +#meinebuecher{ + position: fixed; + left: 300px; + top: 150px; +} + +/*erweiterte Suche*/ +.hauptcontainer .buchtitel{ + left:20px; +} +.hauptcontainer .buchtiteloptions{ + top: 110px; + left:20px; +} + +.hauptcontainer .und-wort1{ + top: 140px; + left:20px; +} + +.hauptcontainer .und-wort2{ + left:20px; + top: 200px; +} + +.hauptcontainer .autor{ + top: 140px; + left:100px; +} + +.hauptcontainer .autoroptions{ + top: 170px; + left:20px; +} + +.hauptcontainer .stichwort{ + top: 200px; +} + +.hauptcontainer .stichwörteroptions{ + top: 230px; + left:20px; +} + +.hauptcontainer #weiteresuchkriterien{ + top: 270px; + +} + +.hauptcontainer .jahrvon{ + top: 300px; +} + +.hauptcontainer .anfangsdatum{ + top: 330px; + left: 20px; + +} + +.hauptcontainer .bis{ + top: 330px; + left: 140px; +} + +.hauptcontainer .endsdatum{ + top: 330px; + left: 170px; +} + +.hauptcontainer .sprache{ + top: 370px; +} + +.hauptcontainer .spracheingabe{ + top: 400px; + left:20px; + +} + +.hauptcontainer .verfügbarkeit{ + top: 430px; + left: 20px; +} + +.hauptcontainer .checkbox{ + top: 460px; + left: 20px; +} + +.hauptcontainer .kommentar{ + top:460px; + left: 40px; + font-size: 15px; +} + +.hauptcontainer #suchen{ + top: 500px; +} +.hauptcontainer #suchfelderleeren{ + top: 500px; +} + + +} +/*extra small Devices*/ +@media screen and (max-width:620px){ + + #sidecandle{ + width: 16%; + } + + .p1{ + max-width: 80%; + } + + .p2{ + max-width: 80%; + } + + .headerinItem{ + word-break: break-word; + font-size: 15px; + width: 200px; + } + + .main .containerOfAll .items .redbutton{ + width: 100px; + height: 40px; + } + .containerofbuecher .items .binPicture{ + left: 83%; + } + +} + + +.fuss{ + height: 74px;; + width: 100%; + position: fixed; + background-color: #24140d; + display: flex; + bottom: 0px; + +} + +#impressum{ + position: fixed; + left: 0px; + bottom: 12px; + width: 120px; + height: 35px; + background-color:#664220 ; + color:rgb(255, 255, 255); + padding-right:10px; + padding-left: 8px; + padding-top: 15px; + padding-bottom: 0px; + text-align: center; + text-decoration: none; +} + +#kontakt{ +position: fixed; +left: 150px; +bottom: 12px; +width: 120px; +height: 35px; +background-color:#664220 ; +color:rgb(255, 255, 255); +padding-right:10px; +padding-left: 8px; +padding-top: 15px; +padding-bottom: 0px; +text-align: center; +text-decoration: none; +} + + +#datenschutz{ +position: fixed; +left: 300px; +bottom: 12px; +width: 120px; +height: 35px; +background-color:#664220 ; +color:rgb(255, 255, 255); +padding-right:10px; +padding-left: 8px; +padding-top: 15px; +padding-bottom: 0px; +text-align: center; +text-decoration: none; +} + + + + + + diff --git a/registrierung.html b/registrierung.html new file mode 100644 index 0000000..8a71385 --- /dev/null +++ b/registrierung.html @@ -0,0 +1,129 @@ + + + + + + + + + Candle Bibliothek + + +
+

+

+ Bibliothek Bild von einer Kerze +

Candle +

+
+ Über Uns + Bücher + Meine Bücher +
+ + +
+ Erweiterte Suche + Bild von einem Wagen +
+
+ + +
+ +
+
+ Regestrierung +
+

Über diese Webseite werden personenbezogene Daten erhoben und genutzt. Für Details, beziehen Sie sich bite auf die Seite Datenschutz.

+

Angaben zur Regestrierung

+
+ + +
+ +
+ +
+ +
+ +
+ + +
+ +
+ + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +

+ +
+ Sie habe bereits ein Konto? +

Jetzt anmelden

+
+
+
+
+
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/store.js b/store.js new file mode 100644 index 0000000..5d290f0 --- /dev/null +++ b/store.js @@ -0,0 +1,169 @@ + + +var warenkorb = []; + +if (window.location.pathname.includes("/buecher.html")) { + document.addEventListener("DOMContentLoaded", function () { + $(window).on('load',function() { +var addItemButton = document.getElementsByClassName("binPicture"); + + +//Dieser Code Block gehört zur Warenkorb Datei +for(var i = 0;i + +

+ ${title} +

+

${desc}

+ Verfügbar + + +
+
+
+ + +
+ + +
+ +
+ +
+ +
+ +
+ + ` + try { + var warenkorby = localStorage.getItem("items") || []; + var parsedArray = JSON.parse(warenkorby) + +} catch (error) { + warenkorb.push(cartRowConetent) +// convert array to JSON string using JSON.stringify() + const jsonArray = JSON.stringify(warenkorb); + +// save to localStorage using "array" as the key and jsonArray as the value + localStorage.setItem('items', jsonArray); + + return ; +} + + var existAlready = false; + cartRow.innerHTML = cartRowConetent; + + for(var j = 0;j + + + + + + + + Candle Bibliothek + + +
+

+

+ Bibliothek Bild von einer Kerze +

Candle +

+ +
+
+ sidecandle +

+ Über uns +

+ In einer Zeit, die von Digitalisierung dominiert wird, werden immer mehr physische + Medien in digitale Systeme integriert.
Auch wenn dieses Phänomen auf den ersten Blick nur positiv erscheint, + zieht es auch große Nachteile mit sich. So ist zum Beispiel nicht jeder Mensch in der finanziellen Lage, + sich die nötigen technischen Geräte zu leisten.
Selbst wenn die Technik vorhanden ist, kann oder will nicht jeder damit umgehen, + manche haben vielleicht sogar gesundheitliche Probleme, die es Ihnen nicht ermöglichen, + für längere Zeit auf einem Bildschirm zu schauen.
+ Unsere Bibliothek Candle hat es sich deshalb zum Ziel gesetzt, Bücher in einem greifbaren Zustand anzubieten. + Ob „Hamlet“, „Harry Potter“ oder „Der große Gatsby“, bei uns kommt jeder Bücherwurm auf den Geschmack. + + +

+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/ueberpruefen.js b/ueberpruefen.js new file mode 100644 index 0000000..3c4dfee --- /dev/null +++ b/ueberpruefen.js @@ -0,0 +1,60 @@ +function checkFirstName() { + let regex_firstName = /[A-Z]/; + var firstName = document.getElementById("firstName"); + var errorMessage = document.getElementById("errorMessage_firstName"); + if (!(regex_firstName.test(firstName.value))) { + errorMessage.innerHTML = "HALLO!"; + errorMessage.style.display = "block"; + } + else { + errorMessage.style.display = "none"; + } + +} + +function checkLastName() { + // Erlaubte Zeichen: + // Großbuchstaben -> [A-Z] + // Kleinbuchstaben -> [a-z] + // Bindestrich -> [-] + // Leerzeichen -> [ ] + const regex_lastName = /1/; +} + +function checkStreetName() { + // Erlaubte Zeichen: + // Großbuchstaben -> [A-Z] + // Kleinbuchstaben -> [a-z] + // Bindestrich -> [-] + // + const regex_streetName = /1/; +} + +function checkHouseNumber() { + const regex_houseNumber = /1/; +} + +function checkPLZ() { + const regex_plz = /1/; +} + +function checkCity() { + const regex_city = /1/; +} + +function checkEmailAddress() { + const regex_emailAdress = /1/; +} + +function checkRepeat_EmailAddress() { + +} + +function checkPassword() { + const regex_password = /1/; +} + +function checkRepeat_Password() { + // Input des Felds password + var password = document.getElementById("password"); +} \ No newline at end of file diff --git a/warenkorb.html b/warenkorb.html new file mode 100644 index 0000000..a08d915 --- /dev/null +++ b/warenkorb.html @@ -0,0 +1,225 @@ + + + + + + + + + + + + + Candle Bibliothek + + + +
+ + + + +

+

+ Bibliothek Bild von einer Kerze +

Candle +

+ +
+ + +
+

+ Warenkorb +

+ +
+ + + + + + + + + + + + + + + + + + +
+ + +
+

0 Artikel

+ Jetzt reservieren +
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/warenkorb.js b/warenkorb.js new file mode 100644 index 0000000..1f8a6e3 --- /dev/null +++ b/warenkorb.js @@ -0,0 +1,153 @@ + +var parsed = []; +var addItemButton = document.getElementsByClassName("binPicture"); +if (window.location.pathname.includes("/warenkorb.html")) { +document.addEventListener("DOMContentLoaded", function () { + var addItemButton = document.getElementById("jetztReservieren"); + addItemButton.addEventListener('click', parseAttributes) + + deleteItem() + +}); + +} + +if (window.location.pathname.includes("/meinebuecher.html")) { + document.addEventListener("DOMContentLoaded", function () { + + warenkorby = localStorage.getItem("meinebuecher") || []; + const parsedArray = JSON.parse(warenkorby) + addingMeinBuecher(parsedArray) + } + );} + + +function deleteItem() +{ + updateArticle() + + //Dieser Code Block gehört zur Warenkorb Datei + for(var i = 0;i + +

+ ${titling}

+

${discription}

+ Sofort Abholbereit + +

Diese Reservierung verfällt, wenn das Buch nicht bis zum 24.04.2023 abgeholt wurde.

+ +
+ + + ` + + parsed.push(cartRowConetent) +} + +// convert array to JSON string using JSON.stringify() + + const jsonArray = JSON.stringify(parsed); + +// save to localStorage using "array" as the key and jsonArray as the value + localStorage.setItem('meinebuecher', jsonArray); + localStorage.removeItem('items'); + + +} + +function addingMeinBuecher(wat) { + // var cartItems = document.getElementsByClassName('containerOfAll')[0]; + for (var i = 0; i < wat.length; i++) { + /* var cartRow = document.createElement('div'); + cartRow.insertAdjacentHTML('beforeend', wat[i]); + cartItems.appendChild(cartRow); + */ + insertHTMLStringToContainer(wat[i],"containerofmeinebuecher") + } + + } + + function insertHTMLStringToContainer(htmlString, containerId) { + var container = document.getElementsByClassName(containerId)[0]; + container.insertAdjacentHTML('beforeend', htmlString); + } + + + +function addingAll(wat) { + // var cartItems = document.getElementsByClassName('containerOfAll')[0]; + for (var i = 0; i < wat.length; i++) { + /* var cartRow = document.createElement('div'); + cartRow.insertAdjacentHTML('beforeend', wat[i]); + cartItems.appendChild(cartRow); + */ + insertHTMLStringToContainer(wat[i],"containerOfAll") + } + + } +