-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·125 lines (121 loc) · 4.91 KB
/
index.html
File metadata and controls
executable file
·125 lines (121 loc) · 4.91 KB
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
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Kansha - Open Source Collaborative Tool</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/knacss.css">
<link rel="stylesheet" href="css/screen.css">
<script src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
<script src="js/jquery.chocolat.js"></script>
<link rel="stylesheet" href="css/chocolat.css" type="text/css" media="screen" charset="utf-8" />
</head>
<body>
<!-- Javascript calls -->
<script type="text/javascript" charset="utf-8">
$(function() {
$('#zoom1 a').Chocolat({displayAsALink:true, linksContainer: 'linksContainer'});
$('#zoom2 a').Chocolat({displayAsALink:true, linksContainer: 'linksContainer'});
$('#zoom3 a').Chocolat({displayAsALink:true, linksContainer: 'linksContainer'});
$('#zoom4 a').Chocolat({displayAsALink:true, linksContainer: 'linksContainer'});
});
</script>
<header>
<a href="" class="logo"></a>
<div class="title">
<h1>Kansha<small>Open Source Collaborative Tool</small></h1>
<a href="https://github.com/Net-ng/kansha" class="button start">GET STARTED</a>
<!-- <a href="http://demo.kansha.org" target="_blank" class="button demo">TRY IT</a> -->
</div>
</header>
<section class="section1">
<h2>Your own open source, self-hosted, scrum boards, enhanced todo lists and Trello-like boards tool</h2>
<div class="slider">
<p id="zoom1">
<a href="zoom/satori-project.png" title="Satory Project board" rel="Project Management"></a>
<a href="zoom/satori-project-card.png" title="Satory project card"></a>
</p>
<p id="zoom2">
<a href="zoom/my-personal-todo-list.png" title="Board" rel="Personal Todo list"></a>
</p>
<p id="zoom3">
<a href="zoom/brainstorming-card.png" title="Youtube card" rel="Brainstorming"></a>
<a href="zoom/brainstorming.png" title="Board" rel="Brainstorming"></a>
</p>
<p id="zoom4">
<a href="zoom/week-tasks-board-calendar-view.png" title="Board in calendar view" rel="Week Tasks"></a>
<a href="zoom/week-tasks-board.png" title="Board" rel="Week Tasks"></a>
</p>
</div>
</section>
<section class="section2">
<h2>Features and stuff</h2>
<div class="col">
<h3 class="kansha">Kansha</h3>
<ul>
<li>Notifications</li>
<li>Multi boards</li>
<li>Collaborative</li>
<li>Multilingual</li>
<li>Authentication <small>(Google, Facebook, Twitter, LDAP…)</small></li>
</ul>
</div>
<div class="col">
<h3 class="board">Boards</h3>
<ul>
<li>Contextual search</li>
<li>Archive</li>
<li>Calendar view</li>
<li>Activity stream</li>
<li>Reporting</li>
</ul>
</div>
<div class="col">
<h3 class="card">Cards</h3>
<ul>
<li>Check List</li>
<li>Due date</li>
<li>File attachment</li>
<li>Vote</li>
<li>Comment</li>
<li>Label</li>
</ul>
</div>
</section>
<section class="section3">
<div class="col">
<h2>Open Source</h2>
<ul>
<li>BSD Licence</li>
<li>Download it</li>
<li>Adapt it</li>
<li>Adopt it</li>
<li>Host it</li>
</ul>
</div>
<a href="https://github.com/Net-ng/kansha" target="_blank" class="button">Get the code</a>
<div class="col">
<h2>Cross-platform</h2>
<ul>
<li>Windows</li>
<li>Linux</li>
<li>Mac</li>
</ul>
</div>
</section>
<footer>
<h2>They use Kansha</h2>
<div class="part part1"></div><div class="part part2"></div><div class="part part3"></div><div class="part part4"></div><div class="part part5"></div>
<div class="copyright">© 2019 Net-ng, All Rights Reserved</div>
</footer>
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-76142-7', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>