Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rebrand: use new logo on maintenance page #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions bump-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions errors.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
body {
background: #222;
color: white;
}

.error {
font-family: Roboto, -apple-system, system-ui, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif;
height: 100vh;
Expand All @@ -14,7 +19,10 @@

.error .logo img {
max-height: 100px;
min-height: 50px;
border-radius: 5px;
background: white;
padding: 15px 15px 15px 0px;
}

.error .code {
Expand All @@ -30,13 +38,13 @@
}

.error .message {
color: #828282;
color: #B2B2B2;
}

.error p {
line-height: 1.5rem;
}

.error a {
color: black;
color: white;
}
2 changes: 1 addition & 1 deletion maintenance.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<body class="error">
<div class="content">
<p class="logo"><a href="/"><img src="logo-background.png" /></a></p>
<p class="logo"><a href="/"><img src="bump-logo.svg" /></a></p>
<h1>Maintenance mode.</h1>
<p class="message">We are currently working on enhancing Bump infrastructure.
Try again in a few minutes, or
Expand Down