Add footer to match Symposion site

This commit is contained in:
Ben Sturmfels 2023-04-20 16:01:39 +10:00
parent 85398c93aa
commit d658d7f1c6
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -9,11 +9,6 @@
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css">
<link href="https://2023.fossy.us/static/build/scss/app.css" rel="stylesheet" type="text/css" />
<style>
a {
color: #137752;
}
</style>
{% if FEED_ALL_ATOM %}
<link href="{{ FEED_DOMAIN }}/{% if FEED_ALL_ATOM_URL %}{{ FEED_ALL_ATOM_URL }}{% else %}{{ FEED_ALL_ATOM }}{% endif %}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} Full Atom Feed" />
{% endif %}
@ -53,7 +48,7 @@
<nav class="navbar navbar-expand-lg navbar-dark" style="background: rgb(19,119,82); background: linear-gradient(124deg, rgba(19,119,82,1) 0%, rgba(19,106,119,1) 100%); margin-bottom: 1rem">
<div class="container">
<h2 class="sans-serif f2 f1-ns b lh-solid tracked-tight mv0 mr3">
<a class="white" href="/" style="text-decoration: none">
<a class="white hover-white" href="/" style="text-decoration: none">
FOSSY 2023
</a>
</h2>
@ -134,6 +129,31 @@
</footer> -->
</section>
<footer class="footer mt-5 d-print-none">
<div class="container py-4">
<div class="row">
<div class="col-md-4 pb-4">
<strong>FOSSY 2023</strong> <br>
July 13-16 2023 <br>
Portland, OR<br>
Timezone: PDT - UTC-7 <br>
<a href="mailto:conference@sfconservancy.org" alt="Email"><i class="far fa-envelope"></i></a>&nbsp;&nbsp;<a
href="https://twitter.com/conservancy" alt="Twitter"><i class="fab fa-twitter"></i></a>&nbsp;&nbsp;<a
href="https://social.sfconservancy.org/conservancy" alt="Mastodon"><i class="fab fa-mastodon"></i></a>
</div>
<div class="col-md-4 pb-4 text-center">
<a href="https://sfconservancy.org"><img src="https://2023.fossy.us/static/build/img/conservancy_logo.svg" alt="Software Freedom Conservancy logo" class="footer-image"></a>
</div>
<div class="col-md-4 pb-4 text-right">
<small>
<a href="#">Back to top</a><br>
&copy; 2023 <a href="https://sfconservancy.org/">Software Freedom Conservancy</a>
</small>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://2023.fossy.us/static/build/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>