{"version":3,"sources":["webpack:///./src/pages/blog/guest-post.js","webpack:///./src/components/ui/startUsing/index.js"],"names":["StyledSection","styled","section","media","tablet","mobile","StyledList","ul","Box","div","GuestPost","canonical","metaTitle","metaDescription","className","href","addRadius","StartUsingLS","deleteMarginTop","setMarginTop","link","useSourceParams","useState","email","setEmail","style","onSubmit","e","preventDefault","navigate","htmlFor","id","type","name","placeholder","required","value","onChange","target","as","secondary","defaultProps"],"mappings":"4FAAA,gFAMMA,EAAgBC,IAAOC,QAAV,+EAAGD,CAAH,0YAGfE,IAAMC,OAGND,IAAME,OASJF,IAAME,OAeNF,IAAME,QAQNC,EAAaL,IAAOM,GAAV,4EAAGN,CAAH,wXAIZE,IAAME,OASJF,IAAME,OAiBJF,IAAME,QAORG,EAAMP,IAAOQ,IAAV,qEAAGR,CAAH,6cAQLE,IAAME,OASJF,IAAME,OAUNF,IAAME,OAUJF,IAAME,QA6ECK,UAtEG,WAChB,OACE,kBAAC,IAAD,CACEC,UAAU,oBACVC,UAAU,+CACVC,gBAAgB,4FAEhB,kBAACb,EAAD,KACE,yBAAKc,UAAU,aACb,yBAAKA,UAAU,+BACb,yBAAKA,UAAU,YACb,6CACgB,+CAEhB,uBAAGA,UAAU,QAAb,oHAIA,kBAACR,EAAD,KACE,2EAC+C,IAC7C,wGAIF,yFAC6D,IAC3D,sDAEF,0CACa,0DADb,mBAGA,8CACiB,4CADjB,QAC+C,+CAE/C,4BACE,sEADF,8BAGA,sEACyC,gDAEzC,0DAC6B,+CAD7B,6BAGA,4BACE,qDADF,8DAMJ,kBAACE,EAAD,CAAKM,UAAU,YACb,yBAAKA,UAAU,aACb,+CACA,0HAIA,2BACE,uBAAGC,KAAK,+BAAR,8BAOZ,kBAAC,IAAD,CAAYC,WAAS,O,kCC9L3B,6DAMMC,EAAe,SAAC,GAAuC,IAArCC,EAAoC,EAApCA,gBAAiBC,EAAmB,EAAnBA,aAC/BC,EAASC,YAAgB,eAAzBD,KACR,EAA0BE,mBAAS,IAA5BC,EAAP,KAAcC,EAAd,KAMA,OACE,kBAAC,IAAD,CACEV,UAAU,YACVI,gBAAiBA,EACjBO,MAAO,CAAEN,iBAET,gEACmC,uCAEnC,yBAAKL,UAAU,SACb,kBAAC,IAAD,CAAyBY,SAdV,SAACC,GACpBA,EAAEC,iBACFC,mBAAYT,EAAJ,UAAkBG,KAapB,2BAAOO,QAAQ,yBAAyBhB,UAAU,gBAChD,2BACEiB,GAAG,yBACHC,KAAK,QACLC,KAAK,QACLC,YAAY,sBACZC,UAAQ,EACRC,MAAOb,EACPc,SAAU,SAACV,GAAD,OAAOH,EAASG,EAAEW,OAAOF,QACnCtB,UAAU,iBAGd,kBAAC,IAAD,CAAqByB,GAAG,SAASP,KAAK,SAASQ,WAAS,GAAxD,iBAIF,yBAAK1B,UAAU,cACb,gDACA,6CACiB,2CAEjB,6CAOKG,MAQfA,EAAawB,aAAe,CAC1BvB,iBAAiB,EACjBC,cAAc","file":"component---src-pages-blog-guest-post-js-1121a20805a34e82f4a3.js","sourcesContent":["import React from 'react';\nimport styled from 'styled-components';\nimport { media } from 'theme/breakpoints';\nimport Layout from 'layout';\nimport StartUsing from 'components/ui/startUsing';\n\nconst StyledSection = styled.section`\n margin-top: 5rem;\n padding: 7rem 0 50px;\n ${media.tablet} {\n margin-top: 0;\n }\n ${media.mobile} {\n margin-top: 0;\n padding: 120px 0 50px;\n padding-bottom: 0;\n }\n & h1 {\n font-size: 48px;\n line-height: 60px;\n margin-bottom: 42px;\n ${media.mobile} {\n font-size: 32px;\n line-height: 44px;\n margin-bottom: 24px;\n }\n & strong {\n font-weight: 800;\n }\n }\n .desc {\n font-size: 22px;\n line-height: 36px;\n font-weight: 400;\n width: 95%;\n margin-bottom: 56px;\n ${media.mobile} {\n font-size: 18px;\n line-height: 30px;\n margin-bottom: 32px;\n }\n }\n`;\n\nconst StyledList = styled.ul`\n list-style: none;\n padding: 0;\n padding-left: 22px;\n ${media.mobile} {\n padding-left: 24px;\n }\n & li {\n position: relative;\n margin-top: 24px;\n font-size: 18px;\n font-weight: 400;\n line-height: 30px;\n ${media.mobile} {\n font-size: 16px;\n line-height: 24px;\n margin-top: 24px;\n }\n & strong {\n font-weight: 800;\n }\n &::before {\n content: '';\n position: absolute;\n top: 11px;\n left: -22px;\n width: 8px;\n height: 8px;\n background-color: #0a4ed6;\n border-radius: 50%;\n ${media.mobile} {\n top: 8px;\n }\n }\n }\n`;\n\nconst Box = styled.div`\n background-color: #f8f8f8;\n border-radius: 6px;\n padding: 42px 32px 32px;\n height: fit-content;\n @media (max-width: 991px) {\n margin-top: 56px;\n }\n ${media.mobile} {\n padding: 24px;\n margin: 56px 16px 0;\n }\n\n & h2 {\n font-size: 26px;\n margin-bottom: 34px;\n font-weight: 800;\n ${media.mobile} {\n font-size: 22px;\n margin-bottom: 24px;\n }\n }\n & p {\n margin-bottom: 32px;\n font-weight: 400;\n font-size: 18px;\n line-height: 28px;\n ${media.mobile} {\n font-size: 16px;\n margin-bottom: 24px;\n }\n &:last-child {\n margin-bottom: 0;\n }\n & a {\n font-size: 22px;\n font-weight: 800;\n ${media.mobile} {\n font-size: 18px;\n }\n }\n }\n`;\n\nconst GuestPost = () => {\n return (\n \n \n
\n
\n
\n

\n Guest Posting Guidelines\n

\n

\n We accept guest post submissions for the LiveSession blog. Please read our\n requirements before you get in touch:\n

\n \n
  • \n We publish original, insightful pieces about{' '}\n \n UX design and research, analytics and conversion rate optimization.\n \n
  • \n
  • \n Keep in mind that we’re checking every piece thoroughly to{' '}\n avoid plagiarism.\n
  • \n
  • \n Stick to a casual, conversational writing style.\n
  • \n
  • \n Please provide examples and use cases.\n
  • \n
  • \n Case studies and hands-on insights are particularly welcome.\n
  • \n
  • \n The minimum volume for a guest post is 1500 words.\n
  • \n
  • \n The article will be posted exclusively on the LiveSession blog.\n
  • \n
  • \n Only one backlink to your company’s website is allowed in the\n guest post.\n
  • \n
    \n
    \n \n
    \n

    Request posting

    \n

    \n If you feel that your contribution could be valuable for us, please get in touch\n via email:\n

    \n

    \n hello@livesession.io\n

    \n
    \n
    \n
    \n
    \n
    \n \n \n );\n};\n\nexport default GuestPost;\n","import React, { useState } from 'react';\nimport PropTypes from 'prop-types';\nimport { useSourceParams } from 'hooks/useSourceParams';\nimport { navigate } from 'gatsby';\nimport * as Styled from './styled';\n\nconst StartUsingLS = ({ deleteMarginTop, setMarginTop }) => {\n const { link } = useSourceParams('start-using');\n const [email, setEmail] = useState('');\n\n const handleSubmit = (e) => {\n e.preventDefault();\n navigate(`${link}&email=${email}`);\n };\n return (\n \n

    \n Start using LiveSession for free now.\n

    \n
    \n \n \n \n Sign up free\n \n \n
    \n

    Free 14-day trial

    \n

    \n No credit card required\n

    \n

    Easy setup

    \n
    \n
    \n \n );\n};\n\nexport default StartUsingLS;\n\nStartUsingLS.propTypes = {\n deleteMarginTop: PropTypes.bool,\n // eslint-disable-next-line react/forbid-prop-types\n setMarginTop: PropTypes.oneOfType([PropTypes.object, PropTypes.bool]),\n};\n\nStartUsingLS.defaultProps = {\n deleteMarginTop: false,\n setMarginTop: false,\n};\n"],"sourceRoot":""}