slideshow

This commit is contained in:
deflax 2017-05-10 05:37:19 +03:00
parent 2098ea6e21
commit 7af57cc62d
12 changed files with 17 additions and 20 deletions

View file

@ -14,7 +14,7 @@ header {
background: url('/static/images/texture-diagonal.png' repeat, url('static/images/header-layer.jpg') no repeat 50% -25px, #493874 url('/static/images/bg-linear.jpg') repeat-x 50%, -25px;
background-position: 50%, 0;
clear: both;
position: fixed;
position: relative;
}
h1 {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,015 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 797 B

BIN
app/static/slideshow/1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
app/static/slideshow/2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

BIN
app/static/slideshow/3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

BIN
app/static/slideshow/4.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
app/static/slideshow/5.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

BIN
app/static/slideshow/6.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 424 KiB

View file

@ -7,7 +7,6 @@
{% block head %}
{{ super() }}
<script type="text/javascript" src="/static/js/better-simple-slideshow.js" charset="UTF-8"></script>
<style>
body {
background-image: url('/static/images/cloudsbg.jpeg');
@ -32,12 +31,13 @@
background: rgb(255, 255, 255); /* fallback */
background: rgba(255, 255, 255, 0.7)!important;
}
</style>
{% endblock %}
{% block scripts %}
<script>
{{ super() }}
<script type="text/javascript" src="/static/js/better-simple-slideshow.js" charset="UTF-8"></script>
<script type="text/javascript">
var opts = {
auto : {
speed : 6000,
@ -50,9 +50,6 @@ makeBSS('.bss-slides', opts);
</script>
{% endblock %}
{% block outside_container %}
{% endblock %}
{% block page_content %}
<!--
<div class="row">