From c8bf2e49abdfc0c27641e90e9de42817da344f12 Mon Sep 17 00:00:00 2001 From: Joaquin Date: Mon, 5 May 2025 21:12:52 -0700 Subject: [PATCH] feature/completed most of ejs implementation into other pages --- src/views/aboutUs.ejs | 81 +++++++++++++------------------ src/views/assets.ejs | 22 +++------ src/views/landing.ejs | 60 +++++++++-------------- src/views/partials/fileHeader.ejs | 3 +- src/views/partials/footer.ejs | 10 ++++ src/views/partials/navBar.ejs | 3 +- 6 files changed, 78 insertions(+), 101 deletions(-) create mode 100644 src/views/partials/footer.ejs diff --git a/src/views/aboutUs.ejs b/src/views/aboutUs.ejs index aa69b97..1977166 100644 --- a/src/views/aboutUs.ejs +++ b/src/views/aboutUs.ejs @@ -1,49 +1,38 @@ <%- include("./partials/fileHeader", {title: "RCalculator"}) %> - - <%- include("./partials/headerStart") %> -
-
-
-

About RCalculator

-

Welcome to RCalculator, your partner in building a secure and fulfilling financial future.

-
- -
-

Our Mission

-

- Our mission is to empower you with the tools and insights needed to take control of your long-term financial goals. -

-
-

- We believe that planning for your desired future, especially retirement, shouldn't be daunting. It doesn't matter what your current age or career status is – starting now is what counts. -

-

- At RCalculator, we help you trace a personalized plan that suits your unique aspirations. We provide clear, actionable advice and projections to guide you on how to get there, whether you're just starting your career, mid-way through, or nearing retirement. -

-

- Let us help you navigate the path to financial independence and achieve the retirement lifestyle you envision. -

-
-
- -
-
- - - - - \ No newline at end of file + +
+

Our Mission

+

+ Our mission is to empower you with the tools and insights needed to take control of your long-term financial goals. +

+
+

+ We believe that planning for your desired future, especially retirement, shouldn't be daunting. It doesn't matter what your current age or career status is – starting now is what counts. +

+

+ At RCalculator, we help you trace a personalized plan that suits your unique aspirations. We provide clear, actionable advice and projections to guide you on how to get there, whether you're just starting your career, mid-way through, or nearing retirement. +

+

+ Let us help you navigate the path to financial independence and achieve the retirement lifestyle you envision. +

+
+
+
+ + Get started + + +
+ + +<%- include("./partials/footer") %> \ No newline at end of file diff --git a/src/views/assets.ejs b/src/views/assets.ejs index db02619..58cd89d 100644 --- a/src/views/assets.ejs +++ b/src/views/assets.ejs @@ -1,17 +1,9 @@ <%- include("./partials/fileHeader", {title: "RCalculator"}) %> +<%- include("./partials/header") %> - - <%- include("./partials/header") %> -
- The Assets Page -
- - - +
+ The Assets Page +
+ +<%- include("./partials/navBar") %> +<%- include("./partials/footer") %> \ No newline at end of file diff --git a/src/views/landing.ejs b/src/views/landing.ejs index 325ad13..dfd408a 100644 --- a/src/views/landing.ejs +++ b/src/views/landing.ejs @@ -1,38 +1,24 @@ - - - RCalculator - - - - - <%- include("./partials/headerStart") %> -
-
-
-

Plan now, live better.

-

Planning your retirement is a crucial step towards financial security and a happy future.

- -
-
-
- - - - - + + + + +<%- include("./partials/footer") %> diff --git a/src/views/partials/fileHeader.ejs b/src/views/partials/fileHeader.ejs index 069c5d8..8218bb4 100644 --- a/src/views/partials/fileHeader.ejs +++ b/src/views/partials/fileHeader.ejs @@ -6,4 +6,5 @@ <%= title %> - \ No newline at end of file + + \ No newline at end of file diff --git a/src/views/partials/footer.ejs b/src/views/partials/footer.ejs new file mode 100644 index 0000000..8f457f3 --- /dev/null +++ b/src/views/partials/footer.ejs @@ -0,0 +1,10 @@ + + + + \ No newline at end of file diff --git a/src/views/partials/navBar.ejs b/src/views/partials/navBar.ejs index edc5772..6b12cf0 100644 --- a/src/views/partials/navBar.ejs +++ b/src/views/partials/navBar.ejs @@ -26,5 +26,4 @@ More - - + \ No newline at end of file