Blame view
resources/views/emails/send_already_registered.blade.php
3.16 KB
4882dedc8 verfiy emails |
1 2 3 4 5 6 7 8 9 |
<!DOCTYPE html> <html lang="ru"> <head> <meta charset="utf-8"> <title>BAIKALY</title> </head> <body style="background: #eff2fb;"> |
bfcf1ce54 fix images in email |
10 11 |
<div class="email__first" style="background: #fff url('https://rekamore.nologostudio.ru/images/emails/23.svg') no-repeat 100% 100%; border: 1px solid #377d87; border-radius: 10px; max-width: 600px; margin: 0 auto; margin-top: 32px; font-family: sans-serif; padding: 60px; text-align: center;"> <a href="#" target="_blank" style="display: block; margin: 0 auto;"><img src="https://rekamore.nologostudio.ru/images/emails/20.svg" alt="" style="display: block; margin: 0 auto;"></a> |
4882dedc8 verfiy emails |
12 13 14 15 |
<b style="font-size: 24px; line-height: 32px; display: block; margin: 32px 0;">Ваш аккаунт готов к работе, желаем удачи в поисках работы.</b> <b style="font-size: 24px; line-height: 32px; display: block; margin: 32px 0;">Также рекомендуем Вам подписаться на наш Телеграм канал и группу Вконтакте:</b> <div style="text-align:center;margin-top: 32px;font-size: 0;"> <a href="https://t.me/rekamore_su" target="_blank" style="background: #20A0E1;font-size: 16px;font-weight: 700;margin:0 16px;border-radius: 8px;height: 44px;line-height: 44px;text-decoration: none;color:#fff;display: inline-block;vertical-align: top;padding: 0 32px;"> |
bfcf1ce54 fix images in email |
16 |
<img src="https://rekamore.nologostudio.ru/images/emails/24.svg" alt="" style="margin-right:5px;"> |
4882dedc8 verfiy emails |
17 18 19 |
Телеграм </a> <a href="https://vk.com/rekamore_su" target="_blank" style="background: #2787F5;font-size: 16px;font-weight: 700;margin:0 16px;border-radius: 8px;height: 44px;line-height: 44px;text-decoration: none;color:#fff;display: inline-block;vertical-align: top;padding: 0 32px;"> |
bfcf1ce54 fix images in email |
20 |
<img src="https://rekamore.nologostudio.ru/images/emails/25.svg" alt="" style="margin-right:5px;"> |
4882dedc8 verfiy emails |
21 22 23 24 25 |
ВКонтакте </a> </div> </div> <div class="email__text" style="margin:32px 0;font-style: italic;font-size: 14px;line-height: 20px;font-family: sans-serif;color:#37393a;text-align: center;display: block;">Это письмо отправлено автоматически. Пожалуйста, не отвечайте на него.</div> |
bfcf1ce54 fix images in email |
26 |
<a href="#" target="_blank" style="display: block; margin: 0 auto;"><img src="https://rekamore.nologostudio.ru/images/emails/19.svg" alt="" style="display: block; margin: 0 auto;"></a> |
4882dedc8 verfiy emails |
27 |
<div class="email__socials" style="display: block;text-align: center;margin-top: 56px;font-size: 0;"> |
bfcf1ce54 fix images in email |
28 29 |
<a href="https://vk.com/rekamore_su" style="display:inline-block;vertical-align: middle;margin:0 4px;"><img src="https://rekamore.nologostudio.ru/images/emails/22.svg" alt=""></a> <a href="https://t.me/rekamore_su" style="display:inline-block;vertical-align: middle;margin:0 4px;"><img src="https://rekamore.nologostudio.ru/images/emails/21.svg" alt=""></a> |
4882dedc8 verfiy emails |
30 31 32 33 34 |
</div> <div class="email__bottom" style="font-family: sans-serif;color:#37393A;text-align: center;margin-top: 24px;font-size: 14px;line-height: 20px;margin-bottom: 32px;">© 2023 — RekaMore.su</div> </body> </html> |