{"version":3,"sources":["webpack:///./src/components/masthead.js","webpack:///./src/components/panel.js","webpack:///./src/pages/projects/social-justice-cafe.jsx"],"names":["fullConfig","resolveConfig","tailwindConfig","Masthead","parentTitle","pageTitle","backgroundImage","styling","fluid","theme","colors","maroon","translucent","default","css","className","StyledDiv","Panel","children","props","ProjectsSocialJusticeCafe","data","location","title","image","hero","childImageSharp","src","to","width","height","frameborder","allow","allowfullscreen","isShaded","latestEvents","edges","map","node","frontmatter","permalink","eventDate","pageQuery"],"mappings":"wNAOMA,EAAaC,IAAcC,KAuClBC,IArCE,SAAC,GAA0D,IAAxDC,EAAuD,EAAvDA,YAAaC,EAA0C,EAA1CA,UAAWC,EAA+B,EAA/BA,gBAAiBC,EAAc,EAAdA,QAC3D,OACE,8BACE,YAAC,IAAD,CACEC,MAAO,CAAC,mBACaR,EAAWS,MAAMC,OAAOC,OAAOC,YAD7C,KAC6DZ,EAAWS,MAAMC,OAAOC,OAAOE,QAD5F,IAELP,GAEFQ,IAAG,YAAE,CAAG,gFAA2BP,KAEnC,mBAAKQ,UAAU,aACb,uBACE,YAAC,IAAD,CACED,IAAG,YAAE,CACD,gGADC,yCAILC,UAAU,eAETX,GAEH,kBACEW,UAAU,cACVD,IAAG,YAAE,CACD,qEADC,0CAKJT,S,kHClCf,IAAMW,EAAY,+MAMHC,IAJD,SAAC,GAA4B,IAA1BC,EAAyB,EAAzBA,SAAaC,E,oIAAY,iBACxC,OAAO,YAACH,EAAcG,EAAQD,K,oCCLhC,qL,sNA2EeE,UA/DmB,SAAC,GAAwB,IAAtBC,EAAqB,EAArBA,KAAMC,EAAe,EAAfA,SAEnCjB,EAAY,sBAElB,OACE,YAAC,IAAD,CAAQiB,SAAUA,EAAUlB,YAJV,WAIoCC,UAAWA,GAC/D,YAAC,IAAD,CAAKkB,MAAOlB,EAAWmB,MAAOH,EAAKI,KAAKC,gBAAgBlB,MAAMmB,MAC9D,YAAC,IAAD,CACEvB,YAPc,WAQdC,UAAWA,EACXC,gBAAiBe,EAAKI,KAAKC,gBAAgBlB,MAC3CD,QAAS,CACL,uDADK,+CAKX,YAAC,IAAD,KACE,kCACA,YAAC,IAAD,yUAOA,gHAE8B,IAC5B,YAAC,IAAD,CAAUqB,GAAG,qBAAb,wDAHF,KAQA,kBAAId,IAAG,IACP,8CACA,gQAMA,gEACA,sBAAQe,MAAM,MAAMC,OAAO,MAAMH,IAAI,wGAA4GJ,MAAM,uBAAuBQ,YAAY,IAAIC,MAAM,sGAAsGC,iBAAe,KAE3T,YAAC,IAAD,CAASC,UAAQ,GACf,iDACA,YAAC,IAAD,KACGb,EAAKc,aAAaC,MAAMC,KAAI,YAAe,IAAZC,EAAW,EAAXA,KAC9B,OACE,YAAC,IAAD,CAAOxB,IAAG,GACR,YAAC,IAAD,CAAUc,GAAIU,EAAKC,YAAYC,WAC7B,sBAAKF,EAAKC,YAAYhB,OACtB,iBAAGT,IAAG,GAAqBwB,EAAKC,YAAYE,oBAavD,IAAMC,EAAS","file":"component---src-pages-projects-social-justice-cafe-jsx-82458c53ae7d7f83b196.js","sourcesContent":["import BackgroundImage from 'gatsby-background-image';\nimport React from 'react';\nimport tw from 'tailwind.macro';\nimport resolveConfig from 'tailwindcss/resolveConfig';\nimport tailwindConfig from '../../tailwind.config.js';\nimport LeadText from './leadText';\n\nconst fullConfig = resolveConfig(tailwindConfig);\n\nconst Masthead = ({ parentTitle, pageTitle, backgroundImage, styling }) => {\n return (\n <>\n \n
\n
\n \n {parentTitle}\n \n \n {pageTitle}\n \n
\n
\n \n \n );\n};\n\nexport default Masthead;\n","import React from \"react\"\nimport tw from \"tailwind.macro\"\n\nconst StyledDiv = tw.div`p-5 bg-white shadow-md rounded-lg`\n\nconst Panel = ({ children, ...props }) => {\n return {children}\n}\n\nexport default Panel\n","import { graphql } from 'gatsby';\nimport React from 'react';\nimport tw from 'tailwind.macro';\nimport Button from '../../components/button';\nimport Grid from '../../components/grid';\nimport Layout from '../../components/layout';\nimport LeadText from '../../components/leadText';\nimport Masthead from '../../components/masthead';\nimport Panel from '../../components/panel';\nimport SafeLink from '../../components/safeLink';\nimport Section from '../../components/section';\nimport SEO from '../../components/seo';\n\nconst ProjectsSocialJusticeCafe = ({ data, location }) => {\n const parentTitle = 'Projects';\n const pageTitle = 'Social Justice Café';\n\n return (\n \n \n \n
\n

Overview

\n \n The aim of the cafés is to engage with young people on social justice\n issues and human rights-inspired democracy and action for inclusion,\n rooted in the UN Sustainable Development Goals (SDGs) and National\n Development goals, with a view to harnessing the youth dividend in\n ending poverty and reducing inequality by 2030.\n \n

\n As an initiative of the Centre for Social Justice, the cafés\n are executed as part of the{' '}\n \n Social Justice Musa Plan (M-Plan for Social Justice)\n \n .\n

\n
\n

Format and logistics

\n

\n Keynote speakers with extensive experience and expertise on a specific\n topic introduce and situate the theme, followed by a panel discussion\n involving approximately 4 panellists and the audience. Discussions\n take place on MS Teams.\n

\n

Watch the latest Social Justice Cafés:

\n \n
\n
\n

Past and upcoming cafés

\n \n {data.latestEvents.edges.map(({ node }) => {\n return (\n \n \n

{node.frontmatter.title}

\n

{node.frontmatter.eventDate}

\n
\n
\n );\n })}\n
\n
\n
\n );\n};\n\nexport default ProjectsSocialJusticeCafe;\n\nexport const pageQuery = graphql`\n query {\n hero: file(relativePath: { eq: \"projects-socialjusticecafe-hero.jpg\" }) {\n childImageSharp {\n fluid {\n ...GatsbyImageSharpFluid_withWebp\n }\n }\n }\n site {\n siteMetadata {\n title\n }\n }\n latestEvents: allMarkdownRemark(\n filter: { frontmatter: { topics: { in: \"Social Justice Café\" } } }\n sort: { fields: [frontmatter___eventDate], order: DESC }\n ) {\n edges {\n node {\n excerpt\n frontmatter {\n author\n date(formatString: \"D MMMM YYYY\")\n permalink\n title\n topics\n eventDate(formatString: \"D MMMM YYYY\")\n }\n }\n }\n }\n }\n`;\n"],"sourceRoot":""}