Skip to content

Commit

Permalink
Merge pull request #45 from meshhq/feature/updating-welcomg-content
Browse files Browse the repository at this point in the history
Updating welcome email
  • Loading branch information
kcoleman731 authored Jul 12, 2019
2 parents 542a416 + 4b20eea commit 5d6746f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion dist/templates/welcome.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions src/templates/assets/scss/template/_template.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ html,
// TYPOGRAPHY
//-----------------------------------

h1,
h1,
h2,
h3,
h4,
Expand All @@ -44,7 +44,7 @@ h1 {

h6 {
font-weight: 500;
color: $medium-gray;
color: $medium-gray;
font-size: 14px;
}

Expand All @@ -57,11 +57,11 @@ p {
}
}

.light-text{
.light-text {
font-weight: 300;
}

.heavy-text{
.heavy-text {
font-weight: 700;
}

Expand Down Expand Up @@ -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) {
Expand All @@ -108,9 +108,9 @@ img {

.logo-col {
padding: 18px 0px;

img {
max-height: 60px;
max-height: 60px;
}
}

Expand Down
8 changes: 4 additions & 4 deletions src/templates/pages/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
<div class="content-container padded-container">
<p>Dear {{welcome.firstName}},</p>
</br>
<p>You have been invited to create an account with ClubHub! {{club.name}} uses ClubHub to power our website and mobile application.</p>
<p>You have been invited to create an account for the new {{club.name}} website and mobile application.</p>
</br>
<p>To create your account, please visit <a href="{{welcome.inviteLink}}">this link</a> 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:</p>
<p>To create your account, please visit <a href="{{welcome.inviteLink}}">this link</a> 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:</p>
</br>
<a href="{{welcome.loginURL}}">{{welcome.loginURL}}</a>
</br>
</br>
<p>The ClubHub apps are easy to use, but we've put together a number of helpful videos and articles to help you get started.</p>
<p>We've partnered with a company named <a href="www.tryclubhub.com">ClubHub</a> to power our new apps. They've put together a number of helpful videos and articles to help you get started.</p>
</br>
<a href="{{welcome.clubhubSupportURL}}">ClubHub Support Portal</a>
</br>
</br>
<p>Lastly, you can download the ClubHub mobile application using one of the following links:</p>
<p>Lastly, you can download our mobile application using one of the following links:</p>
</br>
<div>
</columns>
Expand Down

0 comments on commit 5d6746f

Please sign in to comment.