Update premium page for welcome emails

[MAILPOET-1527]
This commit is contained in:
Pavel Dohnal
2018-09-17 14:53:36 +02:00
parent 44f0f7fa9e
commit 2215ce83b2
2 changed files with 14 additions and 19 deletions

View File

@@ -41,3 +41,9 @@ Custom styles for MailPoet pages.
list-style-type: disc list-style-type: disc
margin-left: 40px margin-left: 40px
} }
.half-width-centered
display block
max-width 50%
margin-left auto
margin-right auto

View File

@@ -96,25 +96,14 @@
<hr> <hr>
<div class="feature-section two-col"> <div class="feature-section">
<div class="col"> <h2><%= __("Were Here to Help!") %></h2>
<h3><%= __("Welcome to My Newsletter!") %></h3> <% set video_url = '//ps.w.org/mailpoet/assets/premium/premium-page-animated-support.mp4' %>
<% set video_url = '//ps.w.org/mailpoet/assets/premium/premium-page-animated-welcome-emails.mp4' %> <video autoplay loop width="100%" class="mailpoet_video half-width-centered">
<video autoplay loop width="100%" class="mailpoet_video"> <source type="video/mp4" src="<%= video_url %>" />
<source type="video/mp4" src="<%= video_url %>" /> <a href="<%= video_url %>"><%= video_url %></a>
<a href="<%= video_url %>"><%= video_url %></a> </video>
</video> <p><%= __("We pride ourselves on giving nearly round-the-clock support. Our remote team spans several continents, hemispheres, and time-zones! If youve got a problem, we will help you fix it!") %></p>
<p><%= __("Want to send autoresponders and welcome emails to your subscribers? In MailPoet, its easy as 1-2-3. Create welcome emails, educational courses, and other automatic email newsletters.") %></p>
</div>
<div class="col">
<h3><%= __("Were 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 youve got a problem, we will help you fix it!") %></p>
</div>
</div> </div>
<hr> <hr>