Mobile navigation, merchandise content

This commit is contained in:
Andre Beging
2020-02-29 18:15:12 +01:00
parent 5f9ae37008
commit 801ac69a01
19 changed files with 2150 additions and 17 deletions

BIN
static/assets/bierkrug.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB

BIN
static/assets/emaille.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

BIN
static/assets/weizen.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 KiB

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -7,6 +7,10 @@ if (document.body.classList.contains("hero")) {
document.body.classList.remove("scroll");
});
}
// Sidebar toggle
document.querySelector('[data-action="toggle-sidebar"]').addEventListener("click", function () {
document.body.classList.toggle("sidebar");
});
document.querySelector('form').addEventListener('submit', function (e) {
var targetUrl = e.target.action;
// Load form data