Move content to partials
This commit is contained in:
parent
30b702fa00
commit
66148bb245
3 changed files with 38 additions and 36 deletions
14
source/_partials/sidebar.html.twig
Normal file
14
source/_partials/sidebar.html.twig
Normal file
|
@ -0,0 +1,14 @@
|
|||
<div class="col-md-2">
|
||||
<section class="block block--da_member">
|
||||
<h2>Drupal Association</h2>
|
||||
<a href="https://assoc.drupal.org/membership" title="Become a Drupal Association member">
|
||||
<img src="/assets/images/da-individual-member.png" alt="Drupal Association Individual Member">
|
||||
</a>
|
||||
</section>
|
||||
|
||||
<section class="block block--drupalcon_la">
|
||||
<h2>DrupalCon LA</h2>
|
||||
<img src="/assets/images/drupalcon-la-attending.png" alt="">
|
||||
<img src="/assets/images/drupalcon-la-sprinter.png" alt="">
|
||||
</section>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue