initial commit

This commit is contained in:
Robert Kaussow 2020-07-16 22:39:54 +02:00
commit 190be4d586
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
4 changed files with 194 additions and 0 deletions

21
LICENSE Normal file
View File

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2020 Robert Kaussow <mail@geeklabor.de>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:
The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

1
README.md Normal file
View File

@ -0,0 +1 @@
# status-pages

93
drone/index.html Normal file
View File

@ -0,0 +1,93 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="robots" content="noindex, nofollow" />
<title>Drone CI Artifacts</title>
<style>
html,
body {
height: 100%;
min-height: 100%;
margin: 0;
padding: 0;
}
a,
a:visited {
color: #9da0a8;
}
a:hover {
color: #34495e;
}
body {
cursor: default;
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 1rem;
font-weight: normal;
line-height: 1.5;
color: #383e4b;
background-color: #f5f5f5;
}
svg {
width: 4.5rem;
height: 4.5rem;
margin: 0 1.5rem 0 0;
}
h4 {
font-size: 1.5rem;
margin: 0;
}
p {
font-weight: 500;
line-height: 1;
color: #9da0a8;
padding: 0;
margin: 0;
}
.container {
display: flex;
margin: 0;
align-items: center;
justify-content: center;
box-sizing: border-box;
height: 100%;
min-width: 380px;
}
.no-wrap {
flex-shrink: 0;
}
</style>
</head>
<body>
<div class="container">
<!-- Source: https://github.com/drone/brand -->
<svg viewBox="0 0 200 200" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 53.1 (72631) - https://sketchapp.com -->
<title>drone-logo-vector-dark</title>
<desc>Created with Sketch.</desc>
<g id="Landing" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="logos" transform="translate(-50.000000, -50.000000)" fill="#1E375A">
<path d="M90.2882214,69.3797473 L89.4295832,70.2383855 L124.476463,105.285265 C119.520903,113.022443 116.666667,122.524707 116.666667,133.333333 C116.666667,163.38141 138.72549,183.333333 166.666667,183.333333 C177.107498,183.333333 186.726972,180.547433 194.681066,175.489868 L229.90668,210.715482 C211.655003,234.822389 182.652657,250 150,250 C94.7802198,250 50,206.593407 50,150 C50,116.344376 65.8368878,87.3523756 90.2882214,69.3797473 Z M106.958511,59.4830419 C119.995354,53.3798856 134.591235,50 150,50 C205.21978,50 250,93.4065934 250,150 C250,165.565882 246.612323,180.134166 240.551518,193.076049 L208.85687,161.381401 C213.81243,153.644224 216.666667,144.14196 216.666667,133.333333 C216.666667,103.285256 194.607843,83.3333333 166.666667,83.3333333 C156.225835,83.3333333 146.606361,86.1192334 138.652268,91.1767986 L106.958511,59.4830419 Z M166.666667,163.333333 C149.901961,163.333333 136.666667,151.362179 136.666667,133.333333 C136.666667,115.304487 149.901961,103.333333 166.666667,103.333333 C183.431373,103.333333 196.666667,115.304487 196.666667,133.333333 C196.666667,151.362179 183.431373,163.333333 166.666667,163.333333 Z" id="drone-logo-vector-dark"></path>
</g>
</g>
</svg>
<div class="no-wrap">
<h4>Build artifacts</h4>
<p>Temporary storage for <a href="https://drone.rknet.org/">Drone CI</a></p>
</div>
</div>
</body>
</html>

79
errors/error.html Normal file
View File

@ -0,0 +1,79 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="robots" content="noindex, nofollow" />
<title>Oops! You're lost</title>
<style>
html,
body {
height: 100%;
min-height: 100%;
margin: 0;
padding: 0;
}
body {
cursor: default;
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 1rem;
font-weight: normal;
line-height: 1.5;
color: #383e4b;
background-color: #f5f5f5;
}
h1 {
font-size: 4.5rem;
font-weight: 300;
margin: 0 1.5rem 0 0;
}
h4 {
font-size: 1.5rem;
margin: 0;
}
p {
font-weight: 500;
line-height: 1;
color: #9da0a8;
padding: 0;
margin: 0;
}
.container {
display: flex;
margin: 0;
align-items: center;
justify-content: center;
box-sizing: border-box;
height: 100%;
min-width: 380px;
}
.no-wrap {
flex-shrink: 0;
}
</style>
</head>
<body>
<div class="container">
<div>
<h1><!--# echo var="status" default="" --></h1>
</div>
<div class="no-wrap">
<h4>Oops! You're lost.</h4>
<p><!--# echo var="status_text" default="Something goes wrong" --></p>
</div>
</div>
</body>
</html>