adding mission trip promo
This commit is contained in:
parent
012255537e
commit
31f05fc5be
4
TODO.org
4
TODO.org
|
@ -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.
|
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
|
* DONE Make single newline show up
|
||||||
multiline text options do not include a single newline. They showup as a SPACE and a TAB
|
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>
|
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.
|
||||||
|
|
||||||
|
|
|
@ -33,6 +33,7 @@ Fill out now!
|
||||||
> - [teacher reference form](/mt-teacher-form)
|
> - [teacher reference form](/mt-teacher-form)
|
||||||
> - [church reference form](/mt-church-form)
|
> - [church reference form](/mt-church-form)
|
||||||
|
|
||||||
|
{{< pt src="https://videos.tfcconnection.org/videos/embed/c92fc5dd-ebfd-4d13-b486-d08d281868f2" >}}
|
||||||
|
|
||||||
## Our Vision
|
## 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.
|
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.
|
||||||
|
|
|
@ -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."
|
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
|
weight: 30
|
||||||
showTableOfContents: false
|
showTableOfContents: false
|
||||||
layout: "simple"
|
layout: simple
|
||||||
groupByYear: true
|
groupByYear: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -20,6 +20,6 @@ Our desire to see teenagers develop a heart for missions was the main force behi
|
||||||
<!-- {{< /button >}} -->
|
<!-- {{< /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 >}}
|
{{< spacing >}}
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
{{- $vid := .Get "src" -}}
|
{{- $vid := .Get "src" -}}
|
||||||
{{- $abs := .Get "abs" | default true -}}
|
{{- $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>
|
<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>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue