mirror of
https://github.com/FAUSheppy/flask-json-dream-website
synced 2025-12-10 01:28:32 +01:00
[git fast commit] 30. Jun 2021 - 15:49:51
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
</head>
|
||||
<body id="main_scrollable"
|
||||
style="background-image: url('https://potaris.de/picture/unreal-lightning.jpg?scalex=1280&scaley=960')">
|
||||
>
|
||||
<!-- NAVBAR -->
|
||||
{% include 'navbar.html' %}
|
||||
|
||||
@@ -31,15 +31,12 @@
|
||||
<li data-target="#carouselIndicators" data-slide-to="2"></li>
|
||||
</ol>
|
||||
<div class="carousel-inner">
|
||||
<div class="carousel-item active">
|
||||
<img class="d-block w-100" src="{{ conf['WALLPAPER_URL'] }}">
|
||||
</div>
|
||||
{% for (url, alt, title, subtitle) in conf["WALLPAPER_REEL"] %}
|
||||
<div class="carousel-item">
|
||||
<div class="carousel-item {% if loop.first %} active {% endif %}">
|
||||
<img class="d-block w-100" src="{{ url }}" alt="{{ alt }}">
|
||||
<div class="carousel-caption d-none d-md-block">
|
||||
<h5>{{ subtitle }}</h5>
|
||||
<p>{{ title }}</p>
|
||||
<h2>{{ title }}</h2>
|
||||
<p>{{ subtitle }}</p>
|
||||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
@@ -162,7 +159,8 @@
|
||||
-->
|
||||
|
||||
{% for section in sections %}
|
||||
<div class="{% if loop.index %2 == 1 %} bg-secondary {% else %} bg-dark {% endif %} pt-2 pb-4">
|
||||
<div {% if "id" in section %} id="{{ section['id'] }}" {% endif %}
|
||||
class="{% if loop.index %2 == 1 %} bg-secondary {% else %} bg-dark {% endif %} pt-2 pb-4">
|
||||
<div class="container text-color-special">
|
||||
<div class="row" {% if loop.index %2 == 1 %} style="flex-direction: row-reverse;" {% endif %}>
|
||||
<div class="mt-3 col image-min-dimensions">
|
||||
|
||||
Reference in New Issue
Block a user