aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/cta.js4
-rw-r--r--components/faq.js16
-rw-r--r--components/footer.js121
-rw-r--r--components/hero.js576
-rw-r--r--components/navbar.js15
-rw-r--r--components/popupWidget.js20
-rw-r--r--components/sectionTitle.js2
-rw-r--r--components/testimonials.js91
-rw-r--r--components/video.js42
-rw-r--r--pages/index.js26
-rw-r--r--public/favicon2.icobin4286 -> 0 bytes
-rw-r--r--public/img/brands/amazon.svg12
-rw-r--r--public/img/brands/american-cancer-society.svg1
-rw-r--r--public/img/brands/american-red-cross.svg2
-rw-r--r--public/img/brands/aspca.svg23
-rw-r--r--public/img/brands/feeding-america.svg136
-rw-r--r--public/img/brands/habitat-for-hummanity.svg276
-rw-r--r--public/img/brands/microsoft.svg4
-rw-r--r--public/img/brands/netflix.svg10
-rw-r--r--public/img/brands/sony.svg11
-rw-r--r--public/img/brands/verizon.svg11
-rw-r--r--public/img/brands/volunteer-match.svg1
-rw-r--r--public/img/logo2.svg4
-rw-r--r--public/img/user1.jpgbin13344 -> 0 bytes
-rw-r--r--public/img/user2.jpgbin13037 -> 0 bytes
-rw-r--r--public/img/user3.jpgbin9666 -> 0 bytes
26 files changed, 978 insertions, 426 deletions
diff --git a/components/cta.js b/components/cta.js
index 19fef53..1991b3c 100644
--- a/components/cta.js
+++ b/components/cta.js
@@ -10,12 +10,12 @@ const Cta = () => {
Ready to try-out Helping Hands?
</h2>
<p className="mt-2 font-medium text-white text-opacity-90 lg:text-xl">
- text here // text here // text here // text here //
+ Join us now to connect, volunteer, and make a difference!
</p>
</div>
<div className="flex-shrink-0 w-full text-center lg:w-auto">
<a
- href="https://github.com/web3templates"
+ href="https://helpinghands.com/signup"
target="_blank"
rel="noopener"
className="inline-block py-3 mx-auto text-lg font-medium text-center text-indigo-600 bg-white rounded-md px-7 lg:px-10 lg:py-5 ">
diff --git a/components/faq.js b/components/faq.js
index 83573bc..7e9fb2f 100644
--- a/components/faq.js
+++ b/components/faq.js
@@ -35,22 +35,22 @@ const Faq = () => {
const faqdata = [
{
- question: "Is this template completely free to use?",
- answer: "Yes, this template is completely free to use.",
+ question: "What is Helping Hands and how does it work?",
+ answer: " Helping Hands is a platform designed to connect volunteers with non-profit organizations. Through our user-friendly interface, volunteers can browse and sign up for various opportunities posted by organizations seeking assistance. Likewise, non-profit organizations can create accounts to post volunteer opportunities and connect with eager volunteers.",
},
{
- question: "Can I use it in a commercial project?",
- answer: "Yes, this you can.",
+ question: "What types of organizations can utilize Helping Hands?",
+ answer: "Helping Hands is open to all types of organizations, including non-profits, community groups, charities, schools, and other mission-driven entities. Whether you're a local organization serving your community or a larger non-profit with a global reach, you can benefit from our platform to connect with volunteers and expand your impact.",
},
{
- question: "What is your refund policy? ",
+ question: "As an individual, how can I get involved with Helping Hands?",
answer:
- "If you're unhappy with your purchase for any reason, email us within 90 days and we'll refund you in full, no questions asked.",
+ "There are several ways for individuals to get involved with Helping Hands. You can sign up as a volunteer on our platform, browse through the available opportunities posted by organizations, and apply to participate in projects that align with your interests and skills. Additionally, you can spread the word about Helping Hands to your friends, family, and social networks to help grow our community and make an even greater impact together.",
},
{
- question: "Do you offer technical support? ",
+ question: "How does Helping Hands ensure safety and credibility for users?",
answer:
- "No, we don't offer technical support for free downloads. Please purchase a support plan to get 6 months of support.",
+ "Ensuring the safety and credibility of organizations is paramount at Helping Hands. We conduct rigorous vetting procedures to verify the legitimacy of non-profit organizations before they can post volunteer opportunities. Additionally, our platform fosters transparency and accountability through volunteer reviews and ratings. If you have any concerns about an organization's credibility, our support team is here to assist you promptly.",
},
];
diff --git a/components/footer.js b/components/footer.js
index ea77b36..c43c69e 100644
--- a/components/footer.js
+++ b/components/footer.js
@@ -4,14 +4,12 @@ import React from "react";
import Container from "./container";
export default function Footer() {
- const navigation = [
- "Product",
- "Features",
- "Pricing",
- "Company",
- "Blog",
+ const navigation = [,
+ "About",
+ "Contact Us",
+ "Careers",
];
- const legal = ["Terms", "Privacy", "Legal"];
+ const myAccount = ["Help Center", "Terms of Service", "Privacy Policy"];
return (
<div className="relative">
<Container>
@@ -31,32 +29,21 @@ export default function Footer() {
</Link>
</div>
- <div className="max-w-md mt-4 text-gray-500 dark:text-gray-400">
- Helping Hands is a free landing page & marketing website
- template for startups and indie projects. Its built with
- Next.js & TailwindCSS. And its completely open-source.
- </div>
-
- <div className="mt-5">
- <a
- href="https://vercel.com/?utm_source=web3templates&utm_campaign=oss"
- target="_blank"
- rel="noopener"
- className="relative block w-44">
- <Image
- src="/img/vercel.svg"
- alt="Powered by Vercel"
- width="212"
- height="44"
- />
- </a>
+ <div className="max-w-md mt-2.5 text-gray-500 dark:text-gray-400">
+ Connect. Volunteer. Make a Difference.
</div>
+ <div className="max-w-md mt-2 text-gray-500 dark:text-gray-400">
+ Join us in our mission to connect volunteers with meaningful opportunities to make a difference. Together, we can create positive change in communities worldwide.
+ </div>
</div>
<div>
<div className="flex flex-wrap w-full -mt-2 -ml-3 lg:ml-0">
+ <div className="w-full px-4 py-2 font-bold uppercase text-indigo-500 dark:text-gray-300 hover:text-indigo-500 focus:bg-indigo-100 focus:outline-none dark:focus:bg-trueGray-700">
+ Company
+ </div>
{navigation.map((item, index) => (
- <Link key={index} href="/" className="w-full px-4 py-2 text-gray-500 rounded-md dark:text-gray-300 hover:text-indigo-500 focus:text-indigo-500 focus:bg-indigo-100 focus:outline-none dark:focus:bg-trueGray-700">
+ <Link key={index} href="/" className="w-full px-4 py-0.5 text-gray-500 rounded-md dark:text-gray-300 hover:text-indigo-500 focus:text-indigo-500 focus:bg-indigo-100 focus:outline-none dark:focus:bg-trueGray-700">
{item}
</Link>
))}
@@ -64,39 +51,43 @@ export default function Footer() {
</div>
<div>
<div className="flex flex-wrap w-full -mt-2 -ml-3 lg:ml-0">
- {legal.map((item, index) => (
- <Link key={index} href="/" className="w-full px-4 py-2 text-gray-500 rounded-md dark:text-gray-300 hover:text-indigo-500 focus:text-indigo-500 focus:bg-indigo-100 focus:outline-none dark:focus:bg-trueGray-700">
+ <div className="w-full px-4 py-2 font-bold uppercase text-indigo-500 rounded-md dark:text-gray-300 hover:text-indigo-500 focus:bg-indigo-100 focus:outline-none dark:focus:bg-trueGray-700">
+ Resources
+ </div>
+ {myAccount.map((item, index) => (
+ <Link key={index} href="/" className="w-full px-4 py-0.5 text-gray-500 rounded-md dark:text-gray-300 hover:text-indigo-500 focus:text-indigo-500 focus:bg-indigo-100 focus:outline-none dark:focus:bg-trueGray-700">
{item}
</Link>
))}
</div>
</div>
- <div className="">
- <div>Follow us</div>
- <div className="flex mt-5 space-x-5 text-gray-400 dark:text-gray-500">
+ <div className="flex flex-wrap w-full -mt-2 -ml-3 lg:ml-0">
+ <div className="w-full px-4 py-2 font-bold uppercase text-indigo-500 rounded-md dark:text-gray-300 hover:text-indigo-500 focus:bg-indigo-100 focus:outline-none dark:focus:bg-trueGray-700">
+ Connect With Us
+ <div className="flex mt-2.5 space-x-2 text-gray-400 dark:text-gray-500">
<a
- href="https://twitter.com/web3templates"
+ href="https://twitter.com/helpinghands"
target="_blank"
rel="noopener">
<span className="sr-only">Twitter</span>
<Twitter />
</a>
<a
- href="https://facebook.com/web3templates"
+ href="https://facebook.com/helpinghands"
target="_blank"
rel="noopener">
<span className="sr-only">Facebook</span>
<Facebook />
</a>
<a
- href="https://instagram.com/web3templates"
+ href="https://instagram.com/helpinghands"
target="_blank"
rel="noopener">
<span className="sr-only">Instagram</span>
<Instagram />
</a>
<a
- href="https://linkedin.com/"
+ href="https://linkedin.com/helpinghands"
target="_blank"
rel="noopener">
<span className="sr-only">Linkedin</span>
@@ -105,30 +96,13 @@ export default function Footer() {
</div>
</div>
</div>
-
- <div className="my-10 text-sm text-center text-gray-600 dark:text-gray-400">
- Copyright © {new Date().getFullYear()}. Made with ♥ by{" "}
- <a
- href="https://web3templates.com/"
- target="_blank"
- rel="noopener">
- Web3Templates.
- </a>{" "}
- Illustrations from{" "}
- <a
- href="https://www.glazestock.com/"
- target="_blank"
- rel="noopener ">
- Glazestock
- </a>
</div>
- </Container>
- {/* Do not remove this */}
- <Backlink />
- </div>
+ <div className="my-10 text-sm text-center text-gray-600 dark:text-gray-400">
+ Copyright Helping Hands© 2024.
+ </div>
+ </Container></div>
);
}
-
const Twitter = ({ size = 24 }) => (
<svg
xmlns="http://www.w3.org/2000/svg"
@@ -170,35 +144,4 @@ const Linkedin = ({ size = 24 }) => (
fill="currentColor">
<path d="M22.23 0H1.77C.8 0 0 .77 0 1.72v20.56C0 23.23.8 24 1.77 24h20.46c.98 0 1.77-.77 1.77-1.72V1.72C24 .77 23.2 0 22.23 0zM7.27 20.1H3.65V9.24h3.62V20.1zM5.47 7.76h-.03c-1.22 0-2-.83-2-1.87 0-1.06.8-1.87 2.05-1.87 1.24 0 2 .8 2.02 1.87 0 1.04-.78 1.87-2.05 1.87zM20.34 20.1h-3.63v-5.8c0-1.45-.52-2.45-1.83-2.45-1 0-1.6.67-1.87 1.32-.1.23-.11.55-.11.88v6.05H9.28s.05-9.82 0-10.84h3.63v1.54a3.6 3.6 0 0 1 3.26-1.8c2.39 0 4.18 1.56 4.18 4.89v6.21z" />
</svg>
-);
-
-const Backlink = () => {
- return (
- <a
- href="https://web3templates.com"
- target="_blank"
- rel="noopener"
- className="absolute flex px-3 py-1 space-x-2 text-sm font-semibold text-gray-900 bg-white border border-gray-300 rounded shadow-sm place-items-center left-5 bottom-5 dark:bg-trueGray-900 dark:border-trueGray-700 dark:text-trueGray-300">
- <svg
- width="20"
- height="20"
- viewBox="0 0 30 30"
- fill="none"
- className="w-4 h-4"
- xmlns="http://www.w3.org/2000/svg">
- <rect
- width="30"
- height="29.5385"
- rx="2.76923"
- fill="#362F78"
- />
- <path
- d="M10.14 21.94H12.24L15.44 12.18L18.64 21.94H20.74L24.88 8H22.64L19.58 18.68L16.36 8.78H14.52L11.32 18.68L8.24 8H6L10.14 21.94Z"
- fill="#F7FAFC"
- />
- </svg>
-
- <span>Web3Templates</span>
- </a>
- );
-};
+); \ No newline at end of file
diff --git a/components/hero.js b/components/hero.js
index c1e6ea3..ec4e363 100644
--- a/components/hero.js
+++ b/components/hero.js
@@ -56,22 +56,21 @@ const Hero = () => {
Used by over <span className="text-indigo-600">100+</span>{" "}
organizations worldwide
</div>
-
<div className="flex flex-wrap justify-center gap-5 mt-10 md:justify-around">
- <div className="pt-2 text-gray-400 dark:text-gray-400">
- <AmazonLogo />
- </div>
<div className="text-gray-400 dark:text-gray-400">
- <VerizonLogo />
+ <HabitatForHumanity />
+ </div>
+ <div className="pt-2 text-gray-400 dark:text-gray-400">
+ <VolunteerMatchLogo />
</div>
<div className="text-gray-400 dark:text-gray-400">
- <MicrosoftLogo />
+ <AmericanCancerSocietyLogo />
</div>
<div className="pt-1 text-gray-400 dark:text-gray-400">
- <NetflixLogo />
+ <ASPCALogo />
</div>
- <div className="pt-2 text-gray-400 dark:text-gray-400">
- <SonyLogo />
+ <div className="text-gray-400 dark:text-gray-400">
+ <AmericanRedCrossLogo />
</div>
</div>
</div>
@@ -79,109 +78,498 @@ const Hero = () => {
</>
);
}
-
-function AmazonLogo() {
+function AmericanCancerSocietyLogo() {
return (
- <svg
- xmlns="http://www.w3.org/2000/svg"
- width="110"
- height="33"
- fill="none"
- viewBox="0 0 110 33">
- <g fill="currentColor" clipPath="url(#clip0)">
- <path
- fillRule="evenodd"
- d="M67.776 25.783c-6.323 4.676-15.521 7.167-23.455 7.167-11.114 0-21.079-4.1-28.667-10.923-.575-.536-.077-1.264.651-.843 8.163 4.752 18.243 7.589 28.668 7.589 7.013 0 14.755-1.457 21.884-4.485 1.073-.421 1.954.729.92 1.495z"
- clipRule="evenodd"></path>
- <path
- fillRule="evenodd"
- d="M70.42 22.756c-.804-1.035-5.365-.499-7.396-.23-.613.076-.728-.46-.153-.844 3.64-2.567 9.581-1.8 10.271-.958.69.843-.192 6.822-3.603 9.658-.536.422-1.034.192-.804-.383.766-1.916 2.49-6.17 1.686-7.243z"
- clipRule="evenodd"></path>
- <path d="M63.139 3.67V1.177c0-.383.268-.613.613-.613h11.115c.345 0 .651.268.651.613v2.108c0 .345-.306.805-.843 1.571l-5.749 8.202c2.146-.038 4.408.268 6.324 1.341.421.23.536.614.575.959v2.644c0 .383-.383.805-.805.575-3.411-1.801-7.972-1.993-11.728.038-.383.192-.805-.191-.805-.575v-2.529c0-.383 0-1.073.422-1.686l6.669-9.543H63.79c-.344 0-.651-.269-.651-.614zm-40.51 15.445h-3.373c-.306-.039-.575-.269-.613-.575V1.217c0-.345.307-.614.652-.614h3.142c.345 0 .575.269.613.575V3.44h.077C23.932 1.255 25.503.22 27.573.22c2.108 0 3.45 1.035 4.369 3.22.805-2.185 2.683-3.22 4.676-3.22 1.418 0 2.95.575 3.909 1.916 1.073 1.457.843 3.565.843 5.443v10.96c0 .346-.306.614-.651.614h-3.335c-.345-.038-.613-.307-.613-.613V9.342c0-.729.077-2.568-.077-3.258-.268-1.15-.996-1.495-1.992-1.495-.805 0-1.687.537-2.032 1.418-.345.882-.306 2.338-.306 3.335v9.198c0 .345-.307.613-.652.613H28.34c-.345-.038-.613-.307-.613-.613V9.342c0-1.917.307-4.791-2.07-4.791-2.414 0-2.337 2.76-2.337 4.79v9.199c-.038.306-.307.575-.69.575zM85.099.22c5.021 0 7.742 4.293 7.742 9.773 0 5.289-2.99 9.505-7.741 9.505-4.906 0-7.589-4.293-7.589-9.658C77.473 4.436 80.194.22 85.1.22zm0 3.564c-2.49 0-2.644 3.411-2.644 5.52 0 2.107-.038 6.63 2.606 6.63 2.606 0 2.76-3.641 2.76-5.864 0-1.457-.077-3.22-.499-4.6-.383-1.226-1.15-1.686-2.222-1.686zm14.22 15.33h-3.373c-.345-.038-.614-.306-.614-.613V1.14a.662.662 0 01.652-.575h3.143c.306 0 .536.23.613.498v2.645h.077c.958-2.376 2.261-3.488 4.599-3.488 1.494 0 2.989.537 3.947 2.031.882 1.38.882 3.718.882 5.404v10.923c-.039.307-.307.537-.652.537h-3.373c-.306-.039-.574-.269-.613-.537V9.15c0-1.916.23-4.676-2.108-4.676-.804 0-1.571.537-1.954 1.38-.46 1.073-.537 2.108-.537 3.296V18.5a.702.702 0 01-.69.614zm-41.622-.038a.693.693 0 01-.805.077c-1.111-.92-1.341-1.38-1.955-2.261-1.84 1.878-3.18 2.453-5.557 2.453-2.836 0-5.059-1.764-5.059-5.251 0-2.76 1.495-4.6 3.603-5.519 1.84-.805 4.407-.958 6.362-1.188v-.422c0-.804.076-1.763-.422-2.452-.421-.614-1.188-.882-1.878-.882-1.303 0-2.453.652-2.72 2.031-.078.307-.27.614-.576.614l-3.257-.345c-.269-.077-.575-.269-.499-.69.767-3.986 4.331-5.174 7.55-5.174 1.648 0 3.795.421 5.098 1.686 1.648 1.533 1.495 3.603 1.495 5.826v5.25c0 1.571.651 2.261 1.264 3.143.23.307.268.69 0 .881-.728.575-1.954 1.648-2.644 2.223zm-3.411-8.24v-.728c-2.453 0-5.02.537-5.02 3.411 0 1.456.766 2.453 2.069 2.453.958 0 1.801-.575 2.338-1.533.651-1.188.613-2.3.613-3.603zm-41.698 8.317c-1.112-.92-1.342-1.38-1.955-2.261-1.84 1.878-3.181 2.453-5.557 2.453-2.836 0-5.06-1.764-5.06-5.251 0-2.76 1.496-4.6 3.603-5.519 1.84-.805 4.408-.958 6.362-1.188v-.422c0-.804.077-1.763-.421-2.452-.422-.614-1.188-.882-1.878-.882-1.303 0-2.453.652-2.721 2.031-.077.307-.268.614-.575.614L1.128 5.93C.86 5.854.553 5.662.63 5.24 1.397 1.255 4.96.067 8.18.067c1.648 0 3.794.421 5.098 1.686 1.647 1.533 1.494 3.603 1.494 5.826v5.25c0 1.571.652 2.261 1.265 3.143.23.307.268.69 0 .881-.728.575-1.955 1.648-2.644 2.223a.693.693 0 01-.805.077zm-2.568-8.317v-.728c-2.453 0-5.02.537-5.02 3.411 0 1.456.766 2.453 2.069 2.453.958 0 1.801-.575 2.338-1.533.651-1.188.613-2.3.613-3.603z"></path>
- </g>
- <defs>
- <clipPath id="clip0">
- <path fill="#fff" d="M0 0H109.272V33H0z"></path>
- </clipPath>
- </defs>
- </svg>
+ <svg
+ xmlns="http://www.w3.org/2000/svg"
+ width="70"
+ height="40"
+ fill="currentColor"
+ viewBox="0 0 1380 777">
+
+ <defs>
+ <style>{".cls-1{fill:currentColor;}.cls-2{fill:currentColor;}"}</style>
+ </defs>
+ <g id="Layer_1-2">
+ <g>
+ <g>
+ <path
+ className="cls-2"
+ d="M330.67,104.28h49.71l59.97,175.6h-42.68l-13.51-43.22h-56.73l-13.51,43.22h-42.14l58.89-175.6Zm42.14,97.26l-17.83-56.73-17.29,56.73h35.12Z"
+ />
+ <path
+ className="cls-2"
+ d="M592.18,182.08c-12.97,0-23.23,9.19-23.23,25.39v72.94h-38.36v-72.94c0-16.21-7.02-25.39-19.45-25.39s-23.23,9.19-23.23,25.39v72.94h-38.36V149.67h38.36v15.13c9.19-12.43,22.69-18.91,36.74-18.91,17.29,0,30.26,7.56,37.28,21.61,9.73-14.05,25.39-21.61,43.77-21.61,27.56,0,44.31,19.45,44.31,53.49v80.51h-38.36v-72.94c0-15.67-7.02-24.85-19.45-24.85Z"
+ />
+ <path
+ className="cls-2"
+ d="M664.58,215.04c0-45.39,32.96-68.62,65.92-68.62s66.46,23.77,66.46,68.62v11.89h-94.55c3.78,15.67,16.21,22.69,29.18,22.69,9.73,0,15.13-2.16,18.91-7.02h44.31c-11.35,28.1-38.36,41.06-63.22,41.06-32.96,0-67-23.23-67-68.62Zm92.39-14.59c-3.24-17.83-15.67-23.77-26.48-23.77-12.97,0-23.77,7.56-27.56,23.77h54.03Z"
+ />
+ <path
+ className="cls-2"
+ d="M812.09,149.67h38.36v15.67c9.73-12.43,23.77-17.83,39.44-17.83v36.74c-28.64-5.94-39.44,7.02-39.44,23.23v72.94h-38.36V149.67Z"
+ />
+ <path
+ className="cls-2"
+ d="M923.93,97.8c12.43,0,21.61,8.65,21.61,21.61s-9.19,21.61-21.61,21.61-21.61-8.65-21.61-21.61,8.65-21.61,21.61-21.61Zm-19.45,51.87h38.36v130.76h-38.36V149.67Z"
+ />
+ <path
+ className="cls-2"
+ d="M957.97,215.04c0-45.39,32.96-68.62,66.46-68.62,28.1,0,56.19,16.21,64.84,50.25h-41.6c-4.86-10.27-13.51-14.59-23.23-14.59-16.21,0-26.48,11.89-26.48,32.96s10.27,32.96,26.48,32.96c10.81,0,18.37-5.4,23.23-17.29h41.6c-8.1,35.66-36.2,52.95-64.84,52.95-33.5,0-66.46-23.23-66.46-68.62Z"
+ />
+ <path
+ className="cls-2"
+ d="M1098.45,215.04c0-45.39,29.72-68.62,59.97-68.62,17.29,0,30.8,5.94,40.52,16.75v-13.51h38.36v130.76h-38.36v-13.51c-9.73,10.81-23.23,16.75-40.52,16.75-30.26,0-59.97-23.23-59.97-68.62Zm70.24,32.96c18.37,0,30.26-11.89,30.26-32.96s-11.89-32.96-30.26-32.96-30.26,11.89-30.26,32.96,11.89,32.96,30.26,32.96Z"
+ />
+ <path
+ className="cls-2"
+ d="M1321.06,182.08c-15.13,0-25.93,9.19-25.93,25.39v72.94h-38.36V149.67h38.36v15.67c9.73-12.43,23.77-18.91,39.44-18.91,28.64,0,46.47,19.45,46.47,53.49v80.51h-38.36v-72.94c.54-16.21-7.56-25.39-21.61-25.39Z"
+ />
+ </g>
+ <g>
+ <path
+ className="cls-2"
+ d="M269.07,408.48c0-55.11,38.9-91.31,87.53-91.31,41.6,0,76.18,25.93,85.37,67.54h-43.22c-7.02-17.83-21.61-29.18-42.68-29.18-28.64,0-45.93,21.61-45.93,52.95s17.29,52.95,45.93,52.95c21.61,0,36.2-12.43,42.68-31.88h42.68c-8.65,43.22-43.22,70.24-85.37,70.24-48.09,.54-86.99-35.66-86.99-91.31Z"
+ />
+ <path
+ className="cls-2"
+ d="M452.78,431.17c0-45.39,29.72-68.62,59.97-68.62,17.29,0,30.8,5.94,40.52,16.75v-13.51h38.36v130.76h-38.36v-13.51c-9.73,10.81-23.23,16.75-40.52,16.75-30.26,.54-59.97-23.23-59.97-68.62Zm70.24,33.5c18.37,0,30.26-11.89,30.26-32.96s-11.89-32.96-30.26-32.96-30.26,11.89-30.26,32.96c-.54,20.53,11.89,32.96,30.26,32.96Z"
+ />
+ <path
+ className="cls-2"
+ d="M675.39,398.21c-15.13,0-25.93,9.19-25.93,25.39v72.94h-38.36v-130.76h38.36v15.67c9.73-12.43,23.77-18.91,39.44-18.91,28.64,0,46.47,19.45,46.47,53.49v80.51h-38.36v-72.94c.54-16.21-8.1-25.39-21.61-25.39Z"
+ />
+ <path
+ className="cls-2"
+ d="M750.49,431.17c0-45.39,32.96-68.62,66.46-68.62,28.1,0,56.19,16.21,64.84,50.25h-41.6c-4.86-10.27-13.51-14.59-23.23-14.59-16.21,0-26.48,11.89-26.48,32.96s10.27,32.96,26.48,32.96c10.81,0,18.37-5.4,23.23-17.29h41.6c-8.1,35.66-36.2,52.95-64.84,52.95-34.04,.54-66.46-23.23-66.46-68.62Z"
+ />
+ <path
+ className="cls-2"
+ d="M890.97,431.17c0-45.39,32.96-68.62,65.92-68.62s66.46,23.77,66.46,68.62v11.89h-94.55c3.78,15.67,16.21,22.69,29.18,22.69,9.73,0,15.13-2.16,18.91-7.02h44.31c-11.35,28.1-38.36,41.06-63.22,41.06-32.42,.54-67-23.23-67-68.62Zm92.93-14.59c-3.24-17.83-15.67-23.77-26.48-23.77-12.97,0-23.77,7.56-27.56,23.77h54.03Z"
+ />
+ <path
+ className="cls-2"
+ d="M1039.02,365.79h38.36v15.67c9.73-12.43,23.77-17.83,39.44-17.83v36.74c-28.64-5.94-39.44,7.02-39.44,23.23v72.94h-38.36v-130.76Z"
+ />
+ </g>
+ <path
+ className="cls-2"
+ d="M436.03,651.07c0-45.39,34.58-68.62,70.24-68.62s70.24,23.77,70.24,68.62-34.58,68.62-70.24,68.62-70.24-23.23-70.24-68.62Zm69.7,32.96c18.37,0,30.26-11.89,30.26-32.96s-11.89-32.96-30.26-32.96-30.26,11.89-30.26,32.96,11.89,32.96,30.26,32.96Z"
+ />
+ <path
+ className="cls-2"
+ d="M586.24,651.07c0-45.39,32.96-68.62,66.46-68.62,28.1,0,56.19,16.21,64.84,50.25h-41.6c-4.86-10.27-13.51-14.59-23.23-14.59-16.21,0-26.48,11.89-26.48,32.96s10.27,32.96,26.48,32.96c10.81,0,18.37-5.4,23.23-17.29h41.6c-8.1,35.66-36.2,52.95-64.84,52.95-33.5,0-66.46-23.23-66.46-68.62Z"
+ />
+ <path
+ className="cls-2"
+ d="M751.57,533.83c12.43,0,21.61,8.65,21.61,21.61s-9.19,21.61-21.61,21.61-21.61-8.65-21.61-21.61,8.64-21.61,21.61-21.61Zm-19.45,51.87h38.36v130.76h-38.36v-130.76Z"
+ />
+ <path
+ className="cls-2"
+ d="M785.07,651.07c0-45.39,32.96-68.62,65.92-68.62s66.46,23.77,66.46,68.62v11.89h-94.55c3.78,15.67,16.21,22.69,29.18,22.69,9.73,0,15.13-2.16,18.91-7.02h44.31c-11.35,28.1-38.36,41.06-63.22,41.06-32.96,0-67-23.23-67-68.62Zm92.93-14.59c-3.24-17.83-15.67-23.77-26.48-23.77-12.97,0-23.77,7.56-27.56,23.77h54.03Z"
+ />
+ <path
+ className="cls-2"
+ d="M1065.49,699.7l-49.71-114.01h41.6l28.1,67,25.93-67h39.44l-72.4,178.3h-39.44l26.48-64.3Z"
+ />
+ <path
+ className="cls-2"
+ d="M378.22,612.17l-31.34-7.02c-15.13-3.78-16.75-10.27-16.75-15.67,0-10.27,9.19-16.75,23.77-16.75,18.37,0,25.39,9.73,28.64,18.37l.54,2.16h41.6l-.54-3.78c-6.48-32.42-32.42-51.87-70.24-51.87s-64.84,23.23-64.84,55.65c0,25.93,15.67,42.68,45.93,49.71l30.8,7.02c15.13,3.24,18.37,9.19,18.37,16.21,0,11.35-9.73,18.37-25.39,18.37-11.35,0-25.93-3.24-30.8-19.99l-.54-2.16h-42.68l.54,3.78c5.94,34.04,34.04,54.03,74.02,54.03s66.46-22.69,66.46-56.19c0-26.48-16.75-44.85-47.55-51.87Z"
+ />
+ <path
+ className="cls-2"
+ d="M988.23,682.41c-4.86,0-7.02-3.24-7.02-8.1v-54.03h27.56v-34.04h-27.56v-46.47l-38.36,14.05v32.42h-19.45v34.04h19.45v54.03c0,24.85,19.99,42.14,45.39,42.14h23.77v-34.04h-23.77Z"
+ />
+ <g>
+ <path
+ className="cls-1"
+ d="M145.88,483.58l-77.8,60.51c-14.05,10.81-16.75,31.34-5.4,45.39v.54l77.8-61.06c14.05-10.81,16.75-30.8,5.4-45.39h0Z"
+ />
+ <path
+ className="cls-1"
+ d="M77.8,593.8c-14.05,11.35-16.75,31.88-5.4,45.93h0c1.08,1.62,2.7,3.24,4.32,4.32,1.08-5.94,4.32-10.81,9.19-15.13l40.52-31.88c14.05-11.35,16.75-31.88,5.4-45.93l-54.03,42.68Z"
+ />
+ <path
+ className="cls-1"
+ d="M202.62,403.61c0-22.69-18.37-41.06-41.06-41.06h-31.34l12.97,16.21-12.97,16.21h30.8c4.32,0,8.65,3.24,8.65,8.1,0,2.7-1.08,4.86-2.7,6.48l-108.6,84.83c-14.05,11.35-16.75,31.88-5.4,45.93h0l134-104.82c9.73-7.02,15.67-18.91,15.67-31.88Z"
+ />
+ <path
+ className="cls-1"
+ d="M16.75,436.03l48.09,37.82,26.48-21.07-55.65-43.22c-1.62-1.62-3.24-3.78-2.7-6.48,0-4.32,3.78-8.1,8.65-8.1h30.8l-12.97-16.21,12.97-16.21h-31.34c-22.69,0-41.06,18.37-41.06,41.06,.54,12.97,7.02,24.85,16.75,32.42Z"
+ />
+ <polygon
+ className="cls-2"
+ points="101.58 0 82.67 32.96 82.67 430.09 101.58 445.22 121.03 430.09 121.03 32.96 101.58 0"
+ />
+ <path
+ className="cls-2"
+ d="M114.01,680.79l6.48-63.76-28.1,22.15c-6.48,4.86-9.19,12.97-8.1,19.99l3.78,22.15c-4.86,3.78-8.1,10.27-8.1,16.75,0,11.89,9.73,21.61,21.61,21.61s21.61-9.73,21.61-21.61c0-7.02-3.78-13.51-9.19-17.29Z"
+ />
+ </g>
+ <path
+ className="cls-2"
+ d="M1183.62,536.19c3.27,1.88,5.83,4.48,7.68,7.78,1.85,3.3,2.77,7.02,2.77,11.14s-.92,7.85-2.77,11.19c-1.85,3.34-4.41,5.95-7.68,7.84-3.27,1.88-6.97,2.83-11.09,2.83s-7.93-.94-11.19-2.83c-3.27-1.88-5.83-4.49-7.68-7.84-1.85-3.34-2.77-7.07-2.77-11.19s.92-7.84,2.77-11.14c1.85-3.3,4.41-5.9,7.68-7.78,3.27-1.88,7-2.83,11.19-2.83s7.82,.94,11.09,2.83Zm1.33,31.61c3.16-3.27,4.74-7.5,4.74-12.69s-1.58-9.42-4.74-12.69c-3.16-3.27-7.3-4.9-12.42-4.9s-9.33,1.64-12.42,4.9c-3.09,3.27-4.64,7.5-4.64,12.69s1.55,9.42,4.64,12.69c3.09,3.27,7.23,4.9,12.42,4.9s9.26-1.63,12.42-4.9Zm-4.16-12.85c-.89,1.17-2.12,2.01-3.68,2.51l5.97,8.85-6.72,.11-5.12-8.53h-1.81v8.53h-5.54v-22.92h10.23c2.42,0,4.35,.64,5.81,1.92,1.46,1.28,2.19,3.02,2.19,5.22,0,1.71-.45,3.14-1.33,4.32Zm-11.35-1.65h4.37c.78,0,1.44-.21,1.97-.64,.53-.43,.8-1.03,.8-1.81s-.27-1.37-.8-1.76c-.53-.39-1.19-.59-1.97-.59h-4.37v4.8Z"
+ />
+ </g>
+ </g>
+ </svg>
);
}
-
-function MicrosoftLogo() {
+function AmericanRedCrossLogo() {
return (
- <svg
- xmlns="http://www.w3.org/2000/svg"
- width="150"
- height="31"
- fill="none"
- viewBox="0 0 150 31">
- <path
- fill="currentColor"
- d="M150 14.514v-2.647h-3.295V7.75l-.11.034-3.095.945-.061.019v3.118h-4.884V10.13c0-.81.181-1.428.538-1.841.355-.408.863-.615 1.51-.615.465 0 .947.11 1.431.325l.122.054V5.265l-.057-.021c-.452-.162-1.068-.244-1.83-.244-.96 0-1.834.209-2.596.622a4.428 4.428 0 00-1.78 1.757c-.419.751-.631 1.618-.631 2.578v1.91h-2.294v2.647h2.294v11.153h3.293V14.514h4.884v7.088c0 2.919 1.38 4.398 4.1 4.398a6.78 6.78 0 001.4-.155c.488-.105.822-.21 1.018-.322l.043-.026v-2.672l-.134.089c-.204.13-.428.227-.662.288a2.514 2.514 0 01-.65.11c-.638 0-1.11-.171-1.402-.51-.296-.34-.446-.938-.446-1.773v-6.515H150zm-24.387 8.799c-1.195 0-2.137-.396-2.801-1.175-.669-.783-1.007-1.9-1.007-3.317 0-1.464.338-2.61 1.007-3.406.664-.791 1.598-1.193 2.775-1.193 1.142 0 2.05.383 2.702 1.14.654.762.986 1.898.986 3.379 0 1.498-.312 2.65-.928 3.42-.612.764-1.531 1.152-2.734 1.152zm.147-11.779c-2.28 0-4.092.667-5.383 1.982-1.291 1.315-1.945 3.136-1.945 5.41 0 2.161.638 3.9 1.898 5.165 1.26 1.267 2.975 1.908 5.096 1.908 2.21 0 3.986-.676 5.277-2.009 1.29-1.332 1.945-3.135 1.945-5.356 0-2.195-.614-3.946-1.825-5.204-1.211-1.258-2.915-1.896-5.063-1.896zm-12.638 0c-1.551 0-2.834.396-3.815 1.177-.986.785-1.486 1.815-1.486 3.062 0 .647.108 1.223.32 1.711.214.49.545.921.985 1.283.436.359 1.11.735 2.001 1.117.75.308 1.31.569 1.665.774.347.201.594.404.733.6.135.193.204.457.204.783 0 .927-.696 1.378-2.128 1.378-.53 0-1.136-.11-1.8-.329a6.76 6.76 0 01-1.844-.932l-.136-.098v3.164l.05.023c.466.215 1.053.396 1.746.538a9.428 9.428 0 001.864.215c1.684 0 3.04-.398 4.028-1.183.996-.79 1.5-1.845 1.5-3.135 0-.93-.271-1.728-.807-2.37-.531-.639-1.454-1.225-2.74-1.743-1.026-.41-1.683-.751-1.954-1.013-.261-.253-.394-.61-.394-1.063 0-.401.164-.723.5-.983.339-.262.81-.395 1.401-.395.55 0 1.11.087 1.669.256.517.15 1.008.378 1.457.674l.134.092v-3.001l-.051-.022c-.378-.162-.875-.3-1.48-.412a9.053 9.053 0 00-1.622-.168zM99.236 23.313c-1.195 0-2.138-.396-2.802-1.175-.668-.783-1.006-1.899-1.006-3.317 0-1.464.338-2.61 1.007-3.406.664-.791 1.597-1.193 2.774-1.193 1.142 0 2.05.383 2.702 1.14.655.762.987 1.898.987 3.379 0 1.498-.313 2.65-.929 3.42-.611.764-1.53 1.152-2.733 1.152zm.147-11.779c-2.281 0-4.093.667-5.384 1.982-1.29 1.315-1.945 3.136-1.945 5.41 0 2.162.64 3.9 1.9 5.165C95.213 25.358 96.927 26 99.048 26c2.21 0 3.986-.676 5.277-2.009 1.29-1.332 1.945-3.135 1.945-5.356 0-2.195-.614-3.946-1.825-5.204-1.212-1.258-2.916-1.896-5.063-1.896l.001-.001zm-12.328 2.723v-2.39h-3.253v13.8h3.253v-7.06c0-1.2.273-2.186.811-2.93.531-.737 1.24-1.11 2.104-1.11.293 0 .622.049.978.144.353.095.608.198.759.306l.136.099v-3.273l-.052-.022c-.303-.129-.732-.194-1.274-.194-.818 0-1.55.263-2.176.779-.55.453-.947 1.075-1.251 1.85h-.035v.001zm-9.079-2.723c-1.492 0-2.823.32-3.955.95a6.4 6.4 0 00-2.61 2.676c-.594 1.143-.896 2.478-.896 3.966 0 1.304.293 2.5.871 3.555a6.114 6.114 0 002.435 2.456c1.035.573 2.231.863 3.556.863 1.546 0 2.866-.309 3.924-.917l.043-.024v-2.974l-.137.1a6.12 6.12 0 01-1.591.826c-.575.2-1.1.302-1.56.302-1.276 0-2.3-.399-3.044-1.185-.746-.786-1.123-1.891-1.123-3.281 0-1.4.394-2.533 1.17-3.369.775-.833 1.802-1.256 3.052-1.256 1.069 0 2.11.361 3.096 1.075l.137.098v-3.133l-.044-.025c-.371-.207-.877-.378-1.505-.508a9.005 9.005 0 00-1.819-.195zm-9.701.333h-3.253v13.8h3.253v-13.8zm-1.593-5.879c-.536 0-1.003.182-1.386.542a1.786 1.786 0 00-.581 1.354c0 .529.193.975.575 1.327.379.351.847.529 1.392.529a2.01 2.01 0 001.398-.528 1.729 1.729 0 00.582-1.328c0-.518-.19-.969-.566-1.339-.375-.37-.851-.557-1.414-.557zm-8.117 4.86v14.819h3.32V6.41H57.29l-5.84 14.302L45.782 6.41H41v19.256h3.12v-14.82h.107l5.985 14.82h2.354l5.892-14.818h.107z"></path>
- <path
- fill="currentColor"
- fillRule="evenodd"
- d="M15 14H0V0h15v14zm17 0H17V0h15v14zM15 31H0V17h15v14zm17 0H17V17h15v14z"
- clipRule="evenodd"></path>
- </svg>
+ <svg
+ xmlns="http://www.w3.org/2000/svg"
+ width="128.7"
+ height="44.661"
+ viewBox="0 0 216.698 74.661"
+ >
+ <defs>
+ <radialGradient
+ id="b"
+ cx="0"
+ cy="0"
+ r="1"
+ fx="-0.004"
+ fy="-0.516"
+ gradientTransform="matrix(13.674 -1.4368 -1.4435 -13.737 51.144 1000.6)"
+ gradientUnits="userSpaceOnUse"
+ >
+ <stop offset="0" stopColor="#fff"></stop>
+ <stop offset="0.059" stopColor="#fff"></stop>
+ <stop offset="0.549" stopColor="#fff"></stop>
+ <stop offset="0.672" stopColor="#f1f1f1"></stop>
+ <stop offset="0.847" stopColor="#e4e4e4"></stop>
+ <stop offset="0.969" stopColor="#cac9ca"></stop>
+ <stop offset="0.999" stopColor="#fff"></stop>
+ <stop offset="1" stopColor="#fff"></stop>
+ </radialGradient>
+ </defs>
+ <g
+ clipPath="url(#p)"
+ opacity="0.8"
+ transform="matrix(1.25 0 0 -1.25 7.288 1287.3) translate(-79.039 -967.29) scale(1.9688)"
+ >
+ <g clipPath="url(#o)">
+ <g clipPath="url(#n)">
+ <path
+ fill="url(#b)"
+ d="M50.98 1013.9c-6.809-.044-12.64-5.201-13.368-12.132-.782-7.441 4.615-14.108 12.055-14.89 7.442-.781 14.111 4.617 14.891 12.057.784 7.442-4.618 14.108-12.06 14.89-.45.047-.896.072-1.34.075h-.178z"
+ ></path>
+ </g>
+ </g>
+ </g>
+ <g
+ fill="currentColor"
+ clipPath="url(#h)"
+ transform="matrix(1.253 0 0 -1.25 7.288 1287.3) translate(-79.039 -967.29) scale(1.9688)"
+ >
+ <g clipPath="url(#g)">
+ <g clipPath="url(#f)">
+ <path d="M48.055 1009.5v-6.068h-6.067v-6.065h6.067v-6.068h6.064v6.068h6.069v6.064l-6.069.001.002 6.068h-6.066z"></path>
+ </g>
+ </g>
+ </g>
+ <path
+ fill="currentColor"
+ d="M75.217 1009.395l-2.98-7.805h2.482l.37 1.168h2.83s.335-1.07.364-1.168h2.484c-.076.2-2.873 7.708-2.909 7.805h-2.64zm28.582-.01v-1.509h2.269v1.51h-2.269zm6.173-1.8c-.977 0-1.775-.345-2.309-.9-.505-.52-.795-1.33-.795-2.182 0-1.852 1.166-3.125 2.97-3.125 1.276 0 2.035.622 2.36.955.252.252.415.533.55.815l-1.64.899c-.118-.376-.395-1.002-1.08-1.002-.484 0-1.059.242-1.059 1.392 0 1.001.426 1.622 1.114 1.622.492 0 .842-.296 1.022-.91.145.08 1.52.858 1.64.927-.112.18-.256.38-.45.574-.86.872-1.967.934-2.323.934zm-14.873-.034c-1.837 0-3.07-1.28-3.07-3.07 0-.812.269-1.556.762-2.102a3.08 3.08 0 012.319-1.012c1.289 0 2.287.62 2.962 1.6-.154.063-1.622.674-1.734.722-.245-.53-.626-.788-1.106-.788-.206 0-.503.05-.741.29-.272.272-.286.56-.298.815l-.004.088h4c-.02.856-.054 1.77-.846 2.551a3.294 3.294 0 01-2.244.906zm21.467-.048c-.865 0-1.526-.17-2.019-.425-.744-.392-.907-.981-.989-1.478.17 0 1.869.05 1.977.053.092.455.31.605.822.605.688 0 .836-.29.848-.727l.003-.06-.057-.016c-.348-.101-.593-.158-1.225-.246-.957-.126-1.589-.208-2.099-.728-.308-.308-.464-.702-.464-1.172 0-.854.523-1.845 1.99-1.845 1.032 0 1.551.361 1.83.553l.133.092v-.522h2.024c-.108.18-.133.322-.133.64v3.19c0 .334 0 .839-.325 1.255-.39.502-1.17.831-2.316.831zm7.72-.04c-1.198 0-1.562-.58-1.759-.858l-.15-.213v.927h-2v-5.729h2.122v3.057c0 .252.01 1.015.858 1.015.85 0 .82-.681.82-.937v-3.135h2.122v3.62c0 .309 0 1.206-.552 1.744-.354.332-.837.51-1.46.51zm-39.068-.016c-1.18 0-1.479-.561-1.66-.853l-.153-.25v.959h-2.022v-5.717h2.122v3.114l.003.037c.01.194.023.436.24.655.162.162.36.255.627.255.337 0 .704-.164.808-.627.023-.114.033-.229.033-.34v-3.09h2.122v3.057c0 .12 0 .372.119.595.144.271.371.41.757.41.872 0 .841-.718.841-1.062v-3h2.12l.002 3.696h-.002c-.01.528-.022 1.125-.518 1.61-.348.35-.91.55-1.536.55-1.36 0-1.739-.72-1.846-.962l-.061-.149-.075.144c-.148.284-.349.612-1.07.838-.339.107-.648.13-.85.13zm-8.69-.008l.907-3.013h-1.839l.931 3.013zm26.504-.002c-.792 0-1.269-.148-1.861-.676l-.128-.114v.704h-2.035v-5.76h2.113v2.702c.01.361.037 1.32 1.445 1.32.13 0 .339-.009.466-.015v1.84zm.767-.122v-5.706h2.269v5.706h-2.269zm-8.644-1.134c.336 0 .727-.199.836-.644a.815.815 0 00.027-.148l.017-.174h-1.84l.024.1c.053.248.194.866.936.866zm22.04-1.892v-.11c0-.2 0-.4-.116-.657-.218-.48-.787-.666-1.12-.666-.469 0-.641.257-.641.456 0 .09.036.373.512.563v.003h.005c.18.06.357.1.53.14l.06.015c.221.062.436.139.644.21l.127.046zm-17.793-4.975c-1.203 0-2.223-.466-2.951-1.317-.644-.753-1.014-1.854-1.014-2.914 0-1.05.34-2.09.958-2.811.713-.833 1.753-1.288 3.007-1.288 1.18 0 2.237.417 2.974 1.144.346.345.59.79.772 1.131l-1.983.96c-.375-1.03-1.114-1.324-1.65-1.324-.592 0-1.045.246-1.345.73-.247.399-.38.953-.38 1.6 0 .303 0 1.226.61 1.81.164.167.527.444 1.102.444 1.052 0 1.486-.88 1.682-1.337l1.95.973c-.15.275-.36.636-.661.946-.774.797-1.867 1.253-3.07 1.253zm-27.165-.278v-7.808h2.318v2.826h.854l1.559-2.826h2.556l-1.873 3.108-.047.076.136.055c.344.138.642.254.926.56.381.387.575.927.575 1.543 0 .788-.342 1.82-1.3 2.23-.504.21-1.276.236-1.893.236h-3.811zm18.077-.01V996.456l-.152.134c-.231.21-.577.525-1.384.525-1.204 0-2.42-.947-2.42-2.895 0-1.858.98-3.134 2.496-3.134.317 0 .59.045.836.139.31.118.413.234.555.397l.134.154v-.547h2.055v7.797h-2.12zm-15.758-1.547h1.094c.383 0 1.281-.004 1.281-.946 0-.961-.923-.952-1.27-.952h-1.105v1.898zm36.892-.287c-1.028.005-1.881-.315-2.467-.898-.547-.543-.836-1.361-.836-2.25 0-.8.265-1.587.745-2.104.556-.6 1.398-.932 2.436-.932 1.024 0 1.878.305 2.466.853.57.53.87 1.337.87 2.217 0 .86-.333 1.777-.87 2.294-.251.237-.983.807-2.344.82zm6.419-.006c-.858 0-1.52-.235-1.968-.66a1.91 1.91 0 01-.551-1.31c0-1.162.99-1.483 1.525-1.638.513-.151.982-.227 1.183-.261.223-.032.64-.088.64-.422 0-.297-.34-.43-.675-.43-.307 0-.613.063-.936.194a2.768 2.768 0 00-.886.599c-.093-.085-1.059-.974-1.173-1.077.473-.382 1.423-1.172 3.019-1.172 1.824 0 2.64 1.034 2.64 2.119 0 .62-.303 1.156-.854 1.453-.27.14-.51.194-1.518.423l-.043.011c-.752.186-.933.225-.933.463 0 .142.073.376.564.376.604 0 1.145-.328 1.527-.567l1.139 1.04c-.275.206-.704.533-1.425.705a5.599 5.599 0 01-1.275.154zm6.004 0c-.86 0-1.521-.235-1.968-.66a1.908 1.908 0 01-.55-1.31c0-1.162.991-1.483 1.523-1.638.513-.151.982-.227 1.183-.261.224-.032.637-.088.637-.422 0-.297-.335-.43-.671-.43a2.46 2.46 0 00-.936.194 2.814 2.814 0 00-.888.599c-.093-.085-1.058-.974-1.172-1.077.473-.382 1.421-1.172 3.017-1.172 1.825 0 2.641 1.034 2.641 2.119 0 .62-.303 1.156-.853 1.453-.269.14-.51.194-1.517.423l-.046.011c-.752.186-.93.225-.93.463 0 .142.074.376.565.376.603 0 1.14-.328 1.525-.567.075.07 1.022.933 1.14 1.04-.276.206-.706.533-1.426.705a5.592 5.592 0 01-1.274.154zm-41.198-.007c-1.836 0-3.07-1.278-3.07-3.07 0-.81.27-1.555.762-2.101a3.081 3.081 0 012.319-1.011c1.289 0 2.288.618 2.962 1.598-.155.064-1.622.674-1.734.722-.245-.53-.625-.788-1.106-.788-.206 0-.501.05-.74.288-.273.274-.287.562-.298.819l-.003.085h3.998c-.02.856-.053 1.772-.846 2.554-.706.686-1.61.904-2.244.904zm25.066-.109c-.791-.005-1.268-.148-1.86-.676l-.128-.115v.702h-2.033v-5.762h2.111v2.709c.011.36.039 1.32 1.446 1.32.13 0 .338-.008.464-.017v1.84zm-25.012-1.26c.338 0 .728-.2.84-.645a.812.812 0 00.023-.147l.019-.173H81.77l.02.1c.055.247.195.864.936.864zm28.653-.142c.305.01.555-.077.745-.26.261-.254.394-.682.394-1.275 0-1.333-.613-1.613-1.126-1.613-.99 0-1.138.996-1.138 1.59 0 .57.146 1.533 1.125 1.559zm-21.973-.1c.299 0 .706-.188.868-.715.077-.23.092-.462.092-.742 0-.298 0-.849-.321-1.182a.913.913 0 00-.629-.276.865.865 0 00-.63.267c-.222.248-.333.634-.333 1.182 0 .26.021.48.067.69v.002l.002.001c.2.717.733.775.892.775z"
+ transform="matrix(1.25 0 0 -1.25 1.288 1287.3) translate(-79.039 -967.29) scale(1.9688)"
+ ></path>
+ </svg>
);
}
-
-function NetflixLogo() {
+function ASPCALogo() {
return (
- <svg
- xmlns="http://www.w3.org/2000/svg"
- width="108"
- height="29"
- fill="none"
- viewBox="0 0 108 29">
- <g>
- <path
- fill="currentColor"
- d="M14.714 27.096c-1.61.283-3.248.367-4.942.593L4.603 12.551V28.34c-1.61.17-3.078.395-4.603.621V.04h4.293l5.874 16.409V.039h4.547v27.057zm8.897-16.465c1.75 0 4.434-.085 6.044-.085v4.519c-2.006 0-4.35 0-6.044.085v6.721c2.655-.17 5.31-.395 7.992-.48v4.35l-12.511.988V.039h12.511v4.52h-7.992v6.072zm24.797-6.072h-4.689v20.786c-1.525 0-3.05 0-4.518.056V4.56h-4.688V.039h13.895v4.52zm7.343 5.761h6.185v4.519H55.75V25.09h-4.435V.04h12.625v4.519h-8.19v5.761zm15.533 10.817c2.57.056 5.168.254 7.682.395v4.463c-4.038-.255-8.077-.509-12.2-.594V.04h4.518v21.097zm11.495 5.168c1.44.085 2.965.17 4.434.34V.04h-4.434v26.265zM107.01.04l-5.733 13.754 5.733 15.166c-1.695-.226-3.389-.537-5.084-.819l-3.248-8.36-3.304 7.683c-1.638-.283-3.22-.368-4.857-.594l5.818-13.246L91.082.04h4.858l2.965 7.597L102.07.04h4.942z"></path>
- </g>
- </svg>
+ <svg
+ xmlns="http://www.w3.org/2000/svg"
+ width="115"
+ height="31"
+ fill="none"
+ viewBox="0 0 115 31">
+ <g
+ fillRule="evenodd"
+ stroke="none"
+ transform="matrix(1.25 0 0 -1.25 -243.599 932.946)">
+ <path
+ fill="currentColor"
+ d="M277.756 745.726h-4.764l-2.948-7.345c-1.284 3.582-5.13 7.976-11.63 7.976-3.785 0-6.827-1.49-8.956-3.714.818-1.422 1.22-3.064 1.22-4.715-.018-2.651-1.04-5.36-2.822-6.913l-.003-.001v-.003a9.162 9.162 0 00-1.166-.861c1.595-4.677 5.953-8.343 11.791-8.343 1.933 0 3.764.432 5.4 1.207l-.379-.944h6.486l1.25 3.423h8.215l1.15-3.423h6.553l-9.397 23.656zm-13.65-14.62c-.385-.831-1.919-3.994-5.692-3.994-3.93 0-6.36 3.453-6.36 7.03 0 3.36 2.27 6.909 6.328 6.909 3.263 0 5.051-2.365 5.723-4.124h5.356l-2.336-5.82h-3.02zm8.79-.818l2.431 8.085h.095l2.433-8.085h-4.959zm-49.015 11.016c1.852 0 2.042-1.503 2.173-2.3H231v3.914a7.295 7.295 0 01-.534.753c-1.536 1.82-4.06 2.686-6.395 2.686-3.964 0-8.278-2.527-8.278-6.968 0-4.444 4.122-6.11 5.786-6.78 3.643-1.534 4.633-1.918 4.633-3.485 0-1.085-.862-2.27-2.299-2.27-.767 0-2.46.48-2.46 3.229h-6.014v-.04l-6.303 15.865h-4.765l-9.492-23.656h6.49l1.245 3.418h8.216l1.151-3.418h6.554l-.538 1.354c1.31-1.066 3.222-1.8 5.98-1.8 3.634 0 5.822 1.284 7.023 3.03v8.039c-.842 1.049-2.195 2.013-4.308 2.962-4.25 1.92-4.889 2.21-4.889 3.614 0 1.118 1.024 1.853 2.078 1.853m-19.603-10.837l2.428 8.09h.097l2.43-8.09h-4.955z">
+ </path>
+ <path
+ fill="currentColor"
+ d="M231.91 745.941h7.758c4.39 0 6.025-.672 7.31-1.731 1.858-1.537 2.791-3.877 2.791-6.282 0-2.404-.998-4.938-2.504-6.222-1.635-1.378-3.238-2.05-6.926-2.05h-2.628v-7.441h-5.802v23.726zm5.801-10.963h2.47c1.152 0 3.782 0 3.782 2.853 0 2.789-2.693 2.789-4.009 2.789h-2.243v-5.642z">
+ </path>
+ </g>
+ </svg>
);
}
-function SonyLogo() {
+function HabitatForHumanity() {
return (
- <svg
- xmlns="http://www.w3.org/2000/svg"
- width="136"
- height="24"
- viewBox="0 0 351 61">
- <g fill="none" fillRule="evenodd" stroke="none" strokeWidth="1">
- <g fill="currentColor" fillRule="nonzero">
- <path d="M345.559 49.001a5.448 5.448 0 00-4.81 2.72 5.538 5.538 0 000 5.559 5.448 5.448 0 004.81 2.719 5.425 5.425 0 003.855-1.618A5.513 5.513 0 00351 54.487c0-1.454-.573-2.85-1.593-3.879a5.42 5.42 0 00-3.848-1.607zm0 10.337a4.774 4.774 0 01-3.4-1.42 4.85 4.85 0 01-1.399-3.43c0-1.282.507-2.51 1.407-3.415a4.768 4.768 0 013.392-1.409c1.269 0 2.485.509 3.383 1.413a4.84 4.84 0 011.4 3.41 4.847 4.847 0 01-1.393 3.427 4.77 4.77 0 01-3.39 1.424z"></path>
- <path d="M348.163 53.183c0-.503-.223-1.032-.67-1.285-.45-.265-.952-.291-1.456-.291h-2.604v5.958h.729v-2.748h1.344l1.706 2.748h.868l-1.805-2.748c1.065-.03 1.888-.462 1.888-1.634zm-2.882 1.06h-1.121v-2.107h1.706c.742 0 1.556.112 1.556 1.034.002 1.213-1.303 1.073-2.14 1.073zm-31.199-29.868l10.93-11.639c.634-.854.95-1.453.95-1.965 0-.854-.738-1.196-3.055-1.196h-2.758V2.227H350v7.348h-3.922c-4.53 0-5.371.682-11.691 8.628l-17.292 18.622V48.19c0 2.907 1.472 3.93 5.686 3.93h6.529v7.09H287.5v-7.09h6.527c4.211 0 5.687-1.023 5.687-3.93V36.825l-20.366-22.468c-3.366-3.928-2.9-4.782-12.271-4.782V2.227h37.811v7.348h-2.692c-2.74 0-3.9.512-3.9 1.536 0 .857.842 1.54 1.369 2.222l10.304 11.199c1.224 1.27 2.718 1.434 4.113-.157zM60.388 2.225h9.12v20.503h-8.423c-.746-4.099-3.318-5.693-5.664-7.844-4.231-3.877-13.395-7.106-21.102-7.106-9.948 0-18.344 3.077-18.344 7.602 0 12.56 56.892 2.565 56.892 26.314C72.867 54.08 60.68 61 38.796 61c-7.577 0-19.041-2.345-25.805-5.927-2.12-1.22-3.02 1.156-3.418 4.134H.22V38.02h8.46c1.865 5.383 4.435 6.491 6.8 8.628 4.101 3.76 13.865 6.496 22.82 6.408 13.5-.133 18.142-3.076 18.142-7.348 0-4.27-4.591-5.297-19.385-7.602l-12.562-2.051C10.321 33.918 0 30.758 0 19.482 0 7.778 13.056.43 33.7.43c8.699 0 15.977 1.16 22.963 5.097 1.934 1.254 3.75 1.404 3.725-3.302zM238.39 36.552l.18-22.787c0-2.99-1.56-4.015-6.016-4.015h-5.236V2.66h33.315v7.09h-4.342c-4.46 0-6.02 1.027-6.02 4.015V59.64l-13.04-.103-42.228-39.878v28.96c0 2.906 1.56 4.015 6.017 4.015h5.797v7.006h-34.6v-7.006h5.733c4.456 0 6.016-1.11 6.016-4.014V13.765c0-2.99-1.56-4.015-6.016-4.015h-5.733V2.66h29.914l36.26 33.892zM126.796 0c-26.551 0-43.172 11.706-43.172 30.498 0 18.456 16.39 30.072 42.362 30.072 27.586 0 43.632-11.446 43.632-31.01C169.62 11.962 152.304 0 126.796 0zm-.604 53.14c-14.697 0-23.145-8.459-23.145-23.068 0-14.266 8.816-22.724 23.88-22.724 14.451 0 22.899 8.63 22.899 23.324 0 14.352-8.572 22.468-23.634 22.468z"></path>
+ <svg xmlns="http://www.w3.org/2000/svg" width="110" height="40" viewBox="0 0 200 70">
+ <defs>
+ <clipPath id="clp5" clipRule="nonzero">
+ <path d="M0 81.647V0h243.64v81.647"></path>
+ </clipPath>
+ <clipPath id="clp4" clipRule="nonzero">
+ <path d="M-77.29-36.553v54.957H86.705v-54.957H-77.29z"></path>
+ </clipPath>
+ </defs>
+ <g transform="translate(-166.019 -427.524)">
+ <g
+ fill="none"
+ stroke="none"
+ className="ps00"
+ transform="matrix(1.21584 0 0 -1.21584 103.326 1321.104)"
+ >
+ <g transform="matrix(1 0 0 -1 131.32 696.927)">
+ <clipPath clipRule="nonzero">
+ <path d="M-77.29-36.553v54.957H86.705v-54.957H-77.29z"></path>
+ </clipPath>
+ <g clipPath="url(#clp4)">
+ <g transform="matrix(.6731 0 0 -.6731 -77.29 18.404)">
+ <path
+ fill="currentColor"
+ fillRule="nonzero"
+ stroke="none"
+ d="M30.406 46.827a4.367 4.367 0 108.713.63 4.368 4.368 0 10-8.713-.63"
+ className="ps01"
+ ></path>
+ <path
+ fill="currentColorcurrentColor"
+ fillRule="nonzero"
+ stroke="none"
+ d="M81.672 46.827a4.369 4.369 0 11-8.715.63 4.369 4.369 0 018.715-.63"
+ className="ps01"
+ ></path>
+ <path
+ fill="currentColor"
+ fillRule="nonzero"
+ stroke="none"
+ d="M96.063 39.977c-.513 1.895-3.128 2.183-5.434 1.583-1.82-.475-8.153-2.232-13.775-1.824-4.04.292-7.989 3.653-10.446 5.953 2.441 2.814 5.59 5.833 6.312 6.679 1.044 1.217 1.217 3.129.348 3.998-.868.868-2.433.344-3.998-.698-1.561-1.042-7.471-6.992-13.108-6.992-5.635 0-11.738 5.95-13.303 6.992-1.564 1.042-3.825.869-4.694 0-.868-.869.002-2.083 1.046-3.3.739-.864 4.006-3.995 6.466-6.859-2.468-2.291-6.318-5.489-10.253-5.773-5.622-.408-11.956 1.349-13.775 1.824-2.306.6-4.921.312-5.435-1.583-.322-1.184.683-2.488 2.033-3.369 1.343-.876 8.308-2.23 10.267-5.226 1.958-2.994 2.257-26.162 4.082-26.939 1.33-.568 3.65-.568 4.91.074 1.768.896 4.75 26.173 6.255 29.42.833 1.792 2.929 4.472 4.799 6.731 1.611-7.55 3.373-35.673 5.071-36.26 1.284-.444 3.84-.444 4.867 0 1.675.724 3.508 29.588 5.145 36.591 1.935-2.323 4.2-5.181 5.074-7.062 1.505-3.247 4.486-28.524 6.253-29.42 1.262-.642 3.58-.642 4.912-.074 1.822.777 2.121 23.945 4.081 26.939 1.96 2.996 8.924 4.35 10.267 5.226 1.35.881 2.354 2.185 2.033 3.369"
+ className="ps01"
+ ></path>
+ <g
+ fill="currentColor"
+ fillRule="nonzero"
+ stroke="none"
+ className="ps01"
+ >
+ <clipPath clipRule="nonzero">
+ <path d="M0 81.647V0h243.64v81.647"></path>
+ </clipPath>
+ <g clipPath="url(#clp5)">
+ <path
+ fill="currentColor"
+ fillRule="nonzero"
+ stroke="none"
+ d="M51.67 56.097a4.367 4.367 0 004.37 4.367 4.367 4.367 0 000-8.735 4.369 4.369 0 00-4.37 4.368"
+ className="ps01"
+ ></path>
+ <path
+ fill="currentColor"
+ fillRule="nonzero"
+ stroke="none"
+ d="M96.935 55.789c2.123-3.369-2.323-4.633-5.718-3.857-2.844.648-30.734 15.561-34.916 15.945-4.168.38-29.256-15.044-32.021-16.524-4.062-2.172-7.65-1.965-11.401-.02-1.238.646-10.794 5.69-12.879 7.098 2.084 1.947 31.09 19.362 34.467 21.054 3.884 1.949 6.199 2.971 10.469 1.376 2.961-1.109 51.119-23.679 51.999-25.072"
+ className="ps02"
+ ></path>
+ </g>
+ </g>
+ <path
+ fill="currentColor"
+ fillRule="nonzero"
+ stroke="none"
+ d="M11.003 34.157c1.086-.161 6.214-2.371 8.245-3.417 4.882-2.514 5.135-5.014 5.692-9.083.595-4.335 1.107-12.412 1.192-15.472-2.043.876-10.042 7.57-11.951 9.22-1.48 1.283-3.135 2.198-3.132 4.185.003.759-.346 12.701-.046 14.567"
+ className="ps02"
+ ></path>
+ <path
+ fill="currentColor"
+ fillRule="nonzero"
+ stroke="none"
+ d="M239.17 18.57h1c.67 0 .89.238.89.721 0 .423-.32.659-.75.659h-1.14v-1.38zm0-2.376h-.62v4.27h1.63c1 0 1.49-.403 1.49-1.213 0-.77-.5-1.094-1.11-1.174l1.23-1.883h-.68l-1.16 1.864h-.78v-1.864zm.79-.995c1.7 0 3.01 1.341 3.01 3.115 0 1.747-1.31 3.097-3.01 3.097-1.72 0-3.02-1.35-3.02-3.097 0-1.774 1.3-3.115 3.02-3.115zm0 6.763c2.01 0 3.68-1.576 3.68-3.648 0-2.091-1.67-3.668-3.68-3.668-2 0-3.69 1.577-3.69 3.668 0 2.072 1.69 3.648 3.69 3.648"
+ className="ps01"
+ ></path>
+ <path
+ fill="currentColor"
+ fillRule="nonzero"
+ stroke="none"
+ d="M116.32 57.872c-.18-2.146-.22-4.642-.22-7.314V45.52c.96-.045 1.92-.088 3.33-.088 1.4 0 2.36.043 3.32.088v5.038c0 2.672-.04 5.168-.21 7.314h8.28c-.44-4.511-.44-8.192-.44-15.638s0-11.128.44-15.639h-8.28c.17 2.144.21 4.645.21 7.315v6.395c-.96.045-1.92.088-3.32.088-1.41 0-2.37-.043-3.33-.088V33.91c0-2.67.04-5.171.22-7.315h-8.28c.43 4.511.43 8.193.43 15.639s0 11.127-.43 15.638h8.28"
+ className="ps01"
+ ></path>
+ <path
+ fill="currentColor"
+ fillRule="nonzero"
+ stroke="none"
+ d="M144.13 37.985c-2.75-.701-4.47-2.41-4.47-4.6 0-1.534.97-2.716 2.37-2.716.92 0 1.84.571 2.1.964v6.352zm-9.5 10.864c.61.087 2.98.349 4.6.349 9.06 0 11.82-3.547 11.82-9.417v-5.476c0-2.102 0-4.47 1.14-7.71h-6.96c-.53.701-.7 1.182-.75 1.357-1.18-.876-2.8-1.707-4.9-1.707-4.25 0-7.01 2.935-7.01 6.614 0 4.03 3.19 6.747 7.36 8.104l3.63 1.184c-.04 1.533-1.05 2.847-3.11 2.847-1.4 0-3.59-.657-5.82-2.277v6.132"
+ className="ps01"
+ ></path>
+ <path
+ fill="currentColor"
+ fillRule="nonzero"
+ stroke="none"
+ d="M161.94 32.727c0-1.271.48-2.277 1.88-2.277 1.8 0 3.07 1.839 3.07 7.052 0 3.724-.97 6.922-3.16 6.922-1.18 0-1.79-.744-1.79-1.796v-9.901zm0 25.145v-9.899c1.09.656 2.67 1.225 4.25 1.225 4.16 0 8.06-3.065 8.06-11.038 0-6.178-3.37-12.09-9.59-12.09-1.67 0-3.6.568-5.66 2.189l-2.45-2.102-2.1 1.271c.39 2.802.39 5.781.39 8.937v12.571c0 1.622 0 3.418-.44 8.936h7.54"
+ className="ps01"
+ ></path>
+ <path
+ fill="currentColor"
+ fillRule="nonzero"
+ stroke="none"
+ d="M184.13 48.672c-.09-2.275-.09-5.606-.09-10.336 0-5.959 0-8.939.4-11.741h-7.89c.39 2.802.39 5.782.39 8.937v4.205c0 3.155 0 6.132-.39 8.935h7.58zm-3.64 9.509c2.19 0 3.95-1.754 3.95-3.944s-1.76-3.942-3.95-3.942a3.924 3.924 0 00-3.94 3.942c0 2.19 1.75 3.944 3.94 3.944"
+ className="ps01"
+ ></path>
+ <path
+ fill="currentColor"
+ fillRule="nonzero"
+ stroke="none"
+ d="M196.22 55.376c-.09-1.357-.14-3.943-.14-6.704h3.29v-4.203h-3.29V33.428c0-1.795.66-2.803 2.42-2.803.26 0 .52 0 .92.044v-3.943c-1.45-.481-2.94-.656-4.43-.656-1.97 0-3.55.699-4.73 2.102-.92 1.096-1.27 2.934-1.27 5.17v11.127h-2.54v4.203h2.54c0 2.761-.04 5.347-.13 6.704h7.36"
+ className="ps01"
+ ></path>
+ <path
+ fill="currentColor"
+ fillRule="nonzero"
+ stroke="none"
+ d="M213.18 37.985c-2.76-.701-4.46-2.41-4.46-4.6 0-1.534.96-2.716 2.36-2.716.92 0 1.84.571 2.1.964v6.352zm-9.5 10.864c.61.087 2.98.349 4.6.349 9.07 0 11.83-3.547 11.83-9.417v-5.476c0-2.102 0-4.47 1.13-7.71h-6.96c-.53.701-.7 1.182-.74 1.357-1.19-.876-2.81-1.707-4.91-1.707-4.25 0-7.01 2.935-7.01 6.614 0 4.03 3.2 6.747 7.36 8.104l3.64 1.184c-.05 1.533-1.06 2.847-3.12 2.847-1.4 0-3.59-.657-5.82-2.277v6.132"
+ className="ps01"
+ ></path>
+ <path
+ fill="currentColor"
+ fillRule="nonzero"
+ stroke="none"
+ d="M231.96 55.376c-.08-1.357-.13-3.943-.13-6.704h3.29v-4.203h-3.29V33.428c0-1.795.66-2.803 2.41-2.803.27 0 .53 0 .92.044v-3.943c-1.44-.481-2.93-.656-4.42-.656-1.97 0-3.55.699-4.73 2.102-.92 1.096-1.27 2.934-1.27 5.17v11.127h-2.55v4.203h2.55c0 2.761-.05 5.347-.14 6.704h7.36"
+ className="ps01"
+ ></path>
+ <path
+ fill="currentColor"
+ fillRule="nonzero"
+ stroke="none"
+ d="M115.17 18.984c-.1.073-.41.239-.93.239-.99 0-1.47-.759-1.47-1.568 0-.472.14-.949.24-1.187h1.78v-2.277h-1.81V9.35c0-1.708 0-3.322.22-4.84h-4.28c.22 1.518.22 3.132.22 4.84v4.841h-1.31v2.277h1.31v.927c0 1.401.24 2.348 1.35 3.275.95.759 2.14 1.02 3.18 1.02.57 0 1.19-.095 1.5-.214v-2.492"
+ className="ps01"
+ ></path>
+ <path
+ fill="currentColor"
+ fillRule="nonzero"
+ stroke="none"
+ d="M119.23 10.489c0-2.87.62-3.892 1.33-3.892.72 0 1.33 1.021 1.33 3.892s-.61 3.892-1.33 3.892c-.71 0-1.33-1.021-1.33-3.892zm6.88 0c0-4.034-2.65-6.264-5.55-6.264-2.89 0-5.55 2.23-5.55 6.264 0 4.033 2.66 6.266 5.55 6.266 2.9 0 5.55-2.233 5.55-6.266"
+ className="ps01"
+ ></path>
+ <path
+ fill="currentColor"
+ fillRule="nonzero"
+ stroke="none"
+ d="M131.12 16.468a8.19 8.19 0 00.34-1.588c.83 1.113 1.82 1.875 3.01 1.875.26 0 .4-.026.52-.072v-3.157c-.26.073-.59.096-.71.096-1.81 0-2.59-1.662-2.59-4.272 0-1.708 0-3.322.22-4.84h-4.42c.22 1.518.22 3.132.22 4.84v2.278c0 1.709 0 3.322-.41 4.84h3.82"
+ className="ps01"
+ ></path>
+ <path
+ fill="currentColor"
+ fillRule="nonzero"
+ stroke="none"
+ d="M147.64 21.452c-.1-1.163-.12-2.514-.12-3.963v-2.728a35.37 35.37 0 013.61 0v2.728c0 1.449-.02 2.8-.12 3.963h4.48c-.23-2.444-.23-4.435-.23-8.471 0-4.033 0-6.029.23-8.471h-4.48c.1 1.163.12 2.514.12 3.962v3.464c-.52.024-1.05.049-1.81.049s-1.28-.025-1.8-.049V8.472c0-1.448.02-2.8.12-3.962h-4.48c.23 2.442.23 4.438.23 8.471 0 4.036 0 6.027-.23 8.471h4.48"
+ className="ps01"
+ ></path>
+ <path
+ fill="currentColor"
+ fillRule="nonzero"
+ stroke="none"
+ d="M164.15 4.51c-.16.355-.28.757-.35 1.067-.88-.855-1.78-1.352-3.01-1.352-2.02 0-3.35 1.471-3.35 3.75v3.653c0 1.709 0 3.322-.22 4.84h4.06v-7.95c0-.947.38-1.494 1.07-1.494.59 0 1.21.428 1.21 1.258v3.346c0 1.709 0 3.322-.21 4.84h4.27c-.22-1.518-.22-3.131-.22-4.84V9.35c0-1.708 0-3.322.22-4.84h-3.47"
+ className="ps01"
+ ></path>
+ <path
+ fill="currentColor"
+ fillRule="nonzero"
+ stroke="none"
+ d="M173.17 16.468c.17-.356.29-.758.36-1.065.88.805 1.94 1.352 3.13 1.352 1.28 0 2.09-.735 2.66-1.52.85.758 1.8 1.52 3.34 1.52 2.33 0 3.21-1.639 3.21-3.987V9.35c0-1.708 0-3.322.21-4.84h-4.27c.21 1.518.21 3.132.21 4.84v3.298c0 .832-.23 1.448-.97 1.448-.8 0-1.26-.616-1.26-1.448V9.35c0-1.708 0-3.322.22-4.84h-4.28c.22 1.518.22 3.132.22 4.84v3.345c0 .785-.24 1.401-.97 1.401-.67 0-1.26-.546-1.26-1.258V9.35c0-1.708 0-3.322.21-4.84h-4.27c.21 1.518.21 3.132.21 4.84v2.278c0 1.709 0 3.322-.21 4.84h3.51"
+ className="ps01"
+ ></path>
+ <path
+ fill="currentColor"
+ fillRule="nonzero"
+ stroke="none"
+ d="M193.54 10.681c-1.5-.381-2.42-1.308-2.42-2.494 0-.83.52-1.471 1.28-1.471.49 0 1 .308 1.14.523v3.442zm-5.15 5.884c.33.045 1.61.19 2.49.19 4.91 0 6.41-1.924 6.41-5.104V8.687c0-1.14 0-2.423.61-4.177h-3.77c-.28.378-.38.64-.4.735-.64-.476-1.52-.926-2.66-.926-2.3 0-3.8 1.592-3.8 3.583 0 2.183 1.73 3.654 3.99 4.391l1.97.641c-.02.831-.57 1.543-1.69 1.543-.75 0-1.94-.358-3.15-1.236v3.324"
+ className="ps01"
+ ></path>
+ <path
+ fill="currentColor"
+ fillRule="nonzero"
+ stroke="none"
+ d="M202.46 16.468c.16-.356.28-.758.35-1.065.88.852 1.78 1.352 3.01 1.352 2.02 0 3.35-1.471 3.35-3.75V9.35c0-1.708 0-3.322.21-4.84h-4.27c.22 1.518.22 3.132.22 4.84v3.275c0 .735-.31 1.328-1.03 1.328-.59 0-1.25-.427-1.25-1.139V9.35c0-1.708 0-3.322.21-4.84h-4.27c.21 1.518.21 3.132.21 4.84v2.278c0 1.709 0 3.322-.21 4.84h3.47"
+ className="ps01"
+ ></path>
+ <path
+ fill="currentColor"
+ fillRule="nonzero"
+ stroke="none"
+ d="M214.89 16.468c-.05-1.233-.05-3.037-.05-5.599 0-3.227 0-4.84.22-6.36h-4.27c.21 1.52.21 3.133.21 4.84v2.279c0 1.709 0 3.322-.21 4.84h4.1zm-1.97 5.152c1.19 0 2.14-.95 2.14-2.137s-.95-2.135-2.14-2.135c-1.18 0-2.13.948-2.13 2.135 0 1.187.95 2.137 2.13 2.137"
+ className="ps01"
+ ></path>
+ <path
+ fill="currentColor"
+ fillRule="nonzero"
+ stroke="none"
+ d="M221.65 20.101c-.05-.737-.07-2.137-.07-3.633h1.78v-2.277h-1.78v-5.98c0-.972.36-1.519 1.3-1.519.15 0 .29 0 .5.024V4.58c-.78-.26-1.59-.355-2.39-.355-1.07 0-1.92.379-2.56 1.137-.5.596-.69 1.59-.69 2.801v6.028h-1.38v2.277h1.38c0 1.496-.03 2.896-.07 3.633h3.98"
+ className="ps01"
+ ></path>
+ <path
+ fill="currentColor"
+ fillRule="nonzero"
+ stroke="none"
+ d="M228.61 16.468c.3-1.85 1.21-5.219 1.68-6.762h.05a58.414 58.414 0 011.38 6.762h3.39c-.79-3.25-2.57-9.848-4.08-12.955C230.24 1.923 229.06 0 225.8 0c-.33 0-.82.024-1.13.12v3.036c.21-.119.73-.355 1.33-.355 1.23 0 2.06 1.02 2.06 1.898 0 .45-.09.736-1.04 3.25-1.29 3.37-2.26 6.931-2.52 8.519h4.11"
+ className="ps01"
+ ></path>
+ </g>
+ </g>
+ </g>
+ </g>
</g>
- </g>
- </svg>
+ </svg>
);
}
-
-function VerizonLogo() {
+function VolunteerMatchLogo() {
return (
- <svg
- xmlns="http://www.w3.org/2000/svg"
- width="138"
- height="31"
- viewBox="0 0 658 146">
- <g fill="none" fillRule="evenodd" stroke="none" strokeWidth="1">
- <g>
+ <svg xmlns="http://www.w3.org/2000/svg"
+ width="120"
+ height="29"
+ fill="currentColor"
+ viewBox="0 0 1350 290">
+ <g fill="currentColor" strokeWidth="2">
<path
- fill="currentColor"
- d="M642.7 0L606.8 76.8 593.3 47.7 578.7 47.7 600.9 95.3 612.7 95.3 657.2 0z"></path>
+ stroke="44c499"
+ d="M139.48 158.1c-3.54-3.25-7.33-7.5-11.1-9.57-13.84-7.57-29.69 1.68-30.9 17.23-.55 7.09 3.08 12.33 8.38 17.67q18.41 18.55 36.85 37.22"
+ vectorEffect="non-scaling-stroke"
+ ></path>
<path
- fill="currentColor"
- fillRule="nonzero"
- d="M488.7 142.6h28.9V89.7c0-12.1 7-20.6 17.4-20.6 10 0 15.2 7 15.2 17.1v56.4h28.9V80.7c0-21-12.6-35.8-33-35.8-13 0-22.1 5.6-28.9 15.8h-.6v-13h-28l.1 94.9zm-56.8-97.5c-30.2 0-50.4 21.7-50.4 50.3 0 28.4 20.2 50.3 50.4 50.3s50.4-21.9 50.4-50.3c.1-28.6-20.2-50.3-50.4-50.3zm-.2 79.2c-13.7 0-21-11.5-21-28.9 0-17.6 7.2-28.9 21-28.9 13.7 0 21.3 11.3 21.3 28.9.1 17.4-7.5 28.9-21.3 28.9zm-132.6 18.3h81.2v-22.8h-46v-.6l44-49.3V47.6h-79.2v22.9h44.5v.6l-44.5 49.7v21.8zm-37.1 0h29.1V47.7H262v94.9zm-67.5 0h29V99c0-19.8 11.9-28.6 30-26.1h.6v-25c-1.5-.6-3.2-.7-5.9-.7-11.3 0-18.9 5.2-25.4 16.3h-.6V47.7h-27.7v94.9zm-53.2-18.2c-12.8 0-20.6-8.3-22.1-21.1h68.4c.2-20.4-5.2-36.7-16.5-46.9-8-7.4-18.5-11.5-31.9-11.5-28.6 0-48.4 21.7-48.4 50.1 0 28.6 18.9 50.4 50.3 50.4 11.9 0 21.3-3.2 29.1-8.5 8.3-5.7 14.3-14.1 15.9-22.4h-27.8c-2.7 6.2-8.5 9.9-17 9.9zm-1.5-58.8c10.2 0 17.2 7.6 18.4 18.7h-38.8c2.3-11.2 8.4-18.7 20.4-18.7zM33 142.6h30.4l33-94.9H67.3l-18.5 61h-.4l-18.5-61H0l33 94.9zM262 13.9h29.1v25.8H262V13.9z"></path>
+ stroke="88ddf7"
+ d="M142.71 220.65q0-.03.01-.06"
+ vectorEffect="non-scaling-stroke"
+ ></path>
+ <path
+ stroke="fa9"
+ d="M142.71 220.65q18.4-18.35 36.59-36.6 4.79-4.8 6.33-7.55c10.47-18.66-11.42-38.73-29.54-27.23-3.29 2.09-6.5 5.92-9.82 8.82"
+ vectorEffect="non-scaling-stroke"
+ ></path>
+ <path
+ stroke="#currentColor"
+ d="M182.16 172.77c5.59-12.71-7.25-26.52-20.38-21.28-6.05 2.41-13.13 10.99-18.48 16.33q-.4.41-.82 0c-5.31-5.2-11.95-13.26-17.72-15.9-13.22-6.07-26.78 7.26-21.34 20.7q1.27 3.13 5.17 7.07 16.83 16.99 33.74 34.04a.56.55 44.6 00.79 0q16.47-16.41 32.7-32.67 4.83-4.84 6.34-8.29"
+ vectorEffect="non-scaling-stroke"
+ ></path>
</g>
- </g>
- </svg>
+ <path
+ fill="currentColor"
+ d="M139.48 158.1c-3.54-3.25-7.33-7.5-11.1-9.57-13.84-7.57-29.69 1.68-30.9 17.23-.55 7.09 3.08 12.33 8.38 17.67q18.41 18.55 36.85 37.22 0-.03.01-.06c-8.77 8.96-18.46 19.84-27.92 26.06-40.48 26.61-95.1 3.62-104.91-43.62q-1.39-6.68-1.39-19.68V97.41c0-12.71 14.11-19.81 23.4-10.89 3.86 3.7 4.35 7.59 4.35 13.27v47.65c0 4.07 3.78 6.39 6.25 2.55q.25-.39.25-.86V53.16q0-7.24 1.37-10.49c4.93-11.73 22.29-10.63 25.9 1.65q.73 2.51.73 8.93-.01 40.2.01 80.4c0 5.45 6.48 5.09 6.48.5q.03-47.84-.01-95.69 0-6.51 1.38-9.71c4.69-10.82 20.22-10.78 25.16-.1q1.22 2.63 1.22 7.51l.02 97.3c0 5.55 6.73 5.42 6.73.52q.03-38.05 0-76.09 0-5.64 1.34-8.58c4.84-10.63 20.16-10.69 25.09-.03q1.31 2.82 1.31 8.27.05 50.16 0 100.55z"
+ ></path>
+ <path
+ fill="currentColor"
+ d="M142.72 220.59q-.01.03-.01.06 18.4-18.35 36.59-36.6 4.79-4.8 6.33-7.55c10.47-18.66-11.42-38.73-29.54-27.23-3.29 2.09-6.5 5.92-9.82 8.82q-.04-50.48-.01-100.75.01-5.37 1.16-7.99c4.77-10.78 21.03-10.62 25.44.3q1.11 2.74 1.11 8.97.06 37.46.02 74.93c-.01 3.9 3.72 5.87 6.24 2.26a1.53 1.45-28.9 00.27-.85V39.47q0-7.46 1.11-10.29c4.43-11.34 20.8-11.3 25.61-.2q1.25 2.88 1.26 10.33.04 47.4.02 94.79c0 4.99 6.49 4.53 6.49-.28q.02-43.16.01-86.32c0-13.7 20.38-18.09 26.38-5.54q1.35 2.82 1.35 8.44.04 48.28.02 96.57c-.01 6.37 6.73 6.21 6.74 1.09q.02-24.3 0-48.6 0-5.7 1.01-8.3c3.17-8.18 13.71-10.72 20.69-6.09 4.74 3.15 6.04 7.64 6.05 13.56q.02 41.31.01 82.61 0 13.93-1.06 19.95c-8.8 50.38-67.87 73.2-108.65 43.08-7.95-5.88-16.83-15.69-24.82-23.68z"
+ ></path>
+ <rect width="10.76" height="99" x="490.5" y="100.25" rx="0.6"></rect>
+ <path d="M1276.48 139.76a.23.23 0 00.41.14c16.1-21.89 50.12-13.85 50.3 15.67q.14 21.61.03 43.2a.48.48 0 01-.48.48h-9.72a.5.49 89.4 01-.49-.49q-.08-20.04-.07-40c.01-13.23-7.38-22.3-21.18-21.12-13.16 1.11-18.8 10.99-18.79 23.32q.02 18.91.01 37.78a.51.51 0 01-.51.51h-9.49q-.75 0-.75-.75V101q0-.75.75-.75h9.5q.51 0 .51.5l-.03 39.01zm-914.33 44.96l33.17-79.96a.42.42 0 01.39-.26h10.93a.42.42 0 01.39.58l-40.43 94.66a.42.42 0 01-.39.26h-9.17a.42.42 0 01-.39-.26l-40.43-94.66a.42.42 0 01.39-.58h11.34a.42.42 0 01.39.26l33.03 79.96a.42.42 0 00.78 0zm667.62-60.96a.2.2 0 00-.36-.11l-33.42 49.14a.96.96 0 01-1.58 0l-33.35-48.9a.31.31 0 00-.57.18l.02 74.55q0 .63-.63.63h-9.38q-.5 0-.5-.5v-93.5a.75.75 0 01.75-.75h9.72a.96.95-16.3 01.8.43l33.69 50.34a.46.46 0 00.76 0l33.62-50.26a1.16 1.14 16.6 01.96-.51h9.7q.75 0 .75.75v93.25q0 .75-.75.75h-9.63q-.63 0-.63-.63l.03-74.86zM688.24 138.5h-8.74a.5.5 0 01-.5-.5v-8.25a.5.5 0 01.5-.5h8.75a.5.5 0 00.5-.5v-20a.75.75 0 01.75-.75h9.5q.5 0 .5.5v20.25a.5.5 0 00.5.5h21q.75 0 .75.75v8a.5.5 0 01-.5.5h-21.24q-.51 0-.51.52-.03 20.38.11 40.72c.09 12.27 12.34 12.92 20.76 9.03q1.13-.52 1.13.73v7.5a.8.78 77.8 01-.45.72c-13.69 6.54-31.81 2.54-32.05-15.68q-.27-21.5-.28-43.06 0-.48-.48-.48zm454 0h-8.74a.5.5 0 01-.5-.5v-8.25a.5.5 0 01.5-.5h8.75a.5.5 0 00.5-.5v-20a.75.75 0 01.75-.75h9.5q.5 0 .5.5v20.25a.5.5 0 00.5.5h21q.75 0 .75.75v8a.5.5 0 01-.5.5h-21.24q-.51 0-.51.51-.03 20.39.1 40.73c.08 12.28 12.35 12.92 20.75 9.04q1.15-.53 1.15.73v7.52q0 .48-.44.69c-13.8 6.45-31.88 2.56-32.09-15.69q-.24-21.48-.25-43.04 0-.49-.48-.49zm-666.3 25.81a36.72 36.72 0 01-36.72 36.72 36.72 36.72 0 01-36.72-36.72 36.72 36.72 0 0136.72-36.72 36.72 36.72 0 0136.72 36.72zm-34.777 27.06a27.17 25.69 85.9 0023.681-28.937 27.17 25.69 85.9 00-27.567-25.263 27.17 25.69 85.9 00-23.681 28.937 27.17 25.69 85.9 0027.567 25.263zm173.277-51.38a.33.33 0 00.61.19c12.33-18.6 42.22-16.78 48.88 5.91q1.34 4.57 1.33 13.08-.02 19.92-.01 39.72a.35.35 0 01-.35.35l-9.85.01q-.54 0-.54-.54-.01-21.25-.05-42.43c-.04-23.59-33.2-25.19-39.01-4.03q-.89 3.25-.92 10.2-.07 18.16-.01 36.27a.53.53 0 01-.53.53h-9.49q-.75 0-.75-.75v-68.62q0-.63.63-.63h9.51q.64 0 .64.64l-.09 10.1z"></path>
+ <path d="M756.06 199.68c-39.15-10.22-30.88-76.89 12.77-71.65 20.34 2.44 29.12 20.67 28.4 39.5a.75.75 0 01-.75.72h-54.21a.55.55 0 00-.55.62c3.29 24.33 30.18 29.86 45.93 13.25a.72.71-47.1 01.99-.04l5.81 5.21q.39.35.04.73-15.99 17.51-38.43 11.66zm-13.56-39.39l43.28-.08a.3.3 0 00.3-.3v-.16a22.94 21.87 89.9 00-21.91-22.9h-.14a22.94 21.87 89.9 00-21.83 22.98v.16a.3.3 0 00.3.3zm67.97 12.73c-4.75-23.08 9.81-46.44 34.8-45.23 21.34 1.03 32.04 20.33 30.57 39.9q-.04.56-.6.56h-53.99q-.87 0-.75.87c3.54 24.31 30.41 29.5 46.06 12.87a.49.48-47.1 01.68-.03l5.98 5.34q.31.27.05.59c-18.82 22.83-56.7 14.85-62.8-14.87zm10.71-12.69l43.46-.16a.2.2 0 00.2-.2v-.21a22.99 21.86 89.8 00-21.94-22.91h-.14a22.99 21.86 89.8 00-21.78 23.07v.21a.2.2 0 00.2.2zm420.93-12.91c-17.43-20.23-47.48-7.98-45.66 18.57 1.73 25.3 29.9 33.63 46.42 15.23q.41-.46.87-.03l5.97 5.6q.41.38.05.81c-15.24 18.37-43.03 17.87-57.23-1.46-14.82-20.17-5.27-51.18 20.06-57.27q20.92-5.04 36.43 10.6a1.1 1.1 0 01.02 1.53l-6.14 6.44a.53.53 0 01-.79-.02zm-338.08-1.67a.22.22 0 00.41.11c5.85-10.84 14.96-18.33 27.56-17.86q.5.02.5.52V139a.52.52 0 01-.52.52c-20.95-.08-27.85 16.45-27.96 34.48q-.07 12.37 0 24.72a.53.53 0 01-.53.53H894q-.75 0-.75-.75V130q0-.75.75-.75h9.37q.61 0 .62.62l.04 15.88zm205.51 44.24c-11.03 13.11-36.48 15.72-47.15.3-6.04-8.75-4.01-21.72 4.24-28.11 10.7-8.26 29.89-7.28 42.89-3.47q.53.15.59-.4 1.03-9.42-4.53-15.01c-9.19-9.28-26.36-5.46-36.68-.65q-.58.28-.8-.33l-2.77-7.66q-.19-.52.31-.76c20.79-9.91 54.49-9.92 54.95 22.06q.31 21.37.11 42.85a.45.45 0 01-.45.44h-9.5a.5.5 0 01-.5-.5v-8.5a.4.4 0 00-.71-.26zm-36.85-19.8c-5.4 6.6-3.18 15.27 3.91 19.38 9.47 5.51 24.53 2.44 30.78-6.7q4.54-6.64 2.8-15.6-.09-.45-.52-.57c-10.13-2.97-29.38-5.8-36.97 3.49zm-499.86 18.29a.27.27 0 00-.49-.15c-12.19 18.47-41.91 16.78-48.77-5.6q-1.31-4.28-1.32-11.71-.01-20.66 0-41.27a.51.5 0 01.51-.5h9.47a.52.52 0 01.52.52q-.02 17.32.03 34.59.03 10.73 1.54 14.96c6.1 17.15 30.92 14.7 36.95-1.31q1.42-3.79 1.45-11.35.08-18.45.01-36.88a.53.53 0 01.53-.53h9.49q.75 0 .75.75v68.93a.31.31 0 01-.31.31l-9.83.01q-.65 0-.65-.65l.12-10.12z"></path>
+ <path
+ fill="currentColor"
+ d="M139.48 158.1l2.94 3.13q.42.44.84 0l3.01-3.14c3.32-2.9 6.53-6.73 9.82-8.82 18.12-11.5 40.01 8.57 29.54 27.23q-1.54 2.75-6.33 7.55-18.19 18.25-36.59 36.6-18.44-18.67-36.85-37.22c-5.3-5.34-8.93-10.58-8.38-17.67 1.21-15.55 17.06-24.8 30.9-17.23 3.77 2.07 7.56 6.32 11.1 9.57zm42.68 14.67c5.59-12.71-7.25-26.52-20.38-21.28-6.05 2.41-13.13 10.99-18.48 16.33q-.4.41-.82 0c-5.31-5.2-11.95-13.26-17.72-15.9-13.22-6.07-26.78 7.26-21.34 20.7q1.27 3.13 5.17 7.07 16.83 16.99 33.74 34.04a.56.55 44.6 00.79 0q16.47-16.41 32.7-32.67 4.83-4.84 6.34-8.29z"
+ ></path>
+ <path
+ fill="white"
+ d="M161.78 151.49c13.13-5.24 25.97 8.57 20.38 21.28q-1.51 3.45-6.34 8.29-16.23 16.26-32.7 32.67a.56.55 44.6 01-.79 0q-16.91-17.05-33.74-34.04-3.9-3.94-5.17-7.07c-5.44-13.44 8.12-26.77 21.34-20.7 5.77 2.64 12.41 10.7 17.72 15.9q.42.41.82 0c5.35-5.34 12.43-13.92 18.48-16.33z"
+ ></path>
+ </svg>
);
}
-
export default Hero; \ No newline at end of file
diff --git a/components/navbar.js b/components/navbar.js
index ed78cd6..ce5c5d0 100644
--- a/components/navbar.js
+++ b/components/navbar.js
@@ -5,11 +5,10 @@ import { Disclosure } from "@headlessui/react";
const Navbar = () => {
const navigation = [
- "Product",
- "Features",
- "Pricing",
- "Company",
- "Blog",
+ "Find Opportunities",
+ "Recruit Volunteers",
+ "Help Center",
+ "About Us",
];
return (
@@ -25,7 +24,7 @@ const Navbar = () => {
<span>
<Image
src="/img/logo.svg"
- alt="N"
+ alt="heart shaped handshake logo"
width="32"
height="32"
className="w-8"
@@ -66,7 +65,7 @@ const Navbar = () => {
</Link>
))}
<Link href="/" className="w-full px-6 py-2 mt-3 text-center text-white bg-indigo-600 rounded-md lg:ml-5">
- Get Started
+ Login
</Link>
</>
</Disclosure.Panel>
@@ -90,7 +89,7 @@ const Navbar = () => {
<div className="hidden mr-3 space-x-4 lg:flex nav__item">
<Link href="/" className="px-6 py-2 text-white bg-indigo-600 rounded-md md:ml-5">
- Get Started
+ Login
</Link>
<ThemeChanger />
diff --git a/components/popupWidget.js b/components/popupWidget.js
index 710dc9e..aeeb682 100644
--- a/components/popupWidget.js
+++ b/components/popupWidget.js
@@ -19,7 +19,7 @@ const PopupWidget = () => {
const onSubmit = async (data, e) => {
console.log(data);
- await fetch("https://api.web3forms.com/submit", {
+ await fetch("https://helpinghands.com/submit", {
method: "POST",
headers: {
"Content-Type": "application/json",
@@ -106,9 +106,9 @@ const PopupWidget = () => {
leaveTo="opacity-0 translate-y-5">
<Disclosure.Panel className=" flex flex-col overflow-hidden left-0 h-full w-full sm:w-[350px] min-h-[250px] sm:h-[600px] border border-gray-300 dark:border-gray-800 bg-white shadow-2xl rounded-md sm:max-h-[calc(100vh-120px)]">
<div className="flex flex-col items-center justify-center h-32 p-5 bg-indigo-600">
- <h3 className="text-lg text-white">How can we help?</h3>
+ <h3 className="text-lg text-white">Have a Question?</h3>
<p className="text-white opacity-50">
- We usually respond in a few hours
+ The Helping Hands team is here to help!
</p>
</div>
<div className="flex-grow h-full p-6 overflow-auto bg-gray-50 ">
@@ -246,20 +246,6 @@ const PopupWidget = () => {
)}
</button>
</div>
- <p
- className="text-xs text-center text-gray-400"
- id="result">
- <span>
- Powered by{" "}
- <a
- href="https://Web3Forms.com"
- className="text-gray-600"
- target="_blank"
- rel="noopener noreferrer">
- Web3Forms
- </a>
- </span>
- </p>
</form>
)}
diff --git a/components/sectionTitle.js b/components/sectionTitle.js
index cdf9ae6..2bc0754 100644
--- a/components/sectionTitle.js
+++ b/components/sectionTitle.js
@@ -4,7 +4,7 @@ import Container from "./container";
const SectionTitle = (props) => {
return (
<Container
- className={`flex w-full flex-col mt-4 ${
+ className={`flex w-full flex-col ${
props.align === "left" ? "" : "items-center justify-center text-center"
}`}>
{props.pretitle && (
diff --git a/components/testimonials.js b/components/testimonials.js
deleted file mode 100644
index cde6ea1..0000000
--- a/components/testimonials.js
+++ /dev/null
@@ -1,91 +0,0 @@
-import Image from "next/image";
-import React from "react";
-import Container from "./container";
-
-import userOneImg from "../public/img/user1.jpg";
-import userTwoImg from "../public/img/user2.jpg";
-import userThreeImg from "../public/img/user3.jpg";
-
-const Testimonials = () => {
- return (
- <Container>
- <div className="grid gap-10 lg:grid-cols-2 xl:grid-cols-3">
- <div className="lg:col-span-2 xl:col-auto">
- <div className="flex flex-col justify-between w-full h-full bg-gray-100 px-14 rounded-2xl py-14 dark:bg-trueGray-800">
- <p className="text-2xl leading-normal ">
- Share a real <Mark>testimonial</Mark>
- that hits some of your benefits from one of your popular customer.
- </p>
-
- <Avatar
- image={userOneImg}
- name="Sarah Steiner"
- title="VP Sales at Google"
- />
- </div>
- </div>
- <div className="">
- <div className="flex flex-col justify-between w-full h-full bg-gray-100 px-14 rounded-2xl py-14 dark:bg-trueGray-800">
- <p className="text-2xl leading-normal ">
- Make sure you only pick the <Mark>right sentence</Mark>
- to keep it short and simple.
- </p>
-
- <Avatar
- image={userTwoImg}
- name="Dylan Ambrose"
- title="Lead marketer at Netflix"
- />
- </div>
- </div>
- <div className="">
- <div className="flex flex-col justify-between w-full h-full bg-gray-100 px-14 rounded-2xl py-14 dark:bg-trueGray-800">
- <p className="text-2xl leading-normal ">
- This is an <Mark>awesome</Mark> landing page template I&apos;ve seen. I
- would use this for anything.
- </p>
-
- <Avatar
- image={userThreeImg}
- name="Gabrielle Winn"
- title="Co-founder of Acme Inc"
- />
- </div>
- </div>
- </div>
- </Container>
- );
-}
-
-function Avatar(props) {
- return (
- <div className="flex items-center mt-8 space-x-3">
- <div className="flex-shrink-0 overflow-hidden rounded-full w-14 h-14">
- <Image
- src={props.image}
- width="40"
- height="40"
- alt="Avatar"
- placeholder="blur"
- />
- </div>
- <div>
- <div className="text-lg font-medium">{props.name}</div>
- <div className="text-gray-600 dark:text-gray-400">{props.title}</div>
- </div>
- </div>
- );
-}
-
-function Mark(props) {
- return (
- <>
- {" "}
- <mark className="text-indigo-800 bg-indigo-100 rounded-md ring-indigo-100 ring-4 dark:ring-indigo-900 dark:bg-indigo-900 dark:text-indigo-200">
- {props.children}
- </mark>{" "}
- </>
- );
-}
-
-export default Testimonials; \ No newline at end of file
diff --git a/components/video.js b/components/video.js
deleted file mode 100644
index ad5618d..0000000
--- a/components/video.js
+++ /dev/null
@@ -1,42 +0,0 @@
-import { useState } from "react";
-import Container from "./container";
-
-const Video = () => {
- const [playVideo, setPlayVideo] = useState(false);
- return (
- <Container>
- <div className="w-full max-w-4xl mx-auto overflow-hidden lg:mb-20 rounded-2xl ">
- <div
- onClick={() => setPlayVideo(!playVideo)}
- className="relative bg-indigo-300 cursor-pointer aspect-w-16 aspect-h-9 bg-gradient-to-tr from-purple-400 to-indigo-700">
- {!playVideo && (
- <button className="absolute inset-auto w-16 h-16 text-white transform -translate-x-1/2 -translate-y-1/2 lg:w-28 lg:h-28 top-1/2 left-1/2">
- <svg
- xmlns="http://www.w3.org/2000/svg"
- className="w-16 h-16 lg:w-28 lg:h-28"
- viewBox="0 0 20 20"
- fill="currentColor">
- <path
- fillRule="evenodd"
- d="M10 18a8 8 0 100-16 8 8 0 000 16zM9.555 7.168A1 1 0 008 8v4a1 1 0 001.555.832l3-2a1 1 0 000-1.664l-3-2z"
- clipRule="evenodd"
- />
- </svg>
- <span className="sr-only">Play Video</span>
- </button>
- )}
- {playVideo && (
- <iframe
- src="https://www.youtube-nocookie.com/embed/aOq49euWnIo?controls=0&autoplay=1"
- title="YouTube video player"
- frameBorder="0"
- allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
- allowfullscreen></iframe>
- )}
- </div>
- </div>
- </Container>
- );
-}
-
-export default Video; \ No newline at end of file
diff --git a/pages/index.js b/pages/index.js
index 1156b2b..529a382 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -4,10 +4,8 @@ import Navbar from "../components/navbar";
import SectionTitle from "../components/sectionTitle";
import { benefitOne, benefitTwo } from "../components/data";
-import Video from "../components/video";
import Benefits from "../components/benefits";
import Footer from "../components/footer";
-import Testimonials from "../components/testimonials";
import Cta from "../components/cta";
import Faq from "../components/faq";
import PopupWidget from "../components/popupWidget";
@@ -16,14 +14,13 @@ const Home = () => {
return (
<>
<Head>
- <title>Helping Hands - Free Nextjs & TailwindCSS Landing Page Template</title>
+ <title>Helping Hands</title>
<meta
name="description"
- content="Helping Hands is a free landing page template built with next.js & Tailwind CSS"
+ content="Helping Hands"
/>
<link rel="icon" href="/favicon.ico" />
</Head>
-
<Navbar />
<Hero />
<SectionTitle
@@ -33,24 +30,9 @@ const Home = () => {
</SectionTitle>
<Benefits data={benefitOne} />
<Benefits imgPos="right" data={benefitTwo} />
- <SectionTitle
- pretitle="Watch a video"
- title="Learn how to fullfil your needs">
- This section is to highlight a promo or demo video of your product.
- Analysts says a landing page with video has 3% more conversion rate. So,
- don&apos;t forget to add one. Just like this.
- </SectionTitle>
- <Video />
- <SectionTitle
- pretitle="Testimonials"
- title="Here's what our customers said">
- Testimonails is a great way to increase the brand trust and awareness.
- Use this section to highlight your popular customers.
- </SectionTitle>
- <Testimonials />
<SectionTitle pretitle="FAQ" title="Frequently Asked Questions">
- Answer your customers possible questions here, it will increase the
- conversion rate as well as support or chat requests.
+ Welcome to our FAQ section! Browse through common questions for quick answers. Your clarity and support matter to us.
+ For any unanswered queries, reach outin to our support team.
</SectionTitle>
<Faq />
<Cta />
diff --git a/public/favicon2.ico b/public/favicon2.ico
deleted file mode 100644
index 7ff81ff..0000000
--- a/public/favicon2.ico
+++ /dev/null
Binary files differ
diff --git a/public/img/brands/amazon.svg b/public/img/brands/amazon.svg
deleted file mode 100644
index 71d0a91..0000000
--- a/public/img/brands/amazon.svg
+++ /dev/null
@@ -1,12 +0,0 @@
-<svg width="110" height="33" viewBox="0 0 110 33" fill="none" xmlns="http://www.w3.org/2000/svg">
-<g clip-path="url(#clip0)">
-<path fill-rule="evenodd" clip-rule="evenodd" d="M67.7764 25.7832C61.4527 30.4589 52.2546 32.9501 44.3212 32.9501C33.2068 32.9501 23.2421 28.8492 15.6537 22.0273C15.0788 21.4907 15.577 20.7626 16.3052 21.1841C24.4685 25.9365 34.5482 28.7726 44.9727 28.7726C51.9863 28.7726 59.7281 27.3162 66.8566 24.2885C67.9297 23.8669 68.8112 25.0167 67.7764 25.7832Z" fill="black"/>
-<path fill-rule="evenodd" clip-rule="evenodd" d="M70.4209 22.7555C69.616 21.7207 65.0553 22.2573 63.024 22.5256C62.4108 22.6022 62.2959 22.0657 62.8707 21.6824C66.5117 19.1146 72.4521 19.8811 73.142 20.7243C73.8319 21.5674 72.9504 27.5462 69.5394 30.3823C69.0028 30.8039 68.5046 30.574 68.7346 29.9991C69.5011 28.0828 71.2257 23.8287 70.4209 22.7555Z" fill="black"/>
-<path d="M63.139 3.66937V1.17821C63.139 0.794957 63.4073 0.565004 63.7522 0.565004H74.8666C75.2116 0.565004 75.5182 0.833283 75.5182 1.17821V3.28612C75.5182 3.63105 75.2116 4.09095 74.675 4.85746L68.9262 13.0591C71.0724 13.0208 73.3336 13.3274 75.2499 14.4005C75.6715 14.6305 75.7864 15.0137 75.8248 15.3587V18.0031C75.8248 18.3864 75.4415 18.808 75.0199 18.578C71.609 16.7767 67.0482 16.5851 63.2923 18.6163C62.9091 18.808 62.4875 18.4247 62.4875 18.0414V15.512C62.4875 15.1287 62.4875 14.4388 62.9091 13.8256L69.5777 4.28258H63.7905C63.4456 4.28258 63.139 4.0143 63.139 3.66937ZM22.6289 19.1146H19.2563C18.9497 19.0762 18.6814 18.8463 18.6431 18.5397V1.21654C18.6431 0.871608 18.9497 0.60333 19.2946 0.60333H22.4373C22.7822 0.60333 23.0122 0.871609 23.0505 1.17821V3.43942H23.1271C23.932 1.25486 25.5033 0.220075 27.5729 0.220075C29.6808 0.220075 31.0222 1.25486 31.942 3.43942C32.7469 1.25486 34.6248 0.220075 36.6177 0.220075C38.0358 0.220075 39.5688 0.794957 40.5269 2.13635C41.6001 3.59272 41.3701 5.70062 41.3701 7.57858V18.5397C41.3701 18.8846 41.0635 19.1529 40.7186 19.1529H37.3843C37.0393 19.1146 36.771 18.8463 36.771 18.5397V9.34155C36.771 8.61336 36.8477 6.77374 36.6944 6.08388C36.4261 4.93411 35.6979 4.58918 34.7015 4.58918C33.8966 4.58918 33.0151 5.12574 32.6702 6.00723C32.3253 6.88872 32.3636 8.34509 32.3636 9.34155V18.5397C32.3636 18.8846 32.057 19.1529 31.7121 19.1529H28.3394C27.9945 19.1146 27.7262 18.8463 27.7262 18.5397V9.34155C27.7262 7.42527 28.0328 4.55086 25.6566 4.55086C23.2421 4.55086 23.3188 7.3103 23.3188 9.34155V18.5397C23.2805 18.8463 23.0122 19.1146 22.6289 19.1146ZM85.0996 0.220075C90.1202 0.220075 92.8413 4.51253 92.8413 9.99308C92.8413 15.282 89.8519 19.4978 85.0996 19.4978C80.1939 19.4978 77.5111 15.2054 77.5111 9.83978C77.4728 4.43588 80.1939 0.220075 85.0996 0.220075ZM85.0996 3.78435C82.6084 3.78435 82.4551 7.19532 82.4551 9.30322C82.4551 11.4111 82.4168 15.9335 85.0612 15.9335C87.6674 15.9335 87.8207 12.2926 87.8207 10.0697C87.8207 8.61336 87.744 6.85039 87.3224 5.47067C86.9392 4.24425 86.1727 3.78435 85.0996 3.78435ZM99.3183 19.1146H95.9457C95.6008 19.0762 95.3325 18.808 95.3325 18.5013V1.13989C95.3708 0.833283 95.6391 0.565004 95.984 0.565004H99.1267C99.4333 0.565004 99.6633 0.794957 99.7399 1.06324V3.7077H99.8166C100.775 1.33151 102.078 0.220075 104.416 0.220075C105.91 0.220075 107.405 0.756632 108.363 2.25133C109.245 3.63105 109.245 5.9689 109.245 7.65523V18.578C109.206 18.8846 108.938 19.1146 108.593 19.1146H105.22C104.914 19.0762 104.646 18.8463 104.607 18.578V9.14992C104.607 7.23365 104.837 4.47421 102.499 4.47421C101.695 4.47421 100.928 5.01076 100.545 5.85393C100.085 6.92704 100.008 7.96183 100.008 9.14992V18.5013C99.9699 18.8463 99.6633 19.1146 99.3183 19.1146ZM57.6968 19.0762C57.4668 19.2679 57.1602 19.3062 56.892 19.1529C55.7805 18.2331 55.5506 17.7732 54.9374 16.8917C53.0977 18.7696 51.7563 19.3445 49.3801 19.3445C46.5441 19.3445 44.3212 17.5815 44.3212 14.0939C44.3212 11.3345 45.8159 9.49485 47.9238 8.57504C49.7634 7.7702 52.3312 7.6169 54.2858 7.38695V6.96537C54.2858 6.16053 54.3625 5.20239 53.8642 4.51253C53.4427 3.89933 52.6761 3.63105 51.9863 3.63105C50.6832 3.63105 49.5334 4.28258 49.2652 5.6623C49.1885 5.9689 48.9969 6.27551 48.6903 6.27551L45.4326 5.93058C45.1643 5.85393 44.8577 5.6623 44.9344 5.24072C45.7009 1.25486 49.2652 0.0667725 52.4845 0.0667725C54.1325 0.0667725 56.2787 0.488353 57.5818 1.7531C59.2298 3.28612 59.0765 5.35569 59.0765 7.57858V12.8292C59.0765 14.4005 59.728 15.0904 60.3413 15.9719C60.5712 16.2785 60.6095 16.6617 60.3413 16.8534C59.6131 17.4282 58.3866 18.5013 57.6968 19.0762ZM54.2858 10.8362V10.1081C51.833 10.1081 49.2652 10.6446 49.2652 13.519C49.2652 14.9754 50.0317 15.9719 51.3348 15.9719C52.2929 15.9719 53.1361 15.397 53.6726 14.4388C54.3241 13.2508 54.2858 12.1393 54.2858 10.8362ZM12.5876 19.1529C11.4762 18.2331 11.2462 17.7732 10.633 16.8917C8.7934 18.7696 7.452 19.3445 5.07582 19.3445C2.23973 19.3445 0.0168457 17.5815 0.0168457 14.0939C0.0168457 11.3345 1.51154 9.49485 3.61945 8.57504C5.45907 7.7702 8.02688 7.6169 9.98149 7.38695V6.96537C9.98149 6.16053 10.0581 5.20239 9.55991 4.51253C9.13833 3.89933 8.37181 3.63105 7.68195 3.63105C6.37889 3.63105 5.22912 4.28258 4.96084 5.6623C4.88419 5.9689 4.69256 6.27551 4.38596 6.27551L1.12829 5.93058C0.860008 5.85393 0.553403 5.6623 0.630054 5.24072C1.39657 1.25486 4.96084 0.0667725 8.18019 0.0667725C9.82819 0.0667725 11.9744 0.488353 13.2775 1.7531C14.9255 3.28612 14.7722 5.35569 14.7722 7.57858V12.8292C14.7722 14.4005 15.4237 15.0904 16.0369 15.9719C16.2669 16.2785 16.3052 16.6617 16.0369 16.8534C15.3087 17.4282 14.0823 18.5013 13.3925 19.0762C13.1625 19.2679 12.8559 19.3062 12.5876 19.1529ZM10.0198 10.8362V10.1081C7.56698 10.1081 4.99917 10.6446 4.99917 13.519C4.99917 14.9754 5.76568 15.9719 7.06875 15.9719C8.02688 15.9719 8.87005 15.397 9.4066 14.4388C10.0581 13.2508 10.0198 12.1393 10.0198 10.8362Z" fill="black"/>
-</g>
-<defs>
-<clipPath id="clip0">
-<rect width="109.272" height="33" fill="white"/>
-</clipPath>
-</defs>
-</svg>
diff --git a/public/img/brands/american-cancer-society.svg b/public/img/brands/american-cancer-society.svg
new file mode 100644
index 0000000..d7d6052
--- /dev/null
+++ b/public/img/brands/american-cancer-society.svg
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1381.04 764"><defs><style>.cls-1{fill:red;}.cls-2{fill:#2746f8;}</style></defs><g id="Layer_1-2"><g><g><path class="cls-2" d="M330.67,104.28h49.71l59.97,175.6h-42.68l-13.51-43.22h-56.73l-13.51,43.22h-42.14l58.89-175.6Zm42.14,97.26l-17.83-56.73-17.29,56.73h35.12Z"/><path class="cls-2" d="M592.18,182.08c-12.97,0-23.23,9.19-23.23,25.39v72.94h-38.36v-72.94c0-16.21-7.02-25.39-19.45-25.39s-23.23,9.19-23.23,25.39v72.94h-38.36V149.67h38.36v15.13c9.19-12.43,22.69-18.91,36.74-18.91,17.29,0,30.26,7.56,37.28,21.61,9.73-14.05,25.39-21.61,43.77-21.61,27.56,0,44.31,19.45,44.31,53.49v80.51h-38.36v-72.94c0-15.67-7.02-24.85-19.45-24.85Z"/><path class="cls-2" d="M664.58,215.04c0-45.39,32.96-68.62,65.92-68.62s66.46,23.77,66.46,68.62v11.89h-94.55c3.78,15.67,16.21,22.69,29.18,22.69,9.73,0,15.13-2.16,18.91-7.02h44.31c-11.35,28.1-38.36,41.06-63.22,41.06-32.96,0-67-23.23-67-68.62Zm92.39-14.59c-3.24-17.83-15.67-23.77-26.48-23.77-12.97,0-23.77,7.56-27.56,23.77h54.03Z"/><path class="cls-2" d="M812.09,149.67h38.36v15.67c9.73-12.43,23.77-17.83,39.44-17.83v36.74c-28.64-5.94-39.44,7.02-39.44,23.23v72.94h-38.36V149.67Z"/><path class="cls-2" d="M923.93,97.8c12.43,0,21.61,8.65,21.61,21.61s-9.19,21.61-21.61,21.61-21.61-8.65-21.61-21.61,8.65-21.61,21.61-21.61Zm-19.45,51.87h38.36v130.76h-38.36V149.67Z"/><path class="cls-2" d="M957.97,215.04c0-45.39,32.96-68.62,66.46-68.62,28.1,0,56.19,16.21,64.84,50.25h-41.6c-4.86-10.27-13.51-14.59-23.23-14.59-16.21,0-26.48,11.89-26.48,32.96s10.27,32.96,26.48,32.96c10.81,0,18.37-5.4,23.23-17.29h41.6c-8.1,35.66-36.2,52.95-64.84,52.95-33.5,0-66.46-23.23-66.46-68.62Z"/><path class="cls-2" d="M1098.45,215.04c0-45.39,29.72-68.62,59.97-68.62,17.29,0,30.8,5.94,40.52,16.75v-13.51h38.36v130.76h-38.36v-13.51c-9.73,10.81-23.23,16.75-40.52,16.75-30.26,0-59.97-23.23-59.97-68.62Zm70.24,32.96c18.37,0,30.26-11.89,30.26-32.96s-11.89-32.96-30.26-32.96-30.26,11.89-30.26,32.96,11.89,32.96,30.26,32.96Z"/><path class="cls-2" d="M1321.06,182.08c-15.13,0-25.93,9.19-25.93,25.39v72.94h-38.36V149.67h38.36v15.67c9.73-12.43,23.77-18.91,39.44-18.91,28.64,0,46.47,19.45,46.47,53.49v80.51h-38.36v-72.94c.54-16.21-7.56-25.39-21.61-25.39Z"/></g><g><path class="cls-2" d="M269.07,408.48c0-55.11,38.9-91.31,87.53-91.31,41.6,0,76.18,25.93,85.37,67.54h-43.22c-7.02-17.83-21.61-29.18-42.68-29.18-28.64,0-45.93,21.61-45.93,52.95s17.29,52.95,45.93,52.95c21.61,0,36.2-12.43,42.68-31.88h42.68c-8.65,43.22-43.22,70.24-85.37,70.24-48.09,.54-86.99-35.66-86.99-91.31Z"/><path class="cls-2" d="M452.78,431.17c0-45.39,29.72-68.62,59.97-68.62,17.29,0,30.8,5.94,40.52,16.75v-13.51h38.36v130.76h-38.36v-13.51c-9.73,10.81-23.23,16.75-40.52,16.75-30.26,.54-59.97-23.23-59.97-68.62Zm70.24,33.5c18.37,0,30.26-11.89,30.26-32.96s-11.89-32.96-30.26-32.96-30.26,11.89-30.26,32.96c-.54,20.53,11.89,32.96,30.26,32.96Z"/><path class="cls-2" d="M675.39,398.21c-15.13,0-25.93,9.19-25.93,25.39v72.94h-38.36v-130.76h38.36v15.67c9.73-12.43,23.77-18.91,39.44-18.91,28.64,0,46.47,19.45,46.47,53.49v80.51h-38.36v-72.94c.54-16.21-8.1-25.39-21.61-25.39Z"/><path class="cls-2" d="M750.49,431.17c0-45.39,32.96-68.62,66.46-68.62,28.1,0,56.19,16.21,64.84,50.25h-41.6c-4.86-10.27-13.51-14.59-23.23-14.59-16.21,0-26.48,11.89-26.48,32.96s10.27,32.96,26.48,32.96c10.81,0,18.37-5.4,23.23-17.29h41.6c-8.1,35.66-36.2,52.95-64.84,52.95-34.04,.54-66.46-23.23-66.46-68.62Z"/><path class="cls-2" d="M890.97,431.17c0-45.39,32.96-68.62,65.92-68.62s66.46,23.77,66.46,68.62v11.89h-94.55c3.78,15.67,16.21,22.69,29.18,22.69,9.73,0,15.13-2.16,18.91-7.02h44.31c-11.35,28.1-38.36,41.06-63.22,41.06-32.42,.54-67-23.23-67-68.62Zm92.93-14.59c-3.24-17.83-15.67-23.77-26.48-23.77-12.97,0-23.77,7.56-27.56,23.77h54.03Z"/><path class="cls-2" d="M1039.02,365.79h38.36v15.67c9.73-12.43,23.77-17.83,39.44-17.83v36.74c-28.64-5.94-39.44,7.02-39.44,23.23v72.94h-38.36v-130.76Z"/></g><path class="cls-2" d="M436.03,651.07c0-45.39,34.58-68.62,70.24-68.62s70.24,23.77,70.24,68.62-34.58,68.62-70.24,68.62-70.24-23.23-70.24-68.62Zm69.7,32.96c18.37,0,30.26-11.89,30.26-32.96s-11.89-32.96-30.26-32.96-30.26,11.89-30.26,32.96,11.89,32.96,30.26,32.96Z"/><path class="cls-2" d="M586.24,651.07c0-45.39,32.96-68.62,66.46-68.62,28.1,0,56.19,16.21,64.84,50.25h-41.6c-4.86-10.27-13.51-14.59-23.23-14.59-16.21,0-26.48,11.89-26.48,32.96s10.27,32.96,26.48,32.96c10.81,0,18.37-5.4,23.23-17.29h41.6c-8.1,35.66-36.2,52.95-64.84,52.95-33.5,0-66.46-23.23-66.46-68.62Z"/><path class="cls-2" d="M751.57,533.83c12.43,0,21.61,8.65,21.61,21.61s-9.19,21.61-21.61,21.61-21.61-8.65-21.61-21.61,8.64-21.61,21.61-21.61Zm-19.45,51.87h38.36v130.76h-38.36v-130.76Z"/><path class="cls-2" d="M785.07,651.07c0-45.39,32.96-68.62,65.92-68.62s66.46,23.77,66.46,68.62v11.89h-94.55c3.78,15.67,16.21,22.69,29.18,22.69,9.73,0,15.13-2.16,18.91-7.02h44.31c-11.35,28.1-38.36,41.06-63.22,41.06-32.96,0-67-23.23-67-68.62Zm92.93-14.59c-3.24-17.83-15.67-23.77-26.48-23.77-12.97,0-23.77,7.56-27.56,23.77h54.03Z"/><path class="cls-2" d="M1065.49,699.7l-49.71-114.01h41.6l28.1,67,25.93-67h39.44l-72.4,178.3h-39.44l26.48-64.3Z"/><path class="cls-2" d="M378.22,612.17l-31.34-7.02c-15.13-3.78-16.75-10.27-16.75-15.67,0-10.27,9.19-16.75,23.77-16.75,18.37,0,25.39,9.73,28.64,18.37l.54,2.16h41.6l-.54-3.78c-6.48-32.42-32.42-51.87-70.24-51.87s-64.84,23.23-64.84,55.65c0,25.93,15.67,42.68,45.93,49.71l30.8,7.02c15.13,3.24,18.37,9.19,18.37,16.21,0,11.35-9.73,18.37-25.39,18.37-11.35,0-25.93-3.24-30.8-19.99l-.54-2.16h-42.68l.54,3.78c5.94,34.04,34.04,54.03,74.02,54.03s66.46-22.69,66.46-56.19c0-26.48-16.75-44.85-47.55-51.87Z"/><path class="cls-2" d="M988.23,682.41c-4.86,0-7.02-3.24-7.02-8.1v-54.03h27.56v-34.04h-27.56v-46.47l-38.36,14.05v32.42h-19.45v34.04h19.45v54.03c0,24.85,19.99,42.14,45.39,42.14h23.77v-34.04h-23.77Z"/><g><path class="cls-1" d="M145.88,483.58l-77.8,60.51c-14.05,10.81-16.75,31.34-5.4,45.39v.54l77.8-61.06c14.05-10.81,16.75-30.8,5.4-45.39h0Z"/><path class="cls-1" d="M77.8,593.8c-14.05,11.35-16.75,31.88-5.4,45.93h0c1.08,1.62,2.7,3.24,4.32,4.32,1.08-5.94,4.32-10.81,9.19-15.13l40.52-31.88c14.05-11.35,16.75-31.88,5.4-45.93l-54.03,42.68Z"/><path class="cls-1" d="M202.62,403.61c0-22.69-18.37-41.06-41.06-41.06h-31.34l12.97,16.21-12.97,16.21h30.8c4.32,0,8.65,3.24,8.65,8.1,0,2.7-1.08,4.86-2.7,6.48l-108.6,84.83c-14.05,11.35-16.75,31.88-5.4,45.93h0l134-104.82c9.73-7.02,15.67-18.91,15.67-31.88Z"/><path class="cls-1" d="M16.75,436.03l48.09,37.82,26.48-21.07-55.65-43.22c-1.62-1.62-3.24-3.78-2.7-6.48,0-4.32,3.78-8.1,8.65-8.1h30.8l-12.97-16.21,12.97-16.21h-31.34c-22.69,0-41.06,18.37-41.06,41.06,.54,12.97,7.02,24.85,16.75,32.42Z"/><polygon class="cls-2" points="101.58 0 82.67 32.96 82.67 430.09 101.58 445.22 121.03 430.09 121.03 32.96 101.58 0"/><path class="cls-2" d="M114.01,680.79l6.48-63.76-28.1,22.15c-6.48,4.86-9.19,12.97-8.1,19.99l3.78,22.15c-4.86,3.78-8.1,10.27-8.1,16.75,0,11.89,9.73,21.61,21.61,21.61s21.61-9.73,21.61-21.61c0-7.02-3.78-13.51-9.19-17.29Z"/></g><path class="cls-2" d="M1183.62,536.19c3.27,1.88,5.83,4.48,7.68,7.78,1.85,3.3,2.77,7.02,2.77,11.14s-.92,7.85-2.77,11.19c-1.85,3.34-4.41,5.95-7.68,7.84-3.27,1.88-6.97,2.83-11.09,2.83s-7.93-.94-11.19-2.83c-3.27-1.88-5.83-4.49-7.68-7.84-1.85-3.34-2.77-7.07-2.77-11.19s.92-7.84,2.77-11.14c1.85-3.3,4.41-5.9,7.68-7.78,3.27-1.88,7-2.83,11.19-2.83s7.82,.94,11.09,2.83Zm1.33,31.61c3.16-3.27,4.74-7.5,4.74-12.69s-1.58-9.42-4.74-12.69c-3.16-3.27-7.3-4.9-12.42-4.9s-9.33,1.64-12.42,4.9c-3.09,3.27-4.64,7.5-4.64,12.69s1.55,9.42,4.64,12.69c3.09,3.27,7.23,4.9,12.42,4.9s9.26-1.63,12.42-4.9Zm-4.16-12.85c-.89,1.17-2.12,2.01-3.68,2.51l5.97,8.85-6.72,.11-5.12-8.53h-1.81v8.53h-5.54v-22.92h10.23c2.42,0,4.35,.64,5.81,1.92,1.46,1.28,2.19,3.02,2.19,5.22,0,1.71-.45,3.14-1.33,4.32Zm-11.35-1.65h4.37c.78,0,1.44-.21,1.97-.64,.53-.43,.8-1.03,.8-1.81s-.27-1.37-.8-1.76c-.53-.39-1.19-.59-1.97-.59h-4.37v4.8Z"/></g></g></svg> \ No newline at end of file
diff --git a/public/img/brands/american-red-cross.svg b/public/img/brands/american-red-cross.svg
index e69de29..23aff09 100644
--- a/public/img/brands/american-red-cross.svg
+++ b/public/img/brands/american-red-cross.svg
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" height="74.661" viewBox="0 0 221.69799 74.660797" width="221.7" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"><defs><clipPath id="v" clipPathUnits="userSpaceOnUse"><path d="m37.412 1013.1h28.666v-28.665h-28.666v28.665z"/></clipPath><clipPath id="u" clipPathUnits="userSpaceOnUse"><path d="m37.492 1000.2c-0.83-7.873 4.883-14.922 12.754-15.752 0.481-0.051 0.957-0.077 1.43-0.079h0.172c7.206 0.044 13.378 5.5 14.15 12.835 0.829 7.873-4.883 14.924-12.754 15.753-0.508 0.053-1.013 0.079-1.514 0.079-7.243 0-13.464-5.472-14.238-12.836"/></clipPath><clipPath id="t" clipPathUnits="userSpaceOnUse"><path d="m-13461 14257h26763v-26762h-26763v26762z"/></clipPath><clipPath id="s" clipPathUnits="userSpaceOnUse"><path d="m36.992 1017 32.97-3.465-3.464-32.967-32.97 3.464 3.464 32.968z"/></clipPath><clipPath id="r" clipPathUnits="userSpaceOnUse"><path d="m36.992 1017 32.97-3.4644-3.4642-32.968-32.97 3.4644 3.4642 32.968z"/></clipPath><radialGradient id="d" gradientUnits="userSpaceOnUse" cy="0" cx="0" gradientTransform="matrix(14.254 -1.4978 -1.4978 -14.254 51.745 998.75)" r="1"><stop stop-color="#fff" offset="0"/><stop stop-color="#fff" offset="0.7"/><stop stop-opacity="0" stop-color="#fff" offset="1"/></radialGradient><mask id="e" height="1" width="1" y="0" x="0" maskUnits="userSpaceOnUse"><g clip-path="url(#t)"><g clip-path="url(#s)"><g clip-path="url(#r)"><path fill="url(#d)" d="m36.992 1017 32.97-3.465-3.464-32.967-32.97 3.464 3.464 32.968z"/></g></g></g></mask><clipPath id="q" clipPathUnits="userSpaceOnUse"><path d="m36.992 1017 32.97-3.4644-3.4642-32.968-32.97 3.4644 3.4642 32.968z"/></clipPath><radialGradient id="c" gradientUnits="userSpaceOnUse" cy="0" cx="0" gradientTransform="matrix(14.254 -1.4978 -1.4978 -14.254 51.745 998.75)" r="1"><stop stop-color="#231f20" offset="0"/><stop stop-color="#231f20" offset="0.7"/><stop stop-color="#231f20" offset="1"/></radialGradient><clipPath id="p" clipPathUnits="userSpaceOnUse"><path d="m37.536 1013.9h27.097v-27.097h-27.097v27.097z"/></clipPath><clipPath id="o" clipPathUnits="userSpaceOnUse"><path d="m50.98 1013.9c-6.809-0.044-12.64-5.201-13.368-12.132-0.782-7.441 4.615-14.108 12.055-14.89 7.442-0.781 14.111 4.617 14.891 12.057 0.784 7.442-4.618 14.108-12.06 14.89-0.45 0.047-0.896 0.072-1.34 0.075h-0.178z"/></clipPath><clipPath id="n" clipPathUnits="userSpaceOnUse"><path d="m37.141 1017.6 31.164-3.2747-3.2743-31.161-31.164 3.2746 3.2743 31.161z"/></clipPath><radialGradient id="b" fx="-0.00354" fy="-.51584" gradientUnits="userSpaceOnUse" cy="0" cx="0" gradientTransform="matrix(13.674 -1.4368 -1.4435 -13.737 51.144 1000.6)" r="1"><stop stop-color="#fff" offset="0"/><stop stop-color="#fff" offset=".059402"/><stop stop-color="#fff" offset=".54916"/><stop stop-color="#f1f1f1" offset=".67230"/><stop stop-color="#e4e4e4" offset=".84741"/><stop stop-color="#cac9ca" offset=".96928"/><stop stop-color="#fff" offset=".99891"/><stop stop-color="#fff" offset="1"/></radialGradient><clipPath id="m" clipPathUnits="userSpaceOnUse"><path d="m36.389 1015.5h28.934v-28.934h-28.934v28.934z"/></clipPath><clipPath id="l" clipPathUnits="userSpaceOnUse"><path d="m37.61 1001.8c-0.782-7.441 4.615-14.108 12.057-14.891 7.44-0.78 14.11 4.618 14.888 12.057 0.785 7.442-4.617 14.107-12.057 14.89-0.481 0.051-0.958 0.075-1.432 0.075-6.847 0-12.725-5.172-13.456-12.131"/></clipPath><clipPath id="k" clipPathUnits="userSpaceOnUse"><path d="m36.389 1015.5h28.934v-28.934h-28.934v28.934z"/></clipPath><clipPath id="j" clipPathUnits="userSpaceOnUse"><path d="m50.762 1015.5c-1.699-0.011-3.427-0.323-5.106-0.97-5.722-2.206-9.241-7.652-9.266-13.436v-0.133c0.008-1.705 0.321-3.438 0.971-5.124 2.193-5.694 7.594-9.207 13.344-9.27h0.313c1.677 0.018 3.38 0.332 5.037 0.97 5.735 2.209 9.257 7.673 9.269 13.469v0.021c0.001 1.732-0.312 3.492-0.971 5.204-2.2 5.716-7.635 9.234-13.411 9.269h-0.18z"/></clipPath><clipPath id="i" clipPathUnits="userSpaceOnUse"><path d="m23.51 1013.2 39.487 15.208 15.207-39.486-39.487-15.208-15.207 39.486z"/></clipPath><radialGradient id="a" fx="-0.00354" fy="-.51584" gradientUnits="userSpaceOnUse" cy="0" cx="0" gradientTransform="matrix(13.697 5.2752 5.2995 -13.76 50.825 1001.2)" r="1"><stop stop-color="#fff" offset="0"/><stop stop-color="#fff" offset=".059402"/><stop stop-color="#fff" offset=".64924"/><stop stop-color="#f1f1f1" offset=".79755"/><stop stop-color="#e4e4e4" offset=".91411"/><stop stop-color="#cac9ca" offset=".93864"/><stop stop-color="#d1d0d0" offset=".95355"/><stop stop-color="#d1d0d0" offset=".95676"/><stop stop-color="#fff" offset=".97971"/><stop stop-color="#fff" offset="1"/></radialGradient><clipPath id="h" clipPathUnits="userSpaceOnUse"><path d="m41.988 1009.5h18.2v-18.204h-18.2v18.204z"/></clipPath><clipPath id="g" clipPathUnits="userSpaceOnUse"><path d="m48.055 1009.5v-6.068h-6.067v-6.065h6.067v-6.068h6.064v6.068h6.069v6.064l-6.069 0.001 0.002 6.068h-6.066z"/></clipPath><clipPath id="f" clipPathUnits="userSpaceOnUse"><path d="m60.188 1009.5v-18.201h-18.201v18.201h18.201z"/></clipPath></defs><g transform="matrix(1.25 0 0 -1.25 7.2877 1287.3)"><g transform="matrix(1.9688 0 0 1.9688 -79.039 -967.29)"><g><g><g clip-path="url(#v)"><g><g clip-path="url(#u)"><g><g mask="url(#e)"><g><g clip-path="url(#q)"><path d="m37.492 1000.2c-0.83-7.873 4.883-14.922 12.754-15.752 0.481-0.051 0.957-0.077 1.43-0.079h0.172c7.206 0.044 13.378 5.5 14.15 12.835 0.829 7.873-4.883 14.924-12.754 15.753-0.508 0.053-1.013 0.079-1.514 0.079-7.243 0-13.464-5.472-14.238-12.836" fill="url(#c)"/></g></g></g></g></g></g></g></g></g><g transform="translate(64.558 998.97)"><path d="m0 0c-0.78-7.439-7.448-12.838-14.89-12.056-7.44 0.781-12.838 7.448-12.056 14.889 0.782 7.442 7.446 12.838 14.887 12.058 7.441-0.782 12.843-7.449 12.059-14.891" fill="#fff"/></g><g><g><g opacity="0.8" clip-path="url(#p)"><g><g clip-path="url(#o)"><g><g><g clip-path="url(#n)"><path d="m50.98 1013.9c-6.809-0.044-12.64-5.201-13.368-12.132-0.782-7.441 4.615-14.108 12.055-14.89 7.442-0.781 14.111 4.617 14.891 12.057 0.784 7.442-4.618 14.108-12.06 14.89-0.45 0.047-0.896 0.072-1.34 0.075h-0.178z" fill="url(#b)"/></g></g></g></g></g></g></g></g><g><g><g opacity="0.77" clip-path="url(#m)"><g><g clip-path="url(#l)"><g><g><g opacity="0.8" clip-path="url(#k)"><g><g clip-path="url(#j)"><g><g><g clip-path="url(#i)"><path d="m50.762 1015.5c-1.699-0.011-3.427-0.323-5.106-0.97-5.722-2.206-9.241-7.652-9.266-13.436v-0.133c0.008-1.705 0.321-3.438 0.971-5.124 2.193-5.694 7.594-9.207 13.344-9.27h0.313c1.677 0.018 3.38 0.332 5.037 0.97 5.735 2.209 9.257 7.673 9.269 13.469v0.021c0.001 1.732-0.312 3.492-0.971 5.204-2.2 5.716-7.635 9.234-13.411 9.269h-0.18z" fill="url(#a)"/></g></g></g></g></g></g></g></g></g></g></g></g></g><g fill="#ed1b2e"><g fill="#ed1b2e"><g fill="#ed1b2e" clip-path="url(#h)"><g fill="#ed1b2e"><g fill="#ed1b2e" clip-path="url(#g)"><g fill="#ed1b2e"><g fill="#ed1b2e"><g fill="#ed1b2e" clip-path="url(#f)"><path d="m48.055 1009.5v-6.068h-6.067v-6.065h6.067v-6.068h6.064v6.068h6.069v6.064l-6.069 0.001 0.002 6.068h-6.066z" fill="#ed1b2e"/></g></g></g></g></g></g></g></g><path d="m62.258 20.881c-0.045 0.12-3.6291 9.5046-3.7266 9.7559h3.1035c0.03875-0.1225 0.46289-1.459 0.46289-1.459h3.5371s0.41883 1.3377 0.45508 1.459h3.1055c-0.095-0.24875-3.5917-9.6346-3.6367-9.7559h-3.3008zm35.727 0.01172v1.8867h2.8359v-1.8867h-2.8359zm7.7168 2.252c-1.2212 0-2.2192 0.43-2.8867 1.125-0.63125 0.64875-0.99414 1.6616-0.99414 2.7266 0 2.315 1.4579 3.9062 3.7129 3.9062 1.595 0 2.5442-0.77711 2.9492-1.1934 0.31625-0.315 0.52-0.66703 0.6875-1.0195-0.14-0.07625-1.8738-1.0268-2.0488-1.123-0.1475 0.47-0.49406 1.252-1.3516 1.252-0.60375 0-1.3223-0.30273-1.3223-1.7402 0-1.2512 0.53257-2.0273 1.3926-2.0273 0.615 0 1.0524 0.36992 1.2774 1.1387 0.18125-0.10125 1.8988-1.0739 2.0488-1.1602-0.13875-0.225-0.31875-0.4743-0.5625-0.7168-1.0738-1.09-2.4574-1.168-2.9024-1.168zm-18.592 0.04102c-2.2962 0-3.8379 1.6004-3.8379 3.8379 0 1.015 0.33688 1.9457 0.95312 2.627 0.6925 0.765 1.6972 1.2656 2.8984 1.2656 1.6112 0 2.8594-0.775 3.7031-2-0.1925-0.07875-2.028-0.84234-2.168-0.90234-0.30625 0.6625-0.78281 0.98438-1.3828 0.98438-0.2575 0-0.62828-0.06258-0.92578-0.36133-0.34-0.34125-0.35805-0.69953-0.37305-1.0195l-0.0039-0.10938h5c-0.02625-1.07-0.06859-2.212-1.0586-3.1895-0.885-0.8575-2.0134-1.1328-2.8047-1.1328zm26.834 0.06055c-1.0812 0-1.9072 0.2125-2.5234 0.53125-0.93 0.49-1.1338 1.2264-1.2363 1.8477 0.21125 0 2.3357-0.06266 2.4707-0.06641 0.115-0.56875 0.38734-0.75586 1.0273-0.75586 0.86 0 1.0456 0.3632 1.0606 0.9082l0.004 0.07617-0.0723 0.01953c-0.435 0.12625-0.74125 0.19664-1.5312 0.30664-1.1962 0.1575-1.9856 0.26016-2.623 0.91016-0.385 0.385-0.58008 0.87734-0.58008 1.4648 0 1.0675 0.65383 2.3066 2.4863 2.3066 1.2912 0 1.9403-0.45141 2.2891-0.69141l0.16602-0.11524v0.65234h2.5293c-0.135-0.225-0.16602-0.40258-0.16602-0.79883v-3.9883c0-0.4175 0-1.0484-0.40625-1.5684-0.4875-0.6275-1.462-1.0391-2.8945-1.0391zm9.6504 0.04883c-1.4975 0-1.953 0.72547-2.1992 1.0742l-0.1875 0.26562v-1.1582h-2.5v7.1602h2.6524v-3.8203c0-0.315 0.0123-1.2695 1.0723-1.2695 1.0638 0 1.0254 0.85188 1.0254 1.1719v3.918h2.6524v-4.5254c0-0.385-0.00071-1.5072-0.68946-2.1797-0.4425-0.415-1.0462-0.63672-1.8262-0.63672zm-48.836 0.02148c-1.4738 0-1.848 0.70141-2.0742 1.0664l-0.19141 0.3125v-1.1992h-2.5273v7.1465h2.6523v-3.8926l0.0039-0.04687c0.01125-0.2425 0.02828-0.54461 0.30078-0.81836 0.20125-0.2025 0.44945-0.31836 0.7832-0.31836 0.42125 0 0.87977 0.20445 1.0098 0.7832 0.02793 0.14308 0.04102 0.28643 0.04102 0.42578v3.8613h2.6523v-3.8203c0-0.15125-0.000312-0.46539 0.14844-0.74414 0.18-0.33875 0.46476-0.51172 0.94726-0.51172 1.09 0 1.0508 0.89617 1.0508 1.3262v3.75h2.6504c0-0.18375 0.002-4.6191 0.002-4.6191h-0.002c-0.01375-0.66-0.02844-1.4062-0.64844-2.0137-0.435-0.4375-1.1362-0.6875-1.9199-0.6875-1.7 0-2.1729 0.90188-2.3066 1.2031l-0.077 0.186-0.094-0.18c-0.185-0.355-0.43539-0.76438-1.3379-1.0469-0.4225-0.13375-0.8093-0.16211-1.0605-0.16211zm-10.863 0.0098 1.1348 3.7656h-2.2988l1.1641-3.7656zm33.131 0.002c-0.99 0-1.5862 0.1857-2.3262 0.8457l-0.16016 0.14258v-0.87695-0.0039h-2.543v7.2012h2.6406v-3.3789c0.0125-0.45125 0.04664-1.6504 1.8066-1.6504 0.1625 0 0.42328 0.01203 0.58203 0.01953v-2.2988zm0.95898 0.15234v7.1328h2.8359v-7.1328h-2.8359zm-10.805 1.418c0.42 0 0.90867 0.24844 1.0449 0.80469 0.02 0.08 0.0257 0.1093 0.0332 0.18555l0.02148 0.2168h-2.2988l0.0293-0.125c0.06625-0.31 0.24242-1.082 1.1699-1.082zm27.551 2.3652v0.13672c0 0.25-0.00024 0.50102-0.14649 0.82226-0.2725 0.6-0.98289 0.83203-1.4004 0.83203-0.585 0-0.80078-0.32156-0.80078-0.57031 0-0.11125 0.0456-0.46562 0.64063-0.70312v-0.0039h0.004 0.002c0.22375-0.075 0.44586-0.12578 0.66211-0.17578 0 0 0.0705-0.01758 0.0742-0.01758 0.2775-0.0775 0.54665-0.17367 0.80665-0.26367l0.1582-0.05664zm-22.242 6.2188c-1.5038 0-2.7795 0.58273-3.6895 1.6465-0.805 0.94125-1.2676 2.3176-1.2676 3.6426 0 1.3125 0.42602 2.6124 1.1973 3.5137 0.89125 1.0412 2.1923 1.6094 3.7598 1.6094 1.4738 0 2.7955-0.52094 3.7168-1.4297 0.4325-0.43125 0.73734-0.98656 0.96484-1.4141-0.16125-0.0775-2.3085-1.118-2.4785-1.1992-0.46875 1.2875-1.3925 1.6543-2.0625 1.6543-0.74 0-1.3066-0.30711-1.6816-0.91211-0.30875-0.49875-0.47461-1.1912-0.47461-2 0-0.37875 0.000469-1.5324 0.76172-2.2637 0.20625-0.2075 0.66016-0.55469 1.3789-0.55469 1.315 0 1.8566 1.1006 2.1016 1.6719 0.165-0.0825 2.2775-1.138 2.4375-1.2168-0.1875-0.34375-0.44992-0.79414-0.82617-1.1816-0.9675-0.99625-2.3329-1.5664-3.8379-1.5664zm-33.957 0.34766v9.7598h2.8984v-3.5332h1.0664s1.8955 3.4357 1.9492 3.5332h3.1953c-0.16375-0.27125-2.3418-3.8848-2.3418-3.8848l-0.05859-0.0957 0.16992-0.06836c0.43-0.1725 0.8032-0.31797 1.1582-0.69922 0.47625-0.485 0.71875-1.1597 0.71875-1.9297 0-0.985-0.4275-2.2759-1.625-2.7871-0.63-0.26375-1.5959-0.29492-2.3672-0.29492h-4.7637zm22.596 0.01172v2.998 0.21484l-0.18945-0.16797c-0.28875-0.26125-0.72172-0.65625-1.7305-0.65625-1.505 0-3.0254 1.1841-3.0254 3.6191 0 2.3225 1.2248 3.918 3.1211 3.918 0.39625 0 0.73742-0.05633 1.0449-0.17383 0.38625-0.1475 0.51586-0.29234 0.69336-0.49609l0.16797-0.19336v0.68359h2.5684v-9.7461h-2.6504zm-19.697 1.9336h1.3672c0.47875 0 1.6016 0.0061 1.6016 1.1836 0 1.2012-1.1541 1.1895-1.5879 1.1895h-1.3809v-2.373zm46.115 0.35938c-1.285-0.0063-2.3515 0.39305-3.084 1.123-0.68375 0.67875-1.0449 1.7012-1.0449 2.8125 0 1 0.33164 1.9827 0.93164 2.6289 0.695 0.75 1.7474 1.166 3.0449 1.166 1.28 0 2.347-0.38141 3.082-1.0664 0.7125-0.66375 1.0879-1.6715 1.0879-2.7715 0-1.075-0.41664-2.2209-1.0879-2.8672-0.31375-0.29625-1.2284-1.0091-2.9297-1.0254zm8.0234 0.0078c-1.0725 0-1.899 0.29297-2.459 0.82422-0.4375 0.42625-0.68946 1.0724-0.68946 1.6387 0 1.4512 1.2388 1.8531 1.9062 2.0469 0.64125 0.18875 1.2273 0.28367 1.4785 0.32617 0.27875 0.04 0.80078 0.10984 0.80078 0.52734 0 0.37125-0.425 0.53711-0.84375 0.53711-0.38375 0-0.76617-0.07844-1.1699-0.24219-0.52125-0.22125-0.85868-0.5043-1.1074-0.74805-0.11626 0.10625-1.3243 1.217-1.4668 1.3457 0.59125 0.4775 1.7784 1.4648 3.7734 1.4648 2.28 0 3.3008-1.2922 3.3008-2.6484 0-0.77625-0.37961-1.4452-1.0684-1.8164-0.33625-0.175-0.63649-0.24305-1.8965-0.5293l-0.0547-0.01367c-0.94-0.2325-1.166-0.28062-1.166-0.57812 0-0.1775 0.0913-0.4707 0.70508-0.4707 0.755 0 1.4307 0.41023 1.9082 0.70898 0.095-0.08625 1.2776-1.1663 1.4238-1.2988-0.34375-0.25875-0.88-0.66781-1.7812-0.88281-0.555-0.12875-1.0788-0.19141-1.5938-0.19141zm7.5059 0c-1.075 0-1.9022 0.29297-2.4609 0.82422-0.4375 0.42625-0.6875 1.0724-0.6875 1.6387 0 1.4512 1.2393 1.8531 1.9043 2.0469 0.64125 0.18875 1.2273 0.28367 1.4785 0.32617 0.28 0.04 0.79688 0.10984 0.79688 0.52734 0 0.37125-0.41984 0.53711-0.83985 0.53711-0.38249 0-0.76617-0.07844-1.1699-0.24219-0.52-0.22125-0.85812-0.5043-1.1094-0.74805-0.11625 0.10625-1.3224 1.217-1.4648 1.3457 0.59125 0.4775 1.7765 1.4648 3.7715 1.4648 2.2812 0 3.3008-1.2922 3.3008-2.6484 0-0.77625-0.37891-1.4452-1.0664-1.8164-0.33625-0.175-0.63648-0.24305-1.8965-0.5293l-0.0566-0.01367c-0.94-0.2325-1.1641-0.28062-1.1641-0.57812 0-0.1775 0.0933-0.4707 0.70703-0.4707 0.75375 0 1.4262 0.41023 1.9062 0.70898 0.0937-0.08625 1.2783-1.1663 1.4258-1.2988-0.345-0.25875-0.8832-0.66781-1.7832-0.88281-0.55625-0.12875-1.0768-0.19141-1.5918-0.19141zm-51.498 0.0078c-2.295 0-3.8379 1.5979-3.8379 3.8379 0 1.0138 0.33812 1.9445 0.95312 2.627 0.69375 0.76375 1.6947 1.2637 2.8984 1.2637 1.6112 0 2.8606-0.77305 3.7031-1.998-0.19375-0.08-2.028-0.84234-2.168-0.90234-0.30625 0.66125-0.78156 0.98438-1.3828 0.98438-0.2575 0-0.62633-0.06312-0.92383-0.35938-0.3425-0.3425-0.3593-0.70219-0.37305-1.0234l-0.0039-0.10742h4.998c-0.025-1.07-0.06734-2.2139-1.0586-3.1914-0.8825-0.8575-2.0122-1.1309-2.8047-1.1309zm31.332 0.13672c-0.98875 0.0063-1.5842 0.1857-2.3242 0.8457l-0.16015 0.14258v-0.87695h-2.541v7.2031h2.6387v-3.3809-0.0059c0.0138-0.45 0.0479-1.6504 1.8066-1.6504 0.1625 0 0.42258 0.01023 0.58008 0.02148v-2.2988zm-31.264 1.5762c0.4225 0 0.91008 0.24844 1.0488 0.80469 0.01875 0.08 0.02305 0.10984 0.0293 0.18359l0.02344 0.2168h-2.2969l0.02539-0.125c0.06875-0.30875 0.24367-1.0801 1.1699-1.0801zm35.816 0.17578c0.38125-0.01125 0.69414 0.09742 0.93164 0.32617 0.32625 0.3175 0.49219 0.8525 0.49219 1.5938 0 1.6662-0.76696 2.0156-1.4082 2.0156-1.2362 0-1.4219-1.2445-1.4219-1.9883 0-0.7125 0.1825-1.9148 1.4062-1.9473zm-27.467 0.125c0.37375 0 0.88344 0.23578 1.0859 0.89453 0.09625 0.2875 0.11523 0.57773 0.11523 0.92773 0 0.3725-0.0011 1.0603-0.40234 1.4766-0.22125 0.21875-0.50766 0.3457-0.78516 0.3457-0.30375 0-0.59156-0.12274-0.78906-0.33398-0.276-0.31-0.415-0.793-0.415-1.477 0-0.32625 0.02648-0.60078 0.08398-0.86328v-0.002l0.002-0.002c0.25-0.89625 0.91648-0.96875 1.1152-0.96875z" transform="matrix(.8 0 0 -.8 25.411 1026.1)" fill="#6d6e70"/></g></g></svg>
diff --git a/public/img/brands/aspca.svg b/public/img/brands/aspca.svg
new file mode 100644
index 0000000..78836ec
--- /dev/null
+++ b/public/img/brands/aspca.svg
@@ -0,0 +1,23 @@
+<svg
+ xmlns="http://www.w3.org/2000/svg"
+ width="115"
+ height="31"
+ fill="none"
+ viewBox="0 0 115 31">
+ <g
+ fillRule="evenodd"
+ stroke="none"
+ transform="matrix(1.25 0 0 -1.25 -243.599 932.946)"
+ >
+ <path
+ fill="currentColor"
+ d="M277.756 745.726h-4.764l-2.948-7.345c-1.284 3.582-5.13 7.976-11.63 7.976-3.785 0-6.827-1.49-8.956-3.714.818-1.422 1.22-3.064 1.22-4.715-.018-2.651-1.04-5.36-2.822-6.913l-.003-.001v-.003a9.162 9.162 0 00-1.166-.861c1.595-4.677 5.953-8.343 11.791-8.343 1.933 0 3.764.432 5.4 1.207l-.379-.944h6.486l1.25 3.423h8.215l1.15-3.423h6.553l-9.397 23.656zm-13.65-14.62c-.385-.831-1.919-3.994-5.692-3.994-3.93 0-6.36 3.453-6.36 7.03 0 3.36 2.27 6.909 6.328 6.909 3.263 0 5.051-2.365 5.723-4.124h5.356l-2.336-5.82h-3.02zm8.79-.818l2.431 8.085h.095l2.433-8.085h-4.959zm-49.015 11.016c1.852 0 2.042-1.503 2.173-2.3H231v3.914a7.295 7.295 0 01-.534.753c-1.536 1.82-4.06 2.686-6.395 2.686-3.964 0-8.278-2.527-8.278-6.968 0-4.444 4.122-6.11 5.786-6.78 3.643-1.534 4.633-1.918 4.633-3.485 0-1.085-.862-2.27-2.299-2.27-.767 0-2.46.48-2.46 3.229h-6.014v-.04l-6.303 15.865h-4.765l-9.492-23.656h6.49l1.245 3.418h8.216l1.151-3.418h6.554l-.538 1.354c1.31-1.066 3.222-1.8 5.98-1.8 3.634 0 5.822 1.284 7.023 3.03v8.039c-.842 1.049-2.195 2.013-4.308 2.962-4.25 1.92-4.889 2.21-4.889 3.614 0 1.118 1.024 1.853 2.078 1.853m-19.603-10.837l2.428 8.09h.097l2.43-8.09h-4.955z">
+
+ </path>
+ <path
+ fill="currentColor"
+ d="M231.91 745.941h7.758c4.39 0 6.025-.672 7.31-1.731 1.858-1.537 2.791-3.877 2.791-6.282 0-2.404-.998-4.938-2.504-6.222-1.635-1.378-3.238-2.05-6.926-2.05h-2.628v-7.441h-5.802v23.726zm5.801-10.963h2.47c1.152 0 3.782 0 3.782 2.853 0 2.789-2.693 2.789-4.009 2.789h-2.243v-5.642z">
+
+ </path>
+ </g>
+</svg> \ No newline at end of file
diff --git a/public/img/brands/feeding-america.svg b/public/img/brands/feeding-america.svg
new file mode 100644
index 0000000..f44c897
--- /dev/null
+++ b/public/img/brands/feeding-america.svg
@@ -0,0 +1,136 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="101.21249"
+ height="59.281597"
+ id="svg4024"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ version="1.0"
+ sodipodi:docname="Feeding America logo.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs4026">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ id="perspective4032" />
+ <inkscape:perspective
+ id="perspective4041"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10000"
+ guidetolerance="10"
+ objecttolerance="10"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="3.0296944"
+ inkscape:cx="50.606243"
+ inkscape:cy="29.640799"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:window-width="1024"
+ inkscape:window-height="721"
+ inkscape:window-x="-4"
+ inkscape:window-y="-4" />
+ <metadata
+ id="metadata4029">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-367.97968,-528.58759)">
+ <path
+ transform="scale(1.0507223,0.9517263)"
+ style="font-size:261.21298218px;font-style:normal;font-weight:normal;text-align:start;line-height:125%;text-anchor:start;fill:#f8971c;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
+ d="M 357.47192,581.2968 L 367.14024,581.2968 L 367.14024,583.83664 L 360.2653,583.83664 L 360.2653,586.53922 L 366.3237,586.53922 L 366.3237,589.07906 L 360.2653,589.07906 L 360.2653,593.99487 L 357.47192,593.99487 L 357.47192,581.2968 z M 370.30419,581.2968 L 379.88172,581.2968 L 379.88172,583.78238 L 373.07929,583.78238 L 373.07929,586.3582 L 379.06518,586.3582 L 379.06518,588.84323 L 373.07929,588.84323 L 373.07929,591.50984 L 379.9725,591.50984 L 379.9725,593.99487 L 370.30419,593.99487 L 370.30419,581.2968 z M 383.38446,581.2968 L 392.96199,581.2968 L 392.96199,583.78238 L 386.15957,583.78238 L 386.15957,586.3582 L 392.14545,586.3582 L 392.14545,588.84323 L 386.15957,588.84323 L 386.15957,591.50984 L 393.05277,591.50984 L 393.05277,593.99487 L 383.38446,593.99487 L 383.38446,581.2968 z M 401.10718,591.47331 C 401.67551,591.47331 402.19551,591.38261 402.66717,591.20122 C 403.13881,591.01983 403.5409,590.75983 403.87343,590.42122 C 404.20594,590.08262 404.46593,589.68358 404.65342,589.2241 C 404.84089,588.76463 404.93463,588.25072 404.93464,587.68237 L 404.93464,587.64584 C 404.93463,587.08968 404.84089,586.57577 404.65342,586.10411 C 404.46593,585.63246 404.20594,585.22734 403.87343,584.88872 C 403.5409,584.55012 403.13881,584.28708 402.66717,584.09959 C 402.19551,583.91212 401.67551,583.81838 401.10718,583.81837 L 398.94876,583.81837 L 398.94876,591.47331 L 401.10718,591.47331 z M 396.15538,581.2968 L 401.10718,581.2968 C 402.09882,581.29681 403.00881,581.45707 403.83717,581.77759 C 404.6655,582.09812 405.37898,582.54256 405.97759,583.11089 C 406.57619,583.67924 407.0388,584.34742 407.36542,585.11541 C 407.69203,585.88342 407.85533,586.7149 407.85535,587.60985 L 407.85535,587.64584 C 407.85533,588.5408 407.69203,589.37523 407.36542,590.14914 C 407.0388,590.92305 406.57619,591.59427 405.97759,592.16279 C 405.37898,592.73132 404.6655,593.1788 403.83717,593.50523 C 403.00881,593.83166 402.09882,593.99487 401.10718,593.99487 L 396.15538,593.99487 L 396.15538,581.2968 z M 410.45387,581.2968 L 413.24725,581.2968 L 413.24725,597.92235 L 410.45387,597.92235 L 410.45387,581.2968 z M 416.73028,581.2968 L 419.30609,581.2968 L 424.32741,589.11504 L 424.32741,581.2968 L 426.93014,581.2968 L 426.93014,593.99487 L 424.39949,593.99487 L 419.48712,585.92253 L 419.48712,593.99487 L 416.73028,593.99487 L 416.73028,581.2968 z"
+ id="text4047"
+ sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccsssccsssccccccsssccsssccccccccccccccccccc" />
+ <path
+ style="font-size:261.21298218px;font-style:normal;font-weight:normal;text-align:start;line-height:125%;text-anchor:start;fill:#f8971c;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
+ d="M 457.86788,565.5276 C 456.90816,565.5276 456.03336,565.36871 455.24348,565.0509 C 454.45359,564.73311 453.77478,564.29162 453.20706,563.72646 C 452.63934,563.16129 452.19753,562.49022 451.8816,561.71323 C 451.56568,560.93626 451.40773,560.0886 451.40773,559.17024 L 451.40773,559.13467 C 451.40773,558.25189 451.56862,557.42488 451.89044,556.65365 C 452.21225,555.88243 452.65988,555.20543 453.23332,554.62265 C 453.80675,554.03989 454.48555,553.58071 455.26974,553.24512 C 456.05389,552.90954 456.91423,552.74175 457.85074,552.74175 C 458.40077,552.74175 458.90108,552.78003 459.35166,552.85653 C 459.80222,552.93309 460.22057,553.04204 460.60668,553.18341 C 460.99276,553.3248 461.35556,553.5014 461.69506,553.71319 C 462.03454,553.925 462.36234,554.16637 462.67845,554.43725 L 460.97527,556.50357 C 460.74132,556.30344 460.50728,556.12684 460.27316,555.97377 C 460.03903,555.82073 459.79616,555.6912 459.54454,555.5852 C 459.2929,555.47922 459.02082,555.39676 458.72831,555.33783 C 458.43578,555.27891 458.11396,555.24945 457.76287,555.24944 C 457.27104,555.24945 456.81154,555.35248 456.38437,555.55852 C 455.95719,555.76459 455.5827,556.04124 455.26089,556.3885 C 454.93907,556.73576 454.68745,557.14194 454.506,557.60704 C 454.32456,558.07216 454.23384,558.56969 454.23384,559.09964 L 454.23384,559.13467 C 454.23384,559.69985 454.32456,560.22081 454.506,560.6976 C 454.68745,561.17439 454.94497,561.58937 455.27857,561.94255 C 455.61216,562.29574 456.00425,562.56952 456.45483,562.76391 C 456.9054,562.95829 457.4057,563.05548 457.95575,563.05548 C 458.96225,563.05548 459.81089,562.8081 460.50166,562.31336 L 460.50166,560.54777 L 457.78002,560.54777 L 457.78002,558.19853 L 463.11723,558.19853 L 463.11723,563.56746 C 462.48502,564.10892 461.733,564.57097 460.86116,564.95363 C 459.9893,565.33627 458.99154,565.5276 457.86788,565.5276 L 457.86788,565.5276 z"
+ id="path4052"
+ sodipodi:nodetypes="csssccsssssssccsssssssccssssccccccscc" />
+ <path
+ style="font-size:254.69830322px;font-style:normal;font-weight:normal;text-align:start;line-height:125%;text-anchor:start;fill:#4e6e17;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
+ d="M 380.91722,576.13931 L 379.27253,572.2029 L 377.62729,576.13931 L 380.91722,576.13931 z M 378.05209,568.9947 L 380.56367,568.9947 L 385.86967,581.22045 L 383.02235,581.22045 L 381.8899,578.49756 L 376.65461,578.49756 L 375.5227,581.22045 L 372.74555,581.22045 L 378.05209,568.9947 z M 388.09471,569.08097 L 391.03055,569.08097 L 394.28486,574.2145 L 397.53971,569.08097 L 400.47556,569.08097 L 400.47556,581.22045 L 397.76966,581.22045 L 397.76966,573.29523 L 394.28486,578.48063 L 394.21415,578.48063 L 390.76498,573.34709 L 390.76498,581.22045 L 388.09471,581.22045 L 388.09471,569.08097 z M 404.4259,569.08097 L 413.76456,569.08097 L 413.76456,571.45721 L 407.1318,571.45721 L 407.1318,573.91972 L 412.96839,573.91972 L 412.96839,576.29544 L 407.1318,576.29544 L 407.1318,578.84474 L 413.85309,578.84474 L 413.85309,581.22045 L 404.4259,581.22045 L 404.4259,569.08097 z M 422.69044,574.97765 C 423.36227,574.97766 423.87803,574.82154 424.23771,574.50928 C 424.59737,574.19704 424.7772,573.78072 424.77721,573.2603 L 424.77721,573.22589 C 424.7772,572.64799 424.58855,572.21446 424.21126,571.92531 C 423.83395,571.63619 423.30919,571.49162 422.637,571.49161 L 420.32264,571.49161 L 420.32264,574.97765 L 422.69044,574.97765 z M 417.59893,569.08097 L 423.25848,569.08097 C 424.82671,569.08098 426.02951,569.49149 426.86689,570.31249 C 427.57434,571.00613 427.92808,571.93105 427.92809,573.08724 L 427.92809,573.12164 C 427.92808,574.1046 427.68338,574.90533 427.19399,575.52381 C 426.70458,576.14232 425.75222,576.59604 424.96236,576.885 L 428.29945,581.22045 L 424.80312,581.22045 L 422.15012,577.33591 L 422.1145,577.33591 L 420.32264,577.33591 L 420.32264,581.22045 L 417.59893,581.22045 L 417.59893,569.08097 z M 431.26717,569.04774 L 434.20217,569.04774 L 434.20217,581.22045 L 431.26717,581.22045 L 431.26717,569.04774 z M 443.8593,581.42844 C 442.95139,581.42844 442.10835,581.26658 441.33018,580.94287 C 440.552,580.61916 439.87988,580.17699 439.31384,579.61636 C 438.7478,579.05573 438.30563,578.39384 437.98734,577.63068 C 437.66905,576.86754 437.50991,576.05252 437.50991,575.18564 L 437.50991,575.15071 C 437.50991,574.28383 437.66905,573.47173 437.98734,572.7144 C 438.30563,571.95708 438.7478,571.29227 439.31384,570.72 C 439.87988,570.14773 440.55793,569.69682 441.34799,569.36728 C 442.13804,569.03776 443.01058,568.87299 443.96563,568.87298 C 444.54355,568.87299 445.07127,568.91921 445.5488,569.01164 C 446.02631,569.10408 446.45966,569.23128 446.84885,569.39321 C 447.23801,569.55517 447.59769,569.75178 447.92786,569.98304 C 448.25801,570.21432 448.75215,570.71391 449.03501,570.99121 L 447.30179,572.95095 C 446.81814,572.52299 446.13813,571.94235 445.63705,571.6996 C 445.13595,571.45686 444.57287,571.33549 443.94782,571.33548 C 443.42891,571.33549 442.94842,571.43375 442.50635,571.63027 C 442.06427,571.8268 441.68399,572.09847 441.36553,572.44528 C 441.04706,572.79212 440.79939,573.19389 440.62253,573.6506 C 440.44566,574.10734 440.35723,574.5959 440.35723,575.1163 L 440.35723,575.15071 C 440.5569,577.27974 441.93876,578.45356 443.94782,578.78196 C 445.56795,578.82554 446.36473,578.0724 447.39031,576.99198 L 449.12353,578.7088 C 448.02721,579.87482 447.01726,580.82401 445.48699,581.28106 C 445.00352,581.37931 444.46096,581.42844 443.8593,581.42844 L 443.8593,581.42844 z M 459.72761,576.13931 L 457.83273,571.82763 L 455.93731,576.13931 L 459.72761,576.13931 z M 456.36211,568.9947 L 459.31151,568.9947 L 464.99278,581.22045 L 462.02037,581.22045 L 460.63774,578.49756 L 454.96463,578.49756 L 453.83272,581.22045 L 451.05558,581.22045 L 456.36211,568.9947 z"
+ id="text4054"
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccsccsccccccsccscccccccccccccccsssccsssssssccsssssccccccccccccccccccccc" />
+ <path
+ style="fill:#f8971c;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 433.06517,552.00452 C 435.04682,552.05291 436.47935,551.02553 436.52134,548.4877 C 434.56286,548.40889 432.36408,548.69614 433.06517,552.00452 z"
+ id="path4572"
+ sodipodi:nodetypes="ccc" />
+ <path
+ style="fill:#f8971c;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 432.90756,548.49216 C 434.88921,548.54055 436.32174,547.51317 436.36373,544.97534 C 434.40525,544.89653 432.20647,545.18378 432.90756,548.49216 z"
+ id="path4574"
+ sodipodi:nodetypes="ccc" />
+ <path
+ style="fill:#f8971c;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 432.84576,544.77809 C 434.82627,544.69546 436.1878,543.57568 436.06203,541.04062 C 434.10262,541.09137 431.92763,541.52326 432.84576,544.77809 z"
+ id="path4576"
+ sodipodi:nodetypes="ccc" />
+ <path
+ style="fill:#f8971c;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 433.00731,541.09759 C 434.98069,540.9104 436.28113,539.72023 436.02156,537.19536 C 434.06757,537.3496 431.91844,537.89583 433.00731,541.09759 z"
+ id="path4578"
+ sodipodi:nodetypes="ccc" />
+ <path
+ style="fill:#f8971c;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 432.14392,552.00452 C 430.16227,552.05291 428.72974,551.02553 428.68775,548.4877 C 430.64623,548.40889 432.84501,548.69614 432.14392,552.00452 z"
+ id="path4588"
+ sodipodi:nodetypes="ccc" />
+ <path
+ style="fill:#f8971c;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 432.30153,548.49216 C 430.31988,548.54055 428.88735,547.51317 428.84536,544.97534 C 430.80384,544.89653 433.00262,545.18378 432.30153,548.49216 z"
+ id="path4590"
+ sodipodi:nodetypes="ccc" />
+ <path
+ style="fill:#f8971c;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 432.36333,544.77809 C 430.38282,544.69546 429.02129,543.57568 429.14706,541.04062 C 431.10647,541.09137 433.28146,541.52326 432.36333,544.77809 z"
+ id="path4592"
+ sodipodi:nodetypes="ccc" />
+ <path
+ style="fill:#f8971c;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 432.20178,541.09759 C 430.2284,540.9104 428.92796,539.72023 429.18753,537.19536 C 431.14152,537.3496 433.29065,537.89583 432.20178,541.09759 z"
+ id="path4594"
+ sodipodi:nodetypes="ccc" />
+ <path
+ style="fill:#f8971c;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 432.7261,538.0866 C 434.49363,537.17211 434.37633,534.94149 432.57014,533.15823 C 430.85724,534.52006 430.63768,536.73293 432.7261,538.0866 z"
+ id="path4596"
+ sodipodi:nodetypes="ccc" />
+ </g>
+</svg>
diff --git a/public/img/brands/habitat-for-hummanity.svg b/public/img/brands/habitat-for-hummanity.svg
new file mode 100644
index 0000000..451f612
--- /dev/null
+++ b/public/img/brands/habitat-for-hummanity.svg
@@ -0,0 +1,276 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="205"
+ height="70"
+ id="svg10388"
+ sodipodi:version="0.32"
+ inkscape:version="0.44"
+ version="1.0"
+ sodipodi:docbase="C:\"
+ sodipodi:docname="habitat for humanity.svg">
+ <defs
+ id="defs10390">
+ <clipPath
+ clip-rule="nonzero"
+ id="clp5">
+<path
+ id="path39"
+ d="M 0,81.647 L 0,0 L 243.64,0 L 243.64,81.647" />
+
+</clipPath>
+ <clipPath
+ clip-rule="nonzero"
+ id="clp4">
+<path
+ id="path26"
+ d="M -77.29,-36.553 L -77.29,18.404 L 86.705,18.404 L 86.705,-36.553 L -77.29,-36.553 z " />
+
+</clipPath>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10000"
+ guidetolerance="10"
+ objecttolerance="10"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="2.8"
+ inkscape:cx="116.99544"
+ inkscape:cy="21.467017"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ width="205px"
+ height="70px"
+ inkscape:window-width="853"
+ inkscape:window-height="573"
+ inkscape:window-x="0"
+ inkscape:window-y="0" />
+ <metadata
+ id="metadata10393">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-166.0189,-427.524)">
+ <g
+ class="ps00"
+ id="q6"
+ style="fill:none;stroke:none"
+ transform="matrix(1.215841,0,0,-1.215841,103.3259,1321.104)">
+<g
+ transform="matrix(1,0,0,-1,131.3203,696.9271)"
+ id="xfrm7">
+<clipPath
+ clip-rule="nonzero"
+ id="clipPath10402">
+<path
+ id="path10404"
+ d="M -77.29,-36.553 L -77.29,18.404 L 86.705,18.404 L 86.705,-36.553 L -77.29,-36.553 z " />
+
+</clipPath>
+
+<g
+ id="g28"
+ clip-path="url(#clp4)">
+<g
+ transform="matrix(0.6731,0,0,-0.6731,-77.28986,18.40364)"
+ id="xfrm8">
+<path
+ id="path31"
+ class="ps01"
+ d="M 30.406,46.827 C 30.231,49.231 32.039,51.324 34.445,51.499 C 36.852,51.673 38.944,49.864 39.119,47.457 C 39.294,45.051 37.484,42.96 35.078,42.785 C 32.673,42.612 30.581,44.418 30.406,46.827"
+ style="fill:#314d89;fill-rule:nonzero;stroke:none" />
+
+<path
+ id="path33"
+ class="ps01"
+ d="M 81.672,46.827 C 81.847,49.231 80.037,51.324 77.632,51.499 C 75.224,51.673 73.133,49.864 72.959,47.457 C 72.784,45.051 74.594,42.96 76.998,42.785 C 79.404,42.612 81.498,44.418 81.672,46.827"
+ style="fill:#314d89;fill-rule:nonzero;stroke:none" />
+
+<path
+ id="path35"
+ class="ps01"
+ d="M 96.063,39.977 C 95.55,41.872 92.935,42.16 90.629,41.56 C 88.809,41.085 82.476,39.328 76.854,39.736 C 72.814,40.028 68.865,43.389 66.408,45.689 C 68.849,48.503 71.998,51.522 72.72,52.368 C 73.764,53.585 73.937,55.497 73.068,56.366 C 72.2,57.234 70.635,56.71 69.07,55.668 C 67.509,54.626 61.599,48.676 55.962,48.676 C 50.327,48.676 44.224,54.626 42.659,55.668 C 41.095,56.71 38.834,56.537 37.965,55.668 C 37.097,54.799 37.967,53.585 39.011,52.368 C 39.75,51.504 43.017,48.373 45.477,45.509 C 43.009,43.218 39.159,40.02 35.224,39.736 C 29.602,39.328 23.268,41.085 21.449,41.56 C 19.143,42.16 16.528,41.872 16.014,39.977 C 15.692,38.793 16.697,37.489 18.047,36.608 C 19.39,35.732 26.355,34.378 28.314,31.382 C 30.272,28.388 30.571,5.2197 32.396,4.4433 C 33.726,3.875 36.046,3.875 37.306,4.5166 C 39.074,5.4131 42.056,30.69 43.561,33.937 C 44.394,35.729 46.49,38.409 48.36,40.668 C 49.971,33.118 51.733,4.9951 53.431,4.4072 C 54.715,3.9638 57.271,3.9638 58.298,4.4072 C 59.973,5.1318 61.806,33.996 63.443,40.999 C 65.378,38.676 67.643,35.818 68.517,33.937 C 70.022,30.69 73.003,5.4131 74.77,4.5166 C 76.032,3.875 78.35,3.875 79.682,4.4433 C 81.504,5.2197 81.803,28.388 83.763,31.382 C 85.723,34.378 92.687,35.732 94.03,36.608 C 95.38,37.489 96.384,38.793 96.063,39.977"
+ style="fill:#314d89;fill-rule:nonzero;stroke:none" />
+
+<g
+ class="ps01"
+ id="q9"
+ style="fill:#314d89;fill-rule:nonzero;stroke:none">
+<clipPath
+ clip-rule="nonzero"
+ id="clipPath10412">
+<path
+ id="path10414"
+ d="M 0,81.647 L 0,0 L 243.64,0 L 243.64,81.647" />
+
+</clipPath>
+
+<g
+ id="g41"
+ clip-path="url(#clp5)">
+<path
+ id="path43"
+ class="ps01"
+ d="M 51.67,56.097 C 51.67,58.511 53.626,60.464 56.04,60.464 C 58.449,60.464 60.407,58.511 60.407,56.097 C 60.407,53.685 58.449,51.729 56.04,51.729 C 53.626,51.729 51.67,53.685 51.67,56.097"
+ style="fill:#314d89;fill-rule:nonzero;stroke:none" />
+
+<path
+ id="path45"
+ class="ps02"
+ d="M 96.935,55.789 C 99.058,52.42 94.612,51.156 91.217,51.932 C 88.373,52.58 60.483,67.493 56.301,67.877 C 52.133,68.257 27.045,52.833 24.28,51.353 C 20.218,49.181 16.63,49.388 12.879,51.333 C 11.641,51.979 2.0845,57.023 0,58.431 C 2.0845,60.378 31.09,77.793 34.467,79.485 C 38.351,81.434 40.666,82.456 44.936,80.861 C 47.897,79.752 96.055,57.182 96.935,55.789"
+ style="fill:#6db340;fill-rule:nonzero;stroke:none" />
+
+</g>
+
+</g>
+
+<path
+ id="path47"
+ class="ps02"
+ d="M 11.003,34.157 C 12.089,33.996 17.217,31.786 19.248,30.74 C 24.13,28.226 24.383,25.726 24.94,21.657 C 25.535,17.322 26.047,9.2451 26.132,6.1846 C 24.089,7.0605 16.09,13.755 14.181,15.405 C 12.701,16.688 11.046,17.603 11.049,19.59 C 11.052,20.349 10.703,32.291 11.003,34.157"
+ style="fill:#6db340;fill-rule:nonzero;stroke:none" />
+
+<path
+ id="path49"
+ class="ps01"
+ d="M 239.17,18.57 L 240.17,18.57 C 240.84,18.57 241.06,18.808 241.06,19.291 C 241.06,19.714 240.74,19.95 240.31,19.95 L 239.17,19.95 L 239.17,18.57 z M 239.17,16.194 L 238.55,16.194 L 238.55,20.464 L 240.18,20.464 C 241.18,20.464 241.67,20.061 241.67,19.251 C 241.67,18.481 241.17,18.157 240.56,18.077 L 241.79,16.194 L 241.11,16.194 L 239.95,18.058 L 239.17,18.058 L 239.17,16.194 z M 239.96,15.199 C 241.66,15.199 242.97,16.54 242.97,18.314 C 242.97,20.061 241.66,21.411 239.96,21.411 C 238.24,21.411 236.94,20.061 236.94,18.314 C 236.94,16.54 238.24,15.199 239.96,15.199 z M 239.96,21.962 C 241.97,21.962 243.64,20.386 243.64,18.314 C 243.64,16.223 241.97,14.646 239.96,14.646 C 237.96,14.646 236.27,16.223 236.27,18.314 C 236.27,20.386 237.96,21.962 239.96,21.962"
+ style="fill:#314d89;fill-rule:nonzero;stroke:none" />
+
+<path
+ id="path51"
+ class="ps01"
+ d="M 116.32,57.872 C 116.14,55.726 116.1,53.23 116.1,50.558 L 116.1,45.52 C 117.06,45.475 118.02,45.432 119.43,45.432 C 120.83,45.432 121.79,45.475 122.75,45.52 L 122.75,50.558 C 122.75,53.23 122.71,55.726 122.54,57.872 L 130.82,57.872 C 130.38,53.361 130.38,49.68 130.38,42.234 C 130.38,34.788 130.38,31.106 130.82,26.595 L 122.54,26.595 C 122.71,28.739 122.75,31.24 122.75,33.91 L 122.75,40.305 C 121.79,40.35 120.83,40.393 119.43,40.393 C 118.02,40.393 117.06,40.35 116.1,40.305 L 116.1,33.91 C 116.1,31.24 116.14,28.739 116.32,26.595 L 108.04,26.595 C 108.47,31.106 108.47,34.788 108.47,42.234 C 108.47,49.68 108.47,53.361 108.04,57.872 L 116.32,57.872"
+ style="fill:#314d89;fill-rule:nonzero;stroke:none" />
+
+<path
+ id="path53"
+ class="ps01"
+ d="M 144.13,37.985 C 141.38,37.284 139.66,35.575 139.66,33.385 C 139.66,31.851 140.63,30.669 142.03,30.669 C 142.95,30.669 143.87,31.24 144.13,31.633 L 144.13,37.985 z M 134.63,48.849 C 135.24,48.936 137.61,49.198 139.23,49.198 C 148.29,49.198 151.05,45.651 151.05,39.781 L 151.05,34.305 C 151.05,32.203 151.05,29.835 152.19,26.595 L 145.23,26.595 C 144.7,27.296 144.53,27.777 144.48,27.952 C 143.3,27.076 141.68,26.245 139.58,26.245 C 135.33,26.245 132.57,29.18 132.57,32.859 C 132.57,36.889 135.76,39.606 139.93,40.963 L 143.56,42.147 C 143.52,43.68 142.51,44.994 140.45,44.994 C 139.05,44.994 136.86,44.337 134.63,42.717 L 134.63,48.849"
+ style="fill:#314d89;fill-rule:nonzero;stroke:none" />
+
+<path
+ id="path55"
+ class="ps01"
+ d="M 161.94,32.727 C 161.94,31.456 162.42,30.45 163.82,30.45 C 165.62,30.45 166.89,32.289 166.89,37.502 C 166.89,41.226 165.92,44.424 163.73,44.424 C 162.55,44.424 161.94,43.68 161.94,42.628 L 161.94,32.727 z M 161.94,57.872 L 161.94,47.973 C 163.03,48.629 164.61,49.198 166.19,49.198 C 170.35,49.198 174.25,46.133 174.25,38.16 C 174.25,31.982 170.88,26.07 164.66,26.07 C 162.99,26.07 161.06,26.638 159,28.259 L 156.55,26.157 L 154.45,27.428 C 154.84,30.23 154.84,33.209 154.84,36.365 L 154.84,48.936 C 154.84,50.558 154.84,52.354 154.4,57.872 L 161.94,57.872"
+ style="fill:#314d89;fill-rule:nonzero;stroke:none" />
+
+<path
+ id="path57"
+ class="ps01"
+ d="M 184.13,48.672 C 184.04,46.397 184.04,43.066 184.04,38.336 C 184.04,32.377 184.04,29.397 184.44,26.595 L 176.55,26.595 C 176.94,29.397 176.94,32.377 176.94,35.532 L 176.94,39.737 C 176.94,42.892 176.94,45.869 176.55,48.672 L 184.13,48.672 z M 180.49,58.181 C 182.68,58.181 184.44,56.427 184.44,54.237 C 184.44,52.047 182.68,50.295 180.49,50.295 C 178.3,50.295 176.55,52.047 176.55,54.237 C 176.55,56.427 178.3,58.181 180.49,58.181"
+ style="fill:#314d89;fill-rule:nonzero;stroke:none" />
+
+<path
+ id="path59"
+ class="ps01"
+ d="M 196.22,55.376 C 196.13,54.019 196.08,51.433 196.08,48.672 L 199.37,48.672 L 199.37,44.469 L 196.08,44.469 L 196.08,33.428 C 196.08,31.633 196.74,30.625 198.5,30.625 C 198.76,30.625 199.02,30.625 199.42,30.669 L 199.42,26.726 C 197.97,26.245 196.48,26.07 194.99,26.07 C 193.02,26.07 191.44,26.769 190.26,28.172 C 189.34,29.268 188.99,31.106 188.99,33.342 L 188.99,44.469 L 186.45,44.469 L 186.45,48.672 L 188.99,48.672 C 188.99,51.433 188.95,54.019 188.86,55.376 L 196.22,55.376"
+ style="fill:#314d89;fill-rule:nonzero;stroke:none" />
+
+<path
+ id="path61"
+ class="ps01"
+ d="M 213.18,37.985 C 210.42,37.284 208.72,35.575 208.72,33.385 C 208.72,31.851 209.68,30.669 211.08,30.669 C 212,30.669 212.92,31.24 213.18,31.633 L 213.18,37.985 z M 203.68,48.849 C 204.29,48.936 206.66,49.198 208.28,49.198 C 217.35,49.198 220.11,45.651 220.11,39.781 L 220.11,34.305 C 220.11,32.203 220.11,29.835 221.24,26.595 L 214.28,26.595 C 213.75,27.296 213.58,27.777 213.54,27.952 C 212.35,27.076 210.73,26.245 208.63,26.245 C 204.38,26.245 201.62,29.18 201.62,32.859 C 201.62,36.889 204.82,39.606 208.98,40.963 L 212.62,42.147 C 212.57,43.68 211.56,44.994 209.5,44.994 C 208.1,44.994 205.91,44.337 203.68,42.717 L 203.68,48.849"
+ style="fill:#314d89;fill-rule:nonzero;stroke:none" />
+
+<path
+ id="path63"
+ class="ps01"
+ d="M 231.96,55.376 C 231.88,54.019 231.83,51.433 231.83,48.672 L 235.12,48.672 L 235.12,44.469 L 231.83,44.469 L 231.83,33.428 C 231.83,31.633 232.49,30.625 234.24,30.625 C 234.51,30.625 234.77,30.625 235.16,30.669 L 235.16,26.726 C 233.72,26.245 232.23,26.07 230.74,26.07 C 228.77,26.07 227.19,26.769 226.01,28.172 C 225.09,29.268 224.74,31.106 224.74,33.342 L 224.74,44.469 L 222.19,44.469 L 222.19,48.672 L 224.74,48.672 C 224.74,51.433 224.69,54.019 224.6,55.376 L 231.96,55.376"
+ style="fill:#314d89;fill-rule:nonzero;stroke:none" />
+
+<path
+ id="path65"
+ class="ps01"
+ d="M 115.17,18.984 C 115.07,19.057 114.76,19.223 114.24,19.223 C 113.25,19.223 112.77,18.464 112.77,17.655 C 112.77,17.183 112.91,16.706 113.01,16.468 L 114.79,16.468 L 114.79,14.191 L 112.98,14.191 L 112.98,9.3496 C 112.98,7.6416 112.98,6.0283 113.2,4.5097 L 108.92,4.5097 C 109.14,6.0283 109.14,7.6416 109.14,9.3496 L 109.14,14.191 L 107.83,14.191 L 107.83,16.468 L 109.14,16.468 L 109.14,17.395 C 109.14,18.796 109.38,19.743 110.49,20.67 C 111.44,21.429 112.63,21.69 113.67,21.69 C 114.24,21.69 114.86,21.595 115.17,21.476 L 115.17,18.984"
+ style="fill:#314d89;fill-rule:nonzero;stroke:none" />
+
+<path
+ id="path67"
+ class="ps01"
+ d="M 119.23,10.489 C 119.23,7.6181 119.85,6.5967 120.56,6.5967 C 121.28,6.5967 121.89,7.6181 121.89,10.489 C 121.89,13.36 121.28,14.381 120.56,14.381 C 119.85,14.381 119.23,13.36 119.23,10.489 z M 126.11,10.489 C 126.11,6.4551 123.46,4.2246 120.56,4.2246 C 117.67,4.2246 115.01,6.4551 115.01,10.489 C 115.01,14.522 117.67,16.755 120.56,16.755 C 123.46,16.755 126.11,14.522 126.11,10.489"
+ style="fill:#314d89;fill-rule:nonzero;stroke:none" />
+
+<path
+ id="path69"
+ class="ps01"
+ d="M 131.12,16.468 C 131.27,16.042 131.43,15.259 131.46,14.88 C 132.29,15.993 133.28,16.755 134.47,16.755 C 134.73,16.755 134.87,16.729 134.99,16.683 L 134.99,13.526 C 134.73,13.599 134.4,13.622 134.28,13.622 C 132.47,13.622 131.69,11.96 131.69,9.3496 C 131.69,7.6416 131.69,6.0283 131.91,4.5097 L 127.49,4.5097 C 127.71,6.0283 127.71,7.6416 127.71,9.3496 L 127.71,11.628 C 127.71,13.337 127.71,14.95 127.3,16.468 L 131.12,16.468"
+ style="fill:#314d89;fill-rule:nonzero;stroke:none" />
+
+<path
+ id="path71"
+ class="ps01"
+ d="M 147.64,21.452 C 147.54,20.289 147.52,18.938 147.52,17.489 L 147.52,14.761 C 148.04,14.737 148.56,14.714 149.32,14.714 C 150.08,14.714 150.61,14.737 151.13,14.761 L 151.13,17.489 C 151.13,18.938 151.11,20.289 151.01,21.452 L 155.49,21.452 C 155.26,19.008 155.26,17.017 155.26,12.981 C 155.26,8.9482 155.26,6.9521 155.49,4.5097 L 151.01,4.5097 C 151.11,5.6728 151.13,7.0244 151.13,8.4717 L 151.13,11.936 C 150.61,11.96 150.08,11.985 149.32,11.985 C 148.56,11.985 148.04,11.96 147.52,11.936 L 147.52,8.4717 C 147.52,7.0244 147.54,5.6728 147.64,4.5097 L 143.16,4.5097 C 143.39,6.9521 143.39,8.9482 143.39,12.981 C 143.39,17.017 143.39,19.008 143.16,21.452 L 147.64,21.452"
+ style="fill:#314d89;fill-rule:nonzero;stroke:none" />
+
+<path
+ id="path73"
+ class="ps01"
+ d="M 164.15,4.5097 C 163.99,4.8652 163.87,5.2666 163.8,5.5771 C 162.92,4.7217 162.02,4.2246 160.79,4.2246 C 158.77,4.2246 157.44,5.6963 157.44,7.9746 L 157.44,11.628 C 157.44,13.337 157.44,14.95 157.22,16.468 L 161.28,16.468 L 161.28,8.5185 C 161.28,7.5713 161.66,7.0244 162.35,7.0244 C 162.94,7.0244 163.56,7.4521 163.56,8.2822 L 163.56,11.628 C 163.56,13.337 163.56,14.95 163.35,16.468 L 167.62,16.468 C 167.4,14.95 167.4,13.337 167.4,11.628 L 167.4,9.3496 C 167.4,7.6416 167.4,6.0283 167.62,4.5097 L 164.15,4.5097"
+ style="fill:#314d89;fill-rule:nonzero;stroke:none" />
+
+<path
+ id="path75"
+ class="ps01"
+ d="M 173.17,16.468 C 173.34,16.112 173.46,15.71 173.53,15.403 C 174.41,16.208 175.47,16.755 176.66,16.755 C 177.94,16.755 178.75,16.02 179.32,15.235 C 180.17,15.993 181.12,16.755 182.66,16.755 C 184.99,16.755 185.87,15.116 185.87,12.768 L 185.87,9.3496 C 185.87,7.6416 185.87,6.0283 186.08,4.5097 L 181.81,4.5097 C 182.02,6.0283 182.02,7.6416 182.02,9.3496 L 182.02,12.648 C 182.02,13.48 181.79,14.096 181.05,14.096 C 180.25,14.096 179.79,13.48 179.79,12.648 L 179.79,9.3496 C 179.79,7.6416 179.79,6.0283 180.01,4.5097 L 175.73,4.5097 C 175.95,6.0283 175.95,7.6416 175.95,9.3496 L 175.95,12.695 C 175.95,13.48 175.71,14.096 174.98,14.096 C 174.31,14.096 173.72,13.55 173.72,12.838 L 173.72,9.3496 C 173.72,7.6416 173.72,6.0283 173.93,4.5097 L 169.66,4.5097 C 169.87,6.0283 169.87,7.6416 169.87,9.3496 L 169.87,11.628 C 169.87,13.337 169.87,14.95 169.66,16.468 L 173.17,16.468"
+ style="fill:#314d89;fill-rule:nonzero;stroke:none" />
+
+<path
+ id="path77"
+ class="ps01"
+ d="M 193.54,10.681 C 192.04,10.3 191.12,9.373 191.12,8.1865 C 191.12,7.3564 191.64,6.7158 192.4,6.7158 C 192.89,6.7158 193.4,7.0244 193.54,7.2392 L 193.54,10.681 z M 188.39,16.565 C 188.72,16.61 190,16.755 190.88,16.755 C 195.79,16.755 197.29,14.831 197.29,11.651 L 197.29,8.6865 C 197.29,7.5468 197.29,6.2636 197.9,4.5097 L 194.13,4.5097 C 193.85,4.8877 193.75,5.1494 193.73,5.2451 C 193.09,4.7695 192.21,4.3193 191.07,4.3193 C 188.77,4.3193 187.27,5.9111 187.27,7.9023 C 187.27,10.085 189,11.556 191.26,12.293 L 193.23,12.934 C 193.21,13.765 192.66,14.477 191.54,14.477 C 190.79,14.477 189.6,14.119 188.39,13.241 L 188.39,16.565"
+ style="fill:#314d89;fill-rule:nonzero;stroke:none" />
+
+<path
+ id="path79"
+ class="ps01"
+ d="M 202.46,16.468 C 202.62,16.112 202.74,15.71 202.81,15.403 C 203.69,16.255 204.59,16.755 205.82,16.755 C 207.84,16.755 209.17,15.284 209.17,13.005 L 209.17,9.3496 C 209.17,7.6416 209.17,6.0283 209.38,4.5097 L 205.11,4.5097 C 205.33,6.0283 205.33,7.6416 205.33,9.3496 L 205.33,12.625 C 205.33,13.36 205.02,13.953 204.3,13.953 C 203.71,13.953 203.05,13.526 203.05,12.814 L 203.05,9.3496 C 203.05,7.6416 203.05,6.0283 203.26,4.5097 L 198.99,4.5097 C 199.2,6.0283 199.2,7.6416 199.2,9.3496 L 199.2,11.628 C 199.2,13.337 199.2,14.95 198.99,16.468 L 202.46,16.468"
+ style="fill:#314d89;fill-rule:nonzero;stroke:none" />
+
+<path
+ id="path81"
+ class="ps01"
+ d="M 214.89,16.468 C 214.84,15.235 214.84,13.431 214.84,10.869 C 214.84,7.6416 214.84,6.0283 215.06,4.5097 L 210.79,4.5097 C 211,6.0283 211,7.6416 211,9.3496 L 211,11.628 C 211,13.337 211,14.95 210.79,16.468 L 214.89,16.468 z M 212.92,21.62 C 214.11,21.62 215.06,20.67 215.06,19.483 C 215.06,18.296 214.11,17.348 212.92,17.348 C 211.74,17.348 210.79,18.296 210.79,19.483 C 210.79,20.67 211.74,21.62 212.92,21.62"
+ style="fill:#314d89;fill-rule:nonzero;stroke:none" />
+
+<path
+ id="path83"
+ class="ps01"
+ d="M 221.65,20.101 C 221.6,19.364 221.58,17.964 221.58,16.468 L 223.36,16.468 L 223.36,14.191 L 221.58,14.191 L 221.58,8.2119 C 221.58,7.2392 221.94,6.6924 222.88,6.6924 C 223.03,6.6924 223.17,6.6924 223.38,6.7158 L 223.38,4.5801 C 222.6,4.3193 221.79,4.2246 220.99,4.2246 C 219.92,4.2246 219.07,4.6035 218.43,5.3623 C 217.93,5.958 217.74,6.9521 217.74,8.1631 L 217.74,14.191 L 216.36,14.191 L 216.36,16.468 L 217.74,16.468 C 217.74,17.964 217.71,19.364 217.67,20.101 L 221.65,20.101"
+ style="fill:#314d89;fill-rule:nonzero;stroke:none" />
+
+<path
+ id="path85"
+ class="ps01"
+ d="M 228.61,16.468 C 228.91,14.618 229.82,11.249 230.29,9.706 L 230.34,9.706 C 231,12.128 231.5,14.854 231.72,16.468 L 235.11,16.468 C 234.32,13.218 232.54,6.6201 231.03,3.5127 C 230.24,1.9228 229.06,0 225.8,0 C 225.47,0 224.98,0.02441 224.67,0.11911 L 224.67,3.1562 C 224.88,3.0371 225.4,2.8008 226,2.8008 C 227.23,2.8008 228.06,3.8213 228.06,4.6992 C 228.06,5.1494 227.97,5.4346 227.02,7.9492 C 225.73,11.319 224.76,14.88 224.5,16.468 L 228.61,16.468"
+ style="fill:#314d89;fill-rule:nonzero;stroke:none" />
+
+</g>
+
+</g>
+
+</g>
+
+</g>
+ </g>
+</svg>
diff --git a/public/img/brands/microsoft.svg b/public/img/brands/microsoft.svg
deleted file mode 100644
index a9b9eed..0000000
--- a/public/img/brands/microsoft.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-<svg width="150" height="31" viewBox="0 0 150 31" fill="none" xmlns="http://www.w3.org/2000/svg">
-<path d="M150 14.514V11.867H146.705V7.75L146.595 7.784L143.5 8.729L143.439 8.748V11.866H138.555V10.13C138.555 9.32 138.736 8.702 139.093 8.289C139.448 7.881 139.956 7.674 140.603 7.674C141.068 7.674 141.55 7.784 142.034 7.999L142.156 8.053V5.265L142.099 5.244C141.647 5.082 141.031 5 140.269 5C139.309 5 138.435 5.209 137.673 5.622C136.923 6.02463 136.305 6.63459 135.893 7.379C135.474 8.13 135.262 8.997 135.262 9.957V11.867H132.968V14.514H135.262V25.667H138.555V14.514H143.439V21.602C143.439 24.521 144.819 26 147.539 26C148.01 25.9971 148.479 25.9451 148.939 25.845C149.427 25.74 149.761 25.635 149.957 25.523L150 25.497V22.825L149.866 22.914C149.662 23.0441 149.438 23.1413 149.204 23.202C148.993 23.267 148.775 23.304 148.554 23.312C147.916 23.312 147.444 23.141 147.152 22.802C146.856 22.462 146.706 21.864 146.706 21.029V14.514H150V14.514ZM125.613 23.313C124.418 23.313 123.476 22.917 122.812 22.138C122.143 21.355 121.805 20.238 121.805 18.821C121.805 17.357 122.143 16.211 122.812 15.415C123.476 14.624 124.41 14.222 125.587 14.222C126.729 14.222 127.637 14.605 128.289 15.362C128.943 16.124 129.275 17.26 129.275 18.741C129.275 20.239 128.963 21.391 128.347 22.161C127.735 22.925 126.816 23.313 125.613 23.313V23.313ZM125.76 11.534C123.48 11.534 121.668 12.201 120.377 13.516C119.086 14.831 118.432 16.652 118.432 18.926C118.432 21.087 119.07 22.826 120.33 24.091C121.59 25.358 123.305 25.999 125.426 25.999C127.636 25.999 129.412 25.323 130.703 23.99C131.993 22.658 132.648 20.855 132.648 18.634C132.648 16.439 132.034 14.688 130.823 13.43C129.612 12.172 127.908 11.534 125.76 11.534ZM113.122 11.534C111.571 11.534 110.288 11.93 109.307 12.711C108.321 13.496 107.821 14.526 107.821 15.773C107.821 16.42 107.929 16.996 108.141 17.484C108.355 17.974 108.686 18.405 109.126 18.767C109.562 19.126 110.236 19.502 111.127 19.884C111.877 20.192 112.437 20.453 112.792 20.658C113.139 20.859 113.386 21.062 113.525 21.258C113.66 21.451 113.729 21.715 113.729 22.041C113.729 22.968 113.033 23.419 111.601 23.419C111.071 23.419 110.465 23.309 109.801 23.09C109.142 22.8755 108.52 22.5612 107.957 22.158L107.821 22.06V25.224L107.871 25.247C108.337 25.462 108.924 25.643 109.617 25.785C110.23 25.9185 110.854 25.9905 111.481 26C113.165 26 114.521 25.602 115.509 24.817C116.505 24.027 117.009 22.972 117.009 21.682C117.009 20.752 116.738 19.954 116.202 19.312C115.671 18.673 114.748 18.087 113.462 17.569C112.436 17.159 111.779 16.818 111.508 16.556C111.247 16.303 111.114 15.946 111.114 15.493C111.114 15.092 111.278 14.77 111.614 14.51C111.953 14.248 112.424 14.115 113.015 14.115C113.565 14.115 114.125 14.202 114.684 14.371C115.201 14.5218 115.692 14.749 116.141 15.045L116.275 15.137V12.136L116.224 12.114C115.846 11.952 115.349 11.814 114.744 11.702C114.209 11.5973 113.667 11.5411 113.122 11.534V11.534ZM99.236 23.313C98.041 23.313 97.098 22.917 96.434 22.138C95.766 21.355 95.428 20.239 95.428 18.821C95.428 17.357 95.766 16.211 96.435 15.415C97.099 14.624 98.032 14.222 99.209 14.222C100.351 14.222 101.259 14.605 101.911 15.362C102.566 16.124 102.898 17.26 102.898 18.741C102.898 20.239 102.585 21.391 101.969 22.161C101.358 22.925 100.439 23.313 99.236 23.313V23.313ZM99.383 11.534C97.102 11.534 95.29 12.201 93.999 13.516C92.709 14.831 92.054 16.652 92.054 18.926C92.054 21.088 92.694 22.826 93.954 24.091C95.213 25.358 96.927 26 99.048 26C101.258 26 103.034 25.324 104.325 23.991C105.615 22.659 106.27 20.856 106.27 18.635C106.27 16.44 105.656 14.689 104.445 13.431C103.233 12.173 101.529 11.535 99.382 11.535L99.383 11.534ZM87.055 14.257V11.867H83.802V25.667H87.055V18.607C87.055 17.407 87.328 16.421 87.866 15.677C88.397 14.94 89.106 14.567 89.97 14.567C90.263 14.567 90.592 14.616 90.948 14.711C91.301 14.806 91.556 14.909 91.707 15.017L91.843 15.116V11.843L91.791 11.821C91.488 11.692 91.059 11.627 90.517 11.627C89.699 11.627 88.967 11.89 88.341 12.406C87.791 12.859 87.394 13.481 87.09 14.256H87.055V14.257ZM77.976 11.534C76.484 11.534 75.153 11.854 74.021 12.484C72.9041 13.0964 71.9953 14.0281 71.411 15.16C70.817 16.303 70.515 17.638 70.515 19.126C70.515 20.43 70.808 21.626 71.386 22.681C71.9444 23.717 72.7899 24.5697 73.821 25.137C74.856 25.71 76.052 26 77.377 26C78.923 26 80.243 25.691 81.301 25.083L81.344 25.059V22.085L81.207 22.185C80.7201 22.5369 80.184 22.8153 79.616 23.011C79.041 23.211 78.516 23.313 78.056 23.313C76.78 23.313 75.756 22.914 75.012 22.128C74.266 21.342 73.889 20.237 73.889 18.847C73.889 17.447 74.283 16.314 75.059 15.478C75.834 14.645 76.861 14.222 78.111 14.222C79.18 14.222 80.221 14.583 81.207 15.297L81.344 15.395V12.262L81.3 12.237C80.929 12.03 80.423 11.859 79.795 11.729C79.1969 11.6024 78.5874 11.5371 77.976 11.534V11.534ZM68.275 11.867H65.022V25.667H68.275V11.867V11.867ZM66.682 5.988C66.146 5.988 65.679 6.17 65.296 6.53C65.1085 6.70142 64.9596 6.91085 64.8595 7.14433C64.7593 7.37782 64.71 7.62998 64.715 7.884C64.715 8.413 64.908 8.859 65.29 9.211C65.669 9.562 66.137 9.74 66.682 9.74C67.1985 9.75021 67.6992 9.56113 68.08 9.212C68.2673 9.04593 68.4164 8.84119 68.5168 8.61191C68.6173 8.38264 68.6668 8.13428 68.662 7.884C68.662 7.366 68.472 6.915 68.096 6.545C67.721 6.175 67.245 5.988 66.682 5.988V5.988ZM58.565 10.848V25.667H61.885V6.41H57.29L51.45 20.712L45.782 6.41H41V25.666H44.12V10.846H44.227L50.212 25.666H52.566L58.458 10.848H58.565V10.848Z" fill="black"/>
-<path fill-rule="evenodd" clip-rule="evenodd" d="M15 14H0V0H15V14ZM32 14H17V0H32V14ZM15 31H0V17H15V31ZM32 31H17V17H32V31Z" fill="black"/>
-</svg>
diff --git a/public/img/brands/netflix.svg b/public/img/brands/netflix.svg
deleted file mode 100644
index 2e65f80..0000000
--- a/public/img/brands/netflix.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-<svg width="108" height="29" viewBox="0 0 108 29" fill="none" xmlns="http://www.w3.org/2000/svg">
-<g clip-path="url(#clip0)">
-<path d="M14.7143 27.096C13.1046 27.3787 11.4665 27.4635 9.77197 27.6892L4.60346 12.5513V28.3389C2.9937 28.5083 1.52512 28.7342 0 28.9602V0.0397949H4.29298L10.1673 16.449V0.0397949H14.7143V27.096ZM23.6108 10.6308C25.3619 10.6308 28.0449 10.546 29.6547 10.546V15.0647C27.6494 15.0647 25.3054 15.0647 23.6108 15.1495V21.8713C26.2657 21.7019 28.9205 21.4758 31.6034 21.391V25.7401L19.0919 26.7288V0.0397949H31.6034V4.55861H23.6108V10.6308ZM48.4077 4.55871H43.7195V25.3452C42.1943 25.3452 40.6692 25.3452 39.2008 25.4015V4.55871H34.5126V0.0397949H48.4079L48.4077 4.55871V4.55871ZM55.7507 10.3202H61.9359V14.8389H55.7507V25.091H51.3163V0.0397949H63.9411V4.55861H55.7507V10.3202ZM71.2841 21.137C73.8542 21.1933 76.4524 21.3913 78.9661 21.5323V25.9947C74.9275 25.7403 70.8888 25.4865 66.7654 25.4015V0.0397949H71.2841V21.137ZM82.7788 26.3054C84.2192 26.3902 85.7443 26.475 87.2129 26.6442V0.0397949H82.7788V26.3054ZM107.011 0.0397949L101.278 13.794L107.011 28.9602C105.316 28.7342 103.622 28.4235 101.927 28.1411L98.6795 19.7815L95.3754 27.4635C93.737 27.1808 92.1554 27.096 90.5177 26.8701L96.3356 13.6243L91.0823 0.0397949H95.9398L98.9053 7.63706L102.069 0.0397949H107.011Z" fill="black"/>
-</g>
-<defs>
-<clipPath id="clip0">
-<rect width="107.011" height="29" fill="white"/>
-</clipPath>
-</defs>
-</svg>
diff --git a/public/img/brands/sony.svg b/public/img/brands/sony.svg
deleted file mode 100644
index 17f7a5f..0000000
--- a/public/img/brands/sony.svg
+++ /dev/null
@@ -1,11 +0,0 @@
-<svg width="137" height="24" viewBox="0 0 137 24" fill="none" xmlns="http://www.w3.org/2000/svg">
-<g clip-path="url(#clip0)">
-<path d="M134.25 19.1876C133.483 19.1732 132.768 19.5772 132.381 20.2441C131.993 20.9111 131.993 21.737 132.381 22.4039C132.768 23.0709 133.483 23.4749 134.25 23.4604C134.812 23.4598 135.351 23.2337 135.748 22.8319C136.144 22.4302 136.366 21.8859 136.364 21.3191C136.364 20.7539 136.141 20.2117 135.745 19.812C135.348 19.4122 134.81 19.1876 134.25 19.1876ZM134.25 23.2034C133.754 23.204 133.279 23.0055 132.929 22.6519C132.579 22.2982 132.384 21.8186 132.385 21.3191C132.386 20.8213 132.582 20.344 132.932 19.9925C133.282 19.641 133.756 19.4442 134.25 19.4454C134.743 19.4454 135.215 19.6428 135.564 19.9942C135.912 20.3456 136.108 20.8222 136.108 21.3191C136.11 21.8177 135.916 22.2966 135.567 22.6502C135.218 23.0037 134.744 23.2028 134.25 23.2034Z" fill="black"/>
-<path d="M135.261 20.8123C135.261 20.6169 135.175 20.4114 135.001 20.3133C134.827 20.2102 134.631 20.2 134.435 20.2H133.424V22.5149H133.707V21.4472H134.229L134.892 22.5149H135.229L134.528 21.4472C134.942 21.4356 135.261 21.2678 135.261 20.8123ZM134.142 21.2242H133.706V20.4056H134.369C134.658 20.4056 134.974 20.4491 134.974 20.8072C134.974 21.2787 134.467 21.2242 134.142 21.2242ZM122.021 9.62043L126.267 5.09878C126.514 4.76683 126.636 4.53439 126.636 4.33537C126.636 4.00342 126.35 3.87049 125.45 3.87049H124.378V1.01586H135.975V3.87049H134.451C132.692 3.87049 132.365 4.13562 129.909 7.22269L123.192 14.4573V18.8722C123.192 20.0017 123.763 20.399 125.401 20.399H127.937V23.1534H111.694V20.399H114.23C115.866 20.399 116.439 20.0017 116.439 18.8722V14.4573L108.527 5.72855C107.219 4.20244 107.4 3.87049 103.759 3.87049V1.01586H118.449V3.87049H117.403C116.339 3.87049 115.888 4.06952 115.888 4.46757C115.888 4.80025 116.215 5.06537 116.42 5.3305L120.423 9.68145C120.899 10.1747 121.479 10.2386 122.021 9.62043ZM23.4607 1.01514H27.0042V8.9805H23.7316C23.4418 7.3883 22.4424 6.76871 21.5313 5.93338C19.8873 4.42689 16.3271 3.17245 13.3328 3.17245C9.46804 3.17245 6.20641 4.36806 6.20641 6.12587C6.20641 11.0056 28.3087 7.12245 28.3087 16.3488C28.3087 21.161 23.5743 23.8493 15.0721 23.8493C12.1288 23.8493 7.6748 22.9384 5.04685 21.5467C4.22307 21.0724 3.87345 21.9956 3.71904 23.1527H0.0859473V14.9215H3.37234C4.09706 17.0127 5.09565 17.4434 6.01412 18.2737C7.60779 19.7344 11.4011 20.7971 14.8798 20.7629C20.1248 20.7114 21.9282 19.5681 21.9282 17.9083C21.9282 16.2493 20.1444 15.8505 14.3969 14.9549L9.51684 14.1581C4.00966 13.3278 0 12.1003 0 7.71952C0 3.17245 5.07235 0.317822 13.0924 0.317822C16.472 0.317822 19.2995 0.768171 22.0134 2.2979C22.7651 2.7853 23.4702 2.84341 23.4607 1.01514ZM92.6148 14.3513L92.6847 5.49829C92.6847 4.33682 92.0787 3.93877 90.3473 3.93877H88.313V1.18438H101.256V3.93877H99.5692C97.8364 3.93877 97.2304 4.33755 97.2304 5.49829V23.3212L92.1646 23.2813L75.7589 7.78853V19.04C75.7589 20.1688 76.3649 20.5995 78.0962 20.5995H80.3483V23.3212H66.9063V20.5995H69.1337C70.865 20.5995 71.471 20.168 71.471 19.04V5.49829C71.471 4.33682 70.865 3.93877 69.1337 3.93877H66.9063V1.18438H78.5281L92.6148 14.3513ZM49.2602 0.150757C38.945 0.150757 32.4881 4.69855 32.4881 11.9993C32.4881 19.1693 38.8555 23.6822 48.9455 23.6822C59.6627 23.6822 65.8968 19.2354 65.8968 11.6347C65.8975 4.79807 59.1703 0.150757 49.2602 0.150757ZM49.0256 20.7956C43.316 20.7956 40.034 17.5095 40.034 11.8337C40.034 6.29148 43.4587 3.00539 49.3112 3.00539C54.9254 3.00539 58.2074 6.35831 58.2074 12.0668C58.2074 17.6425 54.8773 20.7956 49.0256 20.7956Z" fill="black"/>
-</g>
-<defs>
-<clipPath id="clip0">
-<rect width="136.364" height="24" fill="white"/>
-</clipPath>
-</defs>
-</svg>
diff --git a/public/img/brands/verizon.svg b/public/img/brands/verizon.svg
deleted file mode 100644
index 922f19c..0000000
--- a/public/img/brands/verizon.svg
+++ /dev/null
@@ -1,11 +0,0 @@
-<svg width="139" height="31" viewBox="0 0 139 31" fill="none" xmlns="http://www.w3.org/2000/svg">
-<g clip-path="url(#clip0)">
-<path d="M61.2571 2.84277H55.2753V8.52611H61.2571V2.84277ZM61.2571 9.99114H55.2753V30.1411H61.2571V9.99V9.99114ZM14.3186 9.9854L10.2679 23.2924L6.02548 10.0084L0 10.0118L7.099 30.1388H13.5286L20.2648 9.9854H14.3174H14.3186ZM79.5483 14.8983V9.99229H62.9679V14.8995H72.5285L62.9679 25.3293V30.1411H80.2326V25.3281H70.4561L79.5483 14.8995V14.8983ZM46.9018 13.1348V9.99114H41.0463V30.1411H46.9007V21.0857C47.0729 15.8961 51.4072 15.4368 51.4072 15.4368H53.3935V9.99H51.235C49.3864 9.99 47.6355 12.1129 46.903 13.1336L46.9018 13.1348ZM29.4041 9.29996C23.8229 9.29996 19.2981 14.1566 19.2981 20.15C19.2981 26.1433 23.8218 31 29.4041 31C33.6293 31 37.7775 28.2467 39.285 24.2948L33.6729 24.2638C32.8037 25.6645 31.3835 26.5647 29.2525 26.459C27.156 26.3534 25.3867 24.4567 24.8815 21.7447H39.3976C39.4699 21.2258 39.5078 20.693 39.5078 20.1511C39.5078 14.1578 34.9852 9.30111 29.4041 9.30111V9.29996ZM25.0756 17.74C25.753 15.446 27.3684 13.834 29.2548 13.834C31.1424 13.834 32.7567 15.4494 33.4341 17.74H25.0756Z" fill="black"/>
-<path d="M90.8932 9.3C84.9228 9.3 80.0811 14.1567 80.0811 20.15C80.0811 26.1433 84.9216 31 90.8932 31C96.8635 31 101.704 26.1433 101.704 20.15C101.704 14.1567 96.8647 9.3 90.8932 9.3V9.3ZM90.9575 26.3948C88.4579 26.3948 86.4292 23.6094 86.4292 20.1741C86.4292 16.7377 88.4579 13.9534 90.9575 13.9534C93.4604 13.9534 95.4869 16.7377 95.4869 20.1741C95.4869 23.6071 93.4593 26.3948 90.9575 26.3948ZM121.936 16.9317C121.908 10.5308 117.006 8.85452 113.381 9.69841C111.227 10.2001 109.67 11.7605 108.925 12.6572V9.99119H103.136V30.1412H108.925V17.9295C110.176 14.2382 112.837 14.0212 114.468 15.0281C115.906 15.9168 116.124 17.9341 116.124 17.9341V30.1412H121.936V16.9306V16.9317ZM121.933 9.98889L126.635 20.15H129.199L138.429 0H135.309L127.83 16.1889L125.138 9.98889H121.933Z" fill="black"/>
-</g>
-<defs>
-<clipPath id="clip0">
-<rect width="138.926" height="31" fill="white"/>
-</clipPath>
-</defs>
-</svg>
diff --git a/public/img/brands/volunteer-match.svg b/public/img/brands/volunteer-match.svg
new file mode 100644
index 0000000..1b85371
--- /dev/null
+++ b/public/img/brands/volunteer-match.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1340 280"><g fill="none" stroke-width="2"><path stroke="#bbe6a2" d="M139.48 158.1c-3.54-3.25-7.33-7.5-11.1-9.57-13.84-7.57-29.69 1.68-30.9 17.23-.55 7.09 3.08 12.33 8.38 17.67q18.41 18.55 36.85 37.22" vector-effect="non-scaling-stroke"/><path stroke="#44c499" d="M142.71 220.65q0-.03.01-.06" vector-effect="non-scaling-stroke"/><path stroke="#88ddf7" d="M142.71 220.65q18.4-18.35 36.59-36.6 4.79-4.8 6.33-7.55c10.47-18.66-11.42-38.73-29.54-27.23-3.29 2.09-6.5 5.92-9.82 8.82" vector-effect="non-scaling-stroke"/><path stroke="#fa9" d="M182.16 172.77c5.59-12.71-7.25-26.52-20.38-21.28-6.05 2.41-13.13 10.99-18.48 16.33q-.4.41-.82 0c-5.31-5.2-11.95-13.26-17.72-15.9-13.22-6.07-26.78 7.26-21.34 20.7q1.27 3.13 5.17 7.07 16.83 16.99 33.74 34.04a.56.55 44.6 0 0 .79 0q16.47-16.41 32.7-32.67 4.83-4.84 6.34-8.29" vector-effect="non-scaling-stroke"/></g><path fill="#7c4" d="M139.48 158.1c-3.54-3.25-7.33-7.5-11.1-9.57-13.84-7.57-29.69 1.68-30.9 17.23-.55 7.09 3.08 12.33 8.38 17.67q18.41 18.55 36.85 37.22 0-.03.01-.06c-8.77 8.96-18.46 19.84-27.92 26.06-40.48 26.61-95.1 3.62-104.91-43.62q-1.39-6.68-1.39-19.68V97.41c0-12.71 14.11-19.81 23.4-10.89 3.86 3.7 4.35 7.59 4.35 13.27v47.65c0 4.07 3.78 6.39 6.25 2.55q.25-.39.25-.86V53.16q0-7.24 1.37-10.49c4.93-11.73 22.29-10.63 25.9 1.65q.73 2.51.73 8.93-.01 40.2.01 80.4c0 5.45 6.48 5.09 6.48.5q.03-47.84-.01-95.69 0-6.51 1.38-9.71c4.69-10.82 20.22-10.78 25.16-.1q1.22 2.63 1.22 7.51l.02 97.3c0 5.55 6.73 5.42 6.73.52q.03-38.05 0-76.09 0-5.64 1.34-8.58c4.84-10.63 20.16-10.69 25.09-.03q1.31 2.82 1.31 8.27.05 50.16 0 100.55Z"/><path fill="#1be" d="M142.72 220.59q-.01.03-.01.06 18.4-18.35 36.59-36.6 4.79-4.8 6.33-7.55c10.47-18.66-11.42-38.73-29.54-27.23-3.29 2.09-6.5 5.92-9.82 8.82q-.04-50.48-.01-100.75.01-5.37 1.16-7.99c4.77-10.78 21.03-10.62 25.44.3q1.11 2.74 1.11 8.97.06 37.46.02 74.93c-.01 3.9 3.72 5.87 6.24 2.26a1.53 1.45-28.9 0 0 .27-.85V39.47q0-7.46 1.11-10.29c4.43-11.34 20.8-11.3 25.61-.2q1.25 2.88 1.26 10.33.04 47.4.02 94.79c0 4.99 6.49 4.53 6.49-.28q.02-43.16.01-86.32c0-13.7 20.38-18.09 26.38-5.54q1.35 2.82 1.35 8.44.04 48.28.02 96.57c-.01 6.37 6.73 6.21 6.74 1.09q.02-24.3 0-48.6 0-5.7 1.01-8.3c3.17-8.18 13.71-10.72 20.69-6.09 4.74 3.15 6.04 7.64 6.05 13.56q.02 41.31.01 82.61 0 13.93-1.06 19.95c-8.8 50.38-67.87 73.2-108.65 43.08-7.95-5.88-16.83-15.69-24.82-23.68Z"/><rect width="10.76" height="99" x="490.5" y="100.25" rx=".6"/><path d="M1276.48 139.76a.23.23 0 0 0 .41.14c16.1-21.89 50.12-13.85 50.3 15.67q.14 21.61.03 43.2a.48.48 0 0 1-.48.48h-9.72a.5.49 89.4 0 1-.49-.49q-.08-20.04-.07-40c.01-13.23-7.38-22.3-21.18-21.12-13.16 1.11-18.8 10.99-18.79 23.32q.02 18.91.01 37.78a.51.51 0 0 1-.51.51h-9.49q-.75 0-.75-.75V101q0-.75.75-.75h9.5q.51 0 .51.5l-.03 39.01ZM362.15 184.72l33.17-79.96a.42.42 0 0 1 .39-.26h10.93a.42.42 0 0 1 .39.58l-40.43 94.66a.42.42 0 0 1-.39.26h-9.17a.42.42 0 0 1-.39-.26l-40.43-94.66a.42.42 0 0 1 .39-.58h11.34a.42.42 0 0 1 .39.26l33.03 79.96a.42.42 0 0 0 .78 0ZM1029.77 123.76a.2.2 0 0 0-.36-.11l-33.42 49.14a.96.96 0 0 1-1.58 0l-33.35-48.9a.31.31 0 0 0-.57.18l.02 74.55q0 .63-.63.63h-9.38q-.5 0-.5-.5v-93.5a.75.75 0 0 1 .75-.75h9.72a.96.95-16.3 0 1 .8.43l33.69 50.34a.46.46 0 0 0 .76 0l33.62-50.26a1.16 1.14 16.6 0 1 .96-.51h9.7q.75 0 .75.75v93.25q0 .75-.75.75h-9.63q-.63 0-.63-.63l.03-74.86ZM688.24 138.5h-8.74a.5.5 0 0 1-.5-.5v-8.25a.5.5 0 0 1 .5-.5h8.75a.5.5 0 0 0 .5-.5v-20a.75.75 0 0 1 .75-.75h9.5q.5 0 .5.5v20.25a.5.5 0 0 0 .5.5h21q.75 0 .75.75v8a.5.5 0 0 1-.5.5h-21.24q-.51 0-.51.52-.03 20.38.11 40.72c.09 12.27 12.34 12.92 20.76 9.03q1.13-.52 1.13.73v7.5a.8.78 77.8 0 1-.45.72c-13.69 6.54-31.81 2.54-32.05-15.68q-.27-21.5-.28-43.06 0-.48-.48-.48ZM1142.24 138.5h-8.74a.5.5 0 0 1-.5-.5v-8.25a.5.5 0 0 1 .5-.5h8.75a.5.5 0 0 0 .5-.5v-20a.75.75 0 0 1 .75-.75h9.5q.5 0 .5.5v20.25a.5.5 0 0 0 .5.5h21q.75 0 .75.75v8a.5.5 0 0 1-.5.5h-21.24q-.51 0-.51.51-.03 20.39.1 40.73c.08 12.28 12.35 12.92 20.75 9.04q1.15-.53 1.15.73v7.52q0 .48-.44.69c-13.8 6.45-31.88 2.56-32.09-15.69q-.24-21.48-.25-43.04 0-.49-.48-.49ZM475.94 164.31a36.72 36.72 0 0 1-36.72 36.72 36.72 36.72 0 0 1-36.72-36.72 36.72 36.72 0 0 1 36.72-36.72 36.72 36.72 0 0 1 36.72 36.72Zm-34.777 27.06a27.17 25.69 85.9 0 0 23.681-28.937 27.17 25.69 85.9 0 0-27.567-25.263 27.17 25.69 85.9 0 0-23.681 28.937 27.17 25.69 85.9 0 0 27.567 25.263ZM614.44 139.99a.33.33 0 0 0 .61.19c12.33-18.6 42.22-16.78 48.88 5.91q1.34 4.57 1.33 13.08-.02 19.92-.01 39.72a.35.35 0 0 1-.35.35l-9.85.01q-.54 0-.54-.54-.01-21.25-.05-42.43c-.04-23.59-33.2-25.19-39.01-4.03q-.89 3.25-.92 10.2-.07 18.16-.01 36.27a.53.53 0 0 1-.53.53h-9.49q-.75 0-.75-.75v-68.62q0-.63.63-.63h9.51q.64 0 .64.64l-.09 10.1Z"/><path d="M756.06 199.68c-39.15-10.22-30.88-76.89 12.77-71.65 20.34 2.44 29.12 20.67 28.4 39.5a.75.75 0 0 1-.75.72h-54.21a.55.55 0 0 0-.55.62c3.29 24.33 30.18 29.86 45.93 13.25a.72.71-47.1 0 1 .99-.04l5.81 5.21q.39.35.04.73-15.99 17.51-38.43 11.66Zm-13.56-39.39 43.28-.08a.3.3 0 0 0 .3-.3v-.16a22.94 21.87 89.9 0 0-21.91-22.9h-.14a22.94 21.87 89.9 0 0-21.83 22.98v.16a.3.3 0 0 0 .3.3ZM810.47 173.02c-4.75-23.08 9.81-46.44 34.8-45.23 21.34 1.03 32.04 20.33 30.57 39.9q-.04.56-.6.56h-53.99q-.87 0-.75.87c3.54 24.31 30.41 29.5 46.06 12.87a.49.48-47.1 0 1 .68-.03l5.98 5.34q.31.27.05.59c-18.82 22.83-56.7 14.85-62.8-14.87Zm10.71-12.69 43.46-.16a.2.2 0 0 0 .2-.2v-.21a22.99 21.86 89.8 0 0-21.94-22.91h-.14a22.99 21.86 89.8 0 0-21.78 23.07v.21a.2.2 0 0 0 .2.2ZM1242.11 147.42c-17.43-20.23-47.48-7.98-45.66 18.57 1.73 25.3 29.9 33.63 46.42 15.23q.41-.46.87-.03l5.97 5.6q.41.38.05.81c-15.24 18.37-43.03 17.87-57.23-1.46-14.82-20.17-5.27-51.18 20.06-57.27q20.92-5.04 36.43 10.6a1.1 1.1 0 0 1 .02 1.53l-6.14 6.44a.53.53 0 0 1-.79-.02ZM904.03 145.75a.22.22 0 0 0 .41.11c5.85-10.84 14.96-18.33 27.56-17.86q.5.02.5.52V139a.52.52 0 0 1-.52.52c-20.95-.08-27.85 16.45-27.96 34.48q-.07 12.37 0 24.72a.53.53 0 0 1-.53.53H894q-.75 0-.75-.75V130q0-.75.75-.75h9.37q.61 0 .62.62l.04 15.88ZM1109.54 189.99c-11.03 13.11-36.48 15.72-47.15.3-6.04-8.75-4.01-21.72 4.24-28.11 10.7-8.26 29.89-7.28 42.89-3.47q.53.15.59-.4 1.03-9.42-4.53-15.01c-9.19-9.28-26.36-5.46-36.68-.65q-.58.28-.8-.33l-2.77-7.66q-.19-.52.31-.76c20.79-9.91 54.49-9.92 54.95 22.06q.31 21.37.11 42.85a.45.45 0 0 1-.45.44h-9.5a.5.5 0 0 1-.5-.5v-8.5a.4.4 0 0 0-.71-.26Zm-36.85-19.8c-5.4 6.6-3.18 15.27 3.91 19.38 9.47 5.51 24.53 2.44 30.78-6.7q4.54-6.64 2.8-15.6-.09-.45-.52-.57c-10.13-2.97-29.38-5.8-36.97 3.49ZM572.83 188.48a.27.27 0 0 0-.49-.15c-12.19 18.47-41.91 16.78-48.77-5.6q-1.31-4.28-1.32-11.71-.01-20.66 0-41.27a.51.5 0 0 1 .51-.5h9.47a.52.52 0 0 1 .52.52q-.02 17.32.03 34.59.03 10.73 1.54 14.96c6.1 17.15 30.92 14.7 36.95-1.31q1.42-3.79 1.45-11.35.08-18.45.01-36.88a.53.53 0 0 1 .53-.53h9.49q.75 0 .75.75v68.93a.31.31 0 0 1-.31.31l-9.83.01q-.65 0-.65-.65l.12-10.12Z"/><path fill="#fff" d="m139.48 158.1 2.94 3.13q.42.44.84 0l3.01-3.14c3.32-2.9 6.53-6.73 9.82-8.82 18.12-11.5 40.01 8.57 29.54 27.23q-1.54 2.75-6.33 7.55-18.19 18.25-36.59 36.6-18.44-18.67-36.85-37.22c-5.3-5.34-8.93-10.58-8.38-17.67 1.21-15.55 17.06-24.8 30.9-17.23 3.77 2.07 7.56 6.32 11.1 9.57Zm42.68 14.67c5.59-12.71-7.25-26.52-20.38-21.28-6.05 2.41-13.13 10.99-18.48 16.33q-.4.41-.82 0c-5.31-5.2-11.95-13.26-17.72-15.9-13.22-6.07-26.78 7.26-21.34 20.7q1.27 3.13 5.17 7.07 16.83 16.99 33.74 34.04a.56.55 44.6 0 0 .79 0q16.47-16.41 32.7-32.67 4.83-4.84 6.34-8.29Z"/><path fill="#f53" d="M161.78 151.49c13.13-5.24 25.97 8.57 20.38 21.28q-1.51 3.45-6.34 8.29-16.23 16.26-32.7 32.67a.56.55 44.6 0 1-.79 0q-16.91-17.05-33.74-34.04-3.9-3.94-5.17-7.07c-5.44-13.44 8.12-26.77 21.34-20.7 5.77 2.64 12.41 10.7 17.72 15.9q.42.41.82 0c5.35-5.34 12.43-13.92 18.48-16.33Z"/></svg> \ No newline at end of file
diff --git a/public/img/logo2.svg b/public/img/logo2.svg
deleted file mode 100644
index c684fdc..0000000
--- a/public/img/logo2.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
-<rect width="44" height="44" rx="6" fill="#4F46E5"/>
-<path d="M31.3662 34H25.7427L17.4282 19.4014V34H11.7725V10.5391H17.4282L25.7266 25.1377V10.5391H31.3662V34Z" fill="white"/>
-</svg>
diff --git a/public/img/user1.jpg b/public/img/user1.jpg
deleted file mode 100644
index 617d71b..0000000
--- a/public/img/user1.jpg
+++ /dev/null
Binary files differ
diff --git a/public/img/user2.jpg b/public/img/user2.jpg
deleted file mode 100644
index 86dae49..0000000
--- a/public/img/user2.jpg
+++ /dev/null
Binary files differ
diff --git a/public/img/user3.jpg b/public/img/user3.jpg
deleted file mode 100644
index c335a02..0000000
--- a/public/img/user3.jpg
+++ /dev/null
Binary files differ