Skip to content

Commit

Permalink
Merge pull request #445 from ChicagoWorldcon/PLAN-586-maintenance-page
Browse files Browse the repository at this point in the history
PLAN-586 spruce up maintenance page
  • Loading branch information
balen authored Jul 17, 2022
2 parents 4b38299 + 3ed5c1c commit cf143ee
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 13 deletions.
Empty file removed public/favicon.ico
Empty file.
Binary file added public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 27 additions & 13 deletions public/maintenance.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,37 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.6.3/css/all.css"
integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/"
crossorigin="anonymous"
>
<link rel="stylesheet" href="https://cdn.materialdesignicons.com/5.3.45/css/materialdesignicons.min.css">
<script defer src="https://use.fontawesome.com/releases/v5.14.0/js/all.js"></script>
<title>Planorama Maintenance</title>
<style type="text/css">
body {
background-color: white;
color: #2c37a1;
width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

<script src="//cdn.ckeditor.com/4.18.0/standard/ckeditor.js"></script>
.container {
margin: 0 auto;
max-width: 600px;
}

<title>Planorama Maintenance</title>
.logo {
margin-bottom: 2.5rem;
}

.warning-icon {
float: left;
margin-right: 1rem;
}
</style>
</head>
<body>
<div class="container-fluid">
<div class="row">
TODO: we some text in here for maintance and the page need some work UI wise.
</div>
<div class="container">
<img src="./planorama_logo_transparent.png" alt="A green and purple circus tent with the words Planorama: Convention Planning" width="600px" class="logo" />
<h1 class="header">Down for Maintenance</h1>
<img src="./warning_triangle.png" height="34" alt="triangle with exclamation point inside" class="warning-icon"/>
<p class="text">We apologize for any inconvenience. Rest assured, your data is all safe. We'll be done soon; please check back in a few minutes.</p>
</div>
</body>
</html>
Binary file added public/planorama_logo_transparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/warning_triangle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cf143ee

Please sign in to comment.