|
|
@@ -27,3 +27,12 @@ app.templates.notifShare = ->
|
|
|
""" Like DevDocs? Help us reach more developers by sharing the link with your friends, on
|
|
|
<a href="/s/tw" target="_blank">Twitter</a>, <a href="/s/fb" target="_blank">Facebook</a>,
|
|
|
<a href="/s/re" target="_blank">Reddit</a>, etc.<br>Thanks :) """
|
|
|
+
|
|
|
+app.templates.notifThanks = ->
|
|
|
+ textNotif """ Hi there! """,
|
|
|
+ """ <p class="_notif-text">Quick shout-out to our awesome sponsors:
|
|
|
+ <ul class="_notif-list">
|
|
|
+ <li><a href="http://devdocs.io/s/maxcdn" target="_blank">MaxCDN</a> has been supporting DevDocs since day one. They provide CDN solutions that make DevDocs and countless other sites faster.</li>
|
|
|
+ <li><a href="http://devdocs.io/s/shopify" target="_blank">Shopify</a> is where I spend my weekdays. Interested in working on one of the biggest commerce platform in the world, in a delightful work environment? We're hiring!
|
|
|
+ </ul>
|
|
|
+ <p class="_notif-text">Have a great day :) """
|