diff --git a/client/src/app/home/home.page.html b/client/src/app/home/home.page.html index 911cab7..f6b2b05 100644 --- a/client/src/app/home/home.page.html +++ b/client/src/app/home/home.page.html @@ -1,20 +1,59 @@ - - - - Blank - + + + Cognitive Load App - - - - Blank - - + + + + + Welcome to the Cognitive Load App + Manage Your Mental Health + + +

Reduce cognitive load and improve your mental health with our powerful app. Get personalized exercises and + techniques to help you optimize your cognitive performance and reduce stress.

+

Track your progress, set reminders, and receive helpful insights along the way. Start your journey to a + healthier mind today!

+
+
+ + Get Started -
- Ready to create an app? -

Start with Ionic UI Components

-
-
+ + + + +

Personalized Insights

+

Get personalized insights to understand your cognitive load and make informed decisions for better mental + health.

+
+ + +

Time Management

+

Learn effective time management techniques to optimize your cognitive performance and reduce overwhelm. +

+
+
+ + + +

Mindfulness Exercises

+

Practice mindfulness exercises to enhance your focus, reduce stress, and improve your overall well-being. +

+
+ + +

Task Prioritization

+

Learn effective strategies to prioritize tasks and manage your cognitive load more efficiently.

+
+
+
+ + + +

© 2023 Cognitive Load App. All rights reserved.

+
+
+
\ No newline at end of file diff --git a/client/src/app/home/home.page.scss b/client/src/app/home/home.page.scss index 8993e7c..70c2ef3 100644 --- a/client/src/app/home/home.page.scss +++ b/client/src/app/home/home.page.scss @@ -24,4 +24,92 @@ #container a { text-decoration: none; -} \ No newline at end of file +} + +/* Global Styles */ +body { + font-family: Arial, sans-serif; + margin: 0; + padding: 0; +} + +/* Header Styles */ +ion-header { + padding: 20px; +} + +ion-title { + font-size: 24px; + font-weight: bold; + color: #fff; +} + +/* Card Styles */ +ion-card { + max-width: 400px; + margin: 0 auto; + margin-top: 50px; + text-align: center; +} + +.logo { + width: 150px; + margin: 0 auto; + margin-top: 20px; +} + +ion-card-title { + font-size: 24px; + font-weight: bold; + margin-top: 20px; +} + +ion-card-subtitle { + font-size: 16px; + color: #888; + margin-top: 10px; +} + +ion-card-content { + margin-top: 20px; +} + +/* Button Styles */ +.get-started-button { + margin: 20px auto; +} + +/* Features Grid Styles */ +.features-grid { + margin-top: 50px; +} + +.feature-icon { + font-size: 40px; + color: #333; +} + +h3 { + font-size: 18px; + font-weight: bold; + margin-top: 10px; +} + +p { + font-size: 14px; + color: #888; + margin-top: 10px; +} + +/* Footer Styles */ +ion-footer { + margin-top: 50px; + background-color: #f4f4f4; + padding: 10px; +} + +ion-footer p { + font-size: 12px; + color: #888; +} + diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..828531a --- /dev/null +++ b/package-lock.json @@ -0,0 +1,13 @@ +{ + "name": "brain-lift", + "version": "0.0.1", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "brain-lift", + "version": "0.0.1", + "license": "UNLICENSED" + } + } +}