Public
Back
Version 54
7/10/2023
let welcomeEmail = `
<p>Here are some resources to help you set up:</p>
<ol style="padding-left:16px;">
<li style="margin-bottom:32px">
<h3>Join our discord</h3>
<div style="font-weight: 700; display: inline">@name.valname</div>
<div style="display: inline-block; margin-left: 16px;">Description of the val lorem ipsum...</div>
</li>
<li style="margin-bottom:32px">
<h3>Learn the basics</h3>
<div>Llorem ipsum dolor est...</div>
</li>
<li style="margin-bottom:32px">
<h3>Check our resources</h3>
<div >
<a href="https://val.town/examples/packages", style="font-weight: 800; color:${@me.valTownCSSLink}">npm packages</a><div>Explore how to import and use popular npm packages</div>
</div>
<div >
<a href="https://val.town/examples/apis" style="font-weight: 800; color:${@me.valTownCSSLink}">APIs</a><div>Explore how to use popular APIs</div>
</div>
<div >
<a href="https://val.town/examples/use-cases" style="font-weight: 800; color:${@me.valTownCSSLink}">Examples</a><div>Very cool vals to look at</div>
</div>
<div>
<a href="https://docs.val.town" style="font-weight: 800; color:${@me.valTownCSSLink}">Docs</a><div>Check our full documentation</div>
</div>
</li>
</ol>
<p>Thanks,</p>
<p>Val Town Team</p>`;
Updated: October 23, 2023