{"id":15592,"date":"2026-07-28T14:03:45","date_gmt":"2026-07-28T04:03:45","guid":{"rendered":"https:\/\/www.resourcefulrecruitment.com.au\/?page_id=15592"},"modified":"2026-07-28T23:25:52","modified_gmt":"2026-07-28T13:25:52","slug":"home-copy","status":"publish","type":"page","link":"https:\/\/www.resourcefulrecruitment.com.au\/","title":{"rendered":"RR Home Page Redesign 2026"},"content":{"rendered":"\n\n\t<style>\n  .rr-hero-wrap {\n    width: 100%;\n    box-sizing: border-box;\n    padding: 24px;\n    background-color: #F7F5F2;\n  }\n  .rr-hero {\n    position: relative;\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    width: 100%;\n    min-height: 620px !important;\n    box-sizing: border-box;\n    overflow: hidden;\n    border-radius: 24px;\n    background-image: url('https:\/\/cdn-01.cms-ap-v2i.applyflow.com\/resourceful-recruitment\/wp-content\/uploads\/2023\/06\/banner-4.png');\n    background-position: center;\n    background-size: cover;\n    font-family: 'Inter', Arial, sans-serif;\n  }\n  .rr-hero::before {\n    content: \"\";\n    position: absolute;\n    z-index: 1;\n    inset: 0;\n    border-radius: 24px;\n    background: linear-gradient(\n      to top,\n      rgba(68,71,74,0.92) 0%,\n      rgba(68,71,74,0.55) 40%,\n      rgba(68,71,74,0.05) 75%\n    );\n    pointer-events: none;\n  }\n  .rr-hero-content {\n    position: relative;\n    z-index: 2;\n    max-width: 600px;\n    padding: 60px 48px 32px;\n  }\n  .rr-hero-eyebrow {\n    display: inline-block;\n    margin-bottom: 20px;\n    padding: 6px 14px;\n    border-radius: 20px;\n    background-color: #F58025;\n    color: #FFFFFF;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n  .rr-hero-content h1 {\n    margin: 0 0 16px;\n    color: #FFFFFF;\n    font-size: 44px;\n    font-weight: 700;\n    line-height: 1.15;\n  }\n  .rr-hero-content p {\n    max-width: 460px;\n    margin: 0 0 28px;\n    color: #F7F5F2;\n    font-size: 18px;\n    line-height: 1.5;\n  }\n  .rr-hero-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 16px;\n  }\n  .rr-btn-primary,\n  .rr-btn-secondary {\n    position: relative;\n    z-index: 3;\n    display: inline-block;\n    box-sizing: border-box;\n    padding: 14px 28px;\n    border-radius: 8px;\n    color: #FFFFFF;\n    font-size: 16px;\n    font-weight: 600;\n    text-decoration: none;\n    transition: all 0.2s ease;\n    pointer-events: auto;\n  }\n  .rr-btn-primary {\n    background-color: #F58025;\n  }\n  .rr-btn-primary:hover {\n    background-color: #D96A12;\n    color: #FFFFFF;\n    text-decoration: none;\n  }\n  .rr-btn-secondary {\n    border: 2px solid rgba(255,255,255,0.7);\n    background-color: transparent;\n  }\n  .rr-btn-secondary:hover {\n    border-color: #FFFFFF;\n    background-color: rgba(255,255,255,0.15);\n    color: #FFFFFF;\n    text-decoration: none;\n  }\n  .rr-hero-sectors {\n    position: relative;\n    z-index: 2;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    padding: 0 48px 40px;\n  }\n  .rr-sector-pill {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    padding: 12px 20px;\n    border: 1px solid rgba(255,255,255,0.25);\n    border-radius: 50px;\n    background-color: rgba(255,255,255,0.12);\n    color: #FFFFFF;\n    font-family: 'Inter', Arial, sans-serif;\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 0.04em;\n    text-decoration: none;\n    text-transform: uppercase;\n    white-space: nowrap;\n    transition: all 0.2s ease;\n    backdrop-filter: blur(8px);\n    -webkit-backdrop-filter: blur(8px);\n  }\n  .rr-sector-pill:hover {\n    border-color: #F58025;\n    background-color: #F58025;\n    color: #FFFFFF;\n    text-decoration: none;\n  }\n  .rr-sector-pill-arrow {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    background-color: rgba(255,255,255,0.2);\n    font-size: 11px;\n    flex-shrink: 0;\n  }\n  @media (max-width: 768px) {\n    .rr-hero-wrap {\n      padding: 12px;\n    }\n    .rr-hero {\n      min-height: 560px !important;\n      justify-content: flex-start;\n      border-radius: 16px;\n      background-position: 58% center;\n    }\n    .rr-hero::before {\n      border-radius: 16px;\n      background: linear-gradient(\n        to bottom,\n        rgba(35,38,40,0.62) 0%,\n        rgba(35,38,40,0.48) 55%,\n        rgba(35,38,40,0.74) 100%\n      );\n    }\n    .rr-hero-content {\n      max-width: none;\n      padding: 32px 24px 28px;\n    }\n    .rr-hero-eyebrow {\n      margin-bottom: 14px;\n      padding: 6px 12px;\n      font-size: 10px;\n    }\n    .rr-hero-content h1 {\n      margin-bottom: 14px;\n      font-size: 32px;\n      line-height: 1.12;\n    }\n    .rr-hero-content p {\n      max-width: 100%;\n      margin-bottom: 22px;\n      font-size: 15px;\n      line-height: 1.45;\n    }\n    .rr-hero-buttons {\n      flex-direction: column;\n      gap: 10px;\n    }\n    .rr-btn-primary,\n    .rr-btn-secondary {\n      width: 100%;\n      padding: 13px 18px;\n      font-size: 15px;\n      text-align: center;\n    }\n    .rr-hero-sectors {\n      display: none;\n    }\n  }\n<\/style>\n      Workforce Solutions\n      <h1>Built for the industries that build Australia.<\/h1>\n      \n        Specialist workforce solutions for Mining, Oil &amp; Gas,\n        Utilities &amp; Infrastructure, and Renewables &amp; Transmission\n        across Australia.\n      \n        <a\n          href=\"https:\/\/www.resourcefulrecruitment.com.au\/contact-us\/\">\n          Request a Consultation\n        <\/a>\n        <a\n          href=\"https:\/\/www.resourcefulrecruitment.com.au\/jobs\/\">\n          Search Jobs\n        <\/a>\n      <a\n        href=\"https:\/\/www.resourcefulrecruitment.com.au\/industrysectors\/mining-oil-gas\/\">\n        Mining, Oil &amp; Gas\n        \u2197\n      <\/a>\n      <a\n        href=\"https:\/\/www.resourcefulrecruitment.com.au\/industrysectors\/utilities-infrastructure\/\">\n        Utilities &amp; Infrastructure\n        \u2197\n      <\/a>\n      <a\n        href=\"https:\/\/www.resourcefulrecruitment.com.au\/industrysectors\/renewables\/\">\n        Renewables &amp; Transmission\n        \u2197\n      <\/a>\n\t<style>\n  .rr-sectors-wrap {\n    position: relative;\n    left: 50%;\n    width: 100vw;\n    margin-left: -50vw;\n    padding: 0 24px 24px;\n    box-sizing: border-box;\n    background-color: #F7F5F2;\n    font-family: 'Inter', Arial, sans-serif;\n  }\n  .rr-sectors {\n    width: 100%;\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 56px 0;\n  }\n  .rr-sectors-header {\n    max-width: 700px;\n    margin: 0 auto 48px;\n    text-align: center;\n  }\n  .rr-sectors-eyebrow {\n    display: inline-block;\n    margin-bottom: 16px;\n    padding: 6px 14px;\n    border-radius: 20px;\n    background-color: #F58025;\n    color: #FFFFFF;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n  .rr-sectors-header h2 {\n    margin: 0 0 12px;\n    color: #44474A;\n    font-size: 38px;\n    font-weight: 700;\n    line-height: 1.15;\n  }\n  .rr-sectors-header p {\n    max-width: 580px;\n    margin: 0 auto;\n    color: #6B6E71;\n    font-size: 17px;\n    line-height: 1.6;\n  }\n  .rr-sectors-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n  .rr-sector-card {\n    position: relative;\n    display: block;\n    height: 360px;\n    overflow: hidden;\n    border-radius: 20px;\n    text-decoration: none;\n    cursor: pointer;\n  }\n  .rr-sector-card-img {\n    display: block;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    transition: transform 0.4s ease;\n  }\n  .rr-sector-card:hover .rr-sector-card-img {\n    transform: scale(1.04);\n  }\n  .rr-sector-card-overlay {\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(\n      to top,\n      rgba(68,71,74,0.92) 0%,\n      rgba(68,71,74,0.45) 48%,\n      rgba(68,71,74,0.05) 80%\n    );\n    transition: background 0.3s ease;\n  }\n  .rr-sector-card:hover .rr-sector-card-overlay {\n    background: linear-gradient(\n      to top,\n      rgba(245,128,37,0.90) 0%,\n      rgba(245,128,37,0.42) 50%,\n      rgba(68,71,74,0.05) 82%\n    );\n  }\n  .rr-sector-card-content {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    left: 0;\n    z-index: 2;\n    padding: 28px;\n  }\n  .rr-sector-card-tag {\n    display: inline-block;\n    margin-bottom: 10px;\n    padding: 4px 10px;\n    border-radius: 20px;\n    background-color: #F58025;\n    color: #FFFFFF;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n  .rr-sector-card-title {\n    margin: 0 0 8px;\n    color: #FFFFFF;\n    font-size: 24px;\n    font-weight: 700;\n    line-height: 1.2;\n  }\n  .rr-sector-card-desc {\n    max-width: 470px;\n    margin: 0;\n    color: rgba(255,255,255,0.9);\n    font-size: 15px;\n    line-height: 1.5;\n  }\n  .rr-sector-card-link-wrap {\n    max-height: 0;\n    margin-top: 0;\n    overflow: hidden;\n    opacity: 0;\n    transition:\n      max-height 0.3s ease,\n      opacity 0.3s ease,\n      margin-top 0.3s ease;\n  }\n  .rr-sector-card:hover .rr-sector-card-link-wrap {\n    max-height: 36px;\n    margin-top: 12px;\n    opacity: 1;\n  }\n  .rr-sector-card-link {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    color: #FFFFFF;\n    font-size: 14px;\n    font-weight: 600;\n  }\n  .rr-sector-card-link-arrow {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 24px;\n    height: 24px;\n    border-radius: 50%;\n    background-color: rgba(255,255,255,0.25);\n    font-size: 13px;\n  }\n  @media (max-width: 768px) {\n    .rr-sectors-grid {\n      grid-template-columns: 1fr;\n    }\n    .rr-sector-card {\n      height: 300px;\n    }\n    .rr-sectors-header h2 {\n      font-size: 28px;\n    }\n    .rr-sector-card-link-wrap {\n      max-height: 36px;\n      margin-top: 12px;\n      opacity: 1;\n    }\n  }\n  @media (max-width: 600px) {\n    .rr-sectors-wrap {\n      padding: 0 12px 12px;\n    }\n    .rr-sector-card {\n      height: 270px;\n    }\n    .rr-sector-card-content {\n      padding: 22px;\n    }\n    .rr-sector-card-title {\n      font-size: 21px;\n    }\n    .rr-sector-card-desc {\n      font-size: 14px;\n    }\n  }\n<\/style>\n      Our Sectors\n      <h2>Deep expertise where it matters most.<\/h2>\n      \n        We are embedded in Australia&#8217;s heavy industry, energy and\n        infrastructure sectors, with the networks, technical knowledge\n        and delivery track record to match.\n      \n      <!-- Mining, Oil & Gas -->\n      <a\n        href=\"https:\/\/www.resourcefulrecruitment.com.au\/industrysectors\/mining-oil-gas\/\">\n        <img decoding=\"async\" src=\"https:\/\/cdn-01.cms-ap-v2i.applyflow.com\/resourceful-recruitment\/wp-content\/uploads\/2023\/06\/mining.png\"\n          alt=\"Mining, Oil and Gas\"\/>\n          Sector\n          <h3>\n            Mining, Oil &amp; Gas\n          <\/h3>\n          \n            Permanent and contract technical talent across mining,\n            production, drilling, processing and engineering operations.\n          \n              Explore Mining, Oil &amp; Gas\n              \u2197\n      <\/a>\n      <!-- Utilities & Infrastructure -->\n      <a\n        href=\"https:\/\/www.resourcefulrecruitment.com.au\/industrysectors\/utilities-infrastructure\/\">\n        <img decoding=\"async\" src=\"https:\/\/cdn-01.cms-ap-v2i.applyflow.com\/resourceful-recruitment\/wp-content\/uploads\/2023\/06\/infrastructure-utilities.png\"\n          alt=\"Utilities and Infrastructure\"\/>\n          Sector\n          <h3>\n            Utilities &amp; Infrastructure\n          <\/h3>\n          \n            Capital works, asset management and operations workforces\n            for energy networks and major infrastructure programs.\n          \n              Explore Utilities &amp; Infrastructure\n              \u2197\n      <\/a>\n      <!-- Renewables & Transmission -->\n      <a\n        href=\"https:\/\/www.resourcefulrecruitment.com.au\/industrysectors\/renewables\/\">\n        <img decoding=\"async\" src=\"https:\/\/cdn-01.cms-ap-v2i.applyflow.com\/resourceful-recruitment\/wp-content\/uploads\/2023\/07\/energy-banner.jpeg\"\n          alt=\"Renewables and Transmission\"\/>\n          Sector\n          <h3>\n            Renewables &amp; Transmission\n          <\/h3>\n          \n            Building the workforce behind Australia&#8217;s energy transition,\n            from project development through to operations and maintenance.\n          \n              Explore Renewables &amp; Transmission\n              \u2197\n      <\/a>\n      <!-- Executive Search -->\n      <a\n        href=\"https:\/\/www.resourcefulrecruitment.com.au\/industrysectors\/executive-search\/\">\n        <img decoding=\"async\" src=\"https:\/\/cdn-01.cms-ap-v2i.applyflow.com\/resourceful-recruitment\/wp-content\/uploads\/2023\/06\/executive-search.png\"\n          alt=\"Executive Search\"\/>\n          Service\n          <h3>\n            Executive Search\n          <\/h3>\n          \n            Confidential search for senior technical, commercial and\n            executive leaders across the resources and energy sectors.\n          \n              Explore Executive Search\n              \u2197\n      <\/a>\n\t<style>\n  .rr-vp-wrap {\n    padding: 0 24px 24px;\n    background-color: #F7F5F2;\n    font-family: 'Inter', Arial, sans-serif;\n  }\n  .rr-vp {\n    background-color: #44474A;\n    border-radius: 24px;\n    padding: 72px 64px;\n    max-width: 1280px;\n    margin: 0 auto;\n    position: relative;\n    overflow: hidden;\n  }\n  \/* Subtle background texture *\/\n  .rr-vp::before {\n    content: \"\";\n    position: absolute;\n    top: -120px;\n    right: -120px;\n    width: 480px;\n    height: 480px;\n    border-radius: 50%;\n    background: radial-gradient(circle, rgba(245,128,37,0.08) 0%, rgba(245,128,37,0) 70%);\n    pointer-events: none;\n  }\n  .rr-vp-inner {\n    position: relative;\n    z-index: 2;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 64px;\n    align-items: start;\n  }\n  \/* Left column *\/\n  .rr-vp-left {}\n  .rr-vp-eyebrow {\n    display: inline-block;\n    background-color: #F58025;\n    color: #FFFFFF;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    padding: 6px 14px;\n    border-radius: 20px;\n    margin-bottom: 20px;\n  }\n  .rr-vp-left h2 {\n    font-size: 36px;\n    font-weight: 700;\n    color: #FFFFFF;\n    margin: 0 0 20px;\n    line-height: 1.2;\n  }\n  .rr-vp-left p {\n    font-size: 16px;\n    color: rgba(255,255,255,0.75);\n    line-height: 1.7;\n    margin: 0 0 16px;\n  }\n  .rr-vp-left p:last-of-type {\n    margin-bottom: 32px;\n  }\n  .rr-vp-btn {\n    display: inline-block;\n    background-color: #F58025;\n    color: #FFFFFF;\n    padding: 16px 32px;\n    border-radius: 8px;\n    text-decoration: none;\n    font-weight: 600;\n    font-size: 16px;\n    transition: background-color 0.2s ease;\n  }\n  .rr-vp-btn:hover { background-color: #D96A12; }\n  \/* Right column - benefit tiles *\/\n  .rr-vp-right {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n  }\n  .rr-vp-tile {\n    background-color: rgba(255,255,255,0.06);\n    border: 1px solid rgba(255,255,255,0.10);\n    border-radius: 16px;\n    padding: 24px;\n    transition: background-color 0.2s ease, border-color 0.2s ease;\n  }\n  .rr-vp-tile:hover {\n    background-color: rgba(255,255,255,0.10);\n    border-color: rgba(245,128,37,0.4);\n  }\n  .rr-vp-tile-icon {\n    font-size: 24px;\n    margin-bottom: 12px;\n    display: block;\n  }\n  .rr-vp-tile-title {\n    font-size: 15px;\n    font-weight: 700;\n    color: #FFFFFF;\n    margin: 0 0 8px;\n    line-height: 1.3;\n  }\n  .rr-vp-tile-desc {\n    font-size: 14px;\n    color: rgba(255,255,255,0.65);\n    line-height: 1.5;\n    margin: 0;\n  }\n  @media (max-width: 900px) {\n    .rr-vp-inner { grid-template-columns: 1fr; gap: 40px; }\n    .rr-vp { padding: 48px 36px; }\n    .rr-vp-left h2 { font-size: 28px; }\n  }\n  @media (max-width: 600px) {\n    .rr-vp-wrap { padding: 0 12px 12px; }\n    .rr-vp { padding: 40px 24px; border-radius: 16px; }\n    .rr-vp-right { grid-template-columns: 1fr; }\n    .rr-vp-left h2 { font-size: 24px; }\n  }\n<\/style>\n      <!-- Left: headline, copy and button -->\n        Why Resourceful\n        <h2>\n          We don&#8217;t just fill roles. We solve workforce problems.\n        <\/h2>\n        \n          Resourceful Recruitment operates where the talent market is\n          tightest and the stakes are highest. Our consultants don&#8217;t work\n          general desks. They&#8217;ve built deep networks in mining and resources,\n          energy infrastructure and the renewables build-out.\n        \n        \n          Whether you&#8217;re mobilising a project team on a tight timeline,\n          replacing a critical technical role, or building a long-term\n          contract workforce, we act as an extension of your team, not just\n          a supplier on your panel.\n        \n        <a\n          href=\"https:\/\/www.resourcefulrecruitment.com.au\/contact-us\/\">\n          Discuss Your Workforce Needs\n        <\/a>\n      <!-- Right: benefit tiles -->\n            Sector-embedded consultants\n          \n            Not generalists. Our consultants recruit in the sector they\n            specialise in, full time.\n          \n            National delivery\n          \n            Brisbane-headquartered with active delivery across QLD, WA,\n            NSW and SA.\n          \n            Permanent, contract &amp; executive\n          \n            A full-service capability across all engagement types from\n            a single relationship.\n          \n            Compliance-ready\n          \n            Safety pre-screening, right-to-work verification and contractor\n            payroll managed end-to-end.\n          \n<!-- this template is based on Applyflow V2 - plugin version 5.3 -->\n\t\t<label for=\"search\">KEYWORDS<\/label>\n\t\t<input id=\"searchKey\" name=\"searchKey\" placeholder=\"Enter Keyword\"\/>\n\t\t\t\t\tClassification\n\t\t\t\t\tin all classifications\n\t\t\t\t\t\u00d7\n\t\t\t\t Select classifications from below <ul><li>\n                                         Mining, Oil &#038; Gas \n                                            <ul>\n                                                <li>\n                                                         All Mining, Oil &#038; Gas \n                                                <\/li>\n                                            <\/ul>\n                                         Select sub classifications <ul><li>\n                                                Environmental;; OH &#038; S\n                                        <\/li>\n                                        <li>\n                                                Management\n                                        <\/li>\n                                        <li>\n                                                Other\n                                        <\/li>\n                                        <li>\n                                                Project Management\n                                        <\/li>\n                                        <li>\n                                                Operations\n                                        <\/li>\n                                        <li>\n                                                Mining &#8211; Eng. &#038; Maintenance\n                                        <\/li>\n                                        <li>\n                                                Maintenance\n                                        <\/li>\n                                        <li>\n                                                Mining &#8211; Production\n                                        <\/li>\n                                        <li>\n                                                Oil &#038; Gas &#8211; Production\n                                        <\/li>\n                                        <li>\n                                                Environ.\/Health &#038; Safety\n                                        <\/li>\n                                        <li>\n                                                Geosciences\n                                        <\/li>\n                                        <li>\n                                                Mining &#8211; Mineral Processing\n                                        <\/li>\n                                        <li>\n                                                Mining: Open Cut\n                                        <\/li>\n                                        <li>\n                                                Mining: Underground\n                                        <\/li>\n                                        <li>\n                                                Oil &#038; Gas &#8211; Eng. &#038; Maintenance\n                                        <\/li>\n                                        <li>\n                                                Oil &#038; Gas &#8211; Exploration\n                                        <\/li>\n                                        <li>\n                                                Oil &#038; Gas &#8211; Maintenance\n                                        <\/li>\n                                        <li>\n                                                Business Services\n                                        <\/li>\n                                        <li>\n                                                Drilling\n                                        <\/li>\n                                        <li>\n                                                Exploration\n                                        <\/li>\n                                        <li>\n                                                Geoscience\n                                        <\/li>\n                                        <li>\n                                                Processing\n                                        <\/li>\n                                        <li>\n                                                Production\n                                        <\/li>\n                                        <\/ul>\n                        <\/li><li>\n                                         Engineering \n                                            <ul>\n                                                <li>\n                                                         All Engineering \n                                                <\/li>\n                                            <\/ul>\n                                         Select sub classifications <ul><li>\n                                                Marine\n                                        <\/li>\n                                        <li>\n                                                Piping\n                                        <\/li>\n                                        <li>\n                                                Rail\n                                        <\/li>\n                                        <li>\n                                                Scientific\n                                        <\/li>\n                                        <li>\n                                                Water &#038; Waste\n                                        <\/li>\n                                        <li>\n                                                Industrial\n                                        <\/li>\n                                        <li>\n                                                Maintenance\n                                        <\/li>\n                                        <li>\n                                                Other\n                                        <\/li>\n                                        <li>\n                                                Project Management\n                                        <\/li>\n                                        <li>\n                                                Automotive\n                                        <\/li>\n                                        <li>\n                                                Engineer\n                                        <\/li>\n                                        <li>\n                                                Electrical &#038; Electronics\n                                        <\/li>\n                                        <li>\n                                                QA &#038; QC\n                                        <\/li>\n                                        <li>\n                                                Building Services\n                                        <\/li>\n                                        <li>\n                                                Administration &#038; Tech Support\n                                        <\/li>\n                                        <li>\n                                                Sales\n                                        <\/li>\n                                        <li>\n                                                Planning\n                                        <\/li>\n                                        <li>\n                                                Manufacturing\n                                        <\/li>\n                                        <li>\n                                                Drafting\/CAD\n                                        <\/li>\n                                        <li>\n                                                Structural\n                                        <\/li>\n                                        <li>\n                                                Surveying\n                                        <\/li>\n                                        <li>\n                                                Management\n                                        <\/li>\n                                        <li>\n                                                Mechanical\n                                        <\/li>\n                                        <li>\n                                                HVAC\n                                        <\/li>\n                                        <li>\n                                                Environmental\n                                        <\/li>\n                                        <li>\n                                                Civil\n                                        <\/li>\n                                        <li>\n                                                Mapping &#038; GIS\n                                        <\/li>\n                                        <li>\n                                                Systems\n                                        <\/li>\n                                        <li>\n                                                Supervisor\n                                        <\/li>\n                                        <li>\n                                                IT &#038; Telecommunications\n                                        <\/li>\n                                        <li>\n                                                Chemical &#038; Process\n                                        <\/li>\n                                        <li>\n                                                Maintenance;; Plant;; Facilities\n                                        <\/li>\n                                        <li>\n                                                Safety Coordinator &#8211; Officer\n                                        <\/li>\n                                        <li>\n                                                Mining;; Oil &#038; Gas\n                                        <\/li>\n                                        <li>\n                                                Aerospace\n                                        <\/li>\n                                        <li>\n                                                Highway\n                                        <\/li>\n                                        <\/ul>\n                        <\/li><li>\n                                         Energy \n                                            <ul>\n                                                <li>\n                                                         All Energy \n                                                <\/li>\n                                            <\/ul>\n                                         Select sub classifications <ul><li>\n                                                Management\n                                        <\/li>\n                                        <\/ul>\n                        <\/li><li>\n                                         Other \n                                            <ul>\n                                                <li>\n                                                         All Other \n                                                <\/li>\n                                            <\/ul>\n                                         Select sub classifications <ul>\n                                        <\/ul>\n                        <\/li><\/ul>\t\t\t\n\t\t<input type=\"hidden\" id=\"classification-trans\" value=\"classifications\" \/>\n\t\t\t<label for=\"locationDd\">LOCATION<\/label>\n\t\t\t\t<button type=\"button\" id=\"locationDd\" data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">\n\t\t\t\t\tAll Australia\t\t\t\t<\/button>\n\t\t\t\t\tAdelaide\nBrisbane\nCanberra\nDarwin\nGold Coast\nHobart\nMelbourne\nOther\nPerth\nRegional ACT\nRegional NSW\nRegional NT\nRegional QLD\nRegional SA\nRegional TAS\nRegional VIC\nRegional WA\nSydney\t\t\t\t\n\t\t\t<button type=\"button\">\n\t\t\t\tSearch Jobs\t\t\t<\/button>\n                <h2>\n                    Featured Jobs                <\/h2>\n                \n                                <a href=\"\/jobview\/project-engineer\/a3322d75-71e4-4c79-8e04-a8c2b9a07688\/\">Project Engineer<\/a><p>Brisbane QLD<hr \/>Well-established civil construction contractor with a strong and growing pipeline of work requires a Project Engineer<\/p><a href=\"\/jobview\/project-engineer\/a3322d75-71e4-4c79-8e04-a8c2b9a07688\/\">Learn more \n                    <\/a>\n                                <a href=\"\/jobview\/senior-associate-hsse\/7c31cfd3-c681-4523-a531-38d8aa3531eb\/\">Senior Associate &#8211; HSSE<\/a><p>Brisbane QLD<hr \/>Help embed strong safety and environmental practices across a growing renewable energy portfolio.<\/p><a href=\"\/jobview\/senior-associate-hsse\/7c31cfd3-c681-4523-a531-38d8aa3531eb\/\">Learn more \n                    <\/a>\n                                <a href=\"\/jobview\/senior-electrical-engineer\/c0ad464b-d8fe-479c-9697-5ce7ed963686\/\">Senior Electrical Engineer<\/a><p>Brisbane QLD<hr \/>A growing engineering consultancy has a newly created position for an Electrical Engineer &#8211; enjoy working the entire project cycle: Design to Defects<\/p><a href=\"\/jobview\/senior-electrical-engineer\/c0ad464b-d8fe-479c-9697-5ce7ed963686\/\">Learn more \n                    <\/a>\n                                <a href=\"\/jobview\/principal-geotechnical-engineer\/ce30bd79-b0b8-45bb-9bdc-ab26abf266f5\/\">Principal Geotechnical Engineer<\/a><p><hr \/>Join a nationally recognised geotechnical consultancy backed by a global group spanning 35 countries<\/p><a href=\"\/jobview\/principal-geotechnical-engineer\/ce30bd79-b0b8-45bb-9bdc-ab26abf266f5\/\">Learn more \n                    <\/a>\n                                <a href=\"\/jobview\/associate-geotechnical-engineer\/f7a6fea0-199b-4009-af48-cb9281619cc9\/\">Associate Geotechnical Engineer<\/a><p><hr \/>Spanning 35 countries, with genuine mentorship from experienced technical leaders who are invested in your growth<\/p><a href=\"\/jobview\/associate-geotechnical-engineer\/f7a6fea0-199b-4009-af48-cb9281619cc9\/\">Learn more \n                    <\/a>\n                                <a href=\"\/jobview\/project-manager-capital-works\/243d6bc7-21fe-4e3d-b300-de594d73a1da\/\">Project Manager &#8211; Capital Works<\/a><p>Brisbane QLD<hr \/>Deliver essential infrastructure projects across utilities and asset-based environments throughout South-East Queensland.<\/p><a href=\"\/jobview\/project-manager-capital-works\/243d6bc7-21fe-4e3d-b300-de594d73a1da\/\">Learn more \n                    <\/a>\n                                <a href=\"\/jobview\/leading-hand\/1171fc22-cf78-48dc-8721-34a4bef10c5b\/\">Leading Hand<\/a><p><hr \/>Join a growing contractor delivering water infrastructure projects across Brisbane and SE QLD, leading site crews to deliver high-quality outcomes.<\/p><a href=\"\/jobview\/leading-hand\/1171fc22-cf78-48dc-8721-34a4bef10c5b\/\">Learn more \n                    <\/a>\n                                <a href=\"\/jobview\/principal-mechanical-engineer-rpeq\/a63de502-3f16-45c6-85a2-0900995d7bc9\/\">Principal Mechanical Engineer (RPEQ)<\/a><p>Brisbane QLD<hr \/>Join a leading Brisbane-based Oil &#038; Gas owner-operator, earn a fantastic day rate with the possibility to go permanent<\/p><a href=\"\/jobview\/principal-mechanical-engineer-rpeq\/a63de502-3f16-45c6-85a2-0900995d7bc9\/\">Learn more \n                    <\/a>\n                                <a href=\"\/jobview\/senior-electrical-engineer\/524a0952-c109-4ade-b49a-a9f47f9bf057\/\">Senior Electrical Engineer<\/a><p>Brisbane QLD<hr \/>Join a leading engineering consultancy delivering major energy infrastructure projects across Australia.<\/p><a href=\"\/jobview\/senior-electrical-engineer\/524a0952-c109-4ade-b49a-a9f47f9bf057\/\">Learn more \n                    <\/a>\n                                <a href=\"\/jobview\/senior-estimator\/14238bdc-e6ea-4f60-b8d2-b75dfd514d18\/\">Senior Estimator<\/a><p>Brisbane QLD<hr \/>A growing engineering and construction business seeks a Senior Estimator to coordinate tenders and develop cost estimates<\/p><a href=\"\/jobview\/senior-estimator\/14238bdc-e6ea-4f60-b8d2-b75dfd514d18\/\">Learn more \n                    <\/a>\n                                <a href=\"\/jobview\/civil-designer\/1aa967e3-2bee-48bf-9a6c-bde6e2cbe472\/\">Civil Designer<\/a><p>Brisbane QLD<hr \/>Work across Mining &#038; Resources &#038; Urban Development, delivering diverse projects and technical challenges that keep your skills growing and your career<\/p><a href=\"\/jobview\/civil-designer\/1aa967e3-2bee-48bf-9a6c-bde6e2cbe472\/\">Learn more \n                    <\/a>\n                                <a href=\"\/jobview\/principal-grid-engineer\/d94c37fc-3913-4710-a3e4-e226c57559a3\/\">Principal Grid Engineer<\/a><p>Brisbane QLD<hr \/>Lead grid connection strategy across a growing renewables pipeline. Mentor a team, shape technical standards. Apply now to learn more.<\/p><a href=\"\/jobview\/principal-grid-engineer\/d94c37fc-3913-4710-a3e4-e226c57559a3\/\">Learn more \n                    <\/a>\n                                <a href=\"\/jobview\/senior-contracts-administrator\/9443dd4c-6ddb-4159-ac18-96e38059efcb\/\">Senior Contracts Administrator<\/a><p>Brisbane QLD<hr \/>Brisbane | Permanent Full-Time | Package in the early-to-mid $200,000s + vehicle\/allowance options<\/p><a href=\"\/jobview\/senior-contracts-administrator\/9443dd4c-6ddb-4159-ac18-96e38059efcb\/\">Learn more \n                    <\/a>\n                                <a href=\"\/jobview\/mechanical-engineer-water-treatment\/c2095c94-a827-4db5-b195-026f34b5d27e\/\">Mechanical Engineer &#8211; Water Treatment<\/a><p>Brisbane QLD<hr \/>Are you a Mechanical Engineer with a passion for water infrastructure looking to progress your career with a leading engineering firm?<\/p><a href=\"\/jobview\/mechanical-engineer-water-treatment\/c2095c94-a827-4db5-b195-026f34b5d27e\/\">Learn more \n                    <\/a>\n                \n                \n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/Swiper\/5.4.5\/css\/swiper.min.css\" integrity=\"sha512-uCQmAoax6aJTxC03VlH0uCEtE0iLi83TW1Qh6VezEZ5Y17rTrIE+8irz4H4ehM7Fbfbm8rb30OkxVkuwhXxrRg==\" crossorigin=\"anonymous\"\/>\n\t<style>\n  .rr-culture-wrap {\n    padding: 0 24px 24px !important;\n    background-color: #F7F5F2 !important;\n    font-family: 'Inter', Arial, sans-serif !important;\n  }\n  .rr-culture {\n    max-width: 1280px !important;\n    margin: 0 auto !important;\n    background-color: #FFFFFF !important;\n    border-radius: 24px !important;\n    overflow: hidden !important;\n    display: grid !important;\n    grid-template-columns: 1fr 1fr !important;\n    align-items: stretch !important;\n    min-height: 460px !important;\n  }\n  .rr-culture-img {\n    width: 100% !important;\n    height: 100% !important;\n    min-height: 460px !important;\n    object-fit: cover !important;\n    display: block !important;\n  }\n  .rr-culture-content {\n    padding: 56px !important;\n    display: flex !important;\n    flex-direction: column !important;\n    justify-content: center !important;\n  }\n  .rr-culture-quote-mark {\n    font-size: 56px !important;\n    font-weight: 700 !important;\n    color: #F58025 !important;\n    line-height: 1 !important;\n    margin-bottom: 8px !important;\n    font-family: Georgia, serif !important;\n  }\n  .rr-culture-content p.rr-culture-main {\n    font-size: 22px !important;\n    font-weight: 600 !important;\n    color: #44474A !important;\n    line-height: 1.5 !important;\n    margin: 0 0 20px !important;\n  }\n  .rr-culture-content p.rr-culture-sub {\n    font-size: 15px !important;\n    color: #8A8D90 !important;\n    line-height: 1.65 !important;\n    margin: 0 !important;\n  }\n  .rr-culture-divider {\n    width: 48px !important;\n    height: 3px !important;\n    background-color: #F58025 !important;\n    border-radius: 2px !important;\n    margin: 24px 0 !important;\n  }\n  @media (max-width: 900px) {\n    .rr-culture { grid-template-columns: 1fr !important; min-height: 0 !important; }\n    .rr-culture-img { min-height: 280px !important; }\n    .rr-culture-content { padding: 36px 28px !important; }\n    .rr-culture-content p.rr-culture-main { font-size: 19px !important; }\n  }\n  @media (max-width: 600px) {\n    .rr-culture-wrap { padding: 0 12px 12px !important; }\n    .rr-culture { border-radius: 16px !important; }\n  }\n<\/style>\n    <img decoding=\"async\" src=\"https:\/\/cdn-01.cms-ap-v2i.applyflow.com\/resourceful-recruitment\/wp-content\/uploads\/2023\/07\/rr.png\" alt=\"Resourceful Recruitment office\"\/>\n      &#8221;\n      <p>We are embedded in our industry, with extensive networks and bespoke recruitment solutions tailored to every client.<\/p>\n      <p>As a Brisbane-headquartered recruitment consultancy, we work extensively across the Queensland resources and construction sectors, and support clients throughout Australia, New Zealand, Papua New Guinea, Indonesia, North Africa and South America.<\/p>\n\n","protected":false},"excerpt":{"rendered":"<p>Workforce Solutions Built for the industries that build Australia. Specialist workforce solutions for Mining, Oil &amp; Gas, Utilities &amp; Infrastructure, and Renewables &amp; Transmission across Australia. Request a Consultation Search Jobs Mining, Oil &amp; Gas \u2197 Utilities &amp; Infrastructure \u2197 Renewables &amp; Transmission \u2197 Our Sectors Deep expertise where it matters most. We are embedded&hellip;<\/p>\n","protected":false},"author":20,"featured_media":0,"parent":0,"menu_order":10,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_seopress_robots_primary_cat":"","footnotes":""},"class_list":["post-15592","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.resourcefulrecruitment.com.au\/af-api\/wp\/v2\/pages\/15592","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.resourcefulrecruitment.com.au\/af-api\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.resourcefulrecruitment.com.au\/af-api\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.resourcefulrecruitment.com.au\/af-api\/wp\/v2\/users\/20"}],"replies":[{"embeddable":true,"href":"https:\/\/www.resourcefulrecruitment.com.au\/af-api\/wp\/v2\/comments?post=15592"}],"version-history":[{"count":13,"href":"https:\/\/www.resourcefulrecruitment.com.au\/af-api\/wp\/v2\/pages\/15592\/revisions"}],"predecessor-version":[{"id":15719,"href":"https:\/\/www.resourcefulrecruitment.com.au\/af-api\/wp\/v2\/pages\/15592\/revisions\/15719"}],"wp:attachment":[{"href":"https:\/\/www.resourcefulrecruitment.com.au\/af-api\/wp\/v2\/media?parent=15592"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}