<div class="card boxed large">
<img src="/img/adult@2x.png" alt="" />
<h3 class="title">Karriereveiledning for voksne</h3>
<div class="body">
<p>På utkikk etter ny jobb? Ønsker du forandring? Vurderer du etterutdanning?</p>
</div>
<a href="http://testlenke.no" class="btn small cta hover-target">Les mer</a>
<a href="#" class="stretched-link"></a>
</div>
<div class="card {{ card_class }}">
{% if img %}
<img src="{{ img }}" alt="" />
{% endif %}
{% include '@header--h3' with title %}
<div class="body">
{{ body|markdown }}
</div>
{% if cta %}
{% include '@button' with cta %}
<a href="#" class="stretched-link"></a>
{% endif %}
</div>
{
"img": "/img/adult@2x.png",
"title": {
"copy": "Karriereveiledning for voksne",
"class": "title"
},
"body": "På utkikk etter ny jobb? Ønsker du forandring? Vurderer du etterutdanning?\n",
"cta": {
"class": "btn small cta hover-target",
"text": "Les mer"
},
"card_class": "boxed large"
}
No notes defined.