From 6c74c74ead0355a00022bf0c2269a085dce25025 Mon Sep 17 00:00:00 2001 From: Maximilian Leo Huber <maximilian.huber@uni-bielefeld.de> Date: Wed, 11 Sep 2024 13:58:37 +0000 Subject: [PATCH] Structure Of Landing Page --- src/components/landingpage/Airbuddy.tsx | 9 +++++ src/components/landingpage/Bacteria.tsx | 9 +++++ .../landingpage/BlackFadeCircle.tsx | 9 +++++ .../landingpage/LandingPageAnim.tsx | 36 +++++++++++++++++++ .../landingpage/LimitsTreatment.tsx | 9 +++++ .../landingpage/MagentaFadeCircle.tsx | 9 +++++ src/components/landingpage/Mask.tsx | 9 +++++ src/components/landingpage/Mutation.tsx | 9 +++++ src/components/landingpage/Newborns.tsx | 9 +++++ .../landingpage/OneInTwentyPerson.tsx | 9 +++++ src/components/landingpage/PersonCoughing.tsx | 9 +++++ src/components/landingpage/PersonFever.tsx | 9 +++++ src/components/landingpage/PersonSick.tsx | 9 +++++ .../landingpage/PersonXRayBlack.tsx | 9 +++++ src/components/landingpage/PersonXRayGrey.tsx | 9 +++++ .../landingpage/PersonXRayMagenta.tsx | 9 +++++ src/components/landingpage/PinkCircle.tsx | 9 +++++ src/components/landingpage/PreCyse.tsx | 9 +++++ src/components/landingpage/PreCyse2.tsx | 9 +++++ src/components/landingpage/PreCyse3.tsx | 9 +++++ src/components/landingpage/PreCyse4.tsx | 9 +++++ .../landingpage/PreCyseFunctions.tsx | 0 src/components/landingpage/PrimeGuide.tsx | 9 +++++ src/components/landingpage/PrimeGuide2.tsx | 0 src/components/landingpage/PrimeGuide3.tsx | 0 src/components/landingpage/PrimeGuide4.tsx | 0 src/components/landingpage/Psych.tsx | 9 +++++ src/components/landingpage/TwentyPeople.tsx | 9 +++++ src/components/landingpage/Virus.tsx | 9 +++++ src/components/landingpage/WorldMap.tsx | 9 +++++ 30 files changed, 261 insertions(+) create mode 100644 src/components/landingpage/Airbuddy.tsx create mode 100644 src/components/landingpage/Bacteria.tsx create mode 100644 src/components/landingpage/BlackFadeCircle.tsx create mode 100644 src/components/landingpage/LandingPageAnim.tsx create mode 100644 src/components/landingpage/LimitsTreatment.tsx create mode 100644 src/components/landingpage/MagentaFadeCircle.tsx create mode 100644 src/components/landingpage/Mask.tsx create mode 100644 src/components/landingpage/Mutation.tsx create mode 100644 src/components/landingpage/Newborns.tsx create mode 100644 src/components/landingpage/OneInTwentyPerson.tsx create mode 100644 src/components/landingpage/PersonCoughing.tsx create mode 100644 src/components/landingpage/PersonFever.tsx create mode 100644 src/components/landingpage/PersonSick.tsx create mode 100644 src/components/landingpage/PersonXRayBlack.tsx create mode 100644 src/components/landingpage/PersonXRayGrey.tsx create mode 100644 src/components/landingpage/PersonXRayMagenta.tsx create mode 100644 src/components/landingpage/PinkCircle.tsx create mode 100644 src/components/landingpage/PreCyse.tsx create mode 100644 src/components/landingpage/PreCyse2.tsx create mode 100644 src/components/landingpage/PreCyse3.tsx create mode 100644 src/components/landingpage/PreCyse4.tsx create mode 100644 src/components/landingpage/PreCyseFunctions.tsx create mode 100644 src/components/landingpage/PrimeGuide.tsx create mode 100644 src/components/landingpage/PrimeGuide2.tsx create mode 100644 src/components/landingpage/PrimeGuide3.tsx create mode 100644 src/components/landingpage/PrimeGuide4.tsx create mode 100644 src/components/landingpage/Psych.tsx create mode 100644 src/components/landingpage/TwentyPeople.tsx create mode 100644 src/components/landingpage/Virus.tsx create mode 100644 src/components/landingpage/WorldMap.tsx diff --git a/src/components/landingpage/Airbuddy.tsx b/src/components/landingpage/Airbuddy.tsx new file mode 100644 index 00000000..0a15615a --- /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 00000000..8ba710cb --- /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 00000000..e35590ee --- /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 00000000..fb824252 --- /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 00000000..637d7385 --- /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 00000000..ed1c0dda --- /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 00000000..ee9205ef --- /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 00000000..1e9a7faa --- /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 00000000..bdfb9bae --- /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 00000000..62eb9c58 --- /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 00000000..8e8c309c --- /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 00000000..b10a7549 --- /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 00000000..c02fd956 --- /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 00000000..9010d405 --- /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 00000000..f0f312b8 --- /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 00000000..6496860e --- /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 00000000..e0c95281 --- /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 00000000..417126cc --- /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 00000000..4d100b53 --- /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 00000000..49fee677 --- /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 00000000..643980d9 --- /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 00000000..e69de29b diff --git a/src/components/landingpage/PrimeGuide.tsx b/src/components/landingpage/PrimeGuide.tsx new file mode 100644 index 00000000..ecaefc29 --- /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 00000000..e69de29b diff --git a/src/components/landingpage/PrimeGuide3.tsx b/src/components/landingpage/PrimeGuide3.tsx new file mode 100644 index 00000000..e69de29b diff --git a/src/components/landingpage/PrimeGuide4.tsx b/src/components/landingpage/PrimeGuide4.tsx new file mode 100644 index 00000000..e69de29b diff --git a/src/components/landingpage/Psych.tsx b/src/components/landingpage/Psych.tsx new file mode 100644 index 00000000..7f7e4d6f --- /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 00000000..e9fe7f71 --- /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 00000000..e6f2ea7c --- /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 00000000..d6ad9b4a --- /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 -- GitLab