bugfixes and reduction of images

This commit is contained in:
silas
2020-12-08 21:05:17 +01:00
parent 9aff53878a
commit 64d4c6ef8a
22 changed files with 13 additions and 40 deletions

2
dist/bundle.js vendored

File diff suppressed because one or more lines are too long

BIN
dist/img/geschenke.jpg vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 MiB

After

Width:  |  Height:  |  Size: 2.7 MiB

BIN
dist/img/home.jpg vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 MiB

After

Width:  |  Height:  |  Size: 2.0 MiB

27
dist/index.html vendored
View File

@@ -45,33 +45,6 @@
<!-- </ul>-->
</div>
</div>
<!-- <div class="grid-container width-100">-->
<!-- <div class="grid-padding-x ">-->
<!-- <div class="small-12 cell">-->
<!--&lt;!&ndash; <div id='navbar-close-listener-container' style="display: none">&ndash;&gt;-->
<!--&lt;!&ndash; <div id='navbar-close-listener'></div>&ndash;&gt;-->
<!--&lt;!&ndash; </div>&ndash;&gt;-->
<!-- <ul class="menu align-center horizontal">-->
<!-- <li><img class="logo-img" src="img/logo.png" alt="J&S"></li>-->
<!-- <li class="small"><a>Home</a></li>-->
<!-- <li class="small"><a>Tagesablauf</a></li>-->
<!-- <li class="small"><a>Unterkunft</a></li>-->
<!-- <li class="small"><a>Geschenke</a></li>-->
<!-- <li class="small"><a>Galerie</a></li>-->
<!-- </ul>-->
<!--&lt;!&ndash; <span id="responsive-menu-toggle" class="right">&ndash;&gt;-->
<!--&lt;!&ndash; <button class="menu-icon" type="button" data-toggle=""></button>&ndash;&gt;-->
<!--&lt;!&ndash; </span>&ndash;&gt;-->
<!--&lt;!&ndash; <div id="responsive-menu">&ndash;&gt;-->
<!--&lt;!&ndash; <ul class="menu vertical accordion-menu navbar-menu hidden-menu" id="navbar-menu-hidden">&ndash;&gt;-->
<!--&lt;!&ndash; </ul>&ndash;&gt;-->
<!--&lt;!&ndash; </div>&ndash;&gt;-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
</nav>
<div id="main-content-container">
<span id="home-img-container">

12
dist/main.css vendored
View File

@@ -4863,15 +4863,15 @@ html.is-reveal-open {
height: 10rem; }
.present .present-checkbox div {
position: relative;
margin-top: 4rem;
width: 2rem;
height: 2rem;
margin-top: 2.8rem;
width: 1.5rem;
height: 1.5rem;
border: 2px solid black; }
@media print, screen and (min-width: 50em) {
.present .present-checkbox div {
margin-top: 2.8rem;
width: 1.5rem;
height: 1.5rem; } }
margin-top: 3.9rem;
width: 2rem;
height: 2rem; } }
.present .present-checkbox div::after {
position: absolute;
top: -1rem;