use a list for footer links

This commit is contained in:
Daniel Micay
2019-05-16 15:56:21 -04:00
parent ff75dce561
commit 746eed0a6a
9 changed files with 42 additions and 36 deletions

View File

@@ -15,7 +15,7 @@
<meta property="og:image:alt" content="GrapheneOS logo"/>
<meta property="og:url" content="https://grapheneos.org/releases"/>
<meta property="og:site_name" content="GrapheneOS"/>
<link rel="stylesheet" href="/grapheneos.css?6"/>
<link rel="stylesheet" href="/grapheneos.css?7"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/releases"/>
</head>
@@ -346,10 +346,10 @@
</div>
<footer>
<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>
</div>
<ul id="social">
<li><a href="https://twitter.com/GrapheneOS">Twitter</a></li>
<li><a href="https://github.com/GrapheneOS">GitHub</a></li>
</ul>
</footer>
<script src="/releases.js?9"></script>
</body>