Skip to content

Commit

Permalink
update signup cohort email and sender address
Browse files Browse the repository at this point in the history
  • Loading branch information
nomadbitcoin committed Sep 26, 2024
1 parent 14d7d98 commit fa333f1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 19 deletions.
38 changes: 20 additions & 18 deletions functions/email_templates/cohort_signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,69 +105,71 @@
<body bgcolor="#F2F2F2">
<div class="container">
<p>
Hello builder 👷👷‍♀️!! Yan Luiz (@nomadbitcoin) from WEB3DEV here.<br /><br />
<p style="font-style: italic; color: purple;">
Note: Below you will find more information in Portuguese. Abaixo você encontrará mais informações em português.
</p>

Hello builder!! 👷👷‍♀<br /> Yan Luiz (@nomadbitcoin) from WEB3DEV here.<br /><br />
You have been enrolled in the build "<strong>{{course_title}}</strong>". The build starts
with the kickoff live session on <strong>{{kickoff_start_time}}</strong> BRT. To join, just
head over to <a href="https://www.youtube.com/@web3dev">our YouTube channel</a>.<br /><br />
<b>This project is almost entirely asynchronous.</b> The only live moment will be our
kickoff session. If you can't attend, don't worry. It will be recorded and made available
for you to watch!<br /><br />
The build material will be officially released at 7 PM, along with the live session
kickoff session and the material will be officially released. If you can't attend, don't worry. It will be recorded and made available
for you to watch anytime!<br /><br />
<a href="https://build.w3d.community/courses/{{course_id}}">here</a>.<br />
</p>

<h3>Some important information</h3>
<ol>
<li>
If you finish the project by <strong>{{end_date}}</strong> BRT, you will be eligible to
receive an <b>exclusive NFT</b>. We will grant you the #graduated role on our Discord, and
receive an <b>exclusive NFT</b>, for this it is essential to connect your wallet with the <a href="https://build.w3d.community/courses/{{course_id}}">builds platform</a>. In addition, we will grant you the #graduated role on our Discord, and
you'll have access to web3 job opportunities from our partners.
</li>
<li>
Don't forget to connect your Discord on the
<a href="https://build.w3d.community/courses/{{course_id}}">builds platform</a>, as we
need to add you to the channel "✦ Builds ✦" so you can chat with other students.
<a href="https://build.w3d.community/courses/{{course_id}}">builds platform</a>, as
we need to add you to the "✦ Builds ✦" support channel so you can ask for help from mentors and talk to other people who are studying with you.
</li>
</ol>

<p>
If you have any questions, post them in the #chat-builds channel.<br /><br />
I'm excited to see everyone's project 💜💜💜.<br /><br />
I'm excited to see your project up and running! 💜💙💚.<br /><br />
Yan Luiz (@nomadbitcoin)
</p>

<hr />

<p>
Fala builder 👷👷‍♀️!! Yan Luiz (@nomadbitcoin) da WEB3DEV aqui.<br /><br />
Fala builder!! 👷👷‍♀<br /> Yan Luiz (@nomadbitcoin) da WEB3DEV aqui.<br /><br />
Sua inscrição foi feita no build "<strong>{{course_title}}</strong>". O build começa com a
live de kickoff em <strong>{{kickoff_start_time}}</strong> BRT. Para acompanhar é só entrar
no <a href="https://www.youtube.com/@web3dev">nosso YouTube</a>.<br /><br />
<b>Esse projeto é praticamente todo assíncrono.</b> O único momento ao vivo será nossa live.
Se não puder participar, não se preocupe. Ela também será gravada e disponibilizada para
você assistir!<br /><br />
O material do build será aberto oficialmente às 19h, junto com a live
<b>Esse projeto é praticamente todo assíncrono.</b> O único momento ao vivo será nossa live e material será oficialmente lançado.
Se não puder participar, não se preocupe. Ela ficará gravada para
você assistir quando quiser!<br /><br />
<a href="https://build.w3d.community/courses/{{course_id}}">aqui</a>.<br />
</p>

<h3>Algumas informações importantes</h3>
<ol>
<li>
Se você terminar o projeto até <strong>{{end_date}}</strong> BRT, você terá direito a
receber um <b>NFT exclusivo</b>. Vamos dar para você o cargo de #graduad@ no nosso Discord
e terá acesso a vagas de trabalho web3 em nossos parceiros.
receber um <b>NFT exclusivo</b>, para isso é fundamental conectar sua carteira com a <a href="https://build.w3d.community/courses/{{course_id}}">plataforma de builds</a>. Além disso vamos te dar o cargo de #graduad@ no nosso Discord
e também acesso a vagas de trabalho web3 dos nossos parceiros.
</li>
<li>
Não se esqueça de conectar seu Discord na
<a href="https://build.w3d.community/courses/{{course_id}}">plataforma de builds</a>, pois
precisamos adicionar você no canal "✦ Builds ✦" para você poder conversar com as outras
pessoas que estão estudando junto com você.
precisamos adicionar você no canal de suporte "✦ Builds ✦" para que possa solicitar ajuda dos mentores e, conversar com as outras
pessoas que estão estudando contigo.
</li>
</ol>

<p>
Se tiver perguntas, mande no canal #chat-builds.<br /><br />
Estou animado para ver o projeto de todo mundo 💜💜💜.<br /><br />
Estou animado para ver o seu projeto rodando! 💜💙💚.<br /><br />
Yan Luiz (@nomadbitcoin)
</p>

Expand Down
2 changes: 1 addition & 1 deletion functions/emails.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async function sendEmail(template_name, subject, to, params = {}) {
const template = require(`./email_templates/${template_name}`)

const mailOptions = {
from: `Yan Luiz <contact@${process.env.MANDRILL_DOMAIN}>`,
from: `Yan Luiz <yan@${process.env.MANDRILL_DOMAIN}>`,
subject,
html: template(params),
}
Expand Down

0 comments on commit fa333f1

Please sign in to comment.