slideshow
|
@ -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: 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;
|
background-position: 50%, 0;
|
||||||
clear: both;
|
clear: both;
|
||||||
position: fixed;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
BIN
app/static/images/arrows-alt_ffffff_64.png
Normal file
After Width: | Height: | Size: 1,015 B |
BIN
app/static/images/compress_ffffff_64.png
Normal file
After Width: | Height: | Size: 797 B |
BIN
app/static/slideshow/1.jpg
Normal file
After Width: | Height: | Size: 49 KiB |
BIN
app/static/slideshow/2.jpg
Normal file
After Width: | Height: | Size: 54 KiB |
BIN
app/static/slideshow/3.jpg
Normal file
After Width: | Height: | Size: 64 KiB |
BIN
app/static/slideshow/4.jpg
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
app/static/slideshow/5.jpg
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
app/static/slideshow/6.jpg
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
app/static/slideshow/robot.png
Normal file
After Width: | Height: | Size: 402 KiB |
BIN
app/static/slideshow/robot2.png
Normal file
After Width: | Height: | Size: 424 KiB |
|
@ -7,7 +7,6 @@
|
||||||
|
|
||||||
{% block head %}
|
{% block head %}
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
<script type="text/javascript" src="/static/js/better-simple-slideshow.js" charset="UTF-8"></script>
|
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background-image: url('/static/images/cloudsbg.jpeg');
|
background-image: url('/static/images/cloudsbg.jpeg');
|
||||||
|
@ -32,12 +31,13 @@
|
||||||
background: rgb(255, 255, 255); /* fallback */
|
background: rgb(255, 255, 255); /* fallback */
|
||||||
background: rgba(255, 255, 255, 0.7)!important;
|
background: rgba(255, 255, 255, 0.7)!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block scripts %}
|
{% 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 = {
|
var opts = {
|
||||||
auto : {
|
auto : {
|
||||||
speed : 6000,
|
speed : 6000,
|
||||||
|
@ -50,9 +50,6 @@ makeBSS('.bss-slides', opts);
|
||||||
</script>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block outside_container %}
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block page_content %}
|
{% block page_content %}
|
||||||
<!--
|
<!--
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|