diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-08 14:45:38 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-08 14:48:54 -0400 |
| commit | f3b13c83577ee1a15c17bbc7fcbfae98cf848212 (patch) | |
| tree | d0ed0ae6b3cf24e081c19fb09dd8c79a641cb5ff | |
| parent | 36a3158244dde591e7488a33d2a59ebe47087509 (diff) | |
replace logo image
| -rw-r--r-- | static/.htaccess | 1 | ||||
| -rw-r--r-- | static/build.html | 2 | ||||
| -rw-r--r-- | static/contact.html | 4 | ||||
| -rw-r--r-- | static/donate.html | 2 | ||||
| -rw-r--r-- | static/graphene.png | bin | 12324 -> 0 bytes | |||
| -rw-r--r-- | static/index.html | 2 | ||||
| -rw-r--r-- | static/install.html | 2 | ||||
| -rw-r--r-- | static/logo.png | bin | 0 -> 7853 bytes | |||
| -rw-r--r-- | static/releases.html | 2 | ||||
| -rw-r--r-- | static/source.html | 2 | ||||
| -rw-r--r-- | static/usage.html | 2 |
11 files changed, 10 insertions, 9 deletions
diff --git a/static/.htaccess b/static/.htaccess index a999b39b..cf99823e 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -39,6 +39,7 @@ Header set Cache-Control "public, max-age=31536000" </FilesMatch> RedirectMatch 301 ^/security.txt$ /.well-known/security.txt +RedirectMatch 301 ^/graphene.png$ /logo.png RewriteEngine on diff --git a/static/build.html b/static/build.html index eee8683e..27bb09e5 100644 --- a/static/build.html +++ b/static/build.html @@ -371,7 +371,7 @@ cd ../..</pre> external/ repositories. There are no modifications to it for GrapheneOS.</p> </div> <footer> - <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599" alt=""/>GrapheneOS</a> + <a href="/"><img src="https://grapheneos.org/logo.png" width="512" height="512" alt=""/>GrapheneOS</a> <div id="social"> <a href="https://twitter.com/GrapheneOS">Twitter</a> <a href="https://github.com/GrapheneOS">GitHub</a> diff --git a/static/contact.html b/static/contact.html index af9bcbf1..0c607701 100644 --- a/static/contact.html +++ b/static/contact.html @@ -56,7 +56,7 @@ </ul> </div> <footer> - <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599" alt=""/>GrapheneOS</a> + <a href="/"><img src="https://grapheneos.org/logo.png" width="512" height="512" alt=""/>GrapheneOS</a> <div id="social"> <a href="https://twitter.com/GrapheneOS">Twitter</a> <a href="https://github.com/GrapheneOS">GitHub</a> @@ -69,7 +69,7 @@ "name": "GrapheneOS", "description": "GrapheneOS is an open source project focused on mobile privacy and security.", "url": "https://grapheneos.org/", - "logo": "https://grapheneos.org/graphene.png", + "logo": "https://grapheneos.org/logo.png", "email": "contact@grapheneos.org", "sameAs": [ "https://twitter.com/GrapheneOS", diff --git a/static/donate.html b/static/donate.html index eda552b8..1e0cda51 100644 --- a/static/donate.html +++ b/static/donate.html @@ -47,7 +47,7 @@ does not allow multiple personal accounts</a>. </div> <footer> - <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599" alt=""/>GrapheneOS</a> + <a href="/"><img src="https://grapheneos.org/logo.png" width="512" height="512" alt=""/>GrapheneOS</a> <div id="social"> <a href="https://twitter.com/GrapheneOS">Twitter</a> <a href="https://github.com/GrapheneOS">GitHub</a> diff --git a/static/graphene.png b/static/graphene.png Binary files differdeleted file mode 100644 index e34077ae..00000000 --- a/static/graphene.png +++ /dev/null diff --git a/static/index.html b/static/index.html index 87fecc8c..3f4eabe3 100644 --- a/static/index.html +++ b/static/index.html @@ -109,7 +109,7 @@ ends up being fairly tied to the hardware.</p> </div> <footer> - <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599" alt=""/>GrapheneOS</a> + <a href="/"><img src="https://grapheneos.org/logo.png" width="512" height="512" alt=""/>GrapheneOS</a> <div id="social"> <a href="https://twitter.com/GrapheneOS">Twitter</a> <a href="https://github.com/GrapheneOS">GitHub</a> diff --git a/static/install.html b/static/install.html index b0679bc6..11c94ceb 100644 --- a/static/install.html +++ b/static/install.html @@ -115,7 +115,7 @@ TMPDIR="$PWD/tmp" ./flash-all.sh</pre> <pre>fastboot erase avb_custom_key</pre> </div> <footer> - <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599" alt=""/>GrapheneOS</a> + <a href="/"><img src="https://grapheneos.org/logo.png" width="512" height="512" alt=""/>GrapheneOS</a> <div id="social"> <a href="https://twitter.com/GrapheneOS">Twitter</a> <a href="https://github.com/GrapheneOS">GitHub</a> diff --git a/static/logo.png b/static/logo.png Binary files differnew file mode 100644 index 00000000..ae10bca9 --- /dev/null +++ b/static/logo.png diff --git a/static/releases.html b/static/releases.html index c2c49b34..e4c98b62 100644 --- a/static/releases.html +++ b/static/releases.html @@ -245,7 +245,7 @@ </div> <footer> - <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599" alt=""/>GrapheneOS</a> + <a href="/"><img src="https://grapheneos.org/logo.png" width="512" height="512" alt=""/>GrapheneOS</a> <div id="social"> <a href="https://twitter.com/GrapheneOS">Twitter</a> <a href="https://github.com/GrapheneOS">GitHub</a> diff --git a/static/source.html b/static/source.html index 9f36b0b2..a3333bc6 100644 --- a/static/source.html +++ b/static/source.html @@ -65,7 +65,7 @@ build system, similar to other prebuilts like Chromium.</p> </div> <footer> - <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599" alt=""/>GrapheneOS</a> + <a href="/"><img src="https://grapheneos.org/logo.png" width="512" height="512" alt=""/>GrapheneOS</a> <div id="social"> <a href="https://twitter.com/GrapheneOS">Twitter</a> <a href="https://github.com/GrapheneOS">GitHub</a> diff --git a/static/usage.html b/static/usage.html index 015dc6a8..c6990f8b 100644 --- a/static/usage.html +++ b/static/usage.html @@ -37,7 +37,7 @@ <p><strong>This page is currently a placeholder and will be filled with lots of content over time.</strong></p> </div> <footer> - <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599" alt=""/>GrapheneOS</a> + <a href="/"><img src="https://grapheneos.org/logo.png" width="512" height="512" alt=""/>GrapheneOS</a> <div id="social"> <a href="https://twitter.com/GrapheneOS">Twitter</a> <a href="https://github.com/GrapheneOS">GitHub</a> |
