Skip to content
Snippets Groups Projects
Commit a82524b0 authored by Katie Spivakovsky's avatar Katie Spivakovsky
Browse files

home animation!

parent dc64dbf7
No related branches found
No related tags found
No related merge requests found
Pipeline #221252 passed
......@@ -77,6 +77,7 @@ if (window.location.href.endsWith("mit/") || window.location.href.indexOf("index
document.querySelector('#home-header').style.fontSize = 'calc(2.5*(1.475rem + 2.7vw))'
document.querySelector('#home-header').style.color = 'transparent'
document.querySelector('#home-lead').style.color = '#fff'
document.querySelector('#home-header-container').style.transitionDelay = '0s';
window.addEventListener('resize', function(event){
const headerHeight = 2*document.querySelector('#home-header').clientHeight / window.outerHeight
......
......@@ -38,7 +38,7 @@ h1, .gradient-header {
.subheader-title {
color: #fff;
font-weight:bolder;
margin-left:4vw;
margin-left:1vw;
}
#home-header-container {
......
......@@ -106,7 +106,7 @@
valuable feedback from experts along with listening to talks on genetic circuitry,
induced protein aggregation, and more.
</p>
<row>
<div class="d-flex flex-row justify-content-center">
<div class="col-6">
<img src="https://static.igem.wiki/teams/4764/wiki/dabomb/poster.png" width='95%'>
<figcaption style="font-size:0.9rem">Our poster for da BOMB.</figcaption>
......@@ -115,7 +115,7 @@
<img src="https://static.igem.wiki/teams/4764/wiki/dabomb/dabomb.png" width='95%'>
<figcaption style="font-size:0.9rem">Katie and Jeannie after a successful poster session!</figcaption>
</div>
</row>
</div>
</section>
<!-- TODO: make real bibiliography -->
......
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