Skip to content
Snippets Groups Projects
Home.tsx 2.44 KiB
import { FadeIn } from "../components/FadeIn";

export function Home() {
  return (
    <>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/firstperson.webp"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/firstbreathin.webp"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/firstbreathoutrelease.webp"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/firstbreathoutdone.webp"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/revitalized.webp"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/breathdeepin.webp"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/breathhold.webp"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/holdbad.webp"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/holdpanic.webp"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/holdrelief.webp"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/holdreliefdone.webp"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/privilage.webp"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/threecircles.webp"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/threepeople.webp"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/blockedairway.webp"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/infection.webp"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/maskpsych.webp"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/fear.webp"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/twenty.webp"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/oneintwenty.webp"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/treatmentnoloop.gif"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/precyse.gif"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/airbuddy.gif"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/primeguide.webp"></FadeIn>
      
      {/* Spacing Block */}
      <div className='col' style={{ 'height': '80vh' }}></div>
    </>
  );
}