Port the web to bootstrap5
So it is responsive in phones.
This commit is contained in:
parent
8af2ad3758
commit
6a3da59c75
40 changed files with 1131 additions and 849 deletions
|
@ -1,21 +1,24 @@
|
|||
</div> <!-- container open in index.html -->
|
||||
<footer class="container footer">
|
||||
</div> <!-- container open in index.html -->
|
||||
</main>
|
||||
<footer>
|
||||
<div class="container">
|
||||
<hr />
|
||||
<div class="row">
|
||||
<div class="span6">
|
||||
<div class="col">
|
||||
<p><small>Chief Librarian: Las Zenow <zenow@riseup.net><br />
|
||||
Fork the source code from <a href="https://gitlab.com/trantor">gitlab</a></small>.</p>
|
||||
</div>
|
||||
{{if not .IsOnion}}
|
||||
<div class="span6">
|
||||
<p class="pull-right"><small>This is a mirror of the <a href="https://www.torproject.org/">Tor</a> onion service:<br />
|
||||
<div class="col">
|
||||
<p class="d-flex justify-content-end"><small>This is a mirror of the <a href="https://www.torproject.org/">Tor</a> onion service:<br />
|
||||
<a href="http://kx5thpx2olielkihfyo4jgjqfb7zx7wxr3sd4xzt26ochei4m6f7tayd.onion/">http://kx5thpx2olielkihfyo4jgjqfb7zx7wxr3sd4xzt26ochei4m6f7tayd.onion</a></small></p>
|
||||
</div>
|
||||
{{end}}
|
||||
</div>
|
||||
</div> <!-- container -->
|
||||
</footer>
|
||||
|
||||
<!-- Placed at the end of the document so the pages load faster -->
|
||||
<script src="/js/bootstrap.min.js"></script>
|
||||
<script src="/js/bootstrap.bundle.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Reference in a new issue