forked from OscarSantosMu/Chikoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemail_template.mako
28 lines (24 loc) · 1.36 KB
/
email_template.mako
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Bienvenido a nuestra app</title>
</head>
<body>
<h3>¡Hola, ${display_name}!</h3>
<p style="font-family:'Helvetica', font-size:18px">Gracias por registrarte en Tigre Hacks 🐯</p>
<p style="font-family:'Helvetica', font-size:18px">Te mantendremos al tanto de todas las actualizaciones y el nuevo contenido que subiremos para que tengas todo lo necesario para prepararte antes del hackathon</p>
<img src="https://i.pinimg.com/originals/bd/ef/a1/bdefa1f5772f97cf5fea28834c6fa5ed.gif" alt="Michael Scott Dancing" />
<br/>
<br/>
<p style="font-family:'Helvetica', font-size:14px">Recuerda seguirnos en nuestras redes sociales para participar en nuestras dinamicas para el hackathon 💻📱</p>
<p style="font-family:'Helvetica', font-size:14px">Instagram 📷: <a href="https://www.instagram.com/bisontech_/">https://www.instagram.com/bisontech_/</a></p>
<p style="font-family:'Helvetica', font-size:14px">Facebook 📘: <a href="https://www.facebook.com/bisontech1">https://www.facebook.com/bisontech1</a></p>
<b style="font-family:'Helvetica', font-size:14px">Atentamente</b>
<p style="font-family:'Helvetica', font-size:14px">Equipo organizador de Tigre Hacks 🐅</p>
<br/>
<br/>
<br/>
<img src="${image_url}" alt="Tigre Hacks Logo" />
</body>
</html>