diff --git a/astro/src/components/forms/GoogleForm.astro b/astro/src/components/forms/GoogleForm.astro index 68cc9d70..e5c577b5 100644 --- a/astro/src/components/forms/GoogleForm.astro +++ b/astro/src/components/forms/GoogleForm.astro @@ -5,6 +5,7 @@ interface Props { arrayFields?: Array; class?: string; messageText?: string; + buttonTheme?: string; } const defaultMessage = @@ -15,6 +16,7 @@ const { arrayFields = [], class: classes = null, messageText = defaultMessage, + buttonTheme = "info", } = Astro.props; const messageId = `${id}-message`; --- @@ -29,7 +31,7 @@ const messageId = `${id}-message`;
- +
diff --git a/astro/src/pages/podcasts/index.astro b/astro/src/pages/podcasts/index.astro index d50b0a25..fe7a44aa 100644 --- a/astro/src/pages/podcasts/index.astro +++ b/astro/src/pages/podcasts/index.astro @@ -63,29 +63,32 @@ import ImageHeading from "@components/ImageHeading.astro"; import Layout from "src/layouts/Layout.astro"; import SocialLinks from "@components/SocialLinks.astro"; import StaffList from "@components/StaffList.astro"; -import ThemedSection from "@components/ThemedSection.astro"; import ThemedBox from "@components/ThemedBox.astro"; +import ThemedSection from "@components/ThemedSection.astro"; ---

Podcast Series

+ + +
+

Subscribe to the Accessible Community podcast.

+ +
+
+ +

+ Would you like to share your experiences?
+ Fill out this interest form. +

+
+
+ { shows.map((show, index) => ( - {index === 0 - ? -
-

Subscribe to the Accessible Community podcast.

- { - show.data.links - ? - : "" - } -
-
- : "" }

)) } + + {/* Credits */}

Credits and Thanks

Contributors

diff --git a/astro/src/pages/podcasts/interest-form.astro b/astro/src/pages/podcasts/interest-form.astro new file mode 100644 index 00000000..5e871fb2 --- /dev/null +++ b/astro/src/pages/podcasts/interest-form.astro @@ -0,0 +1,191 @@ +--- +import type { Breadcrumbs, PageMetadata } from "@lib/types"; + +const title = "Podcast Interest Form"; +const metadata: PageMetadata = { + title, + description: "Interest Form for our 'Day in the Life' podcast", +}; + +const crumbs: Breadcrumbs = [ + { + name: "Home", + href: "/", + }, + { + name: "Our Podcast", + href: "/podcasts/", + }, +]; + +import GoogleForm from "@components/forms/GoogleForm.astro"; +import ImageHeading from "@components/ImageHeading.astro"; +import Layout from "src/layouts/Layout.astro"; +import ThemedSection from "@components/ThemedSection.astro"; +--- + + + +

Podcast Interest Form

+
+ + +

Share your experience

+

+ Would you like to share your experiences living with disability with our podcasts? Do you have an accessibility success story you would like to share? + Please complete the sign up form below and we will be in touch. +

+ + +
+

What You Can Expect

+
    +
  • + A supportive and empathetic interview by a knowledgeable professional. +
  • +
  • + A pre-interview meeting to answer any questions you have, ensure you have the accommodations you need, familiarize you with the process, and ensure you are comfortable answering the questions. +
  • +
  • + We schedule interviews for 1 hour 15 minutes but you control the time. We can stop early or run over, based on your comfort level. +
  • +
  • + We understand concerns about AI and privacy. We commit to not using AI on content associated with your name beyond Zoom transcription used during the interviews. +
  • +
+ +

Podcast Interview Form

+
+
+
+
+ {/* Name */} + + + +
+
+ + + +
+
+ + +
+ + {/* Disability or Accessibility success topic */} +
+ + + +
+ + {/* Email */} +
+ + + +

+ We will only use this address to contact you regarding the + interview. + Privacy policy. +

+
+
+ +
+ {/* Accommodations */} +
+ +