Files
signature_mail/signature.html
2024-12-11 20:50:38 +01:00

113 lines
6.5 KiB
HTML

<html>
<head>
<meta name="color-scheme" content="light dark">
<meta name="supported-color-schemes" content="light dark">
<style>
@media (prefers-color-scheme: dark ) {
/* Shows Dark Mode-Only Content, Like Images */
.dark-img {
display:block !important;
width: auto !important;
overflow: visible !important;
float: none !important;
max-height:inherit !important;
max-width:inherit !important;
line-height: auto !important;
margin-top:0px !important;
visibility:inherit !important;
}
/* Hides Light Mode-Only Content, Like Images */
.light-img {
display:none;
display:none !important;
}
}
/* Shows Dark Mode-Only Content, Like Images */
[data-ogsc] .dark-img,
[data-ogsb] .dark-img {
mso-hide: none;
display: block !important;
width: auto !important;
overflow: visible !important;
float: none !important;
max-height: inherit !important;
max-width: inherit !important;
line-height: auto !important;
margin-top: 0px !important;
visibility: inherit !important;
}
/* Hides Light Mode-Only Content, Like Images */
[data-ogsc] .light-img,
[data-ogsb] .light-img {
mso-hide: all;
display: none;
display: none !important;
}
</style>
</head>
<body>
<table width="400" style="width: 400px; border-collapse: collapse; font-family: Verdana, sans-serif; font-size: small;">
<tr>
<th style="align-items: center; border-right: 2px solid #FF1111; border-radius: 2px;">
<img width="110" height="110" src="**INSERER LIEN DE LA PHOTO DEPUIS LE CDN**/raw" style="margin-left: 15px; width: 110px; height: 110px; border-radius: 75px; object-fit:cover;" alt="Photo de profil"/>
</th>
<th>&nbsp;&nbsp;&nbsp;</th>
<th style="text-align: left; font-weight: lighter">
<p>Responsable Partenariats</p>
<p style="font-size: x-large; margin-top: -10px; margin-bottom: -10px">Allan CUEFF</p>
<p style="margin-bottom: -10px">partenariat@modelec.club</p>
<p style="margin-bottom: 5px">+33 (0)6 16 15 59 75</p>
<a style="margin-top: 10px; color: #FF1111;" href="https://modelec.club/?ref=email">https://modelec.club</a>
</th>
</tr>
<tr>
<td colspan="3" style="text-align: center;">
<br>
<div style="border-top: 2px solid #FF1111; margin-left: 40px; margin-right: 50px; border-radius: 2px;"></div>
<br>
</td>
</tr>
<tr>
<td style="display: flex; justify-content: space-around">
<a href="https://modelec.club/?ref=email">
<img class="light-img" height="30" style="padding-left: 30px" src="https://cdn.breizhhardware.fr/QepU5/NePaLixa22.png/raw" alt="Logo Modelec pour fond clair"/>
<!--[if !mso]><!-->
<div class="dark-img" style="mso-hide:all; display:none; overflow:hidden; float:left; width:0px; max-height:0px; max-width:0px; line-height:0px; visibility:hidden;" align="center">
<img height="30" style="padding-left: 30px" src="https://cdn.breizhhardware.fr/QepU5/yETaKUsI53.png/raw" alt="Logo Modelec pour fond sombre"/>
</div>
<!--<![endif]-->
</a>
</td>
<td colspan="2">
<div style="display: flex; justify-content: space-around; padding-right: 40px; padding-left: 20px;">
<a href="https://github.com/modelec" style="text-decoration: none;">
<img class="light-img" height="30" src="https://cdn.breizhhardware.fr/QepU5/lEKuwuxO21.png/raw" alt="Logo Github"/>
<!--[if !mso]><!-->
<div class="dark-img" style="mso-hide:all; display:none; overflow:hidden; float:left; width:0px; max-height:0px; max-width:0px; line-height:0px; visibility:hidden;" align="center">
<img height="30" src="https://cdn.breizhhardware.fr/QepU5/fOdomERa51.png/raw" alt="Logo Github"/>
</div>
<!--<![endif]-->
</a>
<a href="https://www.instagram.com/modelec_isen" style="text-decoration: none;">
<img class="light-img" height="30" src="https://cdn.breizhhardware.fr/QepU5/zuQOVaZO11.png/raw" alt="Logo Instagram"/>
<!--[if !mso]><!-->
<div class="dark-img" style="mso-hide:all; display:none; overflow:hidden; float:left; width:0px; max-height:0px; max-width:0px; line-height:0px; visibility:hidden;" align="center">
<img height="30" src="https://cdn.breizhhardware.fr/QepU5/hAComeGo82.png/raw" alt="Logo Instagram"/>
</div>
<!--<![endif]-->
</a>
<a href="https://www.youtube.com/@modelec2165" style="text-decoration: none;">
<img class="light-img" height="30" src="https://cdn.breizhhardware.fr/QepU5/GOjALaxI37.png/raw" alt="Logo Youtube"/>
<!--[if !mso]><!-->
<div class="dark-img" style="mso-hide:all; display:none; overflow:hidden; float:left; width:0px; max-height:0px; max-width:0px; line-height:0px; visibility:hidden;" align="center">
<img height="30" src="https://cdn.breizhhardware.fr/QepU5/DAMUToCA38.png/raw" alt="Logo Youtube"/>
</div>
<!--<![endif]-->
</a>
</div>
</td>
</tr>
</table>
</body>
</html>