add initial footer to all pages
This commit is contained in:
parent
0dbfa516f4
commit
6b7e55a50a
@ -11,7 +11,7 @@
|
|||||||
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
|
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
|
||||||
<meta property="og:url" content="https://grapheneos.org/build"/>
|
<meta property="og:url" content="https://grapheneos.org/build"/>
|
||||||
<meta property="og:site_name" content="GrapheneOS"/>
|
<meta property="og:site_name" content="GrapheneOS"/>
|
||||||
<link rel="stylesheet" href="/grapheneos.css?0"/>
|
<link rel="stylesheet" href="/grapheneos.css?1"/>
|
||||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||||
<link rel="canonical" href="https://grapheneos.org/build"/>
|
<link rel="canonical" href="https://grapheneos.org/build"/>
|
||||||
</head>
|
</head>
|
||||||
@ -357,7 +357,12 @@ cd ../..</pre>
|
|||||||
|
|
||||||
<p>The Auditor app is simply built from the latest upstream tag and bundled as an apk into
|
<p>The Auditor app is simply built from the latest upstream tag and bundled as an apk into
|
||||||
external/ repositories. There are no modifications to it for GrapheneOS.</p>
|
external/ repositories. There are no modifications to it for GrapheneOS.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
<footer>
|
||||||
|
<a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599"/>GrapheneOS</a>
|
||||||
|
<div id="social">
|
||||||
|
<a href="https://twitter.com/GrapheneOS">Twitter</a>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
|
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
|
||||||
<meta property="og:url" content="https://grapheneos.org/contact"/>
|
<meta property="og:url" content="https://grapheneos.org/contact"/>
|
||||||
<meta property="og:site_name" content="GrapheneOS"/>
|
<meta property="og:site_name" content="GrapheneOS"/>
|
||||||
<link rel="stylesheet" href="/grapheneos.css?0"/>
|
<link rel="stylesheet" href="/grapheneos.css?1"/>
|
||||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||||
<link rel="canonical" href="https://grapheneos.org/contact"/>
|
<link rel="canonical" href="https://grapheneos.org/contact"/>
|
||||||
</head>
|
</head>
|
||||||
@ -34,5 +34,11 @@
|
|||||||
address can be used for high priority security issues. My personal email address <a href="mailto:danielmicay@gmail.com">danielmicay@gmail.com</a>
|
address can be used for high priority security issues. My personal email address <a href="mailto:danielmicay@gmail.com">danielmicay@gmail.com</a>
|
||||||
can be used for anything else.</p>
|
can be used for anything else.</p>
|
||||||
</div>
|
</div>
|
||||||
|
<footer>
|
||||||
|
<a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599"/>GrapheneOS</a>
|
||||||
|
<div id="social">
|
||||||
|
<a href="https://twitter.com/GrapheneOS">Twitter</a>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
|
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
|
||||||
<meta property="og:url" content="https://grapheneos.org/donate"/>
|
<meta property="og:url" content="https://grapheneos.org/donate"/>
|
||||||
<meta property="og:site_name" content="GrapheneOS"/>
|
<meta property="og:site_name" content="GrapheneOS"/>
|
||||||
<link rel="stylesheet" href="/grapheneos.css?0"/>
|
<link rel="stylesheet" href="/grapheneos.css?1"/>
|
||||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||||
<link rel="canonical" href="https://grapheneos.org/donate"/>
|
<link rel="canonical" href="https://grapheneos.org/donate"/>
|
||||||
</head>
|
</head>
|
||||||
@ -41,5 +41,11 @@
|
|||||||
<a href="https://www.paypal.com/ms/smarthelp/article/can-i-have-multiple-paypal-accounts-faq762">
|
<a href="https://www.paypal.com/ms/smarthelp/article/can-i-have-multiple-paypal-accounts-faq762">
|
||||||
does not allow multiple personal accounts</a>.
|
does not allow multiple personal accounts</a>.
|
||||||
</div>
|
</div>
|
||||||
|
<footer>
|
||||||
|
<a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599"/>GrapheneOS</a>
|
||||||
|
<div id="social">
|
||||||
|
<a href="https://twitter.com/GrapheneOS">Twitter</a>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -76,6 +76,25 @@ a:hover {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer img {
|
||||||
|
width: 60px;
|
||||||
|
height: auto;
|
||||||
|
display: block;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
margin: auto;
|
||||||
|
padding: 1em;
|
||||||
|
max-width: 800px;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#social {
|
||||||
|
margin-top: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
/* latin */
|
/* latin */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Roboto';
|
font-family: 'Roboto';
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
|
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
|
||||||
<meta property="og:url" content="https://grapheneos.org/"/>
|
<meta property="og:url" content="https://grapheneos.org/"/>
|
||||||
<meta property="og:site_name" content="GrapheneOS"/>
|
<meta property="og:site_name" content="GrapheneOS"/>
|
||||||
<link rel="stylesheet" href="/grapheneos.css?0"/>
|
<link rel="stylesheet" href="/grapheneos.css?1"/>
|
||||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||||
<link rel="canonical" href="https://grapheneos.org/"/>
|
<link rel="canonical" href="https://grapheneos.org/"/>
|
||||||
</head>
|
</head>
|
||||||
@ -103,5 +103,11 @@
|
|||||||
be directly counter to the values of the project. A lot of the low-level work also
|
be directly counter to the values of the project. A lot of the low-level work also
|
||||||
ends up being fairly tied to the hardware.</p>
|
ends up being fairly tied to the hardware.</p>
|
||||||
</div>
|
</div>
|
||||||
|
<footer>
|
||||||
|
<a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599"/>GrapheneOS</a>
|
||||||
|
<div id="social">
|
||||||
|
<a href="https://twitter.com/GrapheneOS">Twitter</a>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
|
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
|
||||||
<meta property="og:url" content="https://grapheneos.org/install"/>
|
<meta property="og:url" content="https://grapheneos.org/install"/>
|
||||||
<meta property="og:site_name" content="GrapheneOS"/>
|
<meta property="og:site_name" content="GrapheneOS"/>
|
||||||
<link rel="stylesheet" href="/grapheneos.css?0"/>
|
<link rel="stylesheet" href="/grapheneos.css?1"/>
|
||||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||||
<link rel="canonical" href="https://grapheneos.org/install"/>
|
<link rel="canonical" href="https://grapheneos.org/install"/>
|
||||||
</head>
|
</head>
|
||||||
@ -109,5 +109,11 @@ TMPDIR="$PWD/tmp" ./flash-all.sh</pre>
|
|||||||
Android Verified Boot key to untrust it:</p>
|
Android Verified Boot key to untrust it:</p>
|
||||||
<pre>fastboot erase avb_custom_key</pre>
|
<pre>fastboot erase avb_custom_key</pre>
|
||||||
</div>
|
</div>
|
||||||
|
<footer>
|
||||||
|
<a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599"/>GrapheneOS</a>
|
||||||
|
<div id="social">
|
||||||
|
<a href="https://twitter.com/GrapheneOS">Twitter</a>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
|
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
|
||||||
<meta property="og:url" content="https://grapheneos.org/releases"/>
|
<meta property="og:url" content="https://grapheneos.org/releases"/>
|
||||||
<meta property="og:site_name" content="GrapheneOS"/>
|
<meta property="og:site_name" content="GrapheneOS"/>
|
||||||
<link rel="stylesheet" href="/grapheneos.css?0"/>
|
<link rel="stylesheet" href="/grapheneos.css?1"/>
|
||||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||||
<link rel="canonical" href="https://grapheneos.org/releases"/>
|
<link rel="canonical" href="https://grapheneos.org/releases"/>
|
||||||
</head>
|
</head>
|
||||||
@ -53,5 +53,11 @@
|
|||||||
<div id="beta"></div>
|
<div id="beta"></div>
|
||||||
<script src="/releases.js?2"></script>
|
<script src="/releases.js?2"></script>
|
||||||
</div>
|
</div>
|
||||||
|
<footer>
|
||||||
|
<a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599"/>GrapheneOS</a>
|
||||||
|
<div id="social">
|
||||||
|
<a href="https://twitter.com/GrapheneOS">Twitter</a>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
|
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
|
||||||
<meta property="og:url" content="https://grapheneos.org/source"/>
|
<meta property="og:url" content="https://grapheneos.org/source"/>
|
||||||
<meta property="og:site_name" content="GrapheneOS"/>
|
<meta property="og:site_name" content="GrapheneOS"/>
|
||||||
<link rel="stylesheet" href="/grapheneos.css?0"/>
|
<link rel="stylesheet" href="/grapheneos.css?1"/>
|
||||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||||
<link rel="canonical" href="https://grapheneos.org/source"/>
|
<link rel="canonical" href="https://grapheneos.org/source"/>
|
||||||
</head>
|
</head>
|
||||||
@ -59,5 +59,11 @@
|
|||||||
is included in the GrapheneOS source tree as a prebuilt since it uses a different
|
is included in the GrapheneOS source tree as a prebuilt since it uses a different
|
||||||
build system, similar to other prebuilts like Chromium.</p>
|
build system, similar to other prebuilts like Chromium.</p>
|
||||||
</div>
|
</div>
|
||||||
|
<footer>
|
||||||
|
<a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599"/>GrapheneOS</a>
|
||||||
|
<div id="social">
|
||||||
|
<a href="https://twitter.com/GrapheneOS">Twitter</a>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user