From 4b20eea1460b47734e68d828e98ad3a6023d9954 Mon Sep 17 00:00:00 2001 From: Kevin Coleman Date: Fri, 12 Jul 2019 10:53:32 -0700 Subject: [PATCH] Updating welcom email --- dist/templates/welcome.html | 2 +- src/templates/assets/scss/template/_template.scss | 14 +++++++------- src/templates/pages/welcome.html | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/dist/templates/welcome.html b/dist/templates/welcome.html index 1cf3997..bc4797a 100644 --- a/dist/templates/welcome.html +++ b/dist/templates/welcome.html @@ -1 +1 @@ -My Basic Email Template Subject
{{club.name}}

Dear {{firstName}},


You have been invited to create an account with ClubHub! {{club.name}} uses ClubHub to power our website and mobile application.


To create your account, please visit this link and create your password. Once you've created your account, you'll be able to continue logging in to the {{club.name}} website at the following website:


{{loginURL}}

The ClubHub apps are easy to use, but we've put together a number of helpful videos and articles to help you get started.


ClubHub Support Portal

Lastly, you can download the ClubHub mobile application using one of the following links:


                                                           
\ No newline at end of file +My Basic Email Template Subject
{{club.name}}

Dear {{firstName}},


You have been invited to create an account for the new {{club.name}} website and mobile application.


To create your account, please visit this link and create your password. Once you've created your password, you'll be able to log in in to the {{club.name}} website at the following location:


{{loginURL}}

We've partnered with a company named ClubHub to power our new apps. They've put together a number of helpful videos and articles to help you get started.


ClubHub Support Portal

Lastly, you can download our mobile application using one of the following links:


                                                           
\ No newline at end of file diff --git a/src/templates/assets/scss/template/_template.scss b/src/templates/assets/scss/template/_template.scss index 52ac739..1724543 100644 --- a/src/templates/assets/scss/template/_template.scss +++ b/src/templates/assets/scss/template/_template.scss @@ -18,7 +18,7 @@ html, // TYPOGRAPHY //----------------------------------- -h1, +h1, h2, h3, h4, @@ -44,7 +44,7 @@ h1 { h6 { font-weight: 500; - color: $medium-gray; + color: $medium-gray; font-size: 14px; } @@ -57,11 +57,11 @@ p { } } -.light-text{ +.light-text { font-weight: 300; } -.heavy-text{ +.heavy-text { font-weight: 700; } @@ -97,7 +97,7 @@ img { height: 240px; min-width: 100%; overflow: hidden; - background-color: $light-gray; + background-color: $light-gray; vertical-align: middle; @media only screen and (min-width:596px) { @@ -108,9 +108,9 @@ img { .logo-col { padding: 18px 0px; - + img { - max-height: 60px; + max-height: 60px; } } diff --git a/src/templates/pages/welcome.html b/src/templates/pages/welcome.html index bcc05c3..75b18de 100644 --- a/src/templates/pages/welcome.html +++ b/src/templates/pages/welcome.html @@ -19,19 +19,19 @@

Dear {{welcome.firstName}},


-

You have been invited to create an account with ClubHub! {{club.name}} uses ClubHub to power our website and mobile application.

+

You have been invited to create an account for the new {{club.name}} website and mobile application.


-

To create your account, please visit this link and create your password. Once you've created your account, you'll be able to continue logging in to the {{club.name}} website at the following website:

+

To create your account, please visit this link and create your password. Once you've created your password, you'll be able to log in in to the {{club.name}} website at the following location:


{{welcome.loginURL}}

-

The ClubHub apps are easy to use, but we've put together a number of helpful videos and articles to help you get started.

+

We've partnered with a company named ClubHub to power our new apps. They've put together a number of helpful videos and articles to help you get started.


ClubHub Support Portal

-

Lastly, you can download the ClubHub mobile application using one of the following links:

+

Lastly, you can download our mobile application using one of the following links: