diff --git a/src/components/landingpage/Airbuddy.tsx b/src/components/landingpage/Airbuddy.tsx new file mode 100644 index 0000000000000000000000000000000000000000..0a15615aee18c3f0e8bf9a105346fee186f920fd --- /dev/null +++ b/src/components/landingpage/Airbuddy.tsx @@ -0,0 +1,9 @@ +function Airbuddy() { + return( + <div className="row col"> + { + /* */ + } + </div> + ); +} \ No newline at end of file diff --git a/src/components/landingpage/Bacteria.tsx b/src/components/landingpage/Bacteria.tsx new file mode 100644 index 0000000000000000000000000000000000000000..8ba710cb52c07d489e94e48d74c2681995cf923a --- /dev/null +++ b/src/components/landingpage/Bacteria.tsx @@ -0,0 +1,9 @@ +function Bacteria() { + return( + <div className="row col"> + { + /* */ + } + </div> + ); +} \ No newline at end of file diff --git a/src/components/landingpage/BlackFadeCircle.tsx b/src/components/landingpage/BlackFadeCircle.tsx new file mode 100644 index 0000000000000000000000000000000000000000..e35590ee06885d0b306e0b1233174d6f5d2af7e2 --- /dev/null +++ b/src/components/landingpage/BlackFadeCircle.tsx @@ -0,0 +1,9 @@ +function BlackFadeCircle() { + return( + <div className="row col"> + { + /* */ + } + </div> + ); +} \ No newline at end of file diff --git a/src/components/landingpage/LandingPageAnim.tsx b/src/components/landingpage/LandingPageAnim.tsx new file mode 100644 index 0000000000000000000000000000000000000000..fb824252d61984f76cc5824fa021ed9cf7c5d073 --- /dev/null +++ b/src/components/landingpage/LandingPageAnim.tsx @@ -0,0 +1,36 @@ +function LandingPageAnim () { + return( + <div className="row col"> + {/* + <PersonXRayMagenta></PersonXRayMagenta> + <MagentaFadeCircle></MagentaFadeCircle> + <BlackFadeCircle></BlackFadeCircle> + <PersonXRayBlack></PersonXRayBlack> + <PersonXRayGrey></PersonXRayGrey> + <PinkCircles></PinkCircles> + <PersonCoughing></PersonCoughing> + <PersonSick></PersonSick> + <PersonFever></PersonFever> + <Virus></Virus> + <Mask></Mask> + <Bacteria></Bacteria> + <Psych></Psych> + <WorldMap></WorldMap> + <TwentyPeople></TwentyPeople> + <OneInTwenty></OneInTwenty> + <Mutation></Mutation> + <Newborns></Newborns> + <LimitsTreatment><LimitsTreatment> + <PreCyse></PreCyse> + <PreCyse2></PreCyse2> + <Airbuddy></Airbuddy> + <PrimeGuide></PrimeGuide> + <PrimeGuide2></PrimeGuide2> + <PrimeGuide3></PrimeGuide3> + <PrimeGuide4></PrimeGuide4> + <PreCyseFunctions></PreCyseFunctions> + */} + + </div> + ); +} \ No newline at end of file diff --git a/src/components/landingpage/LimitsTreatment.tsx b/src/components/landingpage/LimitsTreatment.tsx new file mode 100644 index 0000000000000000000000000000000000000000..637d7385c1e861de645e8ca9c761f225cefd619a --- /dev/null +++ b/src/components/landingpage/LimitsTreatment.tsx @@ -0,0 +1,9 @@ +function LimitsTreatment() { + return( + <div className="row col"> + { + /* */ + } + </div> + ); +} \ No newline at end of file diff --git a/src/components/landingpage/MagentaFadeCircle.tsx b/src/components/landingpage/MagentaFadeCircle.tsx new file mode 100644 index 0000000000000000000000000000000000000000..ed1c0ddac719d4a9e632bc7a2b9d9aa807d5cf18 --- /dev/null +++ b/src/components/landingpage/MagentaFadeCircle.tsx @@ -0,0 +1,9 @@ +function MagentaFadeCircle() { + return( + <div className="row col"> + { + /* */ + } + </div> + ); +} \ No newline at end of file diff --git a/src/components/landingpage/Mask.tsx b/src/components/landingpage/Mask.tsx new file mode 100644 index 0000000000000000000000000000000000000000..ee9205ef0af0167e48d71bb5a447651d5071e4e4 --- /dev/null +++ b/src/components/landingpage/Mask.tsx @@ -0,0 +1,9 @@ +function Mask() { + return( + <div className="row col"> + { + /* */ + } + </div> + ); +} \ No newline at end of file diff --git a/src/components/landingpage/Mutation.tsx b/src/components/landingpage/Mutation.tsx new file mode 100644 index 0000000000000000000000000000000000000000..1e9a7faacfc9143ba7402f4dc8b288cff03784fc --- /dev/null +++ b/src/components/landingpage/Mutation.tsx @@ -0,0 +1,9 @@ +function Mutation() { + return( + <div className="row col"> + { + /* */ + } + </div> + ); +} \ No newline at end of file diff --git a/src/components/landingpage/Newborns.tsx b/src/components/landingpage/Newborns.tsx new file mode 100644 index 0000000000000000000000000000000000000000..bdfb9baeeedce225084b50d3b614d521002fb1d3 --- /dev/null +++ b/src/components/landingpage/Newborns.tsx @@ -0,0 +1,9 @@ +function Newborns() { + return( + <div className="row col"> + { + /* */ + } + </div> + ); +} \ No newline at end of file diff --git a/src/components/landingpage/OneInTwentyPerson.tsx b/src/components/landingpage/OneInTwentyPerson.tsx new file mode 100644 index 0000000000000000000000000000000000000000..62eb9c58babcc188f1a5060ffe63452268e7692c --- /dev/null +++ b/src/components/landingpage/OneInTwentyPerson.tsx @@ -0,0 +1,9 @@ +function OneInTwentyPerson() { + return( + <div className="row col"> + { + /* */ + } + </div> + ); +} \ No newline at end of file diff --git a/src/components/landingpage/PersonCoughing.tsx b/src/components/landingpage/PersonCoughing.tsx new file mode 100644 index 0000000000000000000000000000000000000000..8e8c309cb5a1002d8a7ae4adb9f7996c9fc7c2dc --- /dev/null +++ b/src/components/landingpage/PersonCoughing.tsx @@ -0,0 +1,9 @@ +function PersonCoughing() { + return( + <div className="row col"> + { + /* */ + } + </div> + ); +} \ No newline at end of file diff --git a/src/components/landingpage/PersonFever.tsx b/src/components/landingpage/PersonFever.tsx new file mode 100644 index 0000000000000000000000000000000000000000..b10a7549dc9b18ad76e2fba36086a2efda964393 --- /dev/null +++ b/src/components/landingpage/PersonFever.tsx @@ -0,0 +1,9 @@ +function PersonFever() { + return( + <div className="row col"> + { + /* */ + } + </div> + ); +} \ No newline at end of file diff --git a/src/components/landingpage/PersonSick.tsx b/src/components/landingpage/PersonSick.tsx new file mode 100644 index 0000000000000000000000000000000000000000..c02fd956433b47d34fa3ec542a5e2c21c7597ded --- /dev/null +++ b/src/components/landingpage/PersonSick.tsx @@ -0,0 +1,9 @@ +function PersonSick() { + return( + <div className="row col"> + { + /* */ + } + </div> + ); +} \ No newline at end of file diff --git a/src/components/landingpage/PersonXRayBlack.tsx b/src/components/landingpage/PersonXRayBlack.tsx new file mode 100644 index 0000000000000000000000000000000000000000..9010d4059f12c04de7e81500f952c8af02c3991e --- /dev/null +++ b/src/components/landingpage/PersonXRayBlack.tsx @@ -0,0 +1,9 @@ +function PersonXRayBlack() { + return( + <div className="row col"> + { + /* */ + } + </div> + ); +} \ No newline at end of file diff --git a/src/components/landingpage/PersonXRayGrey.tsx b/src/components/landingpage/PersonXRayGrey.tsx new file mode 100644 index 0000000000000000000000000000000000000000..f0f312b8268f545c8a222564f72c452d12117776 --- /dev/null +++ b/src/components/landingpage/PersonXRayGrey.tsx @@ -0,0 +1,9 @@ +function PersonXRayGrey() { + return( + <div className="row col"> + { + /* */ + } + </div> + ); +} \ No newline at end of file diff --git a/src/components/landingpage/PersonXRayMagenta.tsx b/src/components/landingpage/PersonXRayMagenta.tsx new file mode 100644 index 0000000000000000000000000000000000000000..6496860e6d9136cb3708797453c20f78159da337 --- /dev/null +++ b/src/components/landingpage/PersonXRayMagenta.tsx @@ -0,0 +1,9 @@ +function PersonXRayMagenta() { + return( + <div className="row col"> + { + /* */ + } + </div> + ); +} \ No newline at end of file diff --git a/src/components/landingpage/PinkCircle.tsx b/src/components/landingpage/PinkCircle.tsx new file mode 100644 index 0000000000000000000000000000000000000000..e0c95281edf8bf852903524ff4e97206a32bf002 --- /dev/null +++ b/src/components/landingpage/PinkCircle.tsx @@ -0,0 +1,9 @@ +function PinkCircles() { + return( + <div className="row col"> + { + /* */ + } + </div> + ); +} \ No newline at end of file diff --git a/src/components/landingpage/PreCyse.tsx b/src/components/landingpage/PreCyse.tsx new file mode 100644 index 0000000000000000000000000000000000000000..417126ccfb53f2f6b4c5990ffc39689df5fb6ff0 --- /dev/null +++ b/src/components/landingpage/PreCyse.tsx @@ -0,0 +1,9 @@ +function PreCyse() { + return( + <div className="row col"> + { + /* */ + } + </div> + ); +} \ No newline at end of file diff --git a/src/components/landingpage/PreCyse2.tsx b/src/components/landingpage/PreCyse2.tsx new file mode 100644 index 0000000000000000000000000000000000000000..4d100b531d08affc6cb43c97ac111779f6291219 --- /dev/null +++ b/src/components/landingpage/PreCyse2.tsx @@ -0,0 +1,9 @@ +function PreCyse2() { + return( + <div className="row col"> + { + /* */ + } + </div> + ); +} \ No newline at end of file diff --git a/src/components/landingpage/PreCyse3.tsx b/src/components/landingpage/PreCyse3.tsx new file mode 100644 index 0000000000000000000000000000000000000000..49fee677a5721db39e4419444c0efa2c38be5191 --- /dev/null +++ b/src/components/landingpage/PreCyse3.tsx @@ -0,0 +1,9 @@ +function PreCyse3() { + return( + <div className="row col"> + { + /* */ + } + </div> + ); +} \ No newline at end of file diff --git a/src/components/landingpage/PreCyse4.tsx b/src/components/landingpage/PreCyse4.tsx new file mode 100644 index 0000000000000000000000000000000000000000..643980d947c5b825f4722bffc0293e3d4d770d77 --- /dev/null +++ b/src/components/landingpage/PreCyse4.tsx @@ -0,0 +1,9 @@ +function PreCyse4() { + return( + <div className="row col"> + { + /* */ + } + </div> + ); +} \ No newline at end of file diff --git a/src/components/landingpage/PreCyseFunctions.tsx b/src/components/landingpage/PreCyseFunctions.tsx new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/src/components/landingpage/PrimeGuide.tsx b/src/components/landingpage/PrimeGuide.tsx new file mode 100644 index 0000000000000000000000000000000000000000..ecaefc29e42283da9bedfab907936ead0bc843e8 --- /dev/null +++ b/src/components/landingpage/PrimeGuide.tsx @@ -0,0 +1,9 @@ +function PrimeGuide() { + return( + <div className="row col"> + { + /* */ + } + </div> + ); +} \ No newline at end of file diff --git a/src/components/landingpage/PrimeGuide2.tsx b/src/components/landingpage/PrimeGuide2.tsx new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/src/components/landingpage/PrimeGuide3.tsx b/src/components/landingpage/PrimeGuide3.tsx new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/src/components/landingpage/PrimeGuide4.tsx b/src/components/landingpage/PrimeGuide4.tsx new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/src/components/landingpage/Psych.tsx b/src/components/landingpage/Psych.tsx new file mode 100644 index 0000000000000000000000000000000000000000..7f7e4d6f9655bed98bef7d34f7246c9f86439a5c --- /dev/null +++ b/src/components/landingpage/Psych.tsx @@ -0,0 +1,9 @@ +function Psych() { + return( + <div className="row col"> + { + /* */ + } + </div> + ); +} \ No newline at end of file diff --git a/src/components/landingpage/TwentyPeople.tsx b/src/components/landingpage/TwentyPeople.tsx new file mode 100644 index 0000000000000000000000000000000000000000..e9fe7f71421960aba601b0863c30e298f82b41f1 --- /dev/null +++ b/src/components/landingpage/TwentyPeople.tsx @@ -0,0 +1,9 @@ +function TwentyPeople() { + return( + <div className="row col"> + { + /* */ + } + </div> + ); +} \ No newline at end of file diff --git a/src/components/landingpage/Virus.tsx b/src/components/landingpage/Virus.tsx new file mode 100644 index 0000000000000000000000000000000000000000..e6f2ea7caf7e127f8bbd628b79637ce97c05f5d4 --- /dev/null +++ b/src/components/landingpage/Virus.tsx @@ -0,0 +1,9 @@ +function Virus() { + return( + <div className="row col"> + { + /* */ + } + </div> + ); +} \ No newline at end of file diff --git a/src/components/landingpage/WorldMap.tsx b/src/components/landingpage/WorldMap.tsx new file mode 100644 index 0000000000000000000000000000000000000000..d6ad9b4aabf9c1aea78ea075abcc748c14b9cf0e --- /dev/null +++ b/src/components/landingpage/WorldMap.tsx @@ -0,0 +1,9 @@ +function WorldMap() { + return( + <div className="row col"> + { + /* */ + } + </div> + ); +} \ No newline at end of file