Skip to content

Commit 30ef59f

Browse files
feat: add email signature template
1 parent 637c248 commit 30ef59f

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

assets/email_signature_template

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<table cellpadding="0" cellspacing="0" border="0" style="font-family: 'Arial', sans-serif; color: #e0e0e0; background: linear-gradient(135deg, #0a0a1a 0%, #1a1a3a 100%); padding: 10px; border-radius: 5px; border-left: 4px solid #00ccff; max-width: 500px;">
2+
<tr>
3+
<td style="vertical-align: top; padding-right: 15px; position: relative;">
4+
<img src="https://pbs.twimg.com/profile_images/1867301329623748608/DZlijgnc_400x400.jpg" alt="Your Name" style="width: 80px; height: 80px; border-radius: 50%;">
5+
<img src="https://avatars.githubusercontent.com/u/93353392?s=400&u=53d613dbc6b14bace9eedaaaf49de48eaefa69c7&v=4" alt="Playgrounds Logo" style="width: 30px; height: 30px; position: absolute; bottom: 0; right: 15px; border-radius: 4px;">
6+
</td>
7+
<td style="vertical-align: top;">
8+
<table cellpadding="0" cellspacing="0" border="0">
9+
<tr>
10+
<td style="font-size: 18px; font-weight: bold; color: #ffffff;">Mathieu B.</td>
11+
</tr>
12+
<tr>
13+
<td style="font-size: 13px; color: #00ccff; padding-bottom: 5px;">Engineer & PM</td>
14+
</tr>
15+
<tr>
16+
<td style="font-size: 12px; color: #b0b0b0;">
17+
<a href="mailto:mathieu@playgrounds.network" style="color: #b0b0b0; text-decoration: none;">mathieu@playgrounds.network</a>
18+
</td>
19+
</tr>
20+
<tr>
21+
<td style="padding-top: 10px;">
22+
<a href="https://www.linkedin.com/in/mateobelanger/" target="_blank" style="text-decoration: none;">
23+
<img src="https://cdn.jsdelivr.net/npm/simple-icons@v6/icons/linkedin.svg" alt="LinkedIn" style="width: 20px; height: 20px; margin-right: 5px; filter: brightness(0) invert(1);">
24+
</a>
25+
<a href="https://github.com/mateobelanger" target="_blank" style="text-decoration: none;">
26+
<img src="https://cdn.jsdelivr.net/npm/simple-icons@v6/icons/github.svg" alt="GitHub" style="width: 20px; height: 20px; margin-right: 5px; filter: brightness(0) invert(1);">
27+
</a>
28+
<a href="https://x.com/belangermatteo" target="_blank" style="text-decoration: none;">
29+
<img src="https://cdn.jsdelivr.net/npm/simple-icons@v6/icons/twitter.svg" alt="Twitter" style="width: 20px; height: 20px; filter: brightness(0) invert(1);">
30+
</a>
31+
<a href="https://t.me/belangermatteo" target="_blank" style="text-decoration: none;">
32+
<img src="https://cdn.jsdelivr.net/npm/simple-icons@v6/icons/telegram.svg" alt="Telegram" style="width: 20px; height: 20px; filter: brightness(0) invert(1);">
33+
</a>
34+
</td>
35+
</tr>
36+
</table>
37+
</td>
38+
</tr>
39+
</table>

0 commit comments

Comments
 (0)