Skip to content
Snippets Groups Projects
Commit c1b60ae3 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

landing page

parent 3e744f19
No related branches found
No related tags found
No related merge requests found
Pipeline #515895 failed
import { FadeIn } from "../components/FadeIn";
import { Breathe } from "../components/Breathe";
import { Problems } from "../components/Problems";
import { AirbuddyAnim } from "../components/AirbuddyAnim";
import { PrimeGuideAnimOne, PrimeGuideAnimTwo } from "../components/PrimeGuide";
import { useTabNavigation } from "../utils/TabNavigation";
import { H5 } from "../components/Headings";
import PreCyse from "../components/precyse";
......@@ -50,7 +48,7 @@ export function Home() {
</p>
<p>
<div className="col">
<button onClick={() => goToPageAndScroll("sciency", "")}> <b>SKIP</b> to jump straight to the scienice part of the animation.</button>
<button onClick={() => goToPageAndScroll("sciency", "")}> <b>JUMP</b> straight to the science part of the animation.</button>
</div>
</p>
......@@ -118,7 +116,7 @@ export function Home() {
{/*
<FadeIn filepath="https://static.igem.wiki/teams/5247/landing/gifs/3k-anim-transparent-bg.gif" bg='https://static.igem.wiki/teams/5247/landing/backgrounds/background-3-text.webp'></FadeIn>
......@@ -133,7 +131,7 @@ export function Home() {
<PrimeGuideAnimTwo></PrimeGuideAnimTwo>
<FadeIn filepath="https://static.igem.wiki/teams/5247/landing/precyse.gif" bg=''></FadeIn>
<FadeIn filepath="https://static.igem.wiki/teams/5247/landing/gifs/proofofconcept.gif" bg=''></FadeIn>
<FadeIn filepath="https://static.igem.wiki/teams/5247/landing/gifs/proofofconcept.gif" bg=''></FadeIn> */}
{/* Spacing Block */}
<div className='col' style={{ 'height': '100vh' }}></div>
......
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