♻️ Remake the presentation page

This commit is contained in:
Clement 2020-07-20 16:56:42 +02:00
parent 93a6753e04
commit 03111240d7
1 changed files with 24 additions and 19 deletions

View File

@ -1,18 +1,31 @@
---
subject: My Welcome Email Template Subject
subject: "Welcome to ReadLaterByEmail"
LOGO: "{{ asset('images/logo.png') }}"
WELCOME: "{{ __('emails.welcome_email') }}"
ABOUT: "{{ __('emails.about') }}"
ABOUT_LINK: "{{ $about_link }}"
CONTACT: "{{ __('emails.contact') }}"
CONTACT_LINK: "{{ $contact_link }}"
NEWS: "{{ __('emails.news') }}"
NEWS_LINK: "{{ $news_link }}"
FAQ: "{{ __('emails.FAQ') }}"
FAQ_LINK: "{{ $faq_link }}"
TITLE: "{{ __('emails.welcome_title') }}"
MESSAGE: "{!! __('emails.welcome_message', ['token' => $token]) !!}"
BROWSER_ADD_ON: "{{ __('emails.browser_addon') }}"
---
<container class="header">
<row>
<columns>
<h1 class="text-center">Welcome to Kraken Academy</h1>
<h1 class="text-center">{{{ WELCOME }}}</h1>
<center>
<menu class="text-center">
<item href="#">About</item>
<item href="#">Course List</item>
<item href="#">Campus Map</item>
<item href="#">Contact</item>
<item href="{{{ ABOUT_LINK }}}">{{{ ABOUT }}}</item>
<item href="{{{ NEWS_LINK }}}">{{{ NEWS }}}</item>
<item href="{{{ FAQ_LINK }}}">{{{ FAQ }}}</item>
<item href="{{{ CONTACT_LINK }}}">{{{ CONTACT }}}</item>
</menu>
</center>
@ -24,23 +37,15 @@ subject: My Welcome Email Template Subject
<row>
<columns>
<spacer size="32"></spacer>
<center>
<img src="http://placehold.it/200x200">
</center>
<spacer size="16"></spacer>
<h4>An exciting future of terrorizing sailors awaits you at Kraken Academy.</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque culpa vel architecto, perspiciatis eius cum autem quidem, sunt consequuntur, impedit dolor vitae illum nobis sint nihil aliquid? Assumenda, amet, officia.</p>
<h4>{{{ TITLE }}}</h4>
<p>{{{ MESSAGE }}}</p>
<br>
<p>{{{ BROWSER_ADD_ON }}}</p>
<center>
<menu>
<item href="#">krakenacademy.com</item>
<item href="#">Facebook</item>
<item href="#">Twitter</item>
<item href="#">(408)-555-0123</item>
<item href="https://addons.mozilla.org/fr/firefox/addon/readlater-by-email/">Firefox</item>
</menu>
</center>