forked from mistic100/jekyll-bootstrap-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (30 loc) · 1.27 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
layout: home
title: Home
description: DESCRIPTION HERE
download: true
---
<h1>CATCHY TITLE</h2>
<p class="lead">Blah <a href="http://rockrms.com">Rock RMS</a> blah PLUGINNAME.</p>
<div class="row">
<div class="col-md-4">
<i class="fa fa-cog fa-3x"></i>
<h2>Reliable</h2>
<p><a href="http://sendgrid.com">SendGrid</a> is considered one of the most <a href="https://www.quora.com/Transactional-Emails/What-should-I-choose-Mandrill-or-Sendgrid">reputable and reliable</a> email delivery services on the web. Trust your emails with SendGrid and give up worrying about deliverability.</p>
</div>
<div class="col-md-4">
<i class="fa fa-line-chart fa-3x"></i>
<h2>Email Analytics</h2>
<p>Monitor how your users engage with your email campaigns by tracking opens, clicks, and bounces. Evaluate and tweak your campaigns to increase engagement.</p>
</div>
<div class="col-md-4">
<i class="fa fa-circle-o-notch fa-3x"></i>
<h2>Open Source</h2>
<p>Like all plugins produced by Bricks and Mortar, {{site.name}} is open source guaranteeing you a transparent product you can rely on.</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<a href="{{site.github.url}}/documentation" class="btn btn-outline btn-lg">Read the Docs</a>
</div>
</div>