Add contribute page

This commit is contained in:
Brandon Keepers
2017-09-15 17:10:40 -05:00
parent 0e0b050176
commit c347f7d849
7 changed files with 234 additions and 1 deletions

View File

@@ -8,8 +8,14 @@
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
{% seo %}
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.18.1/moment.min.js" charset="utf-8"></script>
<script defer src="/assets/js/office-hours.js" charset="utf-8"></script>
</head>
<body>
<a class="alt-text text-white d-block bg-brand-red text-center text-white p-3 office-hours-nag d-none" href="/contribute/#office-hours">
Join us for office hours
<span class="js-office-hours-start-time" data-format="fromNow"></span>.
</a>
{% include nav.html %}
{{ content }}