Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorNils Vogels <bacardicoke@gmail.com>2013-09-04 03:25:15 +0400
committerJonne Haß <me@mrzyx.de>2013-09-14 22:16:16 +0400
commit27c4b013506cb357a3cb33ccd4347f9045cdc2e1 (patch)
tree5bf10b01cb4443795b52a7a6da556a64710bcc8d /public
parent1dbf9642c8dfd9b284cf3a11e298dc112b4926f4 (diff)
Adding media files from Joindiaspora's S3 storage
Changing 404 message to no longer use Joindiaspora's media on S3
Diffstat (limited to 'public')
-rw-r--r--public/404.html8
-rw-r--r--public/Roboto-BoldCondensed.ttfbin0 -> 161308 bytes
-rw-r--r--public/Roboto-Regular.ttfbin0 -> 158604 bytes
-rw-r--r--public/bgpattern.pngbin0 -> 4064 bytes
-rw-r--r--public/peeping-tom.pngbin0 -> 63911 bytes
5 files changed, 4 insertions, 4 deletions
diff --git a/public/404.html b/public/404.html
index de39911e6..f2d8f6910 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 000000000..d7ea8833b
--- /dev/null
+++ b/public/Roboto-BoldCondensed.ttf
Binary files differ
diff --git a/public/Roboto-Regular.ttf b/public/Roboto-Regular.ttf
new file mode 100644
index 000000000..7d9a6c4c3
--- /dev/null
+++ b/public/Roboto-Regular.ttf
Binary files differ
diff --git a/public/bgpattern.png b/public/bgpattern.png
new file mode 100644
index 000000000..a21195356
--- /dev/null
+++ b/public/bgpattern.png
Binary files differ
diff --git a/public/peeping-tom.png b/public/peeping-tom.png
new file mode 100644
index 000000000..e35c0a1f7
--- /dev/null
+++ b/public/peeping-tom.png
Binary files differ