add getting started to guides_main (#794)

This commit is contained in:
Ali Abdalla 2022-03-09 03:48:35 +02:00 committed by GitHub
parent 8179770210
commit ccaf5e1f04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,6 +122,18 @@
</div>
<div id="guide-list" class="grid grid-cols-1 lg:grid-cols-3 gap-12 pt-12">
<a class="flex lg:col-span-1 flex-col group overflow-hidden relative rounded-xl shadow-sm hover:shadow-alternate transition-shadow" href="/getting_started">
<div class="flex flex-col p-4" style="
height: min-content;">
<h2 class="font-semibold group-hover:underline text-xl">Getting Started
</h2>
<div class="tags-holder">
</div>
</div>
</a>
{% for guide in guides %}
<a class="flex lg:col-span-1 flex-col group overflow-hidden relative rounded-xl shadow-sm hover:shadow-alternate transition-shadow" href="/{{ guide.name }}">
<div class="flex flex-col p-4" style="