Skip to content

Commit

Permalink
Fix dev site url
Browse files Browse the repository at this point in the history
  • Loading branch information
comzeradd committed Sep 4, 2023
1 parent a5bb814 commit 8ec5160
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To run accessibility test:

gulp test

Results are available in `pa11y/report.html` (open in your browser) and `pa11y/report.json` (open with `jq`).
Results are available in `pa11y/report.html` (open in your browser) and `pa11y/report.json` (open with `jq`).
Configuration is in `.pa11y`.

## Deployment
Expand All @@ -72,7 +72,7 @@ These in turn do the following:
### Notes

- This repository does not have its own helm chart. It uses the helm chart [Planet4 static](https://github.com/greenpeace/planet4-helm-static) which has been created to accommodate all static applications.
- New commits to the master branch get deployed at the url: https://dev.landing.p4.greenpeace.org
- New commits to the main branch get deployed at the url: https://www-dev.greenpeace.org
- New tags get deployed at the url: https://www.greenpeace.org/
- If you want to confirm the version deployed you can check `/version.txt` on either of the above urls.

Expand Down
2 changes: 1 addition & 1 deletion maintenance.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</div>
</header>

<section>
<section class="maintenance">
<h1>Maintenance</h1>
<h2 data-l10n-key="title">Temporarily unavailable</h2>
<p data-l10n-key="text">Scheduled maintenance in progress...</p>
Expand Down
11 changes: 7 additions & 4 deletions static/scss/base/_404.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ section {
color: black;
font-family: $roboto;
box-sizing: border-box;
background-color: #f6f4ef;
opacity: 0.9;

h1 {
margin: 0;
Expand Down Expand Up @@ -100,8 +98,6 @@ section {
}

section {
background-color: #f6f4ef;
opacity: 0.9;
padding: 40px 60px;

h1 {
Expand Down Expand Up @@ -131,6 +127,13 @@ section {
section {
position: absolute;
top: 25%;
color: white;

&.maintenance {
color: black;
background-color: #f6f4ef;
opacity: 0.9;
}

h1 {
font-size: 110px;
Expand Down

0 comments on commit 8ec5160

Please sign in to comment.