Created
March 18, 2017 19:26
-
-
Save ad-m/5f2629cf86b71fbe594685a53f7583c3 to your computer and use it in GitHub Desktop.
Error page to indicate unavailable sites due maintenance in Citizen Network Watchdog Poland. This is a temporary state.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title></title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <meta charset="utf-8"> | |
| <style type="text/css"> | |
| body { | |
| background: #93172d; | |
| color: white; | |
| font-family: Arial, Helvetica, sans-serif; | |
| padding-bottom: 90px; | |
| } | |
| @media (min-width: 800px) { | |
| .logo { | |
| position: absolute; | |
| right: 50px; | |
| bottom: 110px; | |
| } | |
| } | |
| .content { | |
| width: 250px; | |
| } | |
| .name { | |
| border-bottom: 1px solid white; | |
| padding-bottom: 20px; | |
| width: 200px; | |
| } | |
| .content p { | |
| font-size: 20px; | |
| } | |
| .footer { | |
| padding: 15px; | |
| border-top: 1px solid white; | |
| position: absolute; | |
| bottom: 0; | |
| left: 0; | |
| right: 0; | |
| color: white; | |
| } | |
| .footer a { | |
| color: white; | |
| } | |
| .name { | |
| font-size: 36px; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div class="logo"> | |
| <svg xmlns="http://www.w3.org/2000/svg" width="308.5" height="245.6" viewBox="0 0 308.5 245.6"> | |
| <path fill="#fff" d="M203.5 72l37.8-72H271l37.5 72H275l-19-41-18.6 41h-34zM40.7 167c-.3 3.5 3.6 5 9.2 5 6 0 11-.5 17.3-.5 25.8 0 52.6 3 52.6 33.4 0 29-21 40.2-50 40.2-28.7 0-42.5-2-57-2V221s34 1.6 55 1.6c11 0 16.2-4.4 16.2-16 0-10.6-6.8-11.6-15-11.6-5.4 0-12.3.6-19.6.6-22.2 0-42.7-9-42.7-33.6 0-3 .7-13.2 3.7-18.5-8-7.3-11-18-11-31.7 0-28 9.5-41.2 49.2-41.4h72V90l-13.6 2c2.2 5.4 3 12.5 3 19.8 0 32.4-14.2 41.7-43 41.7H41l-.3 13.6zm126.5-72c17.3 0 19.5 2 19.5 17.2 0 14.4-1.4 18-19.5 18-17.7 0-19.4-3.3-19.4-18 0-14.8 1.7-17.2 19.4-17.2"/> | |
| </svg> | |
| </div> | |
| <div class="content"> | |
| <div class="name"> | |
| sieć<br> | |
| obywatelska<br> | |
| <strong>Watchodog</strong> | |
| </div> | |
| <p>Przerwa techiczna</p> | |
| <p>Zapraszamy ponownie po godzinie 6 w dniu 19 marca 2017 roku.</p> | |
| </div> | |
| <div class="footer"> | |
| Sieć Obywatelska Watchdog Polska | ul. Ursynowska 22/2, Warszawa | |
| | <a href="mailto:[email protected]">[email protected]</a> | <a href="tel:+48228447355">+48 22 844 73 55</a> | |
| </div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment