updated carousel

This commit is contained in:
Andris Reinman 2016-04-04 18:59:06 +03:00
parent 6ce699892c
commit 333bea51a4
2 changed files with 59 additions and 73 deletions

View file

@ -1,12 +1,51 @@
<div class="row"> <div class="row">
<div class="col-md-12"> <div class="col-md-12">
<div class="well"> <div class="well">
Subscribe to <strong>Mailtrain Newsletter</strong> <a class="btn btn-success btn-sm" href="http://mailtrain.org/subscription/EysIv8sAx" role="button"><span class="glyphicon glyphicon-share-alt" aria-hidden="true"></span> Subscribe here</a> (uses Mailtrain obviously) <a class="btn btn-success btn-sm" href="http://mailtrain.org/subscription/EysIv8sAx" role="button">Subscribe here</a> to Mailtrain newsletter (uses Mailtrain obviously)
</div> </div>
</div> </div>
</div> </div>
<div class="row">
<div class="col-md-4">
<h2>List management</h2>
<p>Mailtrain allows you to easily manage even very large lists. Million subscribers? Not a problem. You can add subscribers manually or import from a CSV file. All lists come with support for custom fields and merge tags as well.</p>
</div>
<div class="col-md-4">
<h2>Custom fields</h2>
<p>Text fields, numbers, drop downs or checkboxes, Mailtrain has them all. Every custom field can be included in the generated newsletters through merge tags.</p>
</div>
<div class="col-md-4">
<h2>List segmentation</h2>
<p>Send messages only to list subscribers that match predefined segmentation rules. No need to create separate lists with small differences.</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h2>Open source</h2>
<p>Mailtrain is available under <a href="http://www.gnu.org/licenses/gpl-3.0.en.html">GPLv3</a> license and completely open source.</p>
</div>
<div class="col-md-4">
<h2>Send via any provider</h2>
<p>Amazon SES, SparkPost, SendGrid, Mailgun you name it. You can use any provider that supports SMTP protocol to send out your newsletters. Bounce and complaints handling via webhooks is supported for SES, SparkPost, SendGrid and Mailgun.</p>
</div>
<div class="col-md-4">
<h2>On the roadmap</h2>
<p>Reports, API access and more…</p>
</div>
</div>
<p></p>
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-10">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<!-- Indicators --> <!-- Indicators -->
<ol class="carousel-indicators"> <ol class="carousel-indicators">
@ -45,32 +84,8 @@
</a> </a>
</div> </div>
<div class="row">
<div class="col-md-4">
<h2>List management</h2>
<p>Mailtrain allows you to easily manage even very large lists. Million subscribers? Not a problem. You can add subscribers manually or import from a CSV file. All lists come with support for custom fields and merge tags as well.</p>
</div>
<div class="col-md-4">
<h2>Custom fields</h2>
<p>Text fields, numbers, drop downs or checkboxes, Mailtrain has them all. Every custom field can be included in the generated newsletters through merge tags.</p>
</div>
<div class="col-md-4">
<h2>List segmentation</h2>
<p>Send messages only to list subscribers that match predefined segmentation rules. No need to create separate lists with small differences.</p>
</div> </div>
<div class="col-md-1"></div>
</div> </div>
<div class="row"> <p></p>
<div class="col-md-4">
<h2>Open source</h2>
<p>Mailtrain is available under <a href="http://www.gnu.org/licenses/gpl-3.0.en.html">GPLv3</a> license and completely open source.</p>
</div>
<div class="col-md-4">
<h2>Send via any provider</h2>
<p>Amazon SES, SparkPost, SendGrid, Mailgun you name it. You can use any provider that supports SMTP protocol to send out your newsletters. Bounce and complaints handling via webhooks is supported for SES, SparkPost, SendGrid and Mailgun.</p>
</div>
<div class="col-md-4">
<h2>On the roadmap</h2>
<p>Reports, API access and more…</p>
</div>
</div>

View file

@ -5,7 +5,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="Self hosted email newsletter app"> <meta name="description" content="Self hosted email newsletter app">
<meta name="author" content="Andris Reinman"> <meta name="author" content="Andris Reinman">
<link rel="icon" href="/favicon.ico"> <link rel="icon" href="/favicon.ico">
@ -14,38 +14,8 @@
{{#if title}} | {{title}}{{/if}} {{#if title}} | {{title}}{{/if}}
</title> </title>
<!-- Bootstrap core CSS -->
<!--
<link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
-->
<link rel="stylesheet" href="/datatables/datatables.min.css">
<!-- Bootswatch themes -->
<!--
<link rel="stylesheet" href="/bootstrap/themes/united.min.css">
-->
<!-- -->
<link rel="stylesheet" href="/bootstrap/themes/flatly.min.css"> <link rel="stylesheet" href="/bootstrap/themes/flatly.min.css">
<!-- --> <link rel="stylesheet" href="/datatables/datatables.min.css">
<!--
<link rel="stylesheet" href="/bootstrap/themes/slate.min.css">
-->
<!--
<link rel="stylesheet" href="/bootstrap/themes/paper.min.css">
-->
<!--
<link rel="stylesheet" href="/bootstrap/themes/superhero.min.css">
-->
<!--
<link rel="stylesheet" href="/bootstrap/themes/yeti.min.css">
-->
<!--
<link rel="stylesheet" href="/bootstrap/themes/simplex.min.css">
-->
<!--
<link rel="stylesheet" href="/bootstrap/themes/cosmo.min.css">
-->
<link rel="stylesheet" href="/datepicker/css/bootstrap-datepicker3.css"> <link rel="stylesheet" href="/datepicker/css/bootstrap-datepicker3.css">
<link rel="stylesheet" href="/css/footer.css"> <link rel="stylesheet" href="/css/footer.css">
@ -138,6 +108,7 @@
<h1>Mailtrain</h1> <h1>Mailtrain</h1>
<p>Self hosted newsletter app built on top of <a href="http://nodemailer.com">Nodemailer</a></p> <p>Self hosted newsletter app built on top of <a href="http://nodemailer.com">Nodemailer</a></p>
<p><a class="btn btn-info btn-md" href="https://github.com/andris9/mailtrain" role="button"><span class="glyphicon glyphicon-cloud-download" aria-hidden="true"></span> Source on GitHub</a></p>
<div class="clearfix"></div> <div class="clearfix"></div>
<div class="visible-xs-block "> <div class="visible-xs-block ">
@ -155,7 +126,7 @@
<footer class="footer"> <footer class="footer">
<div class="container"> <div class="container">
<p class="text-muted">&copy; 2016 Andris Reinman <a href="https://mailtrain.org">Mailtrain.org</a>, <a href="mailto:info@mailtrain.org">info@mailtrain.org</a>. Source at <a href="https://github.com/andris9/mailtrain">GitHub</a></p> <p class="text-muted">&copy; 2016 Andris Reinman <a href="https://mailtrain.org">Mailtrain.org</a>, <a href="mailto:info@mailtrain.org">info@mailtrain.org</a>. Source on <a href="https://github.com/andris9/mailtrain">GitHub</a></p>
</div> </div>
</footer> </footer>