Primer commit. Primer firma

This commit is contained in:
vergman2 2022-09-09 12:31:15 +02:00
commit e90c4d6830
6 changed files with 117 additions and 0 deletions

10
README.md Normal file
View File

@ -0,0 +1,10 @@
# Firmas de correo electrónico
En este repositorio se mostrarán ejemplos de firmas HTML para correos electrónicos.
En mi caso, utilizo [Thunderbird](https://www.thunderbird.net/es-ES/) para adjuntarla.
![](img/firma%20thunderbird.png)
Espero que os sea útil.

107
firmaMailPersonal.html Normal file
View File

@ -0,0 +1,107 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>AJ</title>
</head>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" align="center" style="background-color: #e5e5e5">
<div class="firma">
<table cellpadding="0" cellspacing="0" role="presentation" class="wrapper" width="430px">
<tbody>
<tr>
<td style="background-color: #110b24; border-top-right-radius: 10px; border-bottom-left-radius: 60px; border-top-left-radius: 60px; border-bottom-right-radius: 60px;">
<table cellspacing="0" cellpadding="0" border="0" role="presentation">
<tbody>
<tr>
<td style="vertical-align: top;">
<table cellpadding="0" cellspacing="0" role="presentation">
<tbody>
<tr>
<td style="padding-right: 10px;">
<div style="width: 120px; height: 120px; ">
<img width="120" height="120" src="https://vergaracarmona.es/wp-content/uploads/2022/05/Icono-3.png" style="display: table-cell; vertical-align: middle; border-radius: 50%; "></a>
</div>
</td>
</tr>
</tbody>
</table>
</td>
<td style="vertical-align: top;">
<table cellpadding="0" cellspacing="0" role="presentation" style="font-weight: 600;">
<tbody>
<tr>
<td style="font-size: 0px; padding-top: 7px">
<div style="font-size: 14px; font-family: Trebuchet MS, Helvetica, sans-serif; line-height: 1.5em; display: block;">
<span style=" color: #fff; padding-right: 60px">Manuel Vergara</span>
</div>
</td>
<td align="right" style="padding-top: 9px">
<table cellpadding="0" cellspacing="0" role="presentation" style="font-size: 0px;">
<tbody>
<tr>
<td align="center" style="padding-top: 2px; padding-right: 5px">
<a href="tel:+34321321321" style="display: inline-block; border-radius: 50%; ">
<img width="25" height="25" src="img/phone-valid.svg.png" style="display: table-cell; vertical-align: middle; border-radius: 50%; ">
</a>
</td>
<td width="4"></td>
<td align="center" style="padding-top: 2px; padding-right: 5px">
<a href="https://www.linkedin.com/in/manu-vergara/" style="display: inline-block; border-radius: 50%; ">
<img width="25" height="25" src="img/linkedin.jpg" style="display: table-cell; vertical-align: middle; border-radius: 50%; ">
</a>
</td>
<td width="4"></td>
<td align="center" style="padding-top: 2px; padding-right: 5px">
<a href="https://gitea.vergaracarmona.es/manudocker" style="display: inline-block; border-radius: 50%; ">
<img width="25" height="25" src="img/gitea.jpg" alt="social-icon-linkedin" style="display: table-cell; vertical-align: middle; border-radius: 50%; ">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table cellpadding="0" cellspacing="0" role="presentation">
<tbody>
<tr>
<td style="font-size: 0px; padding-bottom: 5px;">
<div style="font-size: 13px; font-family: Trebuchet MS, Helvetica, sans-serif; line-height: 1.5em; display: inline-block; color: #e5e5e5">
<span><strong>SysAdmin</strong></span>
</div>
</td>
</tr>
</tbody>
</table>
<table cellpadding="0" cellspacing="0" role="presentation">
<tbody>
<tr>
<td style="font-size: 0px;">
<div style="font-size: 13px; font-family: Trebuchet MS, Helvetica, sans-serif; line-height: 1.5em; display: block; display: flex; align-items: center;">
<a href="https://vergaracarmona.es" style="text-decoration: none; color: #ffe70f;"><strong>vergaracarmona.es</strong></a>
</div>
<div style="font-size: 13px; font-family: Trebuchet MS, Helvetica, sans-serif; line-height: 1.5em; display: flex; align-items: center; ">
<a href="mailto:noreply@vergaracarmona.es" style="text-decoration: none; color: #ffe70f;"><strong>noreply@vergaracarmona.es</strong></a>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>

BIN
img/firma thunderbird.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

BIN
img/gitea.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
img/linkedin.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
img/phone-valid.svg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 KiB