diff --git a/Client/src/app/components/vbs-page/vbs-page.component.css b/Client/src/app/components/vbs-page/vbs-page.component.css index de10736..c9a9b6c 100644 --- a/Client/src/app/components/vbs-page/vbs-page.component.css +++ b/Client/src/app/components/vbs-page/vbs-page.component.css @@ -97,4 +97,15 @@ mat-radio-button { .hidden { display: none; +} + +.info-table { + width: 100%; + border-collapse: collapse; + margin-top: 20px; +} +.info-table td { + padding: 10px; + border-bottom: 1px solid #ddd; + vertical-align: top; } \ No newline at end of file diff --git a/Client/src/app/components/vbs-page/vbs-page.component.html b/Client/src/app/components/vbs-page/vbs-page.component.html index 3fc3be1..e63a36b 100644 --- a/Client/src/app/components/vbs-page/vbs-page.component.html +++ b/Client/src/app/components/vbs-page/vbs-page.component.html @@ -7,7 +7,36 @@
-

Student Information

+ + + + + + + + + + + + + + + + + + + + + +
Ages4 - 12 years old
DatesAugust 10 - 13
Time6:30 PM - 8:00 PM
Location + + Old Fashion Baptist Church
+ 5003 Wynne Ave
+ Butte, MT +
+ +
Contact(406) 494-5028
+

Student Information

First Name diff --git a/Server/src/routes/api/vbs.js b/Server/src/routes/api/vbs.js index 6e7f1e8..b116504 100644 --- a/Server/src/routes/api/vbs.js +++ b/Server/src/routes/api/vbs.js @@ -30,7 +30,7 @@ router.post("/", function(req,res){ let mailOptions = { from: 'donotreply@ofbbutte.com', to: 'djabsher@gmail.com', - subject: 'OFB - VBS Registration' + req.body.firstName, + subject: 'OFB - VBS Registration - ' + req.body.firstName, html: generateRegistrationEmailHTML(req.body) }; let mailOptions2 = { @@ -230,7 +230,7 @@ function generateVbsConfirmationEmail(studentName, parentName) { box-shadow: 0 2px 8px rgba(0,0,0,.1); } .header { - background-color: #2c5aa0; + background-color: rgb(0, 188, 212); color: white; text-align: center; padding: 25px; @@ -273,15 +273,13 @@ function generateVbsConfirmationEmail(studentName, parentName) {
-

${parentName},

-

${studentName} - has been registered for our + has been registered for Vacation Bible School!

-

We look forward to having your child join us for Bible lessons, games, snacks, and prizes!

+

We look forward to having ${studentName} join us for Bible lessons, games, snacks, and prizes!

Vacation Bible School Information

@@ -315,16 +313,10 @@ function generateVbsConfirmationEmail(studentName, parentName) {

If you have any questions, please don't hesitate to contact us.

- -

We look forward to seeing you!

- -

- Old Fashion Baptist Church
-