From 4050e95cc357b329be93b4868b1cc875dc4485f7 Mon Sep 17 00:00:00 2001 From: Joaquin Date: Tue, 6 May 2025 09:30:30 -0700 Subject: [PATCH] fixed conflict --- src/views/questionnaire.ejs | 181 ++++++++++++++++-------------------- 1 file changed, 82 insertions(+), 99 deletions(-) diff --git a/src/views/questionnaire.ejs b/src/views/questionnaire.ejs index e1a76a2..10a1b29 100644 --- a/src/views/questionnaire.ejs +++ b/src/views/questionnaire.ejs @@ -1,108 +1,91 @@ - - +<%- include("./partials/fileHeader") %> +<%- include("./partials/header") %> - - - - - Document - - - - <%- include("./partials/header") %> -
-

Welcome: <%= user.email %>

-
-

Financial Questionnaire

-
-
- - -
-
- - -
-
- -
+
+

Welcome: <%= user.email %>

+
+

Financial Questionnaire

+ +
+ + +
+
+ + +
+
+ +
+ + + + Divorced + - - -
-
- -
- - -
- -
- - -
- -
- - -
- -
- - + + Widowed +
+
-
- - -
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
-
- - -
+
+ + +
-
- - -
+
+ + +
-
- - -
- -
- -
- -
-
- - +
+ + +
+ +
+ +
+ + + - \ No newline at end of file +<%- include("./partials/footer") %> \ No newline at end of file