diff --git a/README.md b/README.md index 4692e14..168d172 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,6 @@ This repository has the maintenance site. The html, css and images are copied to a ceph bucket an showned to client if there is some error on NAU applications. -## Before deploy -Because the site don't is a fat html, it has imported css and images, and because those could be on a different location where the index.html is rendered. -So we have to update those location. - -## Update site with absolute URLs -``` -./update-site-url.sh https://shared.static.dev.nau.fccn.pt/maintenance-site/ -``` - ## Update site for environment #### remove existing site @@ -23,7 +14,7 @@ AWS_ACCESS_KEY_ID=XXXXXXXXXXXXXXXXX AWS_SECRET_ACCESS_KEY=YYYYYYYYYYYYYYYYYYYYYY #### put site ``` -AWS_ACCESS_KEY_ID=XXXXXXXXXXXXXXXXX AWS_SECRET_ACCESS_KEY=YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY s3cmd --host 10.0.12.62 --host-bucket nau-dev-shared --no-ssl put target/* "s3://nau-dev-shared/maintenance-site/" --recursive --acl-public --no-mime-magic +AWS_ACCESS_KEY_ID=XXXXXXXXXXXXXXXXX AWS_SECRET_ACCESS_KEY=YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY s3cmd --host 10.0.12.62 --host-bucket nau-dev-shared --no-ssl put site/* "s3://nau-dev-shared/maintenance-site/" --recursive --acl-public --no-mime-magic ``` #### Verify site diff --git a/site/index.html b/site/index.html index 94e1af6..a69b379 100644 --- a/site/index.html +++ b/site/index.html @@ -96,7 +96,7 @@ } .email { - font-size: 0.9rem; + font-size: 1.5rem; color: var(--email-color); } @@ -106,7 +106,7 @@ .email a:hover { color: #ffce35; - text-decoration-color: var(--bg-color-alt); + text-decoration-color: #ffce35; } .social { @@ -117,8 +117,7 @@ .social a { padding: 1rem 0.5rem; color:rgba(255, 255, 255, 0.9); - font-size: 0.8rem; - font-weight: 700; + font-size: 1rem; } .social a:hover {