Skip to content
Snippets Groups Projects
Commit ca77844b authored by benjamin melançon's avatar benjamin melançon :tools:
Browse files

Merge branch '85-initatives-homepage' into 'master'

Provide initial styles for Initiatives section of homepage

See merge request !3
parents dc39a63b 85836c46
No related branches found
No related tags found
1 merge request!3Provide initial styles for Initiatives section of homepage
......@@ -154,7 +154,7 @@
{{ page.highlighted }}
{{ page.help }}
<div class="columns is-centered">
<div class="section">
{% block main_content %}
{# Set attributes for content. #}
{% if not page.content_attributes %}
......@@ -213,17 +213,33 @@
{% endblock sidebar_second %}
</div>
{% endblock main %}
{% block content_bottom %}
{# First bottom section #}
{% if page.content_bottom %}
<section class="section related">
<div class="container">
{{ page.content_bottom }}
</div>
</section>
{% endif %}
{% endblock content_bottom %}
{# Second bottom section #}
{% block bottom %}
{# Bottom second colored section #}
{% if page.bottom %}
<section class="hero is-info">
<section class="section related">
<div class="container">
{{ page.bottom }}
<div class="titlebar titlebar-bigborder content">
<div class="titlebar_title">
<h3 class="subtitle is-4 is-mono">Our Initiatives</h3>
</div>
</div>
<div class="columns"
{{ page.bottom }}
</div>
</div>
</section>
{% endif %}
{% endblock bottom %}
{% block footer %}
{% if page.footer %}
<footer role="contentinfo" class="footer">
......
{% extends "@octavia/layout/region--content-bottom.html.twig" %}
{% set attributes = attributes.addClass(['titlebar', 'titlebar-bigborder', 'content']) %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment