Update header and footer links

This commit is contained in:
Oliver Davies 2019-04-09 14:46:58 +01:00
parent cfdd818fa5
commit c08aef7f61
3 changed files with 11 additions and 3 deletions

View file

@ -1 +1,4 @@
title: DrupalCamp Bristol 2019
call_for_papers:
url: https://www.papercall.io/drupalcamp-bristol-2019

View file

@ -9,9 +9,8 @@
<nav role="navigation" aria-labelledby="block-dcb2017-main-menu-menu" id="block-dcb2017-main-menu" class="block block-menu navigation menu--main">
<h2 class="visually-hidden" id="block-dcb2017-main-menu-menu">Main navigation</h2>
<ul class="menu">
<li class="menu-item"><a href="http://2017.drupalcampbristol.co.uk" title="DrupalCamp Bristol 2017">2017</a></li>
<li class="menu-item"><a href="{{ page.twitter_url }}" title="DrupalCamp Bristol on Twitter">Twitter</a></li>
<li class="menu-item"><a href="https://www.youtube.com/channel/UCoHlMzj9iT4xOlpgYOg_rjw" title="View previous videos on YouTube">YouTube</a></li>
<li class="menu-item"><a href="{{ site.call_for_papers.url }}">Submit a session</a></li>
<li class="menu-item"><a href="/sponsor-us">Sponsor us</a></li>
</ul>
</nav>
</div>

View file

@ -1,6 +1,12 @@
<footer role="contentinfo" class="tw-bg-balloon tw-bg-center tw-bg-cover">
<div class="region region-footer">
<div id="block-footerinfo" class="block block-block-content block-block-content1df4705d-991d-45d4-8c83-fa337eec6a69">
<nav class="tw-mt-2 tw-mb-6 tw--ml-8">
<a class="tw-uppercase tw-no-underline hocus:tw-text-green-600 tw-ml-8" href="http://2017.drupalcampbristol.co.uk" title="DrupalCamp Bristol 2017">2017</a>
<a class="tw-uppercase tw-no-underline hocus:tw-text-green-600 tw-ml-8" href="{{ page.twitter_url }}" title="DrupalCamp Bristol on Twitter">Twitter</a>
<a class="tw-uppercase tw-no-underline hocus:tw-text-green-600 tw-ml-8" href="https://www.youtube.com/channel/UCoHlMzj9iT4xOlpgYOg_rjw" title="View previous videos on YouTube">YouTube</a>
</nav>
<div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item">
<p><span>DrupalCamp Bristol is a non-profit event brought to you by a team of volunteers from the<span> </span></span><a href="https://www.drupalbristol.co.uk">Bristol Drupal community</a></p>
</div>