improve homepage UI. Add reference to designer in footer

This commit is contained in:
Brandon Egger 2023-04-17 17:40:06 -05:00
parent aeeaa0eb46
commit b36a5aa18a
2 changed files with 16 additions and 8 deletions

View File

@ -101,6 +101,13 @@ const Footer: NextPage = () => {
<p className="text-sm">250 Hawkins Dr</p>
<p className="text-sm">Iowa City, IA 52242</p>
</section>
<section>
<p className="text-sm text-neutral-400 italic">
Site Designed and Built by <a target="_blank" href="https://brandonegger.com" className="hover:underline">
Brandon Egger
</a>
</p>
</section>
</div>
</div>

View File

@ -9,9 +9,9 @@ const TextLink = ({href, children}: {
children: string,
}) => {
return (
<Link href={href} className="text-sm align-items-center hover:bg-neutral-900 hover:text-white border border-neutral-900 rounded-md py-[2px] px-[4px]">
<Link href={href} className="inline-block text-sm align-items-center hover:bg-neutral-900 hover:text-white border border-neutral-900 rounded-md py-[2px] px-[4px]">
{children}
<ArrowUpRightIcon className="inline w-4" />
<ArrowUpRightIcon className="inline-block w-4" />
</Link>
)
}
@ -25,6 +25,7 @@ const Home: NextPage = () => {
<div style={{
backgroundImage: `url("/backdrops/patient-clinic-bg.jpeg")`,
backgroundPosition: `center`,
backgroundRepeat: `no-repeat`,
}} className="grow flex flex-col">
<div style={{
WebkitBackdropFilter: `blur(15px) contrast(50%)`,
@ -44,23 +45,23 @@ const Home: NextPage = () => {
</div>
</div>
<main>
<div className="p-4 sm:p-12 bg-yellow-100 text-white drop-shadow-md border border-b border-neutral-400">
<div className="max-w-5xl flex flex-col-reverse md:flex-row md:divide-y-0 md:divide-x divide-neutral-700 mx-auto">
<section className="min-h-[300px] grid place-items-center p-4 sm:p-12 bg-yellow-100 text-white drop-shadow-md border border-b border-neutral-400">
<div className="max-w-5xl flex justify-center flex-col-reverse md:flex-row md:divide-y-0 md:divide-x divide-neutral-700">
<section className="px-4 text-neutral-800">
<p className="pt-2">You can use the <TextLink href="/resources">Resources</TextLink> tab to scroll through the list of all resources, or the <TextLink href="/resources/search">Search</TextLink> tab to filter resources based on your preferences and skill level. We also have an <TextLink href="/about">About</TextLink> tab to learn more about the creators of this website and a <TextLink href="/contact">Contact Us</TextLink> tab to submit any comments or questions you have about the site and auditory training in general. We hope you find this website helpful in your auditory training journey, and we are here to support you every step of the way.</p>
</section>
<h1 className="grow h-full my-auto pr-auto text-4xl font-bold p-4 text-center text-black">Getting Started</h1>
</div>
</div>
</section>
<div className="p-4 sm:p-12 bg-neutral-900 text-white border-t border-y border-yellow-200">
<div className="max-w-5xl flex flex-col md:flex-row divide-y md:divide-y-0 md:divide-x divide-white mx-auto">
<section className="min-h-[300px] grid place-items-center p-4 sm:p-12 bg-neutral-900 text-white border-t border-y border-yellow-200">
<div className="my-auto max-w-5xl flex flex-col md:flex-row divide-y md:divide-y-0 md:divide-x divide-white mx-auto">
<h1 className="grow h-full my-auto pr-auto text-4xl p-4 font-bold text-center text-yellow-200">Our Purpose</h1>
<section className="px-4 text-neutral-300">
<p className="pt-2">The goal of this site is to provide resources for cochlear implant users to practice listening with their device. While cochlear implants are highly effective in providing access to speech sounds for patients, it can take time and practice for them to adjust to the new signal transmitted through the implant. Auditory training can assist cochlear implant users in practicing listening to environmental sounds, understanding speech sounds in both quiet and noisy environments, and (re)training to enjoy music. We have compiled and categorized all available auditory training resources for cochlear implant users, including smartphone, web-based, and other online resources that can be utilized as clinician-guided or home-based by the cochlear implant patient and their families. Our online index allows both professionals and patients to filter through the resources based on specific characteristics and requested features, making the selection process more efficient.</p>
</section>
</div>
</div>
</section>
<div className="max-w-5xl mx-auto p-12 mb-12">
<h1 className="font-extrabold text-4xl text-center">Want to learn more?</h1>