Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
xet7 committed Oct 5, 2024
1 parent 009e69f commit 9f2d423
Show file tree
Hide file tree
Showing 7 changed files with 115 additions and 17 deletions.
5 changes: 3 additions & 2 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@
<a href="/" class="btn btn-link text-white">WeKan</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">Testimonials</a>
<a href="../app/" class="btn btn-link text-white">App</a>
<a href="../testimonials/" class="btn btn-link text-white">Success</a>
<a href="../app/" class="btn btn-link text-white"><b>App</b></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>
Expand Down
5 changes: 3 additions & 2 deletions commercial-support/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,12 @@
</div>
<div class="col-lg-8 col-sm-12 text-end">
<a href="/" class="btn btn-link text-white">WeKan</a>
<a href="../commercial-support/" class="btn btn-link text-white">Commercial Support</a>
<a href="../commercial-support/" class="btn btn-link text-white"><b>Commercial Support</b></a>
<a href="../sponsor/" class="btn btn-link text-white">Sponsor</a>
<a href="../testimonials/" class="btn btn-link text-white">Testimonials</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>
Expand Down
9 changes: 3 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,13 @@
</div>
</div>
<div class="col-lg-8 col-sm-12 text-end">
<a href="/" class="btn btn-link text-white">WeKan</a>
<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">Testimonials</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>
Expand Down Expand Up @@ -79,10 +80,6 @@ <h1 class="display-5 fw-bold lh-1 mb-3 text-white">WeKan</h1>
<div class="container-fluid bg-white">
<div class="container px-4 py-5">

<h2>WeKan Cloud Status</h2>
<p>2024-10-05: There are SSL/TLS errors at some hosting services. Fixing is in progress.</p>
<br />

<h2>About WeKan ®</h2>
<ul>
<li><a href="https://wekan.github.io/">WeKan ®</a> is an Open Source and collaborative Kanban board application.</li>
Expand Down
5 changes: 3 additions & 2 deletions privacy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@
<a href="/" class="btn btn-link text-white">WeKan</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">Testimonials</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="../privacy/" class="btn btn-link text-white"><b>Privacy Policy</b></a>
<a href="../status/" class="btn btn-link text-white">WeKan Cloud Status</a>
</div>
</div>
</header>
Expand Down
5 changes: 3 additions & 2 deletions sponsor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@
<div class="col-lg-8 col-sm-12 text-end">
<a href="/" class="btn btn-link text-white">WeKan</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">Testimonials</a>
<a href="../sponsor/" class="btn btn-link text-white"><b>Sponsor</b></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>
Expand Down
96 changes: 96 additions & 0 deletions status/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<title>WeKan Cloud Status</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" />&nbsp;</a>
</div>
</div>
<div class="col-lg-8 col-sm-12 text-end">
<a href="/" class="btn btn-link text-white">WeKan</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"><b>WeKan Cloud Status</b></a>
</div>
</div>
</header>
</div>

<div class="container-fluid bg-white">
<div class="container px-4 py-5">


<h1>WeKan Cloud Status</h1>

<p>2024-10-05:
<ul>
<li>4.00pm GMT+3: SSL/TLS errors at some hosting services.</li>
<li>4.30pm GMT+3: Fixing done, all services back online.</li>
</ul>
</p>
<p>2024-05-21:
<ul>
<li>2024-05-21: SSL/TLS issues at many hosting services.
<a href="https://github.com/wekan/wekan/issues/5415">https://github.com/wekan/wekan/issues/5415</a>
</li>
<li>2024-05-22: Fixing done, all services back online.</li>
</ul>
</p>
</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>&copy; WeKan</small>
</div>
</div>
</div>
</div>

</body>
</html>
7 changes: 4 additions & 3 deletions testimonials/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<title>WeKan - Success Stories and Testimonials</title>
<title>WeKan Success Stories</title>
<meta name="viewport" content="width=device-width, initial-scale=1">

<!-- Bootstrape framework -->
Expand Down Expand Up @@ -47,9 +47,10 @@
<a href="/" class="btn btn-link text-white">WeKan</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">Testimonials</a>
<a href="../testimonials/" class="btn btn-link text-white"><b>Success</b></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>
Expand All @@ -59,7 +60,7 @@
<div class="container px-4 py-5">


<h1>Success Stories and Testimonials</h1>
<h1>WeKan Success Stories</h1>

<h4 id="open-source">Open Source</h4>
<ul>
Expand Down

0 comments on commit 9f2d423

Please sign in to comment.