Skip to content

Commit

Permalink
chore: Portuguese text at email
Browse files Browse the repository at this point in the history
  • Loading branch information
nomadbitcoin committed Aug 15, 2024
1 parent f6d59fe commit 3109891
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions functions/email_templates/nft_delivery.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
function template(params) {
// course_title, wallet_address, nft_contract, nft_id) {
return `
Note: Abaixo você encontrará mais informações em português.
<br>
Hello builder 👷👷‍♀️!<br>
<br>
You have just received your NFT for completing the bootcamp <b>${params.course_title}</b>! It's already in your wallet <a href='https://polygonscan.com/address/${params.wallet_address}#tokentxnsErc721'>${params.wallet_address}</a>.<br>
Expand All @@ -17,6 +19,24 @@ I'm happy with your certification, congratulations! See you at the next bootcamp
<br>
Cheers,<br>
Yan Luiz<br>
<br>
<hr>
Olá builder 👷👷‍♀️!<br>
<br>
Você acabou de receber seu NFT por completar o bootcamp <b>${params.course_title}</b>! Ele já está na sua carteira <a href='https://polygonscan.com/address/${params.wallet_address}#tokentxnsErc721'>${params.wallet_address}</a>.<br>
<br>
Você já pode ver seu NFT no <a href='https://opensea.io/assets/matic/${params.nft_contract}/${params.nft_id}?force_update=true'>OpenSea.</a><br>
<br>
Aproveite este momento para mostrar ao mundo o que você conquistou!!! Vá ao Twitter e marque <a href='https://twitter.com/web3dev_'>@web3dev_ </a>com a captura de tela do seu NFT, tenho certeza de que ficará ótimo!<br>
<br>
Veja <a href='https://pt.w3d.community/dione_b/utilizando-nfts-como-certificado-no-linkedin-31ce<br'>como adicionar seu certificado ao LinkedIn.</a><br>
<br>
Isso nos ajuda a divulgar nossos bootcamps para outras pessoas como você que querem aprender mais sobre Web3 :)<br>
<br>
Estou muito feliz com sua certificação, parabéns! Vejo você no próximo bootcamp!<br>
<br>
Grande Abraço,<br>
Yan Luiz<br>
<br>`
}

Expand Down

0 comments on commit 3109891

Please sign in to comment.