diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-02 11:53:48 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-02 11:53:48 -0400 |
| commit | feafe3716c548935d6be8510335e04cd1749411c (patch) | |
| tree | 27d1ebe0c8e1fe85ce63c8e38e4ad6b55a9a0054 /static | |
| parent | 36eb530ed0e1b741fe62b33fa35868fe6d75093b (diff) | |
add placeholder Open Graph image
Diffstat (limited to 'static')
| -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/graphene.png | bin | 0 -> 12324 bytes | |||
| -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 |
8 files changed, 7 insertions, 0 deletions
diff --git a/static/build.html b/static/build.html index ac8cb3c2..0b0cbd66 100644 --- a/static/build.html +++ b/static/build.html @@ -6,6 +6,7 @@ <meta name="description" content="Building instructions for GrapheneOS, a security and privacy focused mobile OS with Android app compatibility."/> <meta name="theme-color" content="#212121"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> + <meta property="og:image" content="https://grapheneos.org/graphene.png"/> <meta property="og:site_name" content="GrapheneOS"/> <link rel="stylesheet" href="/grapheneos.css?0"/> <link rel="manifest" href="/manifest.webmanifest"/> diff --git a/static/contact.html b/static/contact.html index 0acd1582..aee03502 100644 --- a/static/contact.html +++ b/static/contact.html @@ -6,6 +6,7 @@ <meta name="description" content="Contact information for GrapheneOS."/> <meta name="theme-color" content="#212121"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> + <meta property="og:image" content="https://grapheneos.org/graphene.png"/> <meta property="og:site_name" content="GrapheneOS"/> <link rel="stylesheet" href="/grapheneos.css?0"/> <link rel="manifest" href="/manifest.webmanifest"/> diff --git a/static/donate.html b/static/donate.html index 663eb730..1a5aa14e 100644 --- a/static/donate.html +++ b/static/donate.html @@ -6,6 +6,7 @@ <meta name="description" content="Donating to support development of GrapheneOS."/> <meta name="theme-color" content="#212121"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> + <meta property="og:image" content="https://grapheneos.org/graphene.png"/> <meta property="og:site_name" content="GrapheneOS"/> <link rel="stylesheet" href="/grapheneos.css?0"/> <link rel="manifest" href="/manifest.webmanifest"/> diff --git a/static/graphene.png b/static/graphene.png Binary files differnew file mode 100644 index 00000000..e34077ae --- /dev/null +++ b/static/graphene.png diff --git a/static/index.html b/static/index.html index 519bd4e3..39d460f9 100644 --- a/static/index.html +++ b/static/index.html @@ -6,6 +6,7 @@ <meta name="description" content="GrapheneOS is a security and privacy focused mobile OS with Android app compatibility."/> <meta name="theme-color" content="#212121"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> + <meta property="og:image" content="https://grapheneos.org/graphene.png"/> <meta property="og:site_name" content="GrapheneOS"/> <link rel="stylesheet" href="/grapheneos.css?0"/> <link rel="manifest" href="/manifest.webmanifest"/> diff --git a/static/install.html b/static/install.html index ea5a5491..226265b6 100644 --- a/static/install.html +++ b/static/install.html @@ -6,6 +6,7 @@ <meta name="description" content="Installation instructions for GrapheneOS, a security and privacy focused mobile OS with Android app compatibility."/> <meta name="theme-color" content="#212121"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> + <meta property="og:image" content="https://grapheneos.org/graphene.png"/> <meta property="og:site_name" content="GrapheneOS"/> <link rel="stylesheet" href="/grapheneos.css?0"/> <link rel="manifest" href="/manifest.webmanifest"/> diff --git a/static/releases.html b/static/releases.html index c74141b1..fc60d9d9 100644 --- a/static/releases.html +++ b/static/releases.html @@ -6,6 +6,7 @@ <meta name="description" content="Official releases of GrapheneOS, a security and privacy focused mobile OS with Android app compatibility."/> <meta name="theme-color" content="#212121"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> + <meta property="og:image" content="https://grapheneos.org/graphene.png"/> <meta property="og:site_name" content="GrapheneOS"/> <link rel="stylesheet" href="/grapheneos.css?0"/> <link rel="manifest" href="/manifest.webmanifest"/> diff --git a/static/source.html b/static/source.html index deb52930..fab6fe1a 100644 --- a/static/source.html +++ b/static/source.html @@ -6,6 +6,7 @@ <meta name="description" content="Source code and issue trackers for GrapheneOS."/> <meta name="theme-color" content="#212121"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> + <meta property="og:image" content="https://grapheneos.org/graphene.png"/> <meta property="og:site_name" content="GrapheneOS"/> <link rel="stylesheet" href="/grapheneos.css?0"/> <link rel="manifest" href="/manifest.webmanifest"/> |
