{"version":3,"file":"component---src-pages-work-entrepreneurs-jumpstart-js-beb48cad70e729e75285.js","mappings":"qJAkEA,IA9DiB,SAAC,GAAe,IAAdA,EAAa,EAAbA,QACjB,OACE,2BACE,uBAAKC,MAAM,0CACT,sBACEC,UAAU,uBACVC,MAAO,CAACC,SAAU,WAAYC,IAAK,SAEjCL,EAAQM,OAId,uBAAKJ,UAAU,mDACb,sBAAIA,UAAU,iBAAd,eACA,qBAAGA,UAAU,4CAA6CF,EAAQO,aAElE,sBAAIL,UAAU,uBAAd,iBACA,qBAAGA,UAAU,4CAA6CF,EAAQQ,WAElE,sBAAIN,UAAU,uBAAd,gBACA,qBAAGA,UAAU,4CAA6CF,EAAQS,UAElE,uBAAKP,UAAU,0CACb,uBAAKA,UAAU,8CAEXF,EAAQU,OAAOC,KAAI,SAAAC,GACjB,OACE,uBAAKV,UAAU,QACb,uBAAKW,IAAG,qBAAuBD,UAQ3C,uBAAKV,UAAU,SACb,uBAAKA,UAAU,aACb,sBAAIA,UAAU,gBAAd,aACA,uBAAKA,UAAU,aACb,qBAAGY,KAAOd,EAAQe,KAAOf,EAAQe,OAGrC,uBAAKb,UAAU,QACb,sBAAIA,UAAU,gBAAd,cAEEF,EAAQgB,KAAKL,KAAI,SAAAM,GACf,OACE,uBAAKf,UAAU,mDACXe,Y,4FCjCtB,UAXkB,SAAC,GAAkB,IAAhBC,EAAe,EAAfA,SAEnB,OACE,gBAAC,IAAD,CAAQA,SAAUA,GAChB,gBAAC,IAAD,CAAKC,MAAM,+DACX,gBAAC,IAAD,CAAUnB,QAASoB,EAAAA,O,qDCdlB,IAAMA,EAAyB,CACpCd,KAAM,0BACNe,QAAS,qCACTT,MAAO,yBACPU,SAAU,0BACVP,IAAK,yCACLR,YAAa,+LACbC,UAAW,6VACXC,SAAU,sSACVO,KAAM,CAAC,QAAS,SAAU,eAC1BN,OAAQ,CAAC,yBAA0B,yBAA0B","sources":["webpack://gatsby-starter-blog/./src/components/workPage.js","webpack://gatsby-starter-blog/./src/pages/work/entrepreneurs-jumpstart.js","webpack://gatsby-starter-blog/./src/portfolio/entrepreneursjumpstart.js"],"sourcesContent":["import * as React from \"react\"\nimport { Link } from \"gatsby\"\n\n\nconst WorkPage = ({project}) => {\n return (\n
\n
\n \n { project.name }\n \n
\n\n
\n

The Project

\n

{ project.description }

\n\n

The Challenge

\n

{ project.challenge }

\n\n

The Solution

\n

{ project.solution }

\n\n
\n
\n {\n project.images.map(image => {\n return (\n
\n \n
\n )\n })\n }\n
\n
\n\n
\n
\n

Live Url:

\n
\n {project.url}\n
\n
\n
\n

Tech Used:

\n {\n project.tech.map(item => {\n return (\n
\n { item }\n
\n )\n })\n }\n
\n
\n
\n\n
\n )\n}\n\nexport default WorkPage\n","import * as React from \"react\"\nimport { Link, graphql } from \"gatsby\"\n\nimport Layout from \"../../components/layout\"\nimport WorkPage from \"../../components/workPage\"\nimport Seo from \"../../components/seo\"\n\nimport { entrepreneursjumpstart } from '../../portfolio/entrepreneursjumpstart'\n\nconst BlogIndex = ({ location }) => {\n\n return (\n \n \n \n\n \n )\n}\n\nexport default BlogIndex\n","export const entrepreneursjumpstart = {\n name: \"Entrepreneurs Jumpstart\",\n excerpt: \"Business and entrepreneurship blog\",\n image: \"simpleLeadTracker.webp\",\n localUrl: \"entrepreneurs-jumpstart\",\n url: \"https://www.entrepreneursjumpstart.com\",\n description: \"Entrepreneurs Jumpstart is a blog focused on running and online businesses and the many hats that go along with that. It touches on everything from SEO to building and MVP of your product.\",\n challenge: \"Like many blogs, the main challenge was figuring out th flow through different categories of content. Making the site flow is important, and keeps users engaged and easily able to discover what they're looking for. We also wanted to make sure that we settled on a post-launch publishing flow that would let us consistently keep the site updated.\",\n solution: \"We ultimately settled on a handful of categories that would allow us to help guide people through the site. We also put a lot of effort in to create a content calendar and keeping that consistently updated. Afte launch, we continue to maintain the site, and run the publishing and marketing.\",\n tech: [\"React\", \"Gatsby\", \"TailwindCSS\"],\n images: [\"simpleLeadTracker.webp\", \"simpleLeadTracker.webp\", \"simpleLeadTracker.webp\"]\n}\n"],"names":["project","class","className","style","position","top","name","description","challenge","solution","images","map","image","src","href","url","tech","item","location","title","entrepreneursjumpstart","excerpt","localUrl"],"sourceRoot":""}