update the welcome mailer and change fontsize on bonfire helpful links
This commit is contained in:
@ -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) {
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user