{"version":3,"file":"component---src-pages-careers-js-80ddd113ac8994486b33.js","mappings":"qJAmBA,IAfgB,SAAC,GAAoB,IAAnBA,EAAkB,EAAlBA,OAAQC,EAAU,EAAVA,KAExB,OACE,uBAAKC,UAAU,4BACb,uBAAKA,UAAU,0CACb,sBAAIA,UAAU,YAAaF,GAC1BC,EACE,qBAAGC,UAAU,QAASD,GACtB,S,mDC0EX,IA3DiB,WACf,MAA0BE,EAAAA,SAAe,GAAzC,UAEA,OACE,uBAAKD,UAAU,uBACb,sBAAIA,UAAU,kCAAd,gBACA,uBAAKA,UAAU,yCACb,uBAAKA,UAAU,wBACb,qBAAGE,MAAM,kDACT,sBAAIF,UAAU,iBAAd,mBAGA,qIAIF,uBAAKA,UAAU,gBACb,qBAAGE,MAAM,mDACT,sBAAIF,UAAU,iBAAd,mBAGA,iIAIF,uBAAKA,UAAU,gBACb,qBAAGE,MAAM,iDACT,sBAAIF,UAAU,iBAAd,uBAGA,iHAKJ,uBAAKA,UAAU,yCACb,uBAAKA,UAAU,gBACX,qBAAGE,MAAM,iDACT,sBAAIF,UAAU,iBAAd,qBAGA,8FAIF,uBAAKA,UAAU,gBACb,qBAAGE,MAAM,oDACT,sBAAIF,UAAU,iBAAd,0BAGA,mG,oIClCZ,UA7BkB,SAAC,GAAwB,IAAD,EAArBG,EAAqB,EAArBA,KAAMC,EAAe,EAAfA,SACnBC,GAAY,UAAAF,EAAKG,KAAKC,oBAAV,eAAwBC,QAAxB,QACJL,EAAKM,kBAAkBC,MAErC,OACE,gBAAC,IAAD,CAAQN,SAAUA,EAAUI,MAAOH,GACjC,gBAAC,IAAD,CAAKG,MAAM,oCACX,gBAAC,IAAD,CAASV,OAAO,WAAWC,KAAM,OACjC,uBAAKC,UAAU,4DACb,+MAIA,sBAAIA,UAAU,iCAAd,aAEA,uBAAKA,UAAU,mFACb,8DACA,gBAAC,IAAD,CAAQW,KAAK,UAAUC,IAAI,0BAG7B,uBAAKZ,UAAU,mFACb,8CACA,gBAAC,IAAD,CAAQW,KAAK,UAAUC,IAAI","sources":["webpack://gatsby-starter-blog/./src/components/SubHero.js","webpack://gatsby-starter-blog/./src/components/home/Services.js","webpack://gatsby-starter-blog/./src/pages/careers.js"],"sourcesContent":["import * as React from \"react\"\nimport { Link } from \"gatsby\"\n\n\nconst SubHero = ({header, copy}) => {\n\n return (\n
\n
\n

{ header }

\n {copy\n ?

{ copy }

\n : null\n }\n
\n
\n )\n}\n\nexport default SubHero\n","import * as React from \"react\"\nimport { Link } from \"gatsby\"\n\nimport Button from '../Button';\n\n\n//
\n//
\n// \n//

\n// Content Creation\n//

\n//

\n// From written articles to marketing images we work with you .\n//

\n//
\n//
\n// \n//

\n// Mobile Applications\n//

\n//

\n// Dedicated solutions for mobile devices. Custom designed to work on mobile devices.\n//

\n//
\n//
\n\nconst Services = () => {\n const [slide, setSlide] = React.useState(0);\n\n return (\n
\n

Our Services

\n
\n
\n \n

\n Web Development\n

\n

\n A place for your business to live online. Beautiful, functional sites uniquely designed for your brand.\n

\n
\n
\n \n

\n App Development\n

\n

\n For complex functional needs. Database driven and optimized from design to the code to be effcient.\n

\n
\n
\n \n

\n Mobile Applications\n

\n

\n Dedicated solutions for mobile devices. Custom designed to work on mobile devices.\n

\n
\n
\n
\n
\n \n

\n Content Marketing\n

\n

\n Reach new users with handwritten content designed to get clicks.\n

\n
\n
\n \n

\n Social Media Marketing\n

\n

\n Build communities with bespoke strategies across social channels.\n

\n
\n
\n
\n )\n}\n\nexport default Services\n","import * as React from \"react\"\nimport { Link, graphql } from \"gatsby\"\n\nimport Bio from \"../components/bio\"\nimport Layout from \"../components/layout\"\nimport Seo from \"../components/seo\"\nimport Button from '../components/Button'\n\nimport SubHero from \"../components/SubHero\"\nimport Services from \"../components/home/Services\"\nimport Work from \"../components/home/Work\"\nimport Blog from \"../components/home/Blog\"\nimport Process from \"../components/home/Process\"\n\nconst BlogIndex = ({ data, location }) => {\n const siteTitle = data.site.siteMetadata?.title || `Title`\n const posts = data.allMarkdownRemark.nodes\n\n return (\n \n \n \n
\n

Total Web Connections is growing and looking for motivated individuals to join our team! See below for our \n current open positions. Sent any questions to info@totalwebconnections. \n

\n\n

Positions

\n\n
\n

Content and Social Media Manager

\n
\n\n
\n

Graphic Designer

\n
\n
\n
\n )\n}\n\nexport default BlogIndex\n\nexport const pageQuery = graphql`\n query {\n site {\n siteMetadata {\n title\n }\n }\n allMarkdownRemark(sort: { fields: [frontmatter___date], order: DESC }) {\n nodes {\n excerpt\n fields {\n slug\n }\n frontmatter {\n date(formatString: \"MMMM DD, YYYY\")\n title\n description\n }\n }\n }\n }\n`\n"],"names":["header","copy","className","React","class","data","location","siteTitle","site","siteMetadata","title","allMarkdownRemark","nodes","text","url"],"sourceRoot":""}