diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-07 12:46:26 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-07 12:46:26 -0400 |
| commit | 06de5a831b64e584e7f3a663c2ebffacaa1bf31f (patch) | |
| tree | 94d462bbbbb5cd7872c216f9170f759f43c47265 | |
| parent | 1645225d33562ad7148af0762d40cc271cb89698 (diff) | |
add GrapheneOS GitHub organization to footer
| -rw-r--r-- | static/build.html | 1 | ||||
| -rw-r--r-- | static/contact.html | 1 | ||||
| -rw-r--r-- | static/donate.html | 1 | ||||
| -rw-r--r-- | static/index.html | 1 | ||||
| -rw-r--r-- | static/install.html | 1 | ||||
| -rw-r--r-- | static/releases.html | 1 | ||||
| -rw-r--r-- | static/source.html | 1 | ||||
| -rw-r--r-- | static/usage.html | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/static/build.html b/static/build.html index 88819117..9d05090f 100644 --- a/static/build.html +++ b/static/build.html @@ -372,6 +372,7 @@ cd ../..</pre> <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599" alt=""/>GrapheneOS</a> <div id="social"> <a href="https://twitter.com/GrapheneOS">Twitter</a> + <a href="https://github.com/GrapheneOS">GitHub</a> </div> </footer> </body> diff --git a/static/contact.html b/static/contact.html index c9ebfe87..21f6acbe 100644 --- a/static/contact.html +++ b/static/contact.html @@ -57,6 +57,7 @@ <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599" alt=""/>GrapheneOS</a> <div id="social"> <a href="https://twitter.com/GrapheneOS">Twitter</a> + <a href="https://github.com/GrapheneOS">GitHub</a> </div> </footer> <script type="application/ld+json"> diff --git a/static/donate.html b/static/donate.html index bd11b348..dfdf7f64 100644 --- a/static/donate.html +++ b/static/donate.html @@ -48,6 +48,7 @@ <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599" alt=""/>GrapheneOS</a> <div id="social"> <a href="https://twitter.com/GrapheneOS">Twitter</a> + <a href="https://github.com/GrapheneOS">GitHub</a> </div> </footer> </body> diff --git a/static/index.html b/static/index.html index 9417c605..907cc83b 100644 --- a/static/index.html +++ b/static/index.html @@ -110,6 +110,7 @@ <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599" alt=""/>GrapheneOS</a> <div id="social"> <a href="https://twitter.com/GrapheneOS">Twitter</a> + <a href="https://github.com/GrapheneOS">GitHub</a> </div> </footer> </body> diff --git a/static/install.html b/static/install.html index 4473a34b..e715a922 100644 --- a/static/install.html +++ b/static/install.html @@ -116,6 +116,7 @@ TMPDIR="$PWD/tmp" ./flash-all.sh</pre> <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599" alt=""/>GrapheneOS</a> <div id="social"> <a href="https://twitter.com/GrapheneOS">Twitter</a> + <a href="https://github.com/GrapheneOS">GitHub</a> </div> </footer> </body> diff --git a/static/releases.html b/static/releases.html index 551a9f80..4471953f 100644 --- a/static/releases.html +++ b/static/releases.html @@ -246,6 +246,7 @@ <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599" alt=""/>GrapheneOS</a> <div id="social"> <a href="https://twitter.com/GrapheneOS">Twitter</a> + <a href="https://github.com/GrapheneOS">GitHub</a> </div> </footer> <script src="/releases.js?4"></script> diff --git a/static/source.html b/static/source.html index 02b18bf3..dabf9202 100644 --- a/static/source.html +++ b/static/source.html @@ -66,6 +66,7 @@ <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599" alt=""/>GrapheneOS</a> <div id="social"> <a href="https://twitter.com/GrapheneOS">Twitter</a> + <a href="https://github.com/GrapheneOS">GitHub</a> </div> </footer> </body> diff --git a/static/usage.html b/static/usage.html index 1c300b6f..e9201a3f 100644 --- a/static/usage.html +++ b/static/usage.html @@ -38,6 +38,7 @@ <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599" alt=""/>GrapheneOS</a> <div id="social"> <a href="https://twitter.com/GrapheneOS">Twitter</a> + <a href="https://github.com/GrapheneOS">GitHub</a> </div> </footer> </body> |
