{"version":3,"sources":["webpack:///./src/pages/todo.js","webpack:///./src/components/inner-page-layout.js","webpack:///./src/components/logo-card.js","webpack:///./src/components/image-card.js"],"names":["ToDo","className","src","InnerPageLayout","children","href","image","target","hideLogo","download","category","title","LogoCard","props","linkHref","isDownload","to","style","maxWidth","margin","objectFit","ImageCard","undefined","imageClass"],"mappings":"8FAAA,gGAIe,SAASA,IACtB,OACE,kBAAC,IAAD,KACI,6BAASC,UAAU,aACnB,uCACA,kBAAC,IAAD,KACI,yBAAKC,IAAI,uBAAuBD,UAAU,mCAC1C,uBAAGA,UAAU,QAAb,4DACA,ie,kCCZZ,mFAIe,SAASE,EAAT,GAAsC,IAAZC,EAAW,EAAXA,SACvC,OACE,yBAAKH,UAAU,YACX,yBAAKA,UAAU,YACVG,GAEL,yBAAKH,UAAU,YAEX,yBAAKA,UAAU,gGACX,yBAAKA,UAAU,OACX,kBAAC,IAAD,CAAWI,KAAK,YAAYC,MAAM,sBAAlC,qEAIR,yBAAKL,UAAU,YACX,yBAAKA,UAAU,OACX,kBAAC,IAAD,CAAWI,KAAK,WAAWC,MAAM,uBAAjC,6GAIR,yBAAKL,UAAU,YACX,yBAAKA,UAAU,OACX,yBAAKA,UAAU,kBACf,yBAAKA,UAAU,eAAf,oBACA,yBAAKC,IAAI,2BACT,yBAAKD,UAAU,aACX,uBAAGA,UAAU,aAAb,0GACA,yBAAKA,UAAU,aACf,uBAAGI,KAAK,gCAAgCE,OAAO,SAASN,UAAU,oCAAlE,qBAOZ,yBAAKA,UAAU,YACX,yBAAKA,UAAU,OACX,kBAAC,IAAD,CAAUO,UAAU,EAAMC,UAAU,EAAMC,SAAS,WAAWL,KAAK,+BAA+BM,MAAM,2BAAxG,0C,kCCzCpB,uEAGe,SAASC,EAASC,GAE7B,IAAMC,EAAWD,EAAMR,MAAQ,QACzBU,EAAaF,EAAMJ,WAAY,EAErC,OACI,yBAAKR,UAAU,gGACX,yBAAKA,UAAU,8CACX,4BAAQA,UAAU,iCAAiCY,EAAMH,UACzD,wBAAIT,UAAU,QAAQY,EAAMF,OAC5B,uBAAGV,UAAU,qBAAqBY,EAAMT,UACtCW,EACG,uBAAGV,KAAMS,EAAUP,OAAO,SAASN,UAAU,kBAA7C,aAEA,kBAAC,IAAD,CAAMe,GAAIF,EAAUb,UAAU,kBAA9B,eAGNY,EAAML,UAAY,yBAAKP,UAAU,8BAChC,yBAAKC,IAAI,WAAWe,MAAO,CAACC,SAAU,QAASC,OAAQ,QAASC,UAAW,e,kCCrB3F,uEAGe,SAASC,EAAUR,GAE9B,IAAMC,EAAWD,EAAMR,WAAQiB,EAE/B,OACI,yBAAKrB,UAAU,mCACf,yBAAKC,IAAKW,EAAMP,MAAOL,UAAWY,EAAMU,aACxC,yBAAKtB,UAAU,aACb,uBAAGA,UAAU,aAAaY,EAAMT,UAC9BU,GACA,yBAAKb,UAAU,qDACb,yBAAKA,UAAU,aACb,kBAAC,IAAD,CAAMe,GAAIF,EAAUb,UAAU,oCAA9B","file":"component---src-pages-todo-js-bfc4eca82c46365c536d.js","sourcesContent":["import React from \"react\"\r\nimport Layout from \"../components/layout\"\r\nimport InnerPageLayout from \"../components/inner-page-layout\"\r\n\r\nexport default function ToDo() {\r\n return ( \r\n \r\n
\r\n

TO DO!

\r\n \r\n \r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\r\n
\r\n
\r\n
\r\n );\r\n}\r\n","import React from \"react\"\r\nimport ImageCard from \"../components/image-card\"\r\nimport LogoCard from \"../components/logo-card\"\r\n\r\nexport default function InnerPageLayout({children}) {\r\n return ( \r\n
\r\n
\r\n {children}\r\n
\r\n
\r\n\r\n
\r\n
\r\n Please see links to our clubs policies and other key documents.\r\n
\r\n
\r\n\r\n
\r\n
\r\n If you are interested in joining us, we are always ready to welcome new players, coaches or assistants.\r\n
\r\n
\r\n\r\n
\r\n
\r\n
\r\n
Featured Sponsor
\r\n \r\n
\r\n

Kip McGrath provides live and interactive lessons online or in centre, tailored to your child’s needs.

\r\n
\r\n View Sponsor\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n
\r\n Read the 2020-2021 season review\r\n
\r\n
\r\n\r\n
\r\n
\r\n );\r\n}\r\n","import React from \"react\"\r\nimport { Link } from \"gatsby\"\r\n\r\nexport default function LogoCard(props) {\r\n\r\n const linkHref = props.href || '/todo';\r\n const isDownload = props.download || false;\r\n\r\n return (\r\n
\r\n
\r\n {props.category}\r\n

{props.title}

\r\n

{props.children}

\r\n { isDownload ?\r\n (Read more)\r\n :\r\n (Read more)\r\n }\r\n
\r\n { !props.hideLogo &&
\r\n \r\n
}\r\n
\r\n );\r\n}\r\n","import React from \"react\"\r\nimport { Link } from \"gatsby\"\r\n\r\nexport default function ImageCard(props) {\r\n\r\n const linkHref = props.href || undefined;\r\n\r\n return (\r\n
\r\n \r\n
\r\n

{props.children}

\r\n { linkHref &&\r\n
\r\n
\r\n View\r\n
\r\n
\r\n }\r\n
\r\n
\r\n\r\n );\r\n}"],"sourceRoot":""}