Commit fb60f75ef5a33a5bcb987f0812b33894ab811542
1 parent
df3858b854
Exists in
master
email verify design fixes
Showing 4 changed files with 63 additions and 24 deletions Side-by-side Diff
public/images/emails/24.png
504 Bytes
public/images/emails/25.png
513 Bytes
resources/views/emails/send_already_registered.blade.php
... | ... | @@ -6,29 +6,49 @@ |
6 | 6 | <title>BAIKALY</title> |
7 | 7 | </head> |
8 | 8 | |
9 | -<body style="background: #eff2fb;"> | |
10 | -<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;"> | |
11 | - <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> | |
12 | - <b style="font-size: 24px; line-height: 32px; display: block; margin: 32px 0;">Ваш аккаунт готов к работе, желаем удачи в поисках работы.</b> | |
13 | - <b style="font-size: 24px; line-height: 32px; display: block; margin: 32px 0;">Также рекомендуем Вам подписаться на наш Телеграм канал и группу Вконтакте:</b> | |
9 | +<body style="background: #eff2fb; padding: 50px 0;"> | |
10 | +<div class="email__first" style="background: #fff url({{asset('images/emails/23.png')}}) 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;"> | |
11 | + <a href="{{config('app.url')}}" target="_blank" style="display: block; margin: 0 auto;"> | |
12 | + <img src="{{asset('images/emails/20.png')}}" alt="" style="width: 182px; height: 54px; display: block; margin: 0 auto;"> | |
13 | + </a> | |
14 | + <b style="font-size: 24px; line-height: 32px; display: block; margin: 32px 0;"> | |
15 | + Ваш аккаунт готов к работе, желаем удачи в поисках работы. | |
16 | + </b> | |
17 | + <b style="font-size: 24px; line-height: 32px; display: block; margin: 32px 0;"> | |
18 | + Также рекомендуем Вам подписаться на наш Телеграм канал и группу Вконтакте: | |
19 | + </b> | |
14 | 20 | <div style="text-align:center;margin-top: 32px;font-size: 0;"> |
15 | - <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;"> | |
16 | - <img src="https://rekamore.nologostudio.ru/images/emails/24.svg" alt="" style="margin-right:5px;"> | |
21 | + <a href="https://t.me/rekamore_su" target="_blank" | |
22 | + 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;"> | |
23 | + <img src="{{asset('images/emails/24.png')}}" alt="" style="width: 17px; height: 14px; margin-right:5px;"> | |
17 | 24 | Телеграм |
18 | 25 | </a> |
19 | - <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;"> | |
20 | - <img src="https://rekamore.nologostudio.ru/images/emails/25.svg" alt="" style="margin-right:5px;"> | |
26 | + <a href="https://vk.com/rekamore_su" target="_blank" | |
27 | + 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;"> | |
28 | + <img src="{{asset('images/emails/25.png')}}" alt="" style="width: 17px; height: 14px; margin-right:5px;"> | |
21 | 29 | ВКонтакте |
22 | 30 | </a> |
23 | 31 | </div> |
24 | 32 | </div> |
25 | -<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> | |
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> | |
33 | +<div class="email__text" | |
34 | + style="margin:32px 0;font-style: italic;font-size: 14px;line-height: 20px;font-family: sans-serif;color:#37393a;text-align: center;display: block;"> | |
35 | + Это письмо отправлено автоматически. Пожалуйста, не отвечайте на него. | |
36 | +</div> | |
37 | +<a href="{{config('app.url')}}" target="_blank" style="display: block; margin: 0 auto;"> | |
38 | + <img src="{{asset('images/emails/19.png')}}" alt="" style="width: 222px; height: 74px; display: block; margin: 0 auto;"> | |
39 | +</a> | |
27 | 40 | <div class="email__socials" style="display: block;text-align: center;margin-top: 56px;font-size: 0;"> |
28 | - <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> | |
29 | - <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> | |
41 | + <a href="https://vk.com/rekamore_su" style="display:inline-block;vertical-align: middle;margin:0 4px;"> | |
42 | + <img src="{{asset('images/emails/22.png')}}" alt="" style="width: 40px; height: 40px"> | |
43 | + </a> | |
44 | + <a href="https://t.me/rekamore_su" style="display:inline-block;vertical-align: middle;margin:0 4px;"> | |
45 | + <img src="{{asset('images/emails/21.png')}}" alt="" style="width: 40px; height: 40px"> | |
46 | + </a> | |
47 | +</div> | |
48 | +<div class="email__bottom" | |
49 | + style="font-family: sans-serif;color:#37393A;text-align: center;margin-top: 24px;font-size: 14px;line-height: 20px;margin-bottom: 32px;"> | |
50 | + © 2023 — RekaMore.su | |
30 | 51 | </div> |
31 | -<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> | |
32 | 52 | </body> |
33 | 53 | |
34 | 54 | </html> |
resources/views/emails/send_verify.blade.php
... | ... | @@ -6,21 +6,40 @@ |
6 | 6 | <title>BAIKALY</title> |
7 | 7 | </head> |
8 | 8 | |
9 | -<body style="background: #eff2fb;"> | |
10 | -<div class="email__first" style="background: #fff url({{asset('images/emails/23.png')}}) 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;"> | |
11 | - <a href="#" target="_blank" style="display: block; margin: 0 auto;"><img src="{{asset('images/emails/20.png')}}" alt="" style="display: block; margin: 0 auto;"></a> | |
12 | - <b style="font-size: 24px; line-height: 32px; display: block; margin: 32px 0;">Благодарим за регистрацию на нашем сайте. Пожалуйста, подтвердите регистрацию, перейдя по ссылке:</b> | |
13 | - <a href="{{ $url }}" target="_blank" style="word-wrap: break-word; word-break: break-all; color: #1a55a6; font-size: 16px; line-height: 24px; display: inline-block; text-align: left; max-width: 90%; margin: 0 auto;"> | |
9 | +<body style="background: #eff2fb; padding: 50px 0;"> | |
10 | +<div class="email__first" | |
11 | + style="background: #fff url({{asset('images/emails/23.png')}}) 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;"> | |
12 | + <a href="{{config('app.url')}}" target="_blank" style="display: block; margin: 0 auto;"> | |
13 | + <img src="{{asset('images/emails/20.png')}}" alt="" style="width: 182px; height: 54px; display: block; margin: 0 auto;"></a> | |
14 | + <b style="font-size: 24px; line-height: 32px; display: block; margin: 32px 0;"> | |
15 | + Благодарим за регистрацию на нашем сайте. Пожалуйста, подтвердите регистрацию, перейдя по ссылке: | |
16 | + </b> | |
17 | + <a href="{{ $url }}" target="_blank" | |
18 | + style="word-wrap: break-word; word-break: break-all; color: #1a55a6; font-size: 16px; line-height: 24px; display: inline-block; text-align: left; max-width: 90%; margin: 0 auto;"> | |
14 | 19 | {{ $url }} |
15 | 20 | </a> |
16 | 21 | </div> |
17 | -<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> | |
18 | -<a href="{{$url}}" target="_blank" style="display: block; margin: 0 auto;"><img src="{{asset('images/emails/19.png')}}" alt="" style="display: block; margin: 0 auto;"></a> | |
22 | +<div class="email__text" | |
23 | + style="margin:32px 0;font-style: italic;font-size: 14px;line-height: 20px;font-family: sans-serif;color:#37393a;text-align: center;display: block;"> | |
24 | + Это письмо отправлено автоматически. Пожалуйста, не отвечайте на него. | |
25 | +</div> | |
26 | +<a href="{{config('app.url')}}" target="_blank" style="display: block; margin: 0 auto;"> | |
27 | + <img src="{{asset('images/emails/19.png')}}" alt="" style="width: 222px; height: 74px; display: block; margin: 0 auto;"> | |
28 | +</a> | |
19 | 29 | <div class="email__socials" style="display: block;text-align: center;margin-top: 56px;font-size: 0;"> |
20 | - <a href="https://vk.com/rekamore_su" target="_blank" style="display:inline-block;vertical-align: middle;margin:0 4px;"><img src="{{asset('images/emails/22.png')}}" alt=""></a> | |
21 | - <a href="https://t.me/rekamore_su" target="_blank" style="display:inline-block;vertical-align: middle;margin:0 4px;"><img src="{{asset('images/emails/21.png')}}" alt=""></a> | |
30 | + <a href="https://vk.com/rekamore_su" target="_blank" | |
31 | + style="display:inline-block;vertical-align: middle;margin:0 4px;"> | |
32 | + <img src="{{asset('images/emails/22.png')}}" alt="" style="width: 40px; height: 40px"> | |
33 | + </a> | |
34 | + <a href="https://t.me/rekamore_su" target="_blank" | |
35 | + style="display:inline-block;vertical-align: middle;margin:0 4px;"> | |
36 | + <img src="{{asset('images/emails/21.png')}}" alt="" style="width: 40px; height: 40px"> | |
37 | + </a> | |
38 | +</div> | |
39 | +<div class="email__bottom" | |
40 | + style="font-family: sans-serif;color:#37393A;text-align: center;margin-top: 24px;font-size: 14px;line-height: 20px;margin-bottom: 32px;"> | |
41 | + © 2023 — RekaMore.su | |
22 | 42 | </div> |
23 | -<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> | |
24 | 43 | </body> |
25 | 44 | |
26 | 45 | </html> |