update content markdown

This commit is contained in:
2021-02-09 14:46:47 +02:00
parent 049cb0cd15
commit 68f1920775
10 changed files with 73 additions and 57 deletions

View File

@@ -10,25 +10,24 @@
v-for="(section, index) in sections"
:key="index"
>
<img
<g-image
class="w-1/2 mx-auto mb-8 h-32"
:src="section.svg.src"
:alt="section.title"
/>
<h3 class="text-2xl mb-4 font-semibold font-heading">
<span
<!-- <span
class="inline-flex items-center justify-center h-12 w-12 mr-2 border rounded-full"
>{{ index + 1 }}</span
>
> -->
<span>{{ section.title }}</span>
</h3>
<p class="text-gray-600">
{{ section.excerpt }}
</p>
<div class="text-gray-700" v-html="section.content"></div>
</div>
</div>
<div>
<g-link
v-if="main.button"
class="bg-gray-900 learn-button hover:bg-gray-700 text-gray-100 px-5 py-3 mr-3 font-semibold rounded shadow"
:to="main.link"
>{{ main.button }}</g-link