move community shortcodes

This commit is contained in:
samaradel
2022-08-01 16:01:44 +02:00
parent 5e0a0eba83
commit cbaaf64703
4 changed files with 27 additions and 35 deletions

View File

@@ -0,0 +1,18 @@
{% block content %}
<div class="relative flex flex-col lg:flex-row items-baseline -mx-8 sm:-mx-12 md:-mx-16 lg:-mx-20">
{% set url = page.permalink ~ "careers" %}
<a href="{{url}}" class="section banner">
<div class="center">
<h2 class="h1">
<strong>Join our Team</strong>
</h2>
</div>
{% set background = "background-image: url(" ~ page.permalink ~ "tf_people.jpg)" %}
<div class="back" style="{{background}}"></div>
</a>
</div>
{% endblock content %}