{"version":3,"sources":["views/Donate.js","assets/logo-white.png","components/Footer.js","assets/portrait-cropped.png","components/DonateContainer.js","assets/logo-white.webp","components/HeroSection.js","components/previews/MeetShawnPreview.js","views/Home.js","assets/meet-lagrua-placeholder.png","assets/logo-cropped.png","components/ScrollToTop.js","App.js","reportWebVitals.js","index.js"],"names":["loadStripe","Footer","className","src","logo","alt","href","target","to","smooth","DonateContainer","id","HeroSection","size","MeetShawnPreview","isPC","useMediaQuery","query","Home","placeholder","ScrollToTop","prevProps","this","props","location","window","scrollTo","children","Component","withRouter","App","path","exact","reportWebVitals","onPerfEntry","Function","then","getCLS","getFID","getFCP","getLCP","getTTFB","ReactDOM","render","StrictMode","document","getElementById"],"mappings":"4RAWsBA,YAAW,8C,MCXlB,MAA0B,uC,QCgG1BC,EArFA,WACb,OACE,sBAAKC,UAAU,oBAAf,UACE,qBAAKA,UAAU,iCAAf,SACE,qBACEC,IAAKC,EACLC,IAAI,gDACJH,UAAU,kBAoCd,sBAAKA,UAAU,YAAf,UACE,sBAAKA,UAAU,uBAAf,UACE,qBAAIA,UAAU,qCAAd,UACE,oBAAIA,UAAU,cAAd,SACE,mBACEA,UAAU,cACVI,KAAK,uEACLC,OAAO,IAHT,sBAQF,oBAAIL,UAAU,cAAd,SACE,cAAC,OAAD,CAAaM,GAAG,aAAaC,QAAQ,EAArC,SACE,wBAAQP,UAAU,kCAAlB,wCAMN,qBAAKA,UAAU,mBACf,qBAAIA,UAAU,qCAAd,UACE,oBAAIA,UAAU,4BAAd,wBACA,oBAAIA,UAAU,yBAAd,SACE,mBAAGI,KAAK,sCAAR,4CAIF,oBAAIJ,UAAU,sBAGlB,qBAAKA,UAAU,iCACf,qBAAKA,UAAU,8BAAf,+DAGA,qBAAKA,UAAU,iCACf,6FC1FO,MAA0B,6CCkB1BQ,EAlBS,WACtB,OACE,sBACER,UAAU,2DACVS,GAAG,kBAFL,UAIE,oBAAIT,UAAU,mBAAd,0BACA,mBACEA,UAAU,0BACVI,KAAK,uEACLC,OAAO,IAHT,4BCPS,MAA0B,wCCmB1BK,EAbK,WAClB,OACE,sBAAKV,UAAU,yBAAf,UACE,qBAAKA,UAAU,YAAYC,IAAKC,EAAMC,IAAI,SAC1C,cAAC,OAAD,CAAaH,UAAU,cAAcM,GAAG,kBAAkBC,QAAQ,EAAlE,SACE,wBAAQP,UAAU,gCAAlB,SACE,cAAC,IAAD,CAAeW,KAAM,aC8FhBC,G,MApGU,WACvB,IAAMC,EAAOC,wBAAc,CACzBC,MAAO,8BAGT,OACE,sBAAKf,UAAU,aAAaS,GAAG,aAA/B,UACE,qBAAKR,IAAI,GAAGE,IAAI,GAAGH,UAAU,aAC7B,sBAAKA,UAAS,8BAAyBa,GAAQ,UAA/C,UACE,oBAAIb,UAAU,6BAAd,iCACA,sBAAKA,UAAU,iBAAf,UACE,kMAKA,mwBAaA,8cASA,+8CAwBA,idASA,2KAKA,uOClDKgB,EAlBF,WACX,OACE,sBAAKhB,UAAU,UAAf,UACE,cAAC,EAAD,IACA,qBAAKC,IAAKgB,EAAad,IAAI,GAAGH,UAAU,aACxC,cAAC,EAAD,IACA,cAAC,EAAD,Q,GCpBS,ICAA,I,+BCGTkB,E,wKACJ,SAAmBC,GACbC,KAAKC,MAAMC,WAAaH,EAAUG,UACpCC,OAAOC,SAAS,EAAG,K,oBAIvB,WACE,OAAOJ,KAAKC,MAAMI,a,GARIC,aAYXC,cAAWT,GCoCXU,MAjCf,WACE,OACE,qBAAK5B,UAAU,MAAf,SACE,eAAC,EAAD,WAGE,cAAC,IAAD,UACE,cAAC,IAAD,CAAO6B,KAAK,IAAIC,OAAK,EAArB,SACE,cAAC,EAAD,QAkBJ,cAAC,EAAD,UChCOC,EAZS,SAAAC,GAClBA,GAAeA,aAAuBC,UACxC,6BAAqBC,MAAK,YAAkD,IAA/CC,EAA8C,EAA9CA,OAAQC,EAAsC,EAAtCA,OAAQC,EAA8B,EAA9BA,OAAQC,EAAsB,EAAtBA,OAAQC,EAAc,EAAdA,QAC3DJ,EAAOH,GACPI,EAAOJ,GACPK,EAAOL,GACPM,EAAON,GACPO,EAAQP,OCEdQ,IAASC,OACP,cAAC,IAAMC,WAAP,UACE,cAAC,IAAD,UACE,cAAC,EAAD,QAGJC,SAASC,eAAe,SAM1Bb,M","file":"static/js/main.561bfec0.chunk.js","sourcesContent":["import { useEffect, useState } from \"react\";\n\n// Components\nimport { useParams } from \"react-router-dom\";\nimport CheckoutForm from \"../components/CheckoutForm\";\nimport DonationAmounts from \"../components/DonationAmounts\";\n\n// Packages\nimport { Elements } from \"@stripe/react-stripe-js\";\nimport { loadStripe } from \"@stripe/stripe-js\";\n\nconst stripePromise = loadStripe(\"pk_test_2pFFX0391PADiQ1otmi3ueZi00yJv0zSDM\");\n\nconst CARD_ELEMENT_OPTIONS = {\n fonts: [\n {\n cssSrc:\n \"url(https://fonts.googleapis.com/css?family=Poppins:wght@200;400;700;900)\",\n family: \"Poppins\",\n style: \"normal\",\n },\n ],\n style: {\n base: {\n color: \"#32325d\",\n fontFamily: '\"Poppins\", sans-serif',\n fontSmoothing: \"antialiased\",\n \"::placeholder\": {\n color: \"#004aad\",\n },\n },\n invalid: {\n color: \"#d50031\",\n iconColor: \"#d50031\",\n },\n },\n};\n\nconst Donate = () => {\n const [amount, setAmount] = useState(\"\");\n const [showAmount, setShowAmount] = useState(false);\n const [recurring, setRecurring] = useState(false);\n\n const { propsAmount } = useParams();\n\n useEffect(() => {\n setAmount(parseInt(propsAmount));\n }, []);\n\n const handleSubmit = (e) => {\n e.preventDefault();\n };\n\n const donationAmounts = DonationAmounts;\n\n return (\n
\n
\n

Contribute

\n
\n
\n
\n

Select an Amount

\n
\n
\n {donationAmounts.map((donationAmount) => (\n \n {\n setAmount(donationAmount);\n setShowAmount(false);\n }}\n >\n ${donationAmount}\n {recurring && \"/mo\"}\n \n \n ))}\n \n
\n
\n {/* */}\n
\n
\n

Checkout

\n \n \n \n
\n
\n
\n );\n};\n\nexport default Donate;\n","export default __webpack_public_path__ + \"static/media/logo-white.0c4170d8.png\";","import logo from \"../assets/logo-white.png\";\n\n// Packages\nimport { Link } from \"react-router-dom\";\nimport { Link as AnimateLink } from \"react-scroll\";\nimport {\n IoLogoFacebook,\n IoLogoInstagram,\n IoLogoTwitter,\n} from \"react-icons/io5\";\n\nconst Footer = () => {\n return (\n
\n
\n \n
\n {/* */}\n
\n
\n
    \n
  • \n \n Donate\n \n
  • \n
  • \n \n \n \n
  • \n
\n
\n \n
\n
\n
\n Paid for by Keep Justice Shawn Ellen LaGrua, Inc.\n
\n
\n

1071 West Peachtree Street, #77754, Atlanta, GA 30357

\n
\n
\n );\n};\n\nexport default Footer;\n","export default __webpack_public_path__ + \"static/media/portrait-cropped.6ea1efe1.png\";","const DonateContainer = () => {\n return (\n \n

Donate Today

\n \n Contribute\n \n \n );\n};\n\nexport default DonateContainer;\n","export default __webpack_public_path__ + \"static/media/logo-white.0c4170d8.webp\";","import logo from \"../assets/logo-white.webp\";\n\n// Packages\nimport { IoChevronDown } from \"react-icons/io5\";\nimport { Link as AnimateLink } from \"react-scroll\";\n\nconst HeroSection = () => {\n return (\n
\n \"logo\"\n \n \n \n
\n );\n};\n\nexport default HeroSection;\n","import placeholderCropped from \"../../assets/portrait-cropped.png\";\n\n// Packages\nimport { Link } from \"react-router-dom\";\nimport { useMediaQuery } from \"react-responsive\";\n\nconst MeetShawnPreview = () => {\n const isPC = useMediaQuery({\n query: \"(min-device-width: 500px)\",\n });\n\n return (\n
\n \"\"\n
\n

Meet Justice LaGrua

\n
\n

\n Governor Brian Kemp appointed Justice Shawn Ellen LaGrua to the\n Georgia Supreme Court in December 2020, and she was sworn in by\n Governor Kemp on January 7, 2021.\n

\n

\n Prior to joining the Supreme Court, Justice LaGrua was appointed to\n the Superior Court of the Atlanta Judicial Circuit by then-Governor\n Sonny Perdue and was sworn in on June 29, 2010. She served on the\n bench in the Superior Court of the Atlanta Judicial Circuit until\n January 2021, having been elected in 2012 and reelected in 2016 and\n 2020. Prior to her appointment to the bench, she served as Inspector\n General for the Georgia Secretary of State. From 2004 until 2007,\n she served as the Solicitor General for DeKalb County. Judge LaGrua\n has over 20 years of trial experience, including her work as Chief\n Senior Assistant District Attorney in DeKalb and Fulton counties and\n as Chief Assistant District Attorney in the Tallapoosa Circuit.\n

\n

\n While serving on the bench in Fulton County, Justice LaGrua\n initiated and presided over “My Journey Matters,” a pilot probation\n program designed to divert young offenders from a lifetime of\n incarceration, and presided over the Court’s first Re-Entry Court,\n which worked to integrate prior offenders back into the community\n using close supervision, substance abuse counseling, job-training,\n and advancing education.\n

