{"version":3,"file":"component---src-pages-careers-graphic-designer-js-6050676f3039f5f9d411.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,oICzBZ,UAtCkB,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,wCACX,gBAAC,IAAD,CAASV,OAAO,WAAWC,KAAM,OACjC,uBAAKC,UAAU,gDAEb,sBAAIA,UAAU,iCAAd,iCACA,kEACA,oDACA,6CAEA,qBAAGA,UAAU,QAAb,qUAKA,sBAAIA,UAAU,QAAd,cACA,0BACE,8DACA,oEACA,sFACA,oFAGF,qBAAGA,UAAU,QAAb,qFAEA,qBAAGA,UAAU,QAAb,aAA8B,qBAAGA,UAAU,eAAeW,KAAK,uCAAjC,wCAA9B","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/graphic-designer.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\n

Graphic Designer (Web/Mobile)

\n

Position Type: Part Time (Contractor)

\n

Compensation: $20-30/hr

\n

Location: Remote

\n\n

Total Web Connections is looking for a motivated individual to join our team as a graphic designer. We are looking for a \n designer interesed in working on a variety of projects from websites to mobile apps. We have a variety of ongoing websites/apps in need of sprucing up, as well\n as new projects still in the idea phase. \n

\n\n

Job Duties

\n
    \n
  • - Design mockups for developers.
  • \n
  • - Work on mobile and web applications.
  • \n
  • - Design websites and new ideas for existing properties.
  • \n
  • - Work with developers to ensure adherence to design.
  • \n
\n\n

Note that this is a part time, contract position to start. This is a remote role.

\n\n

To Apply, email us at info@totalwebconnections and attach your resume.

\n\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","href"],"sourceRoot":""}