|
|
@ -1,9 +1,5 @@ |
|
|
|
{#! |
|
|
|
{# SPDX-License-Identifier: EUPL-1.2 #} |
|
|
|
# Freelancer for Pico v2.0.7 (https://github.com/mayamcdougall/freelancer-pico) |
|
|
|
|
|
|
|
# Ported by Maya McDougall (https://github.com/mayamcdougall) |
|
|
|
|
|
|
|
# Based on upstream Freelancer v7.0.4 by Start Bootstrap (https://startbootstrap.com/theme/freelancer) |
|
|
|
|
|
|
|
# Licensed under MIT (https://github.com/mayamcdougall/freelancer-pico/blob/main/LICENSE) |
|
|
|
|
|
|
|
#} |
|
|
|
|
|
|
|
{% from "includes/markdown_by_paragraph.twig" import markdown_by_paragraph %} |
|
|
|
{% from "includes/markdown_by_paragraph.twig" import markdown_by_paragraph %} |
|
|
|
{% from "includes/actions.twig" import actions %} |
|
|
|
{% from "includes/actions.twig" import actions %} |
|
|
|
{% from "includes/video.twig" import video %} |
|
|
|
{% from "includes/video.twig" import video %} |
|
|
@ -29,10 +25,10 @@ |
|
|
|
<div class="flex flex-col flex-grow justify-center mx-24 py-12"> |
|
|
|
<div class="flex flex-col flex-grow justify-center mx-24 py-12"> |
|
|
|
<div class="hero-card bg-white border-rounded shadow text-center animation slide-right fire"> |
|
|
|
<div class="hero-card bg-white border-rounded shadow text-center animation slide-right fire"> |
|
|
|
<span id="hero-card-icon" class="editable-media" data-width="80" data-height="80" style="max-width:80px; max-height:80px"> |
|
|
|
<span id="hero-card-icon" class="editable-media" data-width="80" data-height="80" style="max-width:80px; max-height:80px"> |
|
|
|
<img class="" src="{{ pages["_meta"].meta.image1|url }}" style="max-width: 80px; max-height: 80px;" alt="{{ pages["_meta"].meta.image1_alt }}"> |
|
|
|
<img class="" src="{{ pages["_meta"].meta.image1.url|url }}" style="max-width: 80px; max-height: 80px;" alt="{{ pages["_meta"].meta.image1.alt }}"> |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
<h3 id="hero-card-title" class="editable hero-card-title color-blue my-16">{{ pages["_meta"].meta.image1_title }}</h3> |
|
|
|
<h3 id="hero-card-title" class="editable hero-card-title color-blue my-16">{{ pages["_meta"].meta.image1.title }}</h3> |
|
|
|
<div id="hero-card-desc" class="editable hero-card-desc mb-0">{{ pages["_meta"].meta.image1_txt }}</div> |
|
|
|
<div id="hero-card-desc" class="editable hero-card-desc mb-0">{{ pages["_meta"].meta.image1.txt }}</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|