diff --git a/public/404.html b/public/404.html index de39911e6cde4eabbb47064d9a90608a8117af66..f2d8f6910da55efd170ffd4a2314bbf1432918f6 100644 --- a/public/404.html +++ b/public/404.html @@ -3,8 +3,8 @@ <head> <title>The page you were looking for doesn't exist (404)</title> <style type="text/css"> - @font-face{font-family:Roboto;src:url(https://s3.amazonaws.com/joindiaspora/fonts/Roboto-Regular.ttf)} - @font-face{font-family:Roboto-BoldCondensed;src:url(https://s3.amazonaws.com/joindiaspora/fonts/Roboto-BoldCondensed.ttf)} + @font-face{font-family:Roboto;src:url("Roboto-Regular.ttf")} + @font-face{font-family:Roboto-BoldCondensed;src:url("Roboto-BoldCondensed.ttf")} body, html { @@ -19,7 +19,7 @@ color: #666; text-align: center; font-family: Roboto, Helvetica, Arial, sans-serif; - background-image: url(https://joindiaspora.s3.amazonaws.com/assets/pattern-4deadcd0b3ee298c791c9055bdef3377.png); + background-image: url("bgpattern.png"); text-shadow: 0 1px 0 #fff; } @@ -79,7 +79,7 @@ </div> <div id="cat-footer" class="transparent"> - <img src="https://s3.amazonaws.com/joindiaspora/peeping-tom.png"> + <img src="peeping-tom.png"> </div> </body> </html> diff --git a/public/Roboto-BoldCondensed.ttf b/public/Roboto-BoldCondensed.ttf new file mode 100644 index 0000000000000000000000000000000000000000..d7ea8833ba369ec975846497e5fa05741295eacf Binary files /dev/null and b/public/Roboto-BoldCondensed.ttf differ diff --git a/public/Roboto-Regular.ttf b/public/Roboto-Regular.ttf new file mode 100644 index 0000000000000000000000000000000000000000..7d9a6c4c32d7e920b549caf531e390733496b6e0 Binary files /dev/null and b/public/Roboto-Regular.ttf differ diff --git a/public/bgpattern.png b/public/bgpattern.png new file mode 100644 index 0000000000000000000000000000000000000000..a2119535685635ad0b18e2cd5d642b5d49c6be6a Binary files /dev/null and b/public/bgpattern.png differ diff --git a/public/peeping-tom.png b/public/peeping-tom.png new file mode 100644 index 0000000000000000000000000000000000000000..e35c0a1f7ed9b6883665d85371e12940871fc2b5 Binary files /dev/null and b/public/peeping-tom.png differ