{% extends "st_base.html" %} {% load static %} {% load st_extratags %} {% block javascript %} // Modal Image Gallery // Change style of navbar on scroll window.onscroll = function() {myFunction()}; function myFunction() { var navbar = document.getElementById("myNavbar"); if (document.body.scrollTop > 100 || document.documentElement.scrollTop > 100) { navbar.className = "w3-bar" + " w3-card" + " w3-animate-top" + " st-br"; } else { navbar.className = navbar.className.replace(" w3-card w3-animate-top st-br", ""); } } // Used to toggle the menu on small screens when clicking on the menu button function toggleFunction() { var x = document.getElementById("navDemo"); if (x.className.indexOf("w3-show") == -1) { x.className += " w3-show"; } else { x.className = x.className.replace(" w3-show", ""); } } {% endblock %} {% block style %} /* Create a Parallax Effect */ .bgimg-1, .bgimg-2, .bgimg-3 { background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; top:0px; } /* First image (Logo. Full height) */ .bgimg-1 { background-image: url("{% static 'img/ext_biene.jpg'%}"); min-height: 100%; } {% endblock %} {% block content %}

Hey ihr Lieben, ich bastel gerade an einer neuen Homepage, Ihr könnt mich über info@sinnes-tau.de erreichen. Bis bald
Haben Sie Fragen, Wünsche oder Anregungen, dann freue ich mich auf eine Nachricht.
Komme auf eine Tasse vorbei, oder hinterlasse mir eine Nachricht:
{% if form %} {% include "kontaktformular.html" %} {% endif %}