diff --git a/frontend/src/app/home/home.component.html b/frontend/src/app/home/home.component.html index 461aebf..e7902cd 100644 --- a/frontend/src/app/home/home.component.html +++ b/frontend/src/app/home/home.component.html @@ -1,29 +1,29 @@ -
+

Welcome to SharePule

Where sharing files is easier than finding a matching sock on laundry day!

+ +
+ +

Download File

+

Access and download shared files quickly.

+
QUICK LINK
+ +

Upload File

Easily share your files with anyone by uploading them here.

-
QUICK UPLOAD
- - +
QUICK LINK
+
- - - -
- -

Download File

-

Access and download shared files quickly.

-
QUICK DOWNLOAD
- - -
- - +
+
+

Data Privacy/Security

+

We prioritize data security and privacy consequently. + Any files uploaded by our clients are securely stored on our servers for a maximum duration of one day, + after which they are permanently and irretrievably wiped to ensure the utmost confidentiality and data protection.

diff --git a/frontend/src/app/home/home.component.ts b/frontend/src/app/home/home.component.ts index deb69c4..3918a5e 100644 --- a/frontend/src/app/home/home.component.ts +++ b/frontend/src/app/home/home.component.ts @@ -1,9 +1,12 @@ import { Component } from '@angular/core'; +import {RouterLink} from "@angular/router"; @Component({ selector: 'app-home', standalone: true, - imports: [], + imports: [ + RouterLink + ], templateUrl: './home.component.html', styleUrl: './home.component.scss' }) diff --git a/frontend/src/app/navbar/navbar.component.html b/frontend/src/app/navbar/navbar.component.html index b25670d..ec6a9a4 100644 --- a/frontend/src/app/navbar/navbar.component.html +++ b/frontend/src/app/navbar/navbar.component.html @@ -16,10 +16,10 @@
diff --git a/frontend/src/app/upload/upload.component.html b/frontend/src/app/upload/upload.component.html index 804edf2..2be1da3 100644 --- a/frontend/src/app/upload/upload.component.html +++ b/frontend/src/app/upload/upload.component.html @@ -1 +1,34 @@ -

upload works!

+
+

Upload Your File

+
+
+ +
+ +

Drag and drop your files here or browse

+ +
+ +
+ +
+
+ + Store for only one hour +
+
+ + Allow only one download +
+
+ + Protect download with password +
+
+
+ + +
+
+

Drag and drop files, or click to select the files you want to share.

+