From 7ef6269077d89df3d8ad73e36b3403318548a898 Mon Sep 17 00:00:00 2001 From: Shraddha <ShraddhaRaghuram@student.tudelft.nl> Date: Fri, 27 Sep 2024 14:39:50 +0200 Subject: [PATCH] endosymbiosis animation --- static/homepage.css | 2 +- wiki/pages/home.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/homepage.css b/static/homepage.css index 79a4b2b..35d2d09 100644 --- a/static/homepage.css +++ b/static/homepage.css @@ -359,7 +359,7 @@ width: 400px; height: 500px; transform: translate(80%); - background: linear-gradient(180deg, rgba(198, 235, 232, 0.00) 0%, rgba(198, 235, 232, 0.30) 100%), url(https://static.igem.wiki/teams/5054/endosymbiosis.gif), 0px -70.565px / 100% 129.911% no-repeat; + background: linear-gradient(180deg, rgba(198, 235, 232, 0.00) 0%, rgba(198, 235, 232, 0.30) 100%), url(https://static.igem.wiki/teams/5054/endosymbiosis-animation.gif), 0px -70.565px / 100% 129.911% no-repeat; opacity: 0; transition: all 0.5s linear; /* max-width: 50%; */ diff --git a/wiki/pages/home.html b/wiki/pages/home.html index db7116b..3a7f456 100644 --- a/wiki/pages/home.html +++ b/wiki/pages/home.html @@ -252,7 +252,7 @@ </div> <div class="homepage-content-img10 homepage-elements reveal" id="homepage-content-img10"></div> -<div class="homepage-content13 homepage-elements reveal" id="homepage-content13"></div> +<div class="homepage-content13 homepage-elements reveal" id="homepage-content13"> <div class="homepage-contents-style" style="width:304px;"> This bacterium eventually became an organelle in <strong><i>Braarudosphaera bigelowii</i></strong> through endosymbiosis. </div> -- GitLab