diff --git a/public/404.html b/public/404.html index 9a48320a5..653716afa 100644 --- a/public/404.html +++ b/public/404.html @@ -1,26 +1,10 @@ - -
-You may have mistyped the address or the page may have moved.
-Sorry, but the Phoenix is not able to find your page. Try checking the URL for errors.
+ \ No newline at end of file diff --git a/public/422.html b/public/422.html index 83660ab18..42db85126 100644 --- a/public/422.html +++ b/public/422.html @@ -1,26 +1,10 @@ - - -Maybe you tried to change something you didn't have access to.
-Maybe you tried to change something you didn't have access to.
+ \ No newline at end of file diff --git a/public/500.html b/public/500.html index f3648a0db..a07e0040c 100644 --- a/public/500.html +++ b/public/500.html @@ -1,25 +1,10 @@ - - -We're sorry, but something went wrong.
+ \ No newline at end of file diff --git a/public/assets/error/error-1.svg b/public/assets/error/error-1.svg new file mode 100644 index 000000000..da0e1e7f7 --- /dev/null +++ b/public/assets/error/error-1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/error/error-2.svg b/public/assets/error/error-2.svg new file mode 100644 index 000000000..15c6c5d56 --- /dev/null +++ b/public/assets/error/error-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/error/error-3.svg b/public/assets/error/error-3.svg new file mode 100644 index 000000000..32a3639d1 --- /dev/null +++ b/public/assets/error/error-3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/error/error-4.svg b/public/assets/error/error-4.svg new file mode 100644 index 000000000..aec67fef2 --- /dev/null +++ b/public/assets/error/error-4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/error/firasans-regular-webfont.eot b/public/assets/error/firasans-regular-webfont.eot new file mode 100755 index 000000000..e87652e08 Binary files /dev/null and b/public/assets/error/firasans-regular-webfont.eot differ diff --git a/public/assets/error/firasans-regular-webfont.ttf b/public/assets/error/firasans-regular-webfont.ttf new file mode 100755 index 000000000..50511b430 Binary files /dev/null and b/public/assets/error/firasans-regular-webfont.ttf differ diff --git a/public/assets/error/firasans-regular-webfont.woff b/public/assets/error/firasans-regular-webfont.woff new file mode 100755 index 000000000..f9285617c Binary files /dev/null and b/public/assets/error/firasans-regular-webfont.woff differ diff --git a/public/assets/error/style.css b/public/assets/error/style.css new file mode 100644 index 000000000..1149427d4 --- /dev/null +++ b/public/assets/error/style.css @@ -0,0 +1,80 @@ +@font-face { + font-family: 'Fira Sans'; + src: url('firasans-regular-webfont.eot'); + src: url('firasans-regular-webfont.eot?#iefix') format('embedded-opentype'), + url('firasans-regular-webfont.woff') format('woff'), + url('firasans-regular-webfont.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} + +html { + font-family: "Fira Sans"; + height: 100%; + color: #8c959c; + background: #f8f9fa; + text-align: center; +} + +.dark { + background: #444a4f; + color: #919497; +} + +body { + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + height: 100%; + min-height: 600px; + margin: 0; + padding: 40px 10px; + -webkit-box-sizing: border-box; + box-sizing: border-box; + overflow-x: hidden; +} + +h1 { + margin: 0; + color: #444a4f; + max-width: 450px; +} + +.dark h1 { + color: white; +} + +a { + color: #f1d158; + text-decoration: none; +} +a:visited { + color: #ccb250; +} + +ul { + text-align: left; +} + +p { + max-width: 400px; + margin: 0 0 20px; +} + +.error-image { + height: 650px; + width: 100%; + margin: 30px 0; + background-size: contain; + background-position: center; + background-repeat: no-repeat; +} \ No newline at end of file