{"version":3,"sources":["webpack:///./src/pages/work.js"],"names":["Work","data","name","content","backgroundImage","file","childImageSharp","fluid","pageTitle","tagline","style","position","paddingTop","url","width","height","top","left","col","au","edges","map","workau","node","margin","title","featuredImage","key","id","alt","slug","query"],"mappings":"4FAAA,yIA0IeA,UAjIF,SAAC,GAAD,IAAGC,EAAH,EAAGA,KAAH,OACX,oCACE,kBAAC,IAAD,KACE,8GAIA,0BACEC,KAAK,cACLC,QAAQ,yKAGZ,kBAAC,IAAD,CACEC,gBAAiBH,EAAKI,KAAKC,gBAAgBC,MAC3CC,UAAU,2BACVC,QAAQ,yBAKV,kBAAC,IAAD,KACE,kBAAC,IAAD,KACE,oDACA,sNAKA,6LAKA,yBACEC,MAAO,CACLC,SAAU,WACVC,WAAY,WAGd,kBAAC,IAAD,CACEC,IAAI,8CACJC,MAAM,OACNC,OAAO,OACPL,MAAO,CACLC,SAAU,WACVK,IAAK,IACLC,KAAM,QAIZ,sTAOA,mNAMA,4EACA,qaASF,6BACA,kBAAC,IAAD,CAAWC,IAAI,KACb,6BACE,mDACA,6DACA,0MAKA,+DACA,4BACE,iEACA,2DACA,8DACA,oDACA,2DACA,4DACA,4EACA,wDACA,wFACA,wFAGA,iEAEF,4DACA,4BACE,sDACA,sDACA,0DACA,6EACA,gEACA,gFACA,qEACA,6DAGJ,6BACGjB,EAAKkB,GAAGC,MAAMC,KAAI,gBAASC,EAAT,EAAGC,KAAH,OACjB,yBAAKb,MAAO,CAAEc,OAAQ,SACpB,kBAAC,IAAD,CACEC,MAAOH,EAAOG,MACdlB,MAAOe,EAAOI,cAAcnB,MAC5BoB,IAAKL,EAAOM,GACZC,IAAKP,EAAOO,IACZhB,IAAG,UAAYS,EAAOQ,gBAY/B,IAAMC,EAAK","file":"component---src-pages-work-js-0b718fa89bfb14d0ca89.js","sourcesContent":["import React from 'react';\nimport Helmet from 'react-helmet';\nimport { graphql } from 'gatsby';\nimport ReactPlayer from 'react-player';\n\nimport styled from 'styled-components';\nimport { Header, Category } from '../components/layout/index.js';\nimport { Section, Container, Button } from '../components/common/index.js';\n\nconst Work = ({ data }) => (\n <>\n \n \n Work and travel packages in Australia and New Zealand with Base\n Backpackers\n \n \n \n \n\n
\n \n

Working in Australia

\n

\n Chris Hemsworth says: “ It’s different down here, the air has more\n life in it. Because Australia isn’t just a place you see it’s a place\n you feel. That’s why there’s nothing like it!”\n

\n

\n Come and explore this great land, learn to surf just like Chris and\n his mates, you might even catch a glimpse of Thor as you’re learning\n to surf in Byron Bay!\n

\n \n \n \n

\n Explore the golden outback, enjoy the Aussie nightlife, parties,\n festivals and events. But, most of all define your own adventure\n whether it’s adrenaline filled, seeking out our weird and wonderful\n wildlife, getting to know the friendly locals or enjoying our endless\n coastlines.\n

\n

\n We welcome thousands of mates down under every year, and we want to\n help you have the adventure of a life time, with rock solid support\n when you need it the whole time you’re here!\n

\n\n

Great value packages to help get you started

\n

\n With our flexible Work & Travel packages, not only will we show\n you a great time and introduce you to like-minded working holiday\n makers, but we also have the inside knowledge to provide you with\n everything you need to get started and get a job in Australia and New\n Zealand. So get involved and spend your time away sleeping with us…\n you will certainly learn a thing or two in the process!\n

\n
\n
\n \n
\n

Choose Your Package

\n

Australian Arrivals Packages:

\n

\n Choose your arrival location on the left (Brisbane, Melbourne,\n Sydney , the number of nights you want to stay (3, 5 or 7), and the\n number of people purchasing the package.\n

\n

Work & Travel Packages include:

\n
    \n
  • 3, 4, 5 or 7 Nights Accommodation
  • \n
  • Daily Continental Breakfast
  • \n
  • Airport Transfer to the hostel
  • \n
  • 12 Months Membership
  • \n
  • *In depth local orientation
  • \n
  • Free WIFI for length of stay
  • \n
  • One on one CV building and jobs consultation
  • \n
  • Australian / NZ SIM Card
  • \n
  • 12 months access to the Work Australia online jobs board
  • \n
  • \n 12 months access to Work And New Zealand offices AU & NZ\n
  • \n
  • Free activities in each location
  • \n
\n

Australia Arrivals Packages:

\n
    \n
  • Opening a Bank Account
  • \n
  • Tax File Number set up
  • \n
  • Superannuation application
  • \n
  • Assistance with tax and superannuation refund
  • \n
  • 2nd Year Visa and migration help
  • \n
  • Discounted training courses (RSA/White card etc)
  • \n
  • 140-page Australian Harvest Guidebook
  • \n
  • Discounted WWOOF membership
  • \n
\n
\n
\n {data.au.edges.map(({ node: workau }) => (\n
\n \n
\n ))}\n
\n
\n
\n \n);\n\nexport default Work;\n\nexport const query = graphql`\n query {\n file(relativePath: { eq: \"1.jpg\" }) {\n childImageSharp {\n # Specify the image processing specifications right in the query.\n # Makes it trivial to update as your page's design changes.\n fluid {\n ...GatsbyImageSharpFluid\n }\n }\n }\n au: allDatoCmsProduct(\n filter: {\n locale: { eq: \"en\" }\n productCategorie: { elemMatch: { title: { eq: \"Work and travel AU\" } } }\n }\n ) {\n edges {\n node {\n id\n title\n slug\n featuredImage {\n alt\n fluid(\n maxWidth: 300\n maxHeight: 200\n imgixParams: {\n fm: \"jpg\"\n auto: \"compress\"\n fit: \"crop\"\n crop: \"faces\"\n }\n ) {\n ...GatsbyDatoCmsFluid\n }\n }\n productCategorie {\n title\n }\n }\n }\n }\n nz: allDatoCmsProduct(\n filter: {\n locale: { eq: \"en\" }\n productCategorie: { elemMatch: { title: { eq: \"Work and travel NZ\" } } }\n }\n ) {\n edges {\n node {\n id\n title\n slug\n featuredImage {\n alt\n fluid(\n maxWidth: 300\n maxHeight: 200\n imgixParams: {\n fm: \"jpg\"\n auto: \"compress\"\n fit: \"crop\"\n crop: \"faces\"\n }\n ) {\n ...GatsbyDatoCmsFluid\n }\n }\n productCategorie {\n title\n }\n }\n }\n }\n }\n`;\n"],"sourceRoot":""}