From 08305e63a02789e68b17b545afb1b4f8b9ac7532 Mon Sep 17 00:00:00 2001 From: El mehdi Choukri Date: Thu, 28 Mar 2024 15:35:21 +0000 Subject: [PATCH] Improved responsivness and stylign of landing page --- frontend/src/index.css | 5 ++++ frontend/src/pages/LandingPage.tsx | 40 +++++++++++++----------------- 2 files changed, 22 insertions(+), 23 deletions(-) diff --git a/frontend/src/index.css b/frontend/src/index.css index 209dedb..98eacaf 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -184,3 +184,8 @@ .preserve-lines { white-space: pre-line; } + +.landing-page * { + text-decoration-color: theme(colors.accent); + text-decoration-thickness: 2.5px; +} \ No newline at end of file diff --git a/frontend/src/pages/LandingPage.tsx b/frontend/src/pages/LandingPage.tsx index 7e54090..9d2f757 100644 --- a/frontend/src/pages/LandingPage.tsx +++ b/frontend/src/pages/LandingPage.tsx @@ -2,16 +2,16 @@ import { Link } from 'react-router-dom'; function LandingPage() { return ( -
+
-
- +
+ More Links -
Log In
-
+
-

- Your Personal Productivity Partner +

+ Your Personal Productivity Partner.

-

- DTB offers a sanctuary for those seeking a calmer, more organized - approach to their daily tasks. Bid farewell to chaos and welcome - simplicity with our user-friendly app. Effortlessly manage your - to-dos, track progress visually, and revel in the satisfaction of - completing each task, no matter how small. Embrace a more relaxed - yet effective way of boosting productivity with DTB. Try it now and - unlock the serenity of streamlined task management. +

+ The productivity app designed for stress-free task management. Organize tasks effortlessly, monitor well-being insights, and track progress seamlessly. Stay focused and motivated with priority tasks and percentage completion tracking. Simplify productivity and find peace of mind, whether at work or school.

Sign Up
heads up display showcase image
-
);