update the welcome mailer and change fontsize on bonfire helpful links

This commit is contained in:
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', '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", "And if you have a moment, check out our blog: blog.freecodecamp.com.\n",
'Good luck with the challenges!\n\n', 'Good luck with the challenges!\n\n',
'- the Volunteer Camp Counselor Team' '- Our All-Volunteer Team'
].join('') ].join('')
}; };
transporter.sendMail(mailOptions, function(err) { transporter.sendMail(mailOptions, function(err) {

View File

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