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

Merge branch 'revert-6431b305' into 'main'

Revert "Home page (need to upload assets)"

See merge request !10
parents 1e2c94cd 972bfc01
No related branches found
No related tags found
1 merge request!10Revert "Home page (need to upload assets)"
Pipeline #75322 passed
......@@ -119,11 +119,6 @@ footer a:hover { color: white; text-decoration: underline; }
background-color: var(--header-footer);
}
.indexBannerVideo{
margin-top: 15px;
width: 100%;
}
/* ROTATING LOGO */
.rotate-logo:hover {
animation: rotation 1.5s infinite ease-in-out;
......@@ -138,53 +133,6 @@ footer a:hover { color: white; text-decoration: underline; }
}
}
/* LOGO graphic */
.logo-title {
height: 45px;
}
/* PARALLAX EFFECT */
#hero {
height: 1200px;
overflow: hidden;
position: relative;
}
.hero-text {
text-align: center;
position: absolute;
top: 8%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
}
.layer {
background-position: bottom center;
background-size: auto;
background-repeat: no-repeat;
width: 100%;
height: 1500px;
position: fixed;
z-index: -1;
}
.layer-bg {
background-image: url('../static/parallax/layerbg.png');
}
.layer-1 {
background-image: url('../static/parallax/layer1.png');
}
.layer-2 {
background-image: url('../static/parallax/layer2.png');
}
.layer-3 {
background-image: url('../static/parallax/layer3.png')
}
.layer-4 {
background-image: url('../static/parallax/layer4.png');
}
/* PRELOADER */
.loaderImage {
width: 150px;
......
......@@ -61,7 +61,7 @@
<script src="{{ url_for('static', filename = 'bootstrap.bundle.min.js') }}"></script>
<script id="MathJax-script" async src="../../static/mathjax/es5/tex-chtml.js"></script>
<script id="MathJax-script" async src="https://static.igem.wiki/teams/4296/wiki/mathjax/es5/tex-chtml.js"></script>
<!-- Go to top script -->
<script>
......
......@@ -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">
Synaestivum
</a>
<!---- SMALL SCREEN MENU ICON ---->
......
This diff is collapsed.
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