adding mission trip promo

This commit is contained in:
Chris Cochrun 2024-01-10 11:56:43 -06:00
parent 012255537e
commit 31f05fc5be
4 changed files with 6 additions and 7 deletions

View file

@ -7,7 +7,7 @@
The multiline text options do not grab the entire entry. I'll need to fix that by ensuring that the entire section is grabbed for every entry.
* DONE Make single newline show up
multiline text options do not include a single newline. They showup as a SPACE and a TAB
* TODO Fix the lisp server to use nextcloud tables
* DONE Fix the lisp server to use nextcloud tables
SCHEDULED: <2023-12-18 Mon 12:00>
** TODO Setup the lisp server on the actual server and test there for a while.
** DONE Setup the lisp server on the actual server and test there for a while.

View file

@ -33,6 +33,7 @@ Fill out now!
> - [teacher reference form](/mt-teacher-form)
> - [church reference form](/mt-church-form)
{{< pt src="https://videos.tfcconnection.org/videos/embed/c92fc5dd-ebfd-4d13-b486-d08d281868f2" >}}
## Our Vision
Our vision is to change the world from the heart of America by providing disciple making opportunities that serve communities where student ministries are limited.

View file

@ -7,7 +7,7 @@ description: "Our desire to see teenagers develop a heart for missions was the m
summary: "Our desire to see teenagers develop a heart for missions was the main force behind the development of mission trip opportunities over 30 years ago."
weight: 30
showTableOfContents: false
layout: "simple"
layout: simple
groupByYear: true
---
@ -20,6 +20,6 @@ Our desire to see teenagers develop a heart for missions was the main force behi
<!-- {{< /button >}} -->
##
{{< pt src="https://videos.tfcconnection.org/videos/embed/24b2a47a-6dd1-413b-ad9b-e9166636a4c8" width="700" height="576" >}}
{{< pt src="https://videos.tfcconnection.org/videos/embed/c92fc5dd-ebfd-4d13-b486-d08d281868f2" >}}
{{< spacing >}}

View file

@ -1,8 +1,6 @@
{{- $vid := .Get "src" -}}
{{- $abs := .Get "abs" | default true -}}
{{- $width := .Get "width" | default "560" -}}
{{- $height := .Get "height" | default "315" -}}
<div style="display: flex;">
<div style="display: flex;" class="w-full">
<iframe class="pt-vid flex-auto aspect-video w-full" sandbox="allow-same-origin allow-scripts allow-popups" src="{{ $vid }}?warningTitle=0" frameborder="0" allowfullscreen></iframe>
</div>