-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
136 lines (130 loc) · 5.14 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
136
---
layout: default
search: exclude
title: Homepage
---
<section id="teaser" class="start">
<div class="container">
<h1>Communote<br />
<small>Open Communication for Teams</small>
</h1>
<div class="teaser-wrapper">
<div class="functions-teaser">
<ul class="icon-bar">
<li>
<img src="images/func/1.png" />
<span>Communicate</span>
</li>
<li>
<img src="images/func/2.png" />
<span>Structure</span>
</li>
<li>
<img src="images/func/3.png" />
<span>Search & Find</span>
</li>
<li>
<img src="images/func/4.png" />
<span>Network</span>
</li>
</ul>
</div>
<div class="images-teaser">
<div id="fc-slideshow" class="fc-slideshow">
<ul class="fc-slides">
<li><img src="images/slide/1.jpg" /></li>
<li><img src="images/slide/2.jpg" /></li>
<li><img src="images/slide/3.jpg" /></li>
<li><img src="images/slide/4.jpg" /></li>
</ul>
</div>
</div>
</div>
<div class="call-to-action-wrapper">
<a href="https://github.com/Communote/communote-server" title="Download Communote for you own server" class="download btn">Download Communote</a>
</div>
</div>
</section>
<section id="features">
<div class="container">
<h2>Important features</h2>
<div class="features-lists">
<ul class="feature-list">
<li><span class="ion ion-social-github"></span><h3>Open Source and free</h3></li>
<li><span class="ion ion-paper-airplane"></span><h3>Rich text editor <br class="visible-lg">for status updates, notes and memos</h3></li>
<li><span class="ion ion-person-stalker"></span><h3>Spaces for groups and teams</h3></li>
<li><span class="ion ion-ios-locked"></span><h3>Access control to ensure privacy</h3></li>
</ul>
<ul class="feature-list">
<li><span class="ion ion-ios-search-strong"></span><h3>Fulltext search and filtering</h3></li>
<li><span class="ion ion-pound"></span><h3>Hashtags, @mentions and direct messages</h3></li>
<li><span class="ion ion-ios-chatboxes-outline"></span><h3>Activity streams <br class="visible-lg">including discussion threads</h3></li>
<li><span class="ion ion-earth"></span><h3>Multiple languages (en, de, es, it, fr)</h3></li>
</ul>
<ul class="feature-list">
<li><span class="ion ion-network"></span><h3>User- and usergroup management with LDAP integration</h3></li>
<li><span class="ion ion-log-in"></span><h3>API for access, integration and automation</h3></li>
<li><span class="ion ion-ios-lightbulb"></span><h3>Plugin interface to extend the functionality</h3></li>
<li><span class="ion ion-more"></span><h3><a href="/doc/doc_features.html">and more</a></h3></li>
</ul>
</div>
</div>
</section>
<section id="get-started">
<div class="container">
<h2>Get started!</h2>
<ul class="steps">
<li class="step">
<a href="https://github.com/Communote/communote-server/releases" title="Communote Releases on GitHub">
<span class="ion ion-code-download"></span>
<span class="icon-label">Download & Install</span>
</a>
</li>
<li class="visible-lg">
<img src="images/arrow.png"/>
</li>
<li class="step">
<a href="/doc/home.html">
<span class="ion ion-map"></span>
<span class="icon-label">Explore Communote</span>
</a>
</li>
<li class="visible-lg">
<img src="images/arrow.png"/>
</li>
<li class="step">
<a href="about.html">
<span class="ion ion-ios-color-wand-outline"></span>
<span class="icon-label">Get involved</span>
</a>
</li>
</ul>
</div>
</section>
<section id="service">
<div class="container">
<h2>Need professional help?</h2>
<div class="content">
<div class="logo">
<a href="http://www.communardo.de" title="Link to the Communardo Software GmbH Website"><img src="images/logo-communardo.png"/ alt="Communardo Software GmbH"></a>
</div>
<div class="text"><p>... check out <a href="http://www.communardo.de/" title="Link to the Communardo Software GmbH Website">Communardo</a> for enterprise support, hosting, development or consulting services.</p></div>
</div>
</div>
</section>
<script type="text/javascript" src="js/modernizr.custom.js"></script>
<script type="text/javascript" src="js/jquery.flipshow.min.js"></script>
<script type="text/javascript">
$( function() {
$( '#fc-slideshow' ).flipshow();
setInterval( function() {
$("#fc-slideshow div.fc-right span:first").click();
}, 3000);
});
(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-55085721-2', 'auto');
ga('send', 'pageview');
</script>