diff --git a/src/main/java/org/launchcode/spaday/controllers/SpaDayController.java b/src/main/java/org/launchcode/spaday/controllers/SpaDayController.java index a30c8add8..f78b98c77 100644 --- a/src/main/java/org/launchcode/spaday/controllers/SpaDayController.java +++ b/src/main/java/org/launchcode/spaday/controllers/SpaDayController.java @@ -62,6 +62,10 @@ public String spaMenu(@RequestParam String name, @RequestParam String skintype, appropriateFacials.add(facials.get(i)); } } + model.addAttribute("name", name); + model.addAttribute("skintype", skintype); + model.addAttribute("manipedi",manipedi); + model.addAttribute("appropriateFacials",appropriateFacials); return "menu"; } diff --git a/src/main/resources/templates/fragments.html b/src/main/resources/templates/fragments.html index 4885213df..d83fb5c6c 100644 --- a/src/main/resources/templates/fragments.html +++ b/src/main/resources/templates/fragments.html @@ -6,7 +6,11 @@ Fragments + +

Our manicure is a great way to spend 30 minutes of your day! We use shea butter hand cream and the finest gel polish.

+

Relax for 45 minutes in pure luxury! Our massage chairs and experienced nail techs are here to get your feet in shape for sandal season!

+ \ No newline at end of file diff --git a/src/main/resources/templates/menu.html b/src/main/resources/templates/menu.html index b94b513f1..e7a41f5ff 100644 --- a/src/main/resources/templates/menu.html +++ b/src/main/resources/templates/menu.html @@ -8,8 +8,50 @@

My Super Fancy Spa

+

My profile

+ +

+ +

+ +

+
+ +

Menu of Available Services

+ +
+

Facial Treatments

+

The facial treatments below are recommended by our estheticians for your given skin type.

+ + + + + + + + + + +
+
+ + + + +
+

Pedicure

+

+
+ + +
+

Manicure

+

+
+ +
\ No newline at end of file