-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
123 lines (108 loc) · 6.25 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<title>WeKan - Implementing kanban method</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrape framework -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<!-- Use same styles as Wekan board -->
<style>
body {
font: 16px Roboto,Poppins,Helvetica Neue,Arial,Helvetica,sans-serif;
background: #dedede;
}
p {
font: 14px Roboto,Poppins,Helvetica Neue,Arial,Helvetica,sans-serif;
}
.wekan-light-blue {
background: #2980b9;
}
.wekan-dark-blue {
background: #2573a7;
}
.wekan-grey {
background: #dedede;
}
</style>
</head>
<body>
<a name="home"></a>
<div class="container-fluid wekan-dark-blue">
<header class="container mb-auto site-header py-1">
<div class="row">
<div class="col-lg-4 col-sm-12">
<div class="mb-3 mt-3">
<a class="navbar-brand" href="/"><img src="wekan-logo.png" alt="WeKan ®" height="100px" border="1" /> </a>
</div>
</div>
<div class="col-lg-8 col-sm-12 text-end">
<a href="/" class="btn btn-link text-white"><b>WeKan</b></a>
<a href="commercial-support/" class="btn btn-link text-white">Commercial Support</a>
<a href="sponsor/" class="btn btn-link text-white">Sponsor</a>
<a href="testimonials/" class="btn btn-link text-white">Success</a>
<a href="app/" class="btn btn-link text-white">App</a>
<a href="privacy/" class="btn btn-link text-white">Privacy Policy</a>
<a href="status/" class="btn btn-link text-white">WeKan Cloud Status</a>
</div>
</div>
</header>
</div>
<a name="features"></a>
<div class="container-fluid wekan-light-blue">
<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="https://wekan.github.io/wekan-dark-mode.png" class="d-block mx-lg-auto img-fluid" alt="WeKan" width="700" height="500" loading="lazy">
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold lh-1 mb-3 text-white">WeKan</h1>
<p class="lead text-white">WeKan provides Official Commercial Support for WeKan ® Open Source kanban.</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<a href="commercial-support/" class="btn btn-dark btn-lg px-4 me-md-2">Commercial Support</a>
<a href="https://wekan.github.io/" class="btn btn-link btn-lg px-4 text-white">More about WeKan ®.</a>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid bg-white">
<div class="container px-4 py-5">
<h2>About WeKan ®</h2>
<ul>
<li><a href="https://wekan.github.io/">WeKan ®</a> is an Open Source and collaborative Kanban board application.</li>
<li><a href="https://github.com/wekan/wekan/wiki/Platforms">Download</a></li>
<li><a href="https://github.com/wekan/wekan/wiki">Docs</a></li>
<li><a href="https://blog.wekan.team/">Blog</a></li>
<li><a href="https://boards.wekan.team/b/D2SzJKZDS4Z48yeQH/wekan-open-source-kanban-board-with-mit-license">Roadmap</a> (read-only board at WeKan ® Demo)</li>
<li><a href="https://www.youtube.com/watch?v=ke-mbnZM3zE&t=1342s">WeKan Interview video at 2023-12-08</a></li>
<li><a href="https://www.youtube.com/watch?v=zic-h8jG6F8">WeKan Security video at 2024-02-09</a></li>
<li><a href="https://www.youtube.com/watch?v=bnU9bUVeN04">Meteor 3 at Raspberry Pi video at 2024-12-06</a></li>
<li><a style="color: red;" href="https://www.youtube.com/watch?v=DvKuzpNOMZM">FerretDB video at 2024-12-27</a></li>
</ul>
<h2 id="stats">WeKan ® Stats</h2>
<ul>
<li>2023-12-09 WeKan <a href="https://www.openhub.net/p/wekan">Code Analysis at Open Hub</a>: About 319 contributors total, estimated 33 years of effort (COCOMO model), first commit in May 2015.</li>
<li>2023-12-09 Meteor <a href="https://www.openhub.net/p/meteor-js">Code Analysis at Open Hub</a>: About 819 contributors total, estimated 59 years of effort (COCOMO model), first commit in November 2011. WeKan is made with Meteor.</li>
<li>2023-12-09 <a href="https://github.com/wekan/wekan">GitHub repo</a>: 18.9K stars, 0.6K watchers, 2.8K forks</li>
<li>2023-12-09 Largest installation known: 30K users, using Kubernetes</li>
<li>2023-12-09 <a href="https://snapcraft.io/wekan">Snap</a>: 10K active installs. Note: Non-snap versions (Source/Docker/etc) don't have count of active installs.</li>
<li>2021-11-22 <a href="https://hub.docker.com/r/wekanteam/wekan">Docker Hub</a>: 32M pulls total</li>
<li>2017-10-32 <a href="https://groups.google.com/forum/#!searchin/sandstorm-dev/wekan$20ethercalc%Csort:relevance/sandstorm-dev/_JpC1Xze6q0/VvJG5yNhAQAJ">Sandstorm</a>: Owners 7.7K, sharedUsers 1.7K, grains 10K</li>
</ul>
</div>
</div>
<div class="container-fluid wekan-dark-blue">
<div class="container px-4 py-5">
<div class="row">
<div class="col-12 text-white">
<a href="https://www.tmdn.org/tmview/#/tmview/detail/FI50202100052006A" class="text-white">Registered trademark in Finland</a>.
Other countries usually honor trademarks of one country.
<br /><br />
<small>© WeKan</small>
</div>
</div>
</div>
</div>
</body>
</html>