{"version":3,"sources":["webpack:///./src/components/Banner.js","webpack:///./src/components/Feature.js","webpack:///./src/components/WhatWeDo.js","webpack:///./src/components/Testimonial.js","webpack:///./src/components/WhatOurClientsSay.js","webpack:///./src/pages/index.js"],"names":["Banner","className","alt","src","DeadlyByteLogo","href","Feature","icon","title","description","size","tag","WhatWeDo","id","query","render","data","allFeaturesJson","edges","map","feature","key","node","Testimonial","image","quote","author","companyName","width","WhatClientsSay","allTestimonialsJson","length","testimonial","childImageSharp","fluid","IndexPage","Layout","site","siteMetadata","featureToggles","testimonials","WhatOurClientsSay"],"mappings":"wKAiBeA,EAbA,kBACb,kBAAC,IAAD,CAAWC,UAAU,oGACnB,yBAAKA,UAAU,2BAA2BC,IAAI,oFAAoFC,IAAKC,MACvI,yBAAKH,UAAU,kDACb,wBAAIA,UAAU,aAAd,aAAoC,+CAApC,KACA,sQAGA,uBAAGI,KAAK,cAAcJ,UAAU,kCAAhC,6B,wBCESK,EAVC,SAAC,GAAD,IAAGC,EAAH,EAAGA,KAAMC,EAAT,EAASA,MAAOC,EAAhB,EAAgBA,YAAhB,OACd,kBAAC,IAAD,KACE,kBAAC,IAAD,CAAiBR,UAAU,oBAAoBM,KAAMA,EAAMG,KAAK,OAChE,kBAAC,IAAD,KACE,kBAAC,IAAD,CAAWC,IAAI,MAAMH,GACrB,kBAAC,IAAD,KAAWC,MCkCFG,EAvCE,kBACf,6BAASC,GAAG,aAAaZ,UAAU,mBACjC,yBAAKA,UAAU,aACb,gCACE,0CACA,qJACA,iJAEF,kBAAC,cAAD,CACEa,MAAK,aAgBLC,OAAQ,SAACC,GAAD,OACN,yBAAKf,UAAU,kFAEXe,EAAKC,iBAAmBD,EAAKC,gBAAgBC,MAAMC,KAAI,SAACC,GAAD,OACrD,kBAAC,EAAD,CAASC,IAAKD,EAAQE,KAAKd,MAAOD,KAAMa,EAAQE,KAAKf,KAAMC,MAAOY,EAAQE,KAAKd,MAAOC,YAAaW,EAAQE,KAAKb,wBCbjHc,EAjBK,SAAC,GAAD,IAAGC,EAAH,EAAGA,MAAOC,EAAV,EAAUA,MAAOC,EAAjB,EAAiBA,OAAQC,EAAzB,EAAyBA,YAAzB,OAClB,kBAAC,IAAD,KAEIH,GACA,kBAAC,IAAD,CAASvB,UAAU,YAAYE,IAAKqB,EAAOtB,IAAQyB,EAAL,QAAyBC,MAAM,QAE/E,kBAAC,IAAD,KACE,gCAAY3B,UAAU,+BACpB,2BAAIwB,GACJ,4BAAQxB,UAAU,qBACfyB,EADH,KACY,0BAAMlB,MAAUkB,EAAL,KAAgBC,GAAgBA,QCwChDE,EAjDQ,kBACrB,kBAAC,cAAD,CACEf,MAAK,aAuBLC,OAAQ,SAACC,GACP,OAAIA,EAAKc,qBAAuBd,EAAKc,oBAAoBZ,MAAMa,OAE3D,6BAASlB,GAAG,uBAAuBZ,UAAU,aAC3C,gCACE,oDACA,2HAEF,yBAAKA,UAAU,uDAEXe,EAAKc,oBAAoBZ,MAAMC,KAAI,SAAAa,GAAW,OAC5C,kBAAC,EAAD,CAAaX,IAAKW,EAAYV,KAAKT,GAAIW,MAAOQ,EAAYV,KAAKE,OAASQ,EAAYV,KAAKE,MAAMS,gBAAgBC,MAAM/B,IAAKwB,YAAaK,EAAYV,KAAKK,YAAaD,OAAQM,EAAYV,KAAKI,OAAQD,MAAOO,EAAYV,KAAKG,aAOjO,SCdAU,UA1BG,kBAChB,kBAAC,cAAD,CACErB,MAAK,YAWLC,OAAQ,SAACC,GAAD,OACN,kBAACoB,EAAA,EAAD,KACE,kBAAC,EAAD,MACA,kBAAC,EAAD,MAEEpB,GAAQA,EAAKqB,KAAKC,aAAaC,eAAeC,cAC9C,kBAACC,EAAD","file":"component---src-pages-index-js-1f33a4b66742f3c850cc.js","sourcesContent":["import React from 'react'\nimport { Jumbotron } from 'reactstrap'\nimport DeadlyByteLogo from '../images/deadly-byte-symbol.svg'\n\nconst Banner = () => (\n \n \"Skull\n
\n

Hi, we're Deadly Byte.

\n

\n Deadly Byte is a web development studio based in Dorset, UK. We're passionate about building websites and web applications. If you're looking for quality coding that delivers exceptional results for your business then get in touch.\n

\n Learn about what we do\n
\n
\n)\n\nexport default Banner\n","import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'\nimport React from 'react'\nimport { Card, CardBody, CardText, CardTitle } from 'reactstrap'\n\nconst Feature = ({ icon, title, description }) => (\n \n \n \n {title}\n {description}\n \n \n)\n\nexport default Feature\n","import React from 'react'\nimport { StaticQuery, graphql } from 'gatsby';\nimport Feature from './Feature'\n\nconst WhatWeDo = () => (\n
\n
\n
\n

What We Do

\n

We offer front end to back end web development services. We also offer web analytics, copywriting and media relations.

\n

Using the latest web technologies, we provide the solutions that help businesses achieve their online objectives.

\n
\n (\n
\n {\n data.allFeaturesJson && data.allFeaturesJson.edges.map((feature) => (\n \n ))\n }\n
\n )}\n />\n
\n
\n)\n\nexport default WhatWeDo\n","import React from 'react'\nimport { Card, CardImg, CardBody } from 'reactstrap'\n\nconst Testimonial = ({ image, quote, author, companyName }) => (\n \n {\n image &&\n \n }\n \n
\n

{quote}

\n \n
\n
\n
\n)\n\nexport default Testimonial\n","import React from 'react'\nimport { StaticQuery, graphql } from 'gatsby'\nimport Testimonial from './Testimonial'\n\nconst WhatClientsSay = () => (\n {\n if (data.allTestimonialsJson && data.allTestimonialsJson.edges.length) {\n return (\n
\n
\n

What Our Clients Say

\n

The team has over 20 years of experience in delivering successful projects for our clients.

\n
\n
\n {\n data.allTestimonialsJson.edges.map(testimonial =>\n \n )\n }\n
\n
\n )\n } else {\n return null\n }\n }}\n />\n)\n\nexport default WhatClientsSay\n","import React from 'react'\nimport Layout from '../components/Layout'\nimport Banner from '../components/Banner'\nimport WhatWeDo from '../components/WhatWeDo'\nimport WhatOurClientsSay from '../components/WhatOurClientsSay'\nimport { StaticQuery, graphql } from 'gatsby';\n\nconst IndexPage = () => (\n (\n \n \n \n {\n data && data.site.siteMetadata.featureToggles.testimonials &&\n \n }\n \n )}\n />\n)\n\nexport default IndexPage\n"],"sourceRoot":""}