From c53b23aaf82386f72979279e267afb4c2fd2a3c9 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 27 Oct 2022 05:44:44 -0500 Subject: [PATCH] adding form shortcode --- content/contact.md | 1 - content/mt-form.md | 11 +++++++++++ content/staff/brian.md | 2 +- layouts/shortcodes/mt-form.html | 7 +++++++ 4 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 content/mt-form.md create mode 100644 layouts/shortcodes/mt-form.html diff --git a/content/contact.md b/content/contact.md index bc5cd25..889f30c 100644 --- a/content/contact.md +++ b/content/contact.md @@ -8,7 +8,6 @@ menu: main --- - This is an example of a custom shortcode that you can put right into your content. You will need to add a form action to the the shortcode to make it work. Check out [Formspree](https://formspree.io/) for a simple, free form service. {{< form-contact action="https://example.com" >}} diff --git a/content/mt-form.md b/content/mt-form.md new file mode 100644 index 0000000..045df69 --- /dev/null +++ b/content/mt-form.md @@ -0,0 +1,11 @@ +--- +title: Mission Trip Form +featured_image: '' +omit_header_text: true +description: We'd love to hear from you +type: page +menu: main + +--- + +{{< mt-form >}} diff --git a/content/staff/brian.md b/content/staff/brian.md index 6b5e904..7a73bd7 100644 --- a/content/staff/brian.md +++ b/content/staff/brian.md @@ -3,6 +3,6 @@ title: "Brian" date: 2022-10-25T14:00:50-05:00 tags: ['staff'] featured_image: "img/brain.jpg" -description: "As a teenager Brian..." +description: "Executive Director" --- As a teenager Brian was a part of the Golden Plains Youth For Christ ministry at Northern Valley and he participated in events like Bible quizzing and monthly rallies. During his high school years he was also a part of the first mission trip teams and attended some of the first years of TFC Camp. In 2010 God called Brian back to Phillipsburg to become the Executive Director for the ministry now called Teens For Christ Connection. God is doing some great things within TFC and he continues to lead us forward into the future as we strive to do whatever it takes to help teenagers become fully devoted followers of Jesus. Brian’s wife Julie is the Office Manager for TFC and she does a great job keeping all of the finances in order. Brian and Julie also help lead the Phillipsburg TFC groups and they are the proud parents of Nathan and Natalie. diff --git a/layouts/shortcodes/mt-form.html b/layouts/shortcodes/mt-form.html new file mode 100644 index 0000000..82b6584 --- /dev/null +++ b/layouts/shortcodes/mt-form.html @@ -0,0 +1,7 @@ +