\n

\n Justice LaGrua currently serves as the Chair of Supreme Court Chief\n Justice Harold D. Melton’s COVID-19 Task Force and Chair of the\n State Bar's Bench and Bar Committee. In 2019, she was appointed\n by Governor Kemp to serve as a member of the Judicial Nominating\n Commission. Justice LaGrua was appointed to the Georgia Child\n Support Commission and served as Chair of the Judicial Council’s\n Process Servers Committee. Justice LaGrua also served as the\n President of the Council of Superior Court Judges in 2019-2020.\n While on the Superior Court she served on the Legislative Support\n Team, as vice-chair for the Access to Fairness and Justice\n Committee, and as a member of the Accountability Court and Bench and\n Bar Committees for the Council of Superior Court Judges. She is a\n Member of the Criminal Justice Reform Sub-Committee. In 2016, Judge\n LaGrua received the St. Thomas Moore Award from the St. Thomas Moore\n Society in recognition of “specific actions manifesting a commitment\n to justice and humanity, especially in difficult circumstances”\n related in part to her formation of and continued commitment to the\n My Journey Matters Program. Judge LaGrua taught Advanced Evidence\n and Litigation for her alma mater, Georgia State University College\n of Law and has been a speaker and presenter at multiple conferences\n and seminars during her career, presenting on topics such as RICO,\n State Bar Professionalism during COVID-19, and others.\n

\n

\n Justice LaGrua is a Master of the Logan E. Bleckley Inn of Court and\n Lamar Inn of Court. She is a founding member and past Chair of the\n Georgia Association of Women Lawyers, Judicial Application Review\n Committee. She served as the Chair of the Judicial Section of the\n State Bar of Georgia. She is an alumna member of Leadership Atlanta,\n Class of 2012, and served as the Vice Chair of the Criminal Justice\n Day for 2014-2015 and 2019.\n

\n

\n Justice LaGrua graduated from the University of Georgia and received\n her Juris Doctorate from the Georgia State University College of\n Law.\n

\n

\n Justice LaGrua grew up in a military family where her father served\n in the JAG Corps and her mother served in the Red Cross. She is\n married to husband Chris and has a fur-child, Grizzley.\n

\n
\n {/*

\n Governor Brian Kemp appointed Justice Shawn Ellen LaGrua to the\n Georgia Supreme Court in December 2020, and she was sworn in by\n Governor Kemp on January 7, 2021. Prior to then, Justice LaGrua was\n appointed to the Superior Court of the Atlanta Judicial Circuit and\n presided over community initiatives, such as the \"My Journey Matters\"\n and the first Re-Entry Court programs.\n

*/}\n {/*
\n \n Learn More\n \n
*/}\n
\n
\n );\n};\n\nexport default MeetShawnPreview;\n","import placeholder from \"../assets/portrait-cropped.png\";\n\n// Components\nimport ContactPreview from \"../components/previews/ContactPreview\";\nimport DonateContainer from \"../components/DonateContainer\";\nimport HeroSection from \"../components/HeroSection\";\nimport JoinForm from \"../components/JoinForm\";\nimport MeetShawnPreview from \"../components/previews/MeetShawnPreview\";\nimport UpdatesForm from \"../components/UpdatesForm\";\nimport WhatIBelievePreview from \"../components/previews/WhatIBelievePreview\";\n\n// Packages\nimport { Link } from \"react-router-dom\";\n\nconst Home = () => {\n return (\n
\n \n \"\"\n \n \n {/* \n \n \n Donate\n \n \n */}\n
\n );\n};\n\nexport default Home;\n","export default __webpack_public_path__ + \"static/media/meet-lagrua-placeholder.a0ebeec8.png\";","export default __webpack_public_path__ + \"static/media/logo-cropped.97c4f030.png\";","import { Component } from \"react\";\nimport { withRouter } from \"react-router-dom\";\n\nclass ScrollToTop extends Component {\n componentDidUpdate(prevProps) {\n if (this.props.location !== prevProps.location) {\n window.scrollTo(0, 0);\n }\n }\n\n render() {\n return this.props.children;\n }\n}\n\nexport default withRouter(ScrollToTop);\n","import \"./App.css\";\n\n// Components\nimport Contact from \"./views/Contact\";\nimport Donate from \"./views/Donate\";\nimport DonateFooter from \"./components/DonateFooter\";\nimport Footer from \"./components/Footer\";\nimport Home from \"./views/Home\";\nimport MeetShawn from \"./views/MeetShawn\";\nimport Navbar from \"./components/Navbar\";\nimport ScrollToTop from \"./components/ScrollToTop\";\nimport WhatIBelieve from \"./views/WhatIBelieve\";\n\n// Views\n\n// Packages\nimport { Switch, Route } from \"react-router-dom\";\n\nfunction App() {\n return (\n
\n \n {/* \n
*/}\n \n \n \n \n {/* \n \n \n \n \n \n \n \n \n \n \n \n \n \n */}\n \n
\n {/* */}\n \n
\n );\n}\n\nexport default App;\n","const reportWebVitals = onPerfEntry => {\n if (onPerfEntry && onPerfEntry instanceof Function) {\n import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => {\n getCLS(onPerfEntry);\n getFID(onPerfEntry);\n getFCP(onPerfEntry);\n getLCP(onPerfEntry);\n getTTFB(onPerfEntry);\n });\n }\n};\n\nexport default reportWebVitals;\n","import React from \"react\";\nimport ReactDOM from \"react-dom\";\nimport \"./index.css\";\nimport App from \"./App\";\nimport reportWebVitals from \"./reportWebVitals\";\n\n// Packages\nimport { BrowserRouter as Router } from \"react-router-dom\";\n\nReactDOM.render(\n \n \n \n \n ,\n document.getElementById(\"root\")\n);\n\n// If you want to start measuring performance in your app, pass a function\n// to log results (for example: reportWebVitals(console.log))\n// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals\nreportWebVitals();\n"],"sourceRoot":""}