Skip to content
Snippets Groups Projects
Commit 6c74c74e authored by Maximilian Leo Huber's avatar Maximilian Leo Huber
Browse files

Structure Of Landing Page

parent 388df322
No related branches found
No related tags found
No related merge requests found
Pipeline #418446 failed
Showing
with 207 additions and 0 deletions
function Airbuddy() {
return(
<div className="row col">
{
/* */
}
</div>
);
}
\ No newline at end of file
function Bacteria() {
return(
<div className="row col">
{
/* */
}
</div>
);
}
\ No newline at end of file
function BlackFadeCircle() {
return(
<div className="row col">
{
/* */
}
</div>
);
}
\ No newline at end of file
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
function LimitsTreatment() {
return(
<div className="row col">
{
/* */
}
</div>
);
}
\ No newline at end of file
function MagentaFadeCircle() {
return(
<div className="row col">
{
/* */
}
</div>
);
}
\ No newline at end of file
function Mask() {
return(
<div className="row col">
{
/* */
}
</div>
);
}
\ No newline at end of file
function Mutation() {
return(
<div className="row col">
{
/* */
}
</div>
);
}
\ No newline at end of file
function Newborns() {
return(
<div className="row col">
{
/* */
}
</div>
);
}
\ No newline at end of file
function OneInTwentyPerson() {
return(
<div className="row col">
{
/* */
}
</div>
);
}
\ No newline at end of file
function PersonCoughing() {
return(
<div className="row col">
{
/* */
}
</div>
);
}
\ No newline at end of file
function PersonFever() {
return(
<div className="row col">
{
/* */
}
</div>
);
}
\ No newline at end of file
function PersonSick() {
return(
<div className="row col">
{
/* */
}
</div>
);
}
\ No newline at end of file
function PersonXRayBlack() {
return(
<div className="row col">
{
/* */
}
</div>
);
}
\ No newline at end of file
function PersonXRayGrey() {
return(
<div className="row col">
{
/* */
}
</div>
);
}
\ No newline at end of file
function PersonXRayMagenta() {
return(
<div className="row col">
{
/* */
}
</div>
);
}
\ No newline at end of file
function PinkCircles() {
return(
<div className="row col">
{
/* */
}
</div>
);
}
\ No newline at end of file
function PreCyse() {
return(
<div className="row col">
{
/* */
}
</div>
);
}
\ No newline at end of file
function PreCyse2() {
return(
<div className="row col">
{
/* */
}
</div>
);
}
\ No newline at end of file
function PreCyse3() {
return(
<div className="row col">
{
/* */
}
</div>
);
}
\ No newline at end of file
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