diff --git a/frontend/src/lib/components/dashboard/DashboardInfoCard.svelte b/frontend/src/lib/components/dashboard/DashboardInfoCard.svelte new file mode 100644 index 0000000..08b4d7b --- /dev/null +++ b/frontend/src/lib/components/dashboard/DashboardInfoCard.svelte @@ -0,0 +1,29 @@ + + +
+ + + +
+

{title}

+ +
+
+ + diff --git a/frontend/src/lib/components/dashboard/DashboardUploadCard.svelte b/frontend/src/lib/components/dashboard/DashboardUploadCard.svelte new file mode 100644 index 0000000..a6a83d3 --- /dev/null +++ b/frontend/src/lib/components/dashboard/DashboardUploadCard.svelte @@ -0,0 +1,71 @@ + + +
+
+

{title}

+
+ +
+
+
+ Sem přetáhněte, + nebo nahrajte svůj motivační dopis +
+
+ + diff --git a/frontend/src/lib/components/dashboard/FileType.svelte b/frontend/src/lib/components/dashboard/FileType.svelte new file mode 100644 index 0000000..c49acf1 --- /dev/null +++ b/frontend/src/lib/components/dashboard/FileType.svelte @@ -0,0 +1,18 @@ + + +
+ {filetype} + / + Max {filesize} +
+ + \ No newline at end of file diff --git a/frontend/src/routes/dashboard/+page.svelte b/frontend/src/routes/dashboard/+page.svelte index 1b36155..5c5a72e 100644 --- a/frontend/src/routes/dashboard/+page.svelte +++ b/frontend/src/routes/dashboard/+page.svelte @@ -3,96 +3,40 @@ import { Swiper, SwiperSlide } from 'swiper/svelte'; import 'swiper/css'; - import Circles from '$lib/components/icon/Circles.svelte'; + + import DashboardUploadCard from '$lib/components/dashboard/DashboardUploadCard.svelte'; + import DashboardInfoCard from '$lib/components/dashboard/DashboardInfoCard.svelte';
-
- - - -
-

Damián

+
+ damina.vysin@example.com Uchazeč na SSPŠ -
+
-
-
-

Motivační dopis

-
- PDF - / - Max 10 MB -
-
-
- Sem přetáhněte, - nebo nahrajte svůj motivační dopis -
+
+
-
-
-

Portfolio

-
- PDF - / - Max 10 MB -
-
-
- Sem přetáhněte, - nebo nahrajte svůj motivační dopis -
+
+
-
-
-

Další data

-
- ZIP - / - Max 100 MB -
-
-
- Sem přetáhněte, - nebo nahrajte svůj motivační dopis -
+
+
-
- - - -
-

Damián

+
+ damina.vysin@example.com Uchazeč na SSPŠ -
+
- + {#each [0, 0, 0] as _} -
-
-

Motivační dopis

-
- PDF - / - Max 10 MB -
-
-
- Sem přetáhněte, - nebo nahrajte svůj motivační dopis -
-
+
{/each}
@@ -102,25 +46,15 @@