Skip to content
Snippets Groups Projects
Home.tsx 2.49 KiB
Newer Older
import { FadeIn } from "../components/FadeIn";
Maximilian Leo Huber's avatar
Maximilian Leo Huber committed

export function Home() {
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/breath/breath-1.webp"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/breath/breath-2.webp"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/breath/breath-3.webp"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/breath/breath-4.webp"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/breath/breath-5.webp"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/breath/breath-6.webp"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/breath/breath-7.webp"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/breath/breath-8.webp"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/breath/breath-9.webp"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/breath/breath-10.webp"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/breath/breath-11.webp"></FadeIn>
      <FadeIn filepath="https://static.igem.wiki/teams/5247/landing/breath/breath-12.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>
Maximilian Leo Huber's avatar
Maximilian Leo Huber committed
    </>