Skip to content
Snippets Groups Projects
Commit 71d72c5b authored by Patrick Lee's avatar Patrick Lee
Browse files

Merge branch 'static_assets' into 'main'

Static assets

See merge request !23
parents 18eb17f0 e9a70b65
No related branches found
No related tags found
1 merge request!23Static assets
Pipeline #118795 passed
No preview for this file type
No preview for this file type
......@@ -177,19 +177,19 @@ footer a:hover { color: white; text-decoration: underline; }
z-index: -1;
}
.layer-bg {
background-image: url('../static/parallax/layerbg.png');
background-image: url('https://static.igem.wiki/teams/4296/wiki/images/layerbg.png');
}
.layer-1 {
background-image: url('../static/parallax/layer1.png');
background-image: url('https://static.igem.wiki/teams/4296/wiki/images/layer1.png');
}
.layer-2 {
background-image: url('../static/parallax/layer2.png');
background-image: url('https://static.igem.wiki/teams/4296/wiki/images/layer2.png');
}
.layer-3 {
background-image: url('../static/parallax/layer3.png')
background-image: url('https://static.igem.wiki/teams/4296/wiki/images/layer3.png')
}
.layer-4 {
background-image: url('../static/parallax/layer4.png');
background-image: url('https://static.igem.wiki/teams/4296/wiki/images/layer4.png');
}
/* PRELOADER */
......
......@@ -4,7 +4,7 @@
<!---- TEAM NAME ---->
<a class="navbar-brand" href="{{ url_for('pages', page='index') }}">
<img class="rotate-logo" src="https://static.igem.wiki/teams/4296/wiki/logos/synaestivum-transparent-logo.png" width="35" height="30" class="d-inline-block align-top">
<img class="logo-title" src="../static/Name.png">
<img class="logo-title" src="https://static.igem.wiki/teams/4296/wiki/images/project-name.png">
</a>
<!---- SMALL SCREEN MENU ICON ---->
......
......@@ -132,7 +132,7 @@
<button onclick="returnToTop()" id="goToTopBtn"><svg style="color: #ffffff; font-size: 3rem; display: block; text-align: right;" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="arrow-circle-up" class="svg-inline--fa fa-arrow-circle-up fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm143.6 28.9l72.4-75.5V392c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V209.4l72.4 75.5c9.3 9.7 24.8 9.9 34.3.4l10.9-11c9.4-9.4 9.4-24.6 0-33.9L273 107.7c-9.4-9.4-24.6-9.4-33.9 0L106.3 240.4c-9.4 9.4-9.4 24.6 0 33.9l10.9 11c9.6 9.5 25.1 9.3 34.4-.4z"></path></svg></button>
<video class="indexBannerVideo" autoplay loop muted >
<source src="../../static/index_banner_video.mp4" type="video/mp4">
<source src="https://video.igem.org/w/6zYrDvAfnTZSPrfyJ6npUD" type="video/mp4">
</video>
<div id="hero">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment