diff --git a/src/views/aboutUs.ejs b/src/views/aboutUs.ejs index e5979bd..aa69b97 100644 --- a/src/views/aboutUs.ejs +++ b/src/views/aboutUs.ejs @@ -1,56 +1,49 @@ - - - RCalculator - - - - - <%- include("./partials/headerStart") %> -
-
-
-

About RCalculator

-

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

-
+<%- include("./partials/fileHeader", {title: "RCalculator"}) %> -
-

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 + + +
+ + + + + + + \ No newline at end of file diff --git a/src/views/assets.ejs b/src/views/assets.ejs index acaa431..db02619 100644 --- a/src/views/assets.ejs +++ b/src/views/assets.ejs @@ -1,11 +1,5 @@ - - - - - - - Document - +<%- include("./partials/fileHeader", {title: "RCalculator"}) %> + <%- include("./partials/header") %>
diff --git a/src/views/home.ejs b/src/views/home.ejs index 3bb7034..40c82dd 100644 --- a/src/views/home.ejs +++ b/src/views/home.ejs @@ -1,12 +1,4 @@ - - - - - - - - Document - +<%- include("./partials/fileHeader", {title: "RCalculator"}) %> <%- include("./partials/header") %> diff --git a/src/views/index.ejs b/src/views/index.ejs index 975b566..21b69f8 100644 --- a/src/views/index.ejs +++ b/src/views/index.ejs @@ -1,12 +1,4 @@ - - - - - - - - Document - +<%- include("./partials/fileHeader", {title: "RCalculator"}) %> The Index Page diff --git a/src/views/login.ejs b/src/views/login.ejs index d4b1b31..02dbd6c 100644 --- a/src/views/login.ejs +++ b/src/views/login.ejs @@ -1,16 +1,4 @@ - - - - - - - - Login Page - - - - - +<%- include("./partials/fileHeader", {title: "RCalculator"}) %>
diff --git a/src/views/more.ejs b/src/views/more.ejs index 7884eaf..50414f0 100644 --- a/src/views/more.ejs +++ b/src/views/more.ejs @@ -1,11 +1,4 @@ - - - - - - - Document - +<%- include("./partials/fileHeader", {title: "RCalculator"}) %> <%- include("./partials/header") %> diff --git a/src/views/layout.ejs b/src/views/partials/fileHeader.ejs similarity index 80% rename from src/views/layout.ejs rename to src/views/partials/fileHeader.ejs index 92b7356..069c5d8 100644 --- a/src/views/layout.ejs +++ b/src/views/partials/fileHeader.ejs @@ -6,8 +6,4 @@ <%= title %> - - - <%- include(filename, locals) %> - - \ No newline at end of file + \ No newline at end of file diff --git a/src/views/plans.ejs b/src/views/plans.ejs index 9645deb..c2c0337 100644 --- a/src/views/plans.ejs +++ b/src/views/plans.ejs @@ -1,12 +1,4 @@ - - - - - - - - Document - +<%- include("./partials/fileHeader", {title: "RCalculator"}) %> <%- include("./partials/header") %>