-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (65 loc) · 2.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ChurchCRM Demo Sites</title>
<link href="theme.css" rel="stylesheet">
<!-- Fonts -->
<link href='//fonts.googleapis.com/css?family=Roboto:100,400,300,400italic,500' rel='stylesheet' type='text/css'>
<!-- Font-Awesome -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
</head>
<body>
<div class="more">
<div class="container">
<br />
<p /><br />
<h1 class="text-center">Church<b>CRM</b> - An OpenSource CRM System Built for Churches</h1>
<h3 class="text-center">Take a Demo system for a Test drive</h3>
<br />
<p /><br />
<div class="row">
<div class="col-md-9">
<div class="thumbnail">
<img src="https://churchcrm.io/assets/img/home-feature.png">
<div class="caption">
<h3>Latest Release</h3>
<p>
<a href="https://github.com/ChurchCRM/CRM/releases/latest" target="releases">view</a>
</p>
<p>
<a href="https://softaculous.com/demos/churchcrm" class="btn btn-primary" role="button"><i class="fa fa-car fa-fw"></i> Test Drive a
Preview via Softaculous</a>
<a href="https://github.com/ChurchCRM/CRM/releases" target="releases" class="btn btn-success" role="button"><i
class="fa fa-github fa-fw"></i> View all releases on github</a>
</p>
<br />
<h4>Recent Development Build</h4>
<p><a href="https://github.com/ChurchCRM/CRM/actions/workflows/build-test-package.yml?query=branch%3Amaster" target="devBuilds">View latest builds on github and download artifact</a></p>
</div>
</div>
</div>
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</div>
<!-- /.more -->
<script>
((window.gitter = {}).chat = {}).options = {
room: 'churchcrm/crm'
};
</script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-59805208-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>