2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-05-14 04:53:09 +00:00

Add link to team section

This commit is contained in:
Matthias Mair 2023-01-19 23:54:06 +01:00
parent 5361e9e283
commit dc159306be
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A

View File

@ -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 %}