Update premium page for welcome emails
[MAILPOET-1527]
This commit is contained in:
@@ -41,3 +41,9 @@ Custom styles for MailPoet pages.
|
||||
list-style-type: disc
|
||||
margin-left: 40px
|
||||
}
|
||||
|
||||
.half-width-centered
|
||||
display block
|
||||
max-width 50%
|
||||
margin-left auto
|
||||
margin-right auto
|
||||
|
@@ -96,25 +96,14 @@
|
||||
|
||||
<hr>
|
||||
|
||||
<div class="feature-section two-col">
|
||||
<div class="col">
|
||||
<h3><%= __("Welcome to My Newsletter!") %></h3>
|
||||
<% set video_url = '//ps.w.org/mailpoet/assets/premium/premium-page-animated-welcome-emails.mp4' %>
|
||||
<video autoplay loop width="100%" class="mailpoet_video">
|
||||
<source type="video/mp4" src="<%= video_url %>" />
|
||||
<a href="<%= video_url %>"><%= video_url %></a>
|
||||
</video>
|
||||
<p><%= __("Want to send autoresponders and welcome emails to your subscribers? In MailPoet, it’s easy as 1-2-3. Create welcome emails, educational courses, and other automatic email newsletters.") %></p>
|
||||
</div>
|
||||
<div class="col">
|
||||
<h3><%= __("We’re Here to Help!") %></h3>
|
||||
<% set video_url = '//ps.w.org/mailpoet/assets/premium/premium-page-animated-support.mp4' %>
|
||||
<video autoplay loop width="100%" class="mailpoet_video">
|
||||
<source type="video/mp4" src="<%= video_url %>" />
|
||||
<a href="<%= video_url %>"><%= video_url %></a>
|
||||
</video>
|
||||
<p><%= __("We pride ourselves on giving nearly round-the-clock support. Our remote team spans several continents, hemispheres, and time-zones! If you’ve got a problem, we will help you fix it!") %></p>
|
||||
</div>
|
||||
<div class="feature-section">
|
||||
<h2><%= __("We’re Here to Help!") %></h2>
|
||||
<% set video_url = '//ps.w.org/mailpoet/assets/premium/premium-page-animated-support.mp4' %>
|
||||
<video autoplay loop width="100%" class="mailpoet_video half-width-centered">
|
||||
<source type="video/mp4" src="<%= video_url %>" />
|
||||
<a href="<%= video_url %>"><%= video_url %></a>
|
||||
</video>
|
||||
<p><%= __("We pride ourselves on giving nearly round-the-clock support. Our remote team spans several continents, hemispheres, and time-zones! If you’ve got a problem, we will help you fix it!") %></p>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
Reference in New Issue
Block a user