<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Email Signature Template</title>
</head>
<body>
<div style="padding: 32px 0;">
<!-- Jméno -->
<div>
<span
style="font-family: sans-serif; font-weight: 700; font-size: 14px; line-height: 18px; color: #000;">
Satoshi Nakamoto
</span>
</div>
<!-- Pozice -->
<div>
<div
style="margin: 4px 0; font-family: sans-serif; font-weight: 400; font-size: 12px; line-height: 16px; color: #8d8d8d;">
Blockchain Researcher
</div>
</div>
<!-- E-mail -->
<div>
<a href="mailto:[email protected]"
style="font-family: sans-serif; font-weight: 400; font-size: 12px; line-height: 16px; text-decoration: underline; color: #8d8d8d;">
[email protected]
</a>
</div>
<!-- Telefon -->
<div>
<a href="tel:+420123456789"
style="font-family: sans-serif; font-weight: 400; font-size: 12px; line-height: 16px; text-decoration: underline; color: #8d8d8d;">
+420 123 456 789
</a>
</div>
<!-- Telegram -->
<div>
<span
style="font-family: sans-serif; font-weight: 400; font-size: 12px; line-height: 16px; color: #8d8d8d;">
Telegram:
</span>
<span>
<a href="https://t.me/satoshin"
style="font-family: sans-serif; font-weight: 400; font-size: 12px; line-height: 16px; text-decoration: underline; color: #8d8d8d;">
@satoshin
</a>
</span>
</div>
<!-- Název firmy -->
<div
style="margin-top: 16px; font-family: sans-serif; font-weight: 700; font-size: 11px; line-height: 14px; color: #000;">
BRAIINS
</div>
<!-- Firemní sociální sítě -->
<div
style="font-family: sans-serif; font-weight: 400; font-size: 12px; line-height: 16px; color: #8d8d8d !important;">
<a href="https://t.me/Braiins"
style="text-decoration: underline; color: #8d8d8d !important;">
Telegram
</a>
·
<a href="https://x.com/BraiinsMining"
style="text-decoration: underline; color: #8d8d8d !important;">
X
</a>
·
<a href="https://www.linkedin.com/company/braiins/"
style="text-decoration: underline; color: #8d8d8d !important;">
LinkedIn
</a>
</div>
</div>
</body>
</html>