forked from ChurchCRM/ChurchCRM.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
136 lines (133 loc) · 6.12 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
---
layout: default
---
<!-- Header -->
<header>
<div class="header-content">
<div class="header-content-inner">
<h1 id="homeHeading">Church<strong>CRM</strong></h1>
<hr>
<p>Free Web CRM System Built for Churches</p>
<img src="images/home-feature.png">
<hr>
<ul class="list-inline intro-social-buttons">
<li>
<a href="http://demo.churchcrm.io" target="_blank" class="btn btn-default btn-lg"><i
class="fa fa-desktop fa-fw"></i> <span class="network-name">View Demo</span></a>
</li>
<li>
<a href="install" class="btn btn-default btn-lg"><i class="fa fa-download fa-fw"></i> <span
class="network-name">Get Started</span></a>
</li>
<li>
<a href="https://github.com/ChurchCRM/CRM" target="_blank"
class="btn btn-default btn-lg"><i
class="fa fa-github fa-fw"></i> <span class="network-name">Github</span></a>
</li>
<li>
<a href="https://twitter.com/Church_CRM" target="_blank" class="btn btn-default btn-lg"><i
class="fa fa-twitter fa-fw"></i> <span class="network-name">Twitter</span></a>
</li>
</ul>
</div>
<!-- /.container -->
</div>
<!-- /.intro-header -->
</header>
<!-- Page Content -->
<section id="main" class="bg-primary">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="clearfix"></div>
<h2 class="section-heading">Try Church<strong>CRM</strong></h2>
<p class="text-faded">
Experience ChurchCRMs innovative user experience and powerful features for yourself!
Visit the <a href="http://demo.churchcrm.io" class="light" target="_blank">demo site</a> today and
see how your
Church can benefit from giving your servants the tools they need to make every interaction more
valuable.</p>
</div>
<div class="col-lg-6">
<div class="clearfix"></div>
<h2 class="section-heading">Mobile Friendly</h2>
<p class="text-faded">Accessible from anywhere using any modern browser! Desktop, Laptop, Tablet & Phone
compatible - The choice is yours.</p>
</div>
</div>
</div>
<!-- /.container -->
</section>
<section id="top-features">
<div class="container">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Learn More</h2>
<hr class="primary">
</div>
<div class="col-lg-12 text-center">
<iframe src="//slides.com/dawoudio/churchcrm/embed" width="900" height="650" scrolling="no" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
</div>
</section>
<section id="top-features">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Features for Every Church</h2>
<hr class="primary">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-map-marker text-primary sr-icons"></i>
<h3>Maps</h3>
<p class="text-muted">Visualize members' home addresses with Google Maps integration</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-envelope-o text-primary sr-icons text-center"></i>
<h3>MailChimp</h3>
<p class="text-muted">Integration with <a href="http://mailchimp.com" target="_blank">MailChimp</a>
lists</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="service-box text-center">
<i class="fa fa-4x fa-users text-primary sr-icons"></i>
<h3>Congregation Features</h3>
<p class="text-muted text-left">
<ul>
<li class="text-left">Group members into families</li>
<li class="text-left">Upload family and members photo</li>
</ul>
</p></p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-child text-primary sr-icons"></i>
<h3>Sunday School</h3>
<p class="text-muted text-left">
<ul>
<li class="text-left">Sunday School class reports with child and parent contact information</li>
<li class="text-left">Email Sunday School class, teachers, and parents with the click of a
button
</li>
</ul>
</p>
</div>
</div>
</div>
<div class="row">
<div class="call-to-action text-center">
<a href="features/" class="btn btn-default btn-xl sr-button" data-sr-id="7"
style="; visibility: visible; -webkit-transform: translateY(0) scale(1); opacity: 1;transform: translateY(0) scale(1); opacity: 1;-webkit-transition: all 0.35s ease 0s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s; transition: all 0.35s ease 0s, transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s; ">See
All Features!</a>
</div>
</div>
</div>
</section>