Updated collapse of menus
This commit is contained in:
parent
052967aef1
commit
10eaae7b0e
BIN
images/pic1.png
BIN
images/pic1.png
Binary file not shown.
Before Width: | Height: | Size: 407 KiB After Width: | Height: | Size: 171 KiB |
|
@ -1,4 +1,4 @@
|
|||
<nav class="navbar navbar-expand-lg bg-dark navbar-dark sticky-top justify-content-center text-center">
|
||||
<nav class="navbar navbar-expand-lg bg-dark navbar-dark justify-content-center text-center sticky-top">
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse"
|
||||
data-target="#navbarTogglerHeader" aria-controls="navbarTogglerHeader"
|
||||
aria-expanded="false" aria-label="Toggle Header Navigation">
|
||||
|
|
|
@ -54,8 +54,12 @@
|
|||
</head>
|
||||
{% endblock %}
|
||||
<body>
|
||||
<video id="bg" src="{{ url_for('static', filename='imgs/backgrounds/particles.mp4')}}"
|
||||
poster="{{ url_for('static', filename='imgs/backgrounds/000.png')}}"
|
||||
autoplay loop>
|
||||
</video>
|
||||
|
||||
{% block body_header %}
|
||||
<img id="bg" src="{{ url_for('static', filename='imgs/backgrounds/background.jpg')}}" alt="{{title}} Background Logo" />
|
||||
{% include "body-header.html" %}
|
||||
|
||||
{% block body_header_additional %}
|
||||
|
|
Loading…
Reference in New Issue