Update showcase-container layout

This commit is contained in:
Luke 2022-01-25 03:38:44 +01:00
parent 85e4a902bd
commit bb902e985c

View file

@ -107,20 +107,20 @@ layout: page
</div>
{% endif %}
<div class="showcase-container mt-32">
<div class="showcase-left">
<h2 class="showcase-left-title">
There is More. A Lot More.
</h2>
<p class="showcase-left-desc">
We have plans and ideas for years to come. We will
never be "done" but always evolve and progress. I'm
sure you have cool ideas for us too! Take a look what
we already plan on doing in the longer run.
</p>
<a class="btn-secondary" href="{{ site.backlog_url }}">Explore the bacllog</a>
</div>
<div class="showcase-right" style="max-width: 1050px;">
<img src="{{ site.img_url }}page-specific/next/files.png" alt="">
</div>
<div class="showcase-left" style="max-width: 1050px;">
<img src="{{ site.img_url }}page-specific/next/files.png" alt="">
</div>
<div class="showcase-right">
<h2 class="showcase-right-title">
There is More. A Lot More.
</h2>
<p class="showcase-right-desc">
We have plans and ideas for years to come. We will
never be "done" but always evolve and progress. I'm
sure you have cool ideas for us too! Take a look what
we already plan on doing in the longer run.
</p>
<a class="btn-secondary" href="{{ site.backlog_url }}">Explore the bacllog</a>
</div>
</div>
</section>