mirror of
https://github.com/inventree/inventree-website.git
synced 2025-05-14 13:03:09 +00:00
Add link to team section
This commit is contained in:
parent
5361e9e283
commit
dc159306be
@ -1,9 +1,11 @@
|
|||||||
<section class="cm-gray-2 body-font">
|
<section class="cm-gray-2 body-font">
|
||||||
<div class="section-container">
|
<div class="section-container">
|
||||||
|
<a href="{% link about/team.html %}" alt="Learn more about the team">
|
||||||
<div class="flex flex-col text-center w-full mb-20">
|
<div class="flex flex-col text-center w-full mb-20">
|
||||||
<h1 class="text-2xl font-medium title-font mb-4 cm-gray-1 tracking-widest">OUR TEAM</h1>
|
<h1 class="text-2xl font-medium title-font mb-4 cm-gray-1 tracking-widest">OUR TEAM</h1>
|
||||||
<p class="lg:w-2/3 mx-auto leading-relaxed text-base">{{ include.data.text }}</p>
|
<p class="lg:w-2/3 mx-auto leading-relaxed text-base">{{ include.data.text }}</p>
|
||||||
</div>
|
</div>
|
||||||
|
</a>
|
||||||
<div class="flex flex-wrap -m-4">
|
<div class="flex flex-wrap -m-4">
|
||||||
|
|
||||||
{% for item in include.data.team %}
|
{% for item in include.data.team %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user