From bee51cff1cd8945c47002c7f980b10d655347a4b Mon Sep 17 00:00:00 2001 From: Zimminho Date: Sun, 29 Oct 2023 12:16:35 +0100 Subject: [PATCH] Update design --- src/App.tsx | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 0385cb6..d218a25 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -31,24 +31,37 @@ const App: React.FunctionComponent = () => { setApiUrl('https://www.api.org/sda125'); } }; + + return ( -
+
- Logo Certifever + Logo Certifever
-
+
Certifever for ever
- HackBasel -
+ HackBasel +
- {!selectedLanguage ? ( + + +
+

Welcome to Certifever

+

+ Certifever help you to learn very quick any content. You can upload + a PDF with a topic or you can choice a topic and you will get some + questions for learning the topic +


+

+ + {!selectedLanguage ? ( ) : !selectedDifficulty ? ( @@ -59,13 +72,6 @@ const App: React.FunctionComponent = () => {

Uploading...

)} - -
-

Welcome to Certifever

-

- Certifever help you to learn very quick any content. You can upload - a PDF with a topic or you can choice a topic and you will get some - questions for learning the topic