From 42497fb4c5ea126670243bc49535dce34b2b8db9 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 7 Feb 2023 10:15:43 -0600 Subject: [PATCH] hide mission trip form button --- assets/css/compiled/main.css | 107 ++--------------------- content/_index.md | 7 +- content/ministries/mission-trip/index.md | 1 - layouts/shortcodes/spacing.html | 2 +- themes/blowfish | 2 +- 5 files changed, 14 insertions(+), 105 deletions(-) diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 99cadde..564df6c 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -929,21 +929,14 @@ select { color: var(--tw-prose-code); font-weight: 600; font-size: 0.875em; - background-color: rgba(var(--color-neutral-50), 1); - padding-top: 3px; - padding-bottom: 3px; - padding-left: 5px; - padding-right: 5px; } .prose :where(code):not(:where([class~="not-prose"] *))::before { content: "`"; - display: none; } .prose :where(code):not(:where([class~="not-prose"] *))::after { content: "`"; - display: none; } .prose :where(a code):not(:where([class~="not-prose"] *)) { @@ -1211,14 +1204,6 @@ select { border-radius: 0.12rem; } -.prose :where(p):not(:where([class~="not-prose"] *))::before { - display: none; -} - -.prose :where(p):not(:where([class~="not-prose"] *))::after { - display: none; -} - .prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) { margin-top: 0.5714286em; margin-bottom: 0.5714286em; @@ -1970,12 +1955,6 @@ select { max-width: 48rem; } -.max-w-fit { - max-width: -webkit-fit-content; - max-width: -moz-fit-content; - max-width: fit-content; -} - .max-w-\[64rem\] { max-width: 64rem; } @@ -2610,6 +2589,11 @@ select { color: rgb(252 165 165 / var(--tw-text-opacity)); } +.text-\[\#f39\] { + --tw-text-opacity: 1; + color: rgb(255 51 153 / var(--tw-text-opacity)); +} + .text-primary-300 { --tw-text-opacity: 1; color: rgba(var(--color-primary-300), var(--tw-text-opacity)); @@ -2650,75 +2634,6 @@ select { color: rgba(var(--color-primary-800), var(--tw-text-opacity)); } -.text-secondary-500 { - --tw-text-opacity: 1; - color: rgba(var(--color-secondary-500), var(--tw-text-opacity)); -} - -.text-\[\#aaa\] { - --tw-text-opacity: 1; - color: rgb(170 170 170 / var(--tw-text-opacity)); -} - -.text-\[\#f00\] { - --tw-text-opacity: 1; - color: rgb(255 0 0 / var(--tw-text-opacity)); -} - -.text-\[\#f22\] { - --tw-text-opacity: 1; - color: rgb(255 34 34 / var(--tw-text-opacity)); -} - -.text-\[\#d22\] { - --tw-text-opacity: 1; - color: rgb(221 34 34 / var(--tw-text-opacity)); -} - -.text-\[\#b22\] { - --tw-text-opacity: 1; - color: rgb(187 34 34 / var(--tw-text-opacity)); -} - -.text-\[\#baa\] { - --tw-text-opacity: 1; - color: rgb(187 170 170 / var(--tw-text-opacity)); -} - -.text-\[\#b44\] { - --tw-text-opacity: 1; - color: rgb(187 68 68 / var(--tw-text-opacity)); -} - -.text-\[\#f44\] { - --tw-text-opacity: 1; - color: rgb(255 68 68 / var(--tw-text-opacity)); -} - -.text-\[\#f66\] { - --tw-text-opacity: 1; - color: rgb(255 102 102 / var(--tw-text-opacity)); -} - -.text-\[\#f26\] { - --tw-text-opacity: 1; - color: rgb(255 34 102 / var(--tw-text-opacity)); -} - -.text-\[\#f29\] { - --tw-text-opacity: 1; - color: rgb(255 34 153 / var(--tw-text-opacity)); -} - -.text-\[\#f39\] { - --tw-text-opacity: 1; - color: rgb(255 51 153 / var(--tw-text-opacity)); -} - -.underline { - text-decoration-line: underline; -} - .\!no-underline { text-decoration-line: none !important; } @@ -2749,14 +2664,14 @@ select { opacity: 0; } -.opacity-70 { - opacity: 0.7; -} - .opacity-30 { opacity: 0.3; } +.opacity-70 { + opacity: 0.7; +} + .mix-blend-normal { mix-blend-mode: normal; } @@ -4032,10 +3947,6 @@ body:has(#menu-controller:checked) { background-color: rgba(var(--color-secondary-400), 1); } -.dark .dark\:prose-invert :where(code):not(:where([class~="not-prose"] *)) { - background-color: rgba(var(--color-neutral-700), 1); -} - .dark .dark\:text-neutral { --tw-text-opacity: 1; color: rgba(var(--color-neutral), var(--tw-text-opacity)); diff --git a/content/_index.md b/content/_index.md index cc71ebb..748d962 100644 --- a/content/_index.md +++ b/content/_index.md @@ -7,11 +7,10 @@ showHeadingAnchors: false Teens For Christ Connection (TFC) is a rural ministry reaching out to the mission field of teenagers in rural communities across Northwest Kansas and Southwest Nebraska. In rural communities where youth ministry programs and resources are limited, TFC desires to partner with churches to meet this need. Whether this is through providing community youth groups, coaching those already working with youth, or supplying resources and extra curricular activities for area ministries, TFC desires to connect teens with the truth of Jesus Christ and equip them to live out the Great Commission. -{{< button href="/health-form" target="_self" >}} -Health Form! -{{< /button >}} +## Mission Trip Signups Closed! +Signing up for mission trip is now over, however if you still need to fill out a health form or a reference form, you may still fill those out here! -If you are looking for the reference forms here they are: +- [Health Form](/health-form) - [Parent Reference Form](/mt-parent-form) - [Church Related Reference Form](/mt-church-form) - [Teacher Reference Form](/mt-teacher-form) diff --git a/content/ministries/mission-trip/index.md b/content/ministries/mission-trip/index.md index 82a956b..6c95dc0 100644 --- a/content/ministries/mission-trip/index.md +++ b/content/ministries/mission-trip/index.md @@ -12,7 +12,6 @@ weight: 30 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. These trips are designed to pull teens out of their comfort zone as they learn to see the needs of others through the lens of the Word of God. With an emphasis on prayer, personal devotions, and an “I’d be glad to” attitude, teens are challenged to see the world through the eyes of Jesus while serving as his hands and feet. Every year we offer several trips and each one is designed for a different level of spiritual maturity with a specific goal of moving students to the next level in the disciple-making process. -## diff --git a/layouts/shortcodes/spacing.html b/layouts/shortcodes/spacing.html index 1185fde..46888fa 100644 --- a/layouts/shortcodes/spacing.html +++ b/layouts/shortcodes/spacing.html @@ -1,2 +1,2 @@ {{- $height := .Get "height" | default "h-24" -}} -
+
diff --git a/themes/blowfish b/themes/blowfish index e6e8b05..8da083a 160000 --- a/themes/blowfish +++ b/themes/blowfish @@ -1 +1 @@ -Subproject commit e6e8b05e07746fda7a3d50f9ecd73227c0c4123a +Subproject commit 8da083ad241ac17c95aeeab23ccd22a93c4db7b0