updating some mt-form parts

This commit is contained in:
Chris Cochrun 2023-01-04 11:17:17 -06:00
parent 1adf014595
commit b487eae367
5 changed files with 17 additions and 149 deletions

View file

@ -1558,10 +1558,6 @@ select {
top: 0px;
}
.right-0 {
right: 0px;
}
.top-20 {
top: 5rem;
}
@ -1570,6 +1566,10 @@ select {
z-index: 30;
}
.z-50 {
z-index: 50;
}
.z-10 {
z-index: 10;
}
@ -1727,10 +1727,6 @@ select {
margin-bottom: 3rem;
}
.mb-5 {
margin-bottom: 1.25rem;
}
.mr-2 {
margin-right: 0.5rem;
}
@ -1771,18 +1767,14 @@ select {
margin-top: 0.5rem;
}
.mb-5 {
margin-bottom: 1.25rem;
}
.\!mb-9 {
margin-bottom: 2.25rem !important;
}
.ml-auto {
margin-left: auto;
}
.mr-auto {
margin-right: auto;
}
.mb-\[2px\] {
margin-bottom: 2px;
}
@ -1855,24 +1847,8 @@ select {
height: 2rem;
}
.h-\[120px\] {
height: 120px;
}
.h-\[100px\] {
height: 100px;
}
.h-\[150px\] {
height: 150px;
}
.h-\[800px\] {
height: 800px;
}
.h-\[1000px\] {
height: 1000px;
.h-\[300px\] {
height: 300px;
}
.max-h-\[5rem\] {
@ -1883,10 +1859,6 @@ select {
min-height: 0px;
}
.min-h-\[148px\] {
min-height: 148px;
}
.w-12 {
width: 3rem;
}
@ -1919,10 +1891,6 @@ select {
min-width: 0px;
}
.min-w-full {
min-width: 100%;
}
.min-w-\[1\.8rem\] {
min-width: 1.8rem;
}
@ -1955,18 +1923,10 @@ select {
max-width: 36rem;
}
.max-w-\[1600px\] {
max-width: 1600px;
}
.max-w-3xl {
max-width: 48rem;
}
.max-w-\[64rem\] {
max-width: 64rem;
}
.flex-1 {
flex: 1 1 0%;
}
@ -2273,10 +2233,6 @@ select {
--tw-gradient-to: rgba(var(--color-secondary-700), 1);
}
.to-neutral {
--tw-gradient-to: rgba(var(--color-neutral), 1);
}
.object-cover {
-o-object-fit: cover;
object-fit: cover;
@ -2377,11 +2333,6 @@ select {
padding-right: 0.5rem;
}
.py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.py-\[1px\] {
padding-top: 1px;
padding-bottom: 1px;
@ -2417,22 +2368,6 @@ select {
padding-left: 1rem;
}
.pl-8 {
padding-left: 2rem;
}
.pr-8 {
padding-right: 2rem;
}
.pt-4 {
padding-top: 1rem;
}
.pb-2 {
padding-bottom: 0.5rem;
}
.pl-2 {
padding-left: 0.5rem;
}
@ -2441,12 +2376,8 @@ select {
padding-bottom: 1rem;
}
.pl-\[24px\] {
padding-left: 24px;
}
.pr-\[24px\] {
padding-right: 24px;
.pt-4 {
padding-top: 1rem;
}
.text-center {
@ -2628,11 +2559,6 @@ select {
color: rgba(var(--color-neutral), var(--tw-text-opacity)) !important;
}
.text-primary-800 {
--tw-text-opacity: 1;
color: rgba(var(--color-primary-800), var(--tw-text-opacity));
}
.\!no-underline {
text-decoration-line: none !important;
}
@ -2663,14 +2589,6 @@ select {
opacity: 0;
}
.opacity-30 {
opacity: 0.3;
}
.opacity-70 {
opacity: 0.7;
}
.mix-blend-normal {
mix-blend-mode: normal;
}
@ -2685,12 +2603,6 @@ select {
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
@ -2709,12 +2621,6 @@ select {
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-2xl {
--tw-backdrop-blur: blur(40px);
-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition-opacity {
transition-property: opacity;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
@ -3395,13 +3301,6 @@ body:has(#menu-controller:checked) {
background-position:center;
}
.thumbnail_card {
height: 250px;
background-repeat:no-repeat;
background-size:cover;
background-position:center;
}
.single_hero_basic {
background-repeat:no-repeat;
background-size:cover;
@ -3432,14 +3331,6 @@ body:has(#menu-controller:checked) {
box-shadow: 5px 5px 20px 1px rgba(0, 0, 0, 0.3);
}
.anchor {
display: block;
position: relative;
top: -100px;
height: 0px;
visibility: hidden;
}
@media (min-width: 640px) {
.thumbnail {
min-width: 100%;
@ -3899,10 +3790,6 @@ body:has(#menu-controller:checked) {
--tw-gradient-to: rgba(var(--color-secondary-800), 1);
}
.dark .dark\:to-neutral-800 {
--tw-gradient-to: rgba(var(--color-neutral-800), 1);
}
.dark .dark\:prose-invert {
--tw-prose-body: var(--tw-prose-invert-body);
--tw-prose-headings: var(--tw-prose-invert-headings);
@ -3975,15 +3862,6 @@ body:has(#menu-controller:checked) {
color: rgba(var(--color-neutral-100), var(--tw-text-opacity));
}
.dark .dark\:text-primary-200 {
--tw-text-opacity: 1;
color: rgba(var(--color-primary-200), var(--tw-text-opacity));
}
.dark .dark\:opacity-60 {
opacity: 0.6;
}
.dark .dark\:mix-blend-multiply {
mix-blend-mode: multiply;
}
@ -4146,10 +4024,6 @@ body:has(#menu-controller:checked) {
height: 18rem;
}
.md\:h-\[200px\] {
height: 200px;
}
.md\:h-56 {
height: 14rem;
}
@ -4341,10 +4215,4 @@ body:has(#menu-controller:checked) {
.xl\:w-1\/4 {
width: 25%;
}
}
@media (min-width: 1536px) {
.\32xl\:w-1\/5 {
width: 20%;
}
}

View file

@ -7,8 +7,8 @@ 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" >}}
Fill out your health form!
{{< button href="/mt-form" target="_self" >}}
Mission Trip Sign Up!
{{< /button >}}

View file

@ -5,7 +5,7 @@ layout: simple
sharingLinks: false
---
Here are the [parent](/mt-parent-form), [teacher](/mt-teacher-form), and [church-related](/mt-church-form) references forms! Please click the appropriate one for them!
Here are the [parent](/mt-parent-form), [teacher](/mt-teacher-form), and [church-related](/mt-church-form) references forms! Please click the appropriate one for them! Here is the [health form](/mt-health-form)! Also, if you need to pay please go [here](https://secure.myvanco.com/L-Z772/campaign/C-13DM3). Thank you!
## Mission Trip Options
This year we have three options for mission trip!

View file

@ -55,7 +55,7 @@
xhr.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) {
if (mtRegistration === 'now')
window.location.href = '/donate/';
window.location.href = 'https://secure.myvanco.com/L-Z772/campaign/C-13DM3';
else
window.location.href = '/thankyou/';
}

View file

@ -21,7 +21,7 @@
if (document.getElementById('health-form-yes').checked)
window.location.href = '/mt-health-form?registration=' + payment;
else
window.location.href = '/thankyou?registration=' + payment;
window.location.href = 'https://secure.myvanco.com/L-Z772/campaign/C-13DM3';
// Need to eventually get the user here: https://secure.myvanco.com/L-Z772/campaign/C-13DM3
}
};