-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: 💄 Implement radioButtons for topics and subTopic, started info…
… om Cogito Implement radioButtons for topics and subTopic, started info om Cogito #21
- Loading branch information
1 parent
027737d
commit d5344ed
Showing
5 changed files
with
96 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
export const Cogito = () => { | ||
return ( | ||
<div> | ||
<div className="flex flex-col items-center justify-center"> | ||
<h1 className="flex text-4xl font-bold text-center text-white pt-4"> | ||
Info om Cogito | ||
</h1> | ||
<div data-name="Rask info" className="flex gap-6 pt-6 w-3/4"> | ||
<h1 className="text-white w-full">RASK INFORMASJON</h1> | ||
</div> | ||
</div> | ||
</div> | ||
); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
export const Privacy = () => { | ||
return ( | ||
<div> | ||
<div className="flex flex-col items-center justify-center pt-4"> | ||
<h1 className="text-4xl font-bold text-center text-white"> | ||
Personvern | ||
</h1> | ||
<p className="text-center mt-4 w-3/4 text-white">Kommer snart...</p> | ||
</div> | ||
</div> | ||
); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
export const SponsorPortal = () => { | ||
return ( | ||
<div> | ||
<div className="flex flex-col items-center justify-center"> | ||
<h1 className="text-4xl font-bold text-center text-white pt-4"> | ||
Sponsor Portal | ||
</h1> | ||
<p className="text-center mt-4 w-3/4 text-white">Kommer snart...</p> | ||
</div> | ||
</div> | ||
); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters