Commit bfcf1ce54ffc0af85db626055e55eb2767fb9a08
1 parent
f86a8aa658
Exists in
master
fix images in email
Showing 2 changed files with 12 additions and 12 deletions Side-by-side Diff
resources/views/emails/send_already_registered.blade.php
... | ... | @@ -7,26 +7,26 @@ |
7 | 7 | </head> |
8 | 8 | |
9 | 9 | <body style="background: #eff2fb;"> |
10 | -<div class="email__first" style="background: #fff url({{asset('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="{{asset('images/emails/20.svg')}}" alt="" style="display: block; margin: 0 auto;"></a> | |
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 | 12 | <b style="font-size: 24px; line-height: 32px; display: block; margin: 32px 0;">Ваш аккаунт готов к работе, желаем удачи в поисках работы.</b> |
13 | 13 | <b style="font-size: 24px; line-height: 32px; display: block; margin: 32px 0;">Также рекомендуем Вам подписаться на наш Телеграм канал и группу Вконтакте:</b> |
14 | 14 | <div style="text-align:center;margin-top: 32px;font-size: 0;"> |
15 | 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="{{asset('images/emails/24.svg')}}" alt="" style="margin-right:5px;"> | |
16 | + <img src="https://rekamore.nologostudio.ru/images/emails/24.svg" alt="" style="margin-right:5px;"> | |
17 | 17 | Телеграм |
18 | 18 | </a> |
19 | 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="{{asset('images/emails/25.svg')}}" alt="" style="margin-right:5px;"> | |
20 | + <img src="https://rekamore.nologostudio.ru/images/emails/25.svg" alt="" style="margin-right:5px;"> | |
21 | 21 | ВКонтакте |
22 | 22 | </a> |
23 | 23 | </div> |
24 | 24 | </div> |
25 | 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="{{asset('images/emails/19.svg')}}" alt="" style="display: block; margin: 0 auto;"></a> | |
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> | |
27 | 27 | <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="{{asset('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="{{asset('images/emails/21.svg')}}" alt=""></a> | |
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> | |
30 | 30 | </div> |
31 | 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 | 32 | </body> |
resources/views/emails/send_verify.blade.php
... | ... | @@ -7,18 +7,18 @@ |
7 | 7 | </head> |
8 | 8 | |
9 | 9 | <body style="background: #eff2fb;"> |
10 | -<div class="email__first" style="background: #fff url({{asset('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="{{asset('images/emails/20.svg')}}" alt="" style="display: block; margin: 0 auto;"></a> | |
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 | 12 | <b style="font-size: 24px; line-height: 32px; display: block; margin: 32px 0;">Благодарим за регистрацию на нашем сайте. Пожалуйста, подтвердите регистрацию, перейдя по ссылке:</b> |
13 | 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;"> |
14 | 14 | {{ $url }} |
15 | 15 | </a> |
16 | 16 | </div> |
17 | 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.svg')}}" alt="" style="display: block; margin: 0 auto;"></a> | |
18 | +<a href="{{$url}}" 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> | |
19 | 19 | <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.svg')}}" 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.svg')}}" alt=""></a> | |
20 | + <a href="https://vk.com/rekamore_su" target="_blank" style="display:inline-block;vertical-align: middle;margin:0 4px;"><img src="https://rekamore.nologostudio.ru/images/emails/22.svg" alt=""></a> | |
21 | + <a href="https://t.me/rekamore_su" target="_blank" style="display:inline-block;vertical-align: middle;margin:0 4px;"><img src="https://rekamore.nologostudio.ru/images/emails/21.svg" alt=""></a> | |
22 | 22 | </div> |
23 | 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 | 24 | </body> |