update the welcome mailer and change fontsize on bonfire helpful links

pull/298/head
Michael Q Larson 2015-03-31 10:00:30 -07:00
parent 9fe8bf2fbf
commit a24ad9b993
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ passport.use(new FacebookStrategy(secrets.facebook, function(req, accessToken, r
'Feel free to email us at this address if you have any questions about Free Code Camp.\n',
"And if you have a moment, check out our blog: blog.freecodecamp.com.\n",
'Good luck with the challenges!\n\n',
'- the Volunteer Camp Counselor Team'
'- Our All-Volunteer Team'
].join('')
};
transporter.sendMail(mailOptions, function(err) {

View File

@ -74,7 +74,7 @@ block content
for sentence in details
p!= sentence
#MDN-links
h4 Here are some helpful links.
p Here are some helpful links:
for link, index in MDNlinks
ul: li: a(href=""+link, target="_blank") !{MDNkeys[index]}
#less-info.btn.btn-primary.btn-block.btn-primary-ghost