updated carousel
This commit is contained in:
parent
6ce699892c
commit
333bea51a4
2 changed files with 59 additions and 73 deletions
|
@ -5,7 +5,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<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="author" content="Andris Reinman">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
|
@ -14,38 +14,8 @@
|
|||
{{#if title}} | {{title}}{{/if}}
|
||||
</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/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="/datatables/datatables.min.css">
|
||||
|
||||
<link rel="stylesheet" href="/datepicker/css/bootstrap-datepicker3.css">
|
||||
<link rel="stylesheet" href="/css/footer.css">
|
||||
|
@ -138,6 +108,7 @@
|
|||
|
||||
<h1>Mailtrain</h1>
|
||||
<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="visible-xs-block ">
|
||||
|
@ -155,7 +126,7 @@
|
|||
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
<p class="text-muted">© 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">© 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>
|
||||
</footer>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue