status-pages/drone/index.html

94 lines
3.6 KiB
HTML

<!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>