{"id":399417,"date":"2025-07-14T16:46:11","date_gmt":"2025-07-14T06:46:11","guid":{"rendered":"https:\/\/augstudy.com\/?page_id=399417"},"modified":"2025-08-15T11:45:13","modified_gmt":"2025-08-15T01:45:13","slug":"job-lounge","status":"publish","type":"page","link":"https:\/\/augstudy.com\/vi\/job-lounge\/","title":{"rendered":"Job Lounge"},"content":{"rendered":"<div class=\"vc_row wpb_row vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner \"><div class=\"wpb_wrapper\"><\/div><\/div><\/div><\/div><div class=\"vc_row wpb_row vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner \"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_raw_code wpb_content_element wpb_raw_html\">\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<section style=\"padding: 40px 0\">\n  <div style=\"padding-bottom: 15px\">\n    <h3>Looking for a Job or Volunteering Opportunity in Adelaide?<\/h3>\n    <p>\n      Whether you\u2019re after part-time or casual work, or a rewarding volunteering\n      role, there are plenty of opportunities available for international\n      students in Adelaide \u2014 and you can even apply before you arrive in\n      Australia.\n    <\/p>\n  <\/div>\n\n  <div style=\"padding-bottom: 15px\">\n    <h3>Why Work or Volunteer in Adelaide?<\/h3>\n    <p>\n      Working or volunteering here is more than just a way to earn money or fill\n      your time \u2014 it\u2019s an incredible chance to:\n    <\/p>\n    <ul>\n      <li>Gain valuable experience for your r\u00e9sum\u00e9<\/li>\n      <li>Meet new people and expand your network<\/li>\n      <li>Immerse yourself in Australian culture<\/li>\n      <li>Build professional connections for your future career<\/li>\n    <\/ul>\n  <\/div>\n\n  <div style=\"padding-bottom: 15px\">\n    <h3>What's on offer?<\/h3>\n    <ul>\n      <li>\n        Opportunities range from casual, part-time, graduate or internship\n        programs\n      <\/li>\n      <li>\n        Roles available across multiple industries \u2014 from entry-level positions\n        to those requiring specific skills\n      <\/li>\n      <li>\n        Some employers offer on-the-job training, so you can learn as you go\n      <\/li>\n    <\/ul>\n    <p>\n      Even if you\u2019re starting with little to no experience, these opportunities\n      can help you develop new skills, boost your confidence, and make your time\n      in Adelaide even more rewarding.\n    <\/p>\n  <\/div>\n<\/section>\n\n\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"wpb_raw_code wpb_content_element wpb_raw_html\">\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<style>\n  :root { --brand:#ffc114; --ink:#1a1a1a; --muted:#555; --chip:#fff4cc; --chipText:#6b4a00; }\n\n  \/* Layout *\/\n  .jobs-header { max-width: 1200px; margin: 24px auto 12px; padding: 0 12px; }\n  .job-card__list-title { text-align:center; margin: 0 0 12px; font: 700 24px\/1.2 system-ui, -apple-system, Segoe UI, Roboto, Arial; color: var(--ink); }\n\n  \/* Tabs *\/\n  .job-tabs { display:flex; gap:8px; flex-wrap:wrap; justify-content:center; padding: 0 12px 20px; }\n  .job-tab { border:1px solid #ddd; background:#f7f7f7; border-radius:999px; padding:8px 14px; font: 500 14px\/1 system-ui; cursor:pointer; transition: background .2s, transform .05s; }\n  .job-tab:hover { background:#efefef; }\n  .job-tab:active { transform: translateY(1px); }\n  .job-tab.is-active { background: var(--brand); border-color: var(--brand); box-shadow: 0 0 0 2px rgba(255,193,20,.2) inset; }\n\n  \/* Grid *\/\n  .job-card__list { max-width:1200px; margin:0 auto 40px; padding:0 12px 24px; display:grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap:24px; align-items:start; }\n  .job-card { align-self:start; background:#fff; border-radius:10px; box-shadow:0 2px 8px rgba(0,0,0,.08); display:flex; flex-direction:column; overflow:hidden; height:auto; }\n\n  \/* Card bits *\/\n  .job-card__image { width:100%; height:180px; object-fit:cover; background:#ccc; }\n  .job-card__body { padding:16px; display:flex; flex-direction:column; position:relative; }\n  .job-logo-container { position:relative; }\n  .job-card__logo { width: 100%; height:70px; background:#ffffff; object-fit:contain; }\n\n  .job-card__label { align-self:flex-start; display:inline-block; padding:4px 8px; border-radius:999px; background:var(--chip); color:var(--chipText); font:700 12px\/1 system-ui; margin:0 0 8px; }\n  .job-card__company { margin:0 0 10px; font:700 16px\/1.25 system-ui; color:var(--ink); }\n\n  .job-card__tags { display:flex; gap:8px; flex-wrap:wrap; margin-top:auto; margin-bottom:12px; }\n  .job-card__tag { background:#e0e0e0; padding:4px 8px; border-radius:12px; font:600 12px\/1 system-ui; color:#333; text-transform:uppercase; }\n\n  \/* Collapsible description *\/\n  .job-card__description-wrapper { position:relative; max-height:4.5em; overflow:hidden; margin-bottom:12px; transition:max-height .25s ease; }\n  .job-card__description { display:-webkit-box; -webkit-box-orient:vertical; overflow:hidden; font: 14px\/1.5 system-ui; color:var(--muted); margin:0; }\n  .job-card__description.is-clamped { -webkit-line-clamp:3; }\n  .job-card__description-wrapper::after { content:\"\"; position:absolute; inset:auto 0 0; height:1.5em; background: linear-gradient(to bottom, transparent, #fff); }\n  .job-card__description-wrapper.is-expanded { max-height:1000px; }\n  .job-card__description-wrapper.is-expanded::after { display:none; }\n\n  .job-card__footer { display:flex; justify-content:space-between; align-items:center; border-top:1px solid #eee; padding:12px 16px; }\n  .job-card__info-link { text-decoration:none; color:#333; font:600 14px\/1 system-ui; }\n  .job-card__apply-btn { background:var(--brand); color:#fff; padding:8px 16px; border-radius:4px; text-decoration:none; font:600 14px\/1 system-ui; }\n\n  .job-empty { grid-column:1 \/ -1; text-align:center; padding:24px 12px; color:#666; font: 14px\/1.4 system-ui; }\n\n  .job-card__apply-btn.is-disabled,\n.job-card__apply-btn[disabled]{\n  opacity: 0.2;\n  cursor: not-allowed;\n  pointer-events:none;\n  border: none;\n  background-color: #000000;\n}\n\n  @media (max-width:768px){ .job-card__image{height:160px;} }\n<\/style>\n<\/head>\n<body data-rsssl=1>\n\n  <!-- Tabs header -->\n  <section class=\"jobs-header\">\n    <div class=\"job-card__list-title\"><h3>Casual\/Part-time Positions<\/h3><\/div>\n    <div class=\"job-tabs\" role=\"tablist\" aria-label=\"Job Type\">\n      <button class=\"job-tab is-active\" role=\"tab\" aria-selected=\"true\" data-type=\"casual\">Casual\/Part-time Positions<\/button>\n      <button class=\"job-tab\" role=\"tab\" aria-selected=\"false\" data-type=\"graduate\">Graduate Programs<\/button>\n      <button class=\"job-tab\" role=\"tab\" aria-selected=\"false\" data-type=\"internship\">Internship Programs<\/button>\n    <\/div>\n  <\/section>\n\n  <!-- Jobs grid -->\n  <section>\n    <div class=\"job-card__list\" id=\"job-list\">\n      <div class=\"job-empty\" id=\"job-empty\" style=\"display:none;\">No roles found for this program type right now. Please check back soon!<\/div>\n    <\/div>\n  <\/section>\n\n\n  <!-- Script: render, collapsible, filters -->\n  <script>\n  (function () {\n    'use strict';\n\n    const $  = (sel, root=document) => root.querySelector(sel);\n    const $$ = (sel, root=document) => Array.from(root.querySelectorAll(sel));\n    const make = (tag, cls, text) => { const n=document.createElement(tag); if(cls) n.className=cls; if(text!=null) n.textContent=text; return n; };\n\n    const makeTagPills = (tags) => {\n      if (!tags || !tags.length) return null;\n      const wrap = make('div','job-card__tags');\n      tags.forEach(t => wrap.appendChild(make('span','job-card__tag', String(t))));\n      return wrap;\n    };\n\n    const makeFooter = (infoUrl, applyUrl, descId) => {\n  const foot = make('div','job-card__footer');\n\n  const info = make('a','job-card__info-link');\n  info.href = infoUrl || '#';\n  info.role = 'button';\n  info.setAttribute('aria-controls', descId);\n  info.setAttribute('aria-expanded','false');\n  info.append(\n    make('span','toggle-text','More info'),\n    document.createTextNode(' '),\n    make('span','toggle-icon','+')\n  );\n\n  let apply;\n  if (applyUrl) {\n    apply = make('a','job-card__apply-btn','Apply Now');\n    apply.href = applyUrl;\n    apply.setAttribute('aria-label','Apply now');\n    apply.rel = 'noopener';\n    apply.target = '_blank';\n  } else {\n    apply = make('button','job-card__apply-btn is-disabled','See description');\n    apply.type = 'button';\n    apply.disabled = true;\n    apply.setAttribute('aria-disabled','true');\n    apply.title = 'See description for how to apply';\n  }\n\n  foot.append(info, apply);\n  return foot;\n};\n\n\n    const createCard = (job) => {\n      const card = make('div','job-card');\n      card.dataset.type = (job.type||'').toLowerCase();\n      card.dataset.label = job.label || '';\n\n      const hero = make('img','job-card__image');\n      hero.src = job.image || 'https:\/\/via.placeholder.com\/400x200?text=Job+image';\n      hero.alt = 'Job image';\n      hero.loading = 'lazy'; hero.decoding = 'async';\n\n      const body = make('div','job-card__body');\n\n      if (job.logo) {\n        const wrap = make('div','job-logo-container');\n        const logo = make('img','job-card__logo');\n        logo.src = job.logo; logo.alt = 'Company logo';\n        logo.loading = 'lazy'; logo.decoding = 'async';\n        wrap.appendChild(logo);\n        body.appendChild(wrap);\n      }\n\n      if (job.label) body.appendChild(make('div','job-card__label', job.label));\n      body.appendChild(make('h3','job-card__company', job.company || 'Company'));\n\n      const pills = makeTagPills(job.tags);\n      if (pills) body.appendChild(pills);\n\n      \/\/ ---- Description (template-aware) ----\n      const descWrap = make('div','job-card__description-wrapper');\n      const descEl = make('div','job-card__description is-clamped');\n      const descId = 'desc-' + (job.id || Math.random().toString(36).slice(2));\n      descWrap.id = descId;\n\n      let hasDescription = false;\n\n      if (job.descriptionTemplateId) {\n        const tpl = document.getElementById(job.descriptionTemplateId);\n        if (tpl) {\n          descEl.innerHTML = tpl.innerHTML;\n          hasDescription = true;\n        }\n      } else if (job.description) {\n        if (\/<[a-z][\\s\\S]*>\/i.test(job.description.trim())) descEl.innerHTML = job.description;\n        else descEl.textContent = job.description;\n        hasDescription = true;\n      }\n\n      if (hasDescription) {\n        descWrap.appendChild(descEl);\n        body.appendChild(descWrap);\n      }\n\n      const foot = makeFooter(job.infoUrl, job.applyUrl, descId);\n      card.append(hero, body, foot);\n      return card;\n    };\n\n    function render(data) {\n      const list  = $('#job-list');\n      const empty = $('#job-empty');\n      if (!list || !empty) return;\n\n      const frag = document.createDocumentFragment();\n      let count = 0;\n      data.forEach(job => {\n        if (!job || !job.type || job.hidden) return;\n        frag.appendChild(createCard(job));\n        count++;\n      });\n\n      list.replaceChildren(frag, empty);\n      empty.style.display = count === 0 ? '' : 'none';\n\n      document.dispatchEvent(new CustomEvent('jobs:rendered', { detail:{ count } }));\n    }\n\n    function loadDatasetAndRender() {\n      let data = [];\n      try {\n        const raw = $('#jobs-dataset')?.textContent || '[]';\n        data = JSON.parse(raw);\n      } catch(e) {\n        console.error('Failed to parse jobs dataset', e);\n      }\n      render(Array.isArray(data) ? data : []);\n    }\n\n    \/* Collapsible *\/\n    function bindMoreInfoToggle() {\n      const list = $('#job-list');\n      if (!list || list.dataset.moreBound === '1') return;\n      list.dataset.moreBound = '1';\n\n      list.addEventListener('click', (e) => {\n        const link = e.target.closest('.job-card__info-link');\n        if (!link) return;\n        e.preventDefault();\n\n        const panelId = link.getAttribute('aria-controls');\n        const panel = panelId ? document.getElementById(panelId) : link.closest('.job-card')?.querySelector('.job-card__description-wrapper');\n        if (!panel) return;\n\n        const desc = panel.querySelector('.job-card__description');\n        const expanded = link.getAttribute('aria-expanded') === 'true';\n        const now = !expanded;\n\n        link.setAttribute('aria-expanded', String(now));\n        panel.classList.toggle('is-expanded', now);\n        if (desc) desc.classList.toggle('is-clamped', !now);\n\n        const t = link.querySelector('.toggle-text');\n        const ic = link.querySelector('.toggle-icon');\n        if (t) t.textContent = now ? 'Less' : 'More info';\n        if (ic) ic.textContent = now ? '\u2013' : '+';\n      });\n    }\n\n    function collapseAll() {\n      $$('.job-card').forEach(card => {\n        const panel = card.querySelector('.job-card__description-wrapper');\n        const link  = card.querySelector('.job-card__info-link');\n        const p     = card.querySelector('.job-card__description');\n        if (panel) panel.classList.remove('is-expanded');\n        if (p) p.classList.add('is-clamped');\n        if (link) {\n          link.setAttribute('aria-expanded','false');\n          const t = link.querySelector('.toggle-text');\n          const ic = link.querySelector('.toggle-icon');\n          if (t) t.textContent = 'More info';\n          if (ic) ic.textContent = '+';\n        }\n      });\n    }\n\n    \/* Tabs \/ Filter *\/\n    function applyFilter(type) {\n      const list = $('#job-list'); if (!list) return;\n      const wanted = (type||'').toLowerCase().trim();\n\n      const title = $('.job-card__list-title h3');\n      const activeTab = $('.job-tab.is-active') || $('.job-tab[aria-selected=\"true\"]');\n      if (title && activeTab) title.textContent = activeTab.textContent.trim();\n\n      let shown = 0;\n      $$('.job-card', list).forEach(card => {\n        const t = (card.dataset.type||'').toLowerCase().trim();\n        const match = t === wanted;\n        card.style.display = match ? '' : 'none';\n        if (match) shown++;\n      });\n\n      const empty = $('#job-empty');\n      if (empty) empty.style.display = shown === 0 ? '' : 'none';\n\n      collapseAll();\n    }\n\n    function bindTabs() {\n      const tabs = $$('.job-tab'); if (!tabs.length) return;\n      tabs.forEach(btn => {\n        if (btn.dataset.bound === '1') return;\n        btn.dataset.bound = '1';\n        btn.addEventListener('click', () => {\n          tabs.forEach(b => { b.classList.remove('is-active'); b.setAttribute('aria-selected','false'); });\n          btn.classList.add('is-active'); btn.setAttribute('aria-selected','true');\n          applyFilter(btn.dataset.type);\n        });\n      });\n    }\n\n    function initUI() {\n      bindTabs();\n      bindMoreInfoToggle();\n      const first = $('.job-tab.is-active') || $('.job-tab');\n      if (first) {\n        first.classList.add('is-active');\n        first.setAttribute('aria-selected','true');\n        applyFilter(first.dataset.type);\n      }\n    }\n\n    document.addEventListener('DOMContentLoaded', () => {\n      loadDatasetAndRender();\n      initUI();\n      document.addEventListener('jobs:rendered', () => {\n        const active = $('.job-tab.is-active') || $('.job-tab');\n        if (active) applyFilter(active.dataset.type);\n      }, { once:true });\n    });\n  })();\n  <\/script>\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div><div class=\"vc_row wpb_row vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner \"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_raw_code wpb_content_element wpb_raw_html\">\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<!-- Dataset (valid JSON) -->\n<script type=\"application\/json\" id=\"jobs-dataset\">\n  [\n      {\n        \"id\": \"gilbert-social-01\",\n        \"type\": \"casual\",\n        \"label\": \"Hospitality \/ Restaurant\",\n        \"company\": \"Gilbert Social - Part-Time Cafe & Bakery Support\",\n        \"image\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-gilbert-social-artwork-1080x540-1.png\",\n        \"logo\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Gilbert-Social-company-logo.png\",\n        \"tags\": [\"Part Time\"],\n        \"descriptionTemplateId\": \"desc-gilbert\",\n        \"applyUrl\": \"mailto:gilbertsocialadl@gmail.com\"\n      },\n      {\n    \"id\": \"royal-adelaide-show-01\",\n    \"type\": \"casual\",\n    \"label\": \"Event \/ Hospitality\",\n    \"company\": \"Royal Adelaide Show - Casual Event Staff\",\n    \"image\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Royal-Adelaide-Show-artwork-1080x540-1.png\",\n    \"logo\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Royal-Adelaide-Show-company-logo.png\",\n    \"tags\": [\"Casual\"],\n    \"descriptionTemplateId\": \"desc-royal-adelaide\",\n    \"applyUrl\": \"mailto:hhrnjobs@gmail.com\"\n  },\n      {\n    \"id\": \"jennys-gourmet-foh-barista-01\",\n    \"type\": \"casual\",\n    \"label\": \"Hospitality \/ Barista\",\n    \"company\": \"Jenny's Gourmet Bakery \u2013 FOH\/Barista\",\n    \"image\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Jennys-Gourmet-Bakery-artwork-1080x540-1.png\",\n    \"logo\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Jennys-Gourmet-Bakery-company-logo.png\",\n    \"tags\": [\"Casual\", \"Part Time\"],\n    \"descriptionTemplateId\": \"desc-jennys-gourmet-foh-barista\",\n    \"applyUrl\": \"https:\/\/www.seek.com.au\/job\/86049163?type=standard&ref=search-standalone#sol=23c53861d6dc84f717ccaea917a49765ae9162b7\"\n  },\n  {\n    \"id\": \"hilton-hotel-bar-restaurant-01\",\n    \"type\": \"casual\",\n    \"label\": \"Hospitality \/ Restaurant\",\n    \"company\": \"The Hilton Hotel \u2013 Bar and Restaurant\",\n    \"image\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-The-Hilton-Hotel-artwork-1080x540-1.png\",\n    \"logo\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-The-Hilton-Hotel-company-logo.png\",\n    \"tags\": [\"Casual\", \"Part Time\"],\n    \"descriptionTemplateId\": \"desc-hilton-hotel-bar-restaurant\",\n    \"applyUrl\": \"https:\/\/www.seek.com.au\/job\/86155272?type=standard&ref=search-standalone#sol=924020031fc68e6d98a38c512e163d194d9233f1\"\n  },\n  {\n    \"id\": \"dish-bakehouse-kitchen-sandwich-01\",\n    \"type\": \"casual\",\n    \"label\": \"Hospitality \/ Cafe & Bakery\",\n    \"company\": \"Dish Bakehouse - Kitchen & Sandwich Hands\",\n    \"image\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-dish-bakehouse-artwork-1080x540-1.png\",\n    \"logo\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Dish-Bakehouse-company-logo.png\",\n    \"tags\": [\"Casual\", \"Part Time\"],\n    \"descriptionTemplateId\": \"desc-dish-bakehouse-kitchen-sandwich\",\n    \"applyUrl\": \"https:\/\/www.seek.com.au\/job\/85891408?type=standard&ref=search-standalone#sol=7e3a6ed9740d6ebde0a7bad694f4af68509658e7\"\n  },\n  {\n    \"id\": \"always-three-providore-foh-barista-01\",\n    \"type\": \"casual\",\n    \"label\": \"Hospitality \/ FOH & Barista\",\n    \"company\": \"Always Three Providore - Front of House Staff \/ Barista\",\n    \"image\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-always-three-providore-artwork-1080x540-1.png\",\n    \"logo\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Always-Three-Providore-company-logo.png\",\n    \"tags\": [\"Casual\", \"Part Time\"],\n    \"descriptionTemplateId\": \"desc-always-three-providore-foh-barista\",\n    \"applyUrl\": \"https:\/\/www.seek.com.au\/job\/86300575?type=standard&ref=search-standalone#sol=7cb237255ee1d95b00517c161bfae4173f220763\"\n  },\n  {\n    \"id\": \"thomas-mackay-optical-receptionist-01\",\n    \"type\": \"casual\",\n    \"label\": \"Healthcare \/ Optical Receptionist\",\n    \"company\": \"Thomas and Mackay Optometrists - Optical Receptionist\/Assistant\",\n    \"image\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Thomas-and-Mackay-Optometrists-artwork-1080x540-1.png\",\n    \"logo\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Thomas-and-Mackay-Optometrists-company-logo.png\",\n    \"tags\": [\"Casual\", \"Part Time\"],\n    \"descriptionTemplateId\": \"desc-thomas-mackay-optical-receptionist\",\n    \"applyUrl\": \"https:\/\/www.seek.com.au\/job\/85954836?type=standard&ref=search-standalone#sol=29cd058fc182381e4a79bb725b685e087776a383\"\n  },\n  {\n    \"id\": \"greek-on-halifax-chef-01\",\n    \"type\": \"casual\",\n    \"label\": \"Hospitality \/ Chef\",\n    \"company\": \"The Greek on Halifax \u2013 Chef\",\n    \"image\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-The-Greek-on-Halifax-artwork-1080x540-1.png\",\n    \"logo\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-The-Greek-on-Halifax-company-logo.png\",\n    \"tags\": [\"Casual\", \"Part Time\"],\n    \"descriptionTemplateId\": \"desc-greek-on-halifax-chef\",\n    \"applyUrl\": \"mailto:jobs@thegreek.com.au\"\n  },\n  {\n    \"id\": \"sa-water-graduate-2025-01\",\n    \"type\": \"graduate\",\n    \"label\": \"Graduate Program \/ Engineering, Business, Science & IT\",\n    \"company\": \"SA Water \u2013 Graduate Program\",\n    \"image\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-SA-Water-artwork-1080x540-1.png\",\n    \"logo\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-SA-Water-company-logo.png\",\n    \"tags\": [\"Graduate\"],\n    \"descriptionTemplateId\": \"desc-sa-water-graduate-2025\",\n    \"applyUrl\": \"https:\/\/au.linkedin.com\/jobs\/view\/graduate-at-sa-water-4278665572?trk=public_jobs_topcard-title\"\n  },\n  {\n    \"id\": \"deloitte-international-students-audit-2026\",\n    \"type\": \"graduate\",\n    \"label\": \"Accounting \/ Audit\",\n    \"company\": \"Deloitte International Students - 2026 Graduate Opportunities (Audit)\",\n    \"image\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Deloitte-artwork-1080x540-1.png\",\n    \"logo\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Deloitte-International-Students-company-logo.png\",\n    \"tags\": [\"Graduate\"],\n    \"descriptionTemplateId\": \"desc-deloitte-international-audit-2026\",\n    \"applyUrl\": \"https:\/\/jobs.deloitte.com.au\/job\/Brisbane-International-Students-2026-Graduate-Opportunities-QLD\/1212154266\/\"\n  },\n  {\n    \"id\": \"deloitte-international-students-tax-2026\",\n    \"type\": \"graduate\",\n    \"label\": \"Commerce \/ Tax & Advisory\",\n    \"company\": \"Deloitte International Students - 2026 Graduate Opportunities (Tax & Advisory)\",\n    \"image\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Deloitte-artwork-1080x540-1.png\",\n    \"logo\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Deloitte-International-Students-company-logo.png\",\n    \"tags\": [\"Graduate\"],\n    \"descriptionTemplateId\": \"desc-deloitte-international-tax-2026\",\n    \"applyUrl\": \"https:\/\/jobs.deloitte.com.au\/job\/Brisbane-International-Students-2026-Graduate-Opportunities-QLD\/1212154266\/\"\n  },\n  {\n    \"id\": \"kpmg-graduate-program-2026\",\n    \"type\": \"graduate\",\n    \"label\": \"Multiple fields\",\n    \"company\": \"2026 KPMG Graduate Program (Rolling Intake)\",\n    \"image\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-KPMG-2026-artwork-1080x540-1.png\",\n    \"logo\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-2026-KPMG-company-logo.png\",\n    \"tags\": [\"Graduate\"],\n    \"descriptionTemplateId\": \"desc-kpmg-graduate-2026\",\n    \"applyUrl\": \"https:\/\/jobs.smartrecruiters.com\/ni\/KPMGAustralia1\/f6f38fda-5310-4a93-8daa-10aee9617ffa-2026-kpmg-graduate-program\"\n  },\n  {\n    \"id\": \"aaa-speech-pathologist-graduate-2026\",\n    \"type\": \"graduate\",\n    \"label\": \"Speech Pathology\",\n    \"company\": \"Ability Action Australia \u2013 Speech Pathologist Graduate Program 2026\",\n    \"image\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Ability-Action-Australia-artwork-1080x540-1.png\",\n    \"logo\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Ability-Action-Australia-company-logo.png\",\n    \"tags\": [\"Graduate\"],\n    \"descriptionTemplateId\": \"desc-aaa-speech-pathology-2026\",\n    \"applyUrl\": \"https:\/\/www.smartrecruiters.com\/MedHealth3\/744000074639277-speech-pathologist-graduate-program-2026\"\n  },\n  {\n    \"id\": \"aaa-occupational-therapist-graduate-2026\",\n    \"type\": \"graduate\",\n    \"label\": \"Occupational Therapy\",\n    \"company\": \"Ability Action Australia \u2013 Occupational Therapist Graduate Program 2026\",\n    \"image\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Ability-Action-Australia-artwork-1080x540-1.png\",\n    \"logo\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Ability-Action-Australia-company-logo.png\",\n    \"tags\": [\"Graduate\"],\n    \"descriptionTemplateId\": \"desc-aaa-occupational-therapy-2026\",\n    \"applyUrl\": \"https:\/\/www.smartrecruiters.com\/MedHealth3\/744000074639137--occupational-therapist-graduate-program-2026\"\n  },\n  {\n    \"id\": \"esa-speech-pathologist-graduate-2026\",\n    \"type\": \"graduate\",\n    \"label\": \"Speech Pathology\",\n    \"company\": \"Speech Pathologist - Early Start Australia Graduate Program\",\n    \"image\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Early-Start-Australia-artwork-1080x540-1.png\",\n    \"logo\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Early-Start-Australia-company-logo.png\",\n    \"tags\": [\"Graduate\"],\n    \"descriptionTemplateId\": \"desc-esa-speech-pathology-2026\",\n    \"applyUrl\": \"\"\n  },\n  {\n    \"id\": \"esa-ot-graduate-2026\",\n    \"type\": \"graduate\",\n    \"label\": \"Occupational Therapy\",\n    \"company\": \"Occupational Therapist - Early Start Australia Graduate Program\",\n    \"image\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Early-Start-Australia-artwork-1080x540-1.png\",\n    \"logo\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Early-Start-Australia-company-logo.png\",\n    \"tags\": [\"Graduate\"],\n    \"descriptionTemplateId\": \"desc-esa-ot-2026\",\n    \"applyUrl\": \"\"\n  },\n  {\n    \"id\": \"ey-graduate-2026\",\n    \"type\": \"graduate\",\n    \"label\": \"Assurance, Consulting, Strategy & Transactions, Tax\",\n    \"company\": \"EY Graduate Program 2026\",\n    \"image\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-EY-Graduate-Program-2026-artwork-1080x540-1.png\",\n    \"logo\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-EY-company-logo.png\",\n    \"tags\": [\"Graduate\"],\n    \"descriptionTemplateId\": \"desc-ey-graduate-2026\",\n    \"applyUrl\": \"https:\/\/www.ey.com\/en_au\/careers\/graduate-program-2026\"\n  },\n  {\n    \"id\": \"capgemini-graduate-2026\",\n    \"type\": \"graduate\",\n    \"label\": \"Multiple fields\",\n    \"company\": \"Capgemini Graduate Program, Early 2026\",\n    \"image\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Capgemini-Graduate-Program-artwork-1080x540-1.png\",\n    \"logo\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Capgemini-company-logo.png\",\n    \"tags\": [\"Graduate\"],\n    \"descriptionTemplateId\": \"desc-capgemini-graduate-2026\",\n    \"applyUrl\": \"https:\/\/careers.capgemini.com\/job\/Melbourne-Capgemini-Graduate-Program\/1226741001\/\"\n  },\n  {\n    \"id\": \"capgemini-engineering-consulting-graduate-2026\",\n    \"type\": \"graduate\",\n    \"label\": \"Multiple fields\",\n    \"company\": \"Capgemini Graduate Program, Early 2026: Engineering Consulting\",\n    \"image\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Capgemini-Graduate-Program-artwork-1080x540-1.png\",\n    \"logo\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Capgemini-company-logo.png\",\n    \"tags\": [\"Graduate\"],\n    \"descriptionTemplateId\": \"desc-capgemini-engineering-consulting-graduate-2026\",\n    \"applyUrl\": \"https:\/\/careers.capgemini.com\/job\/Melbourne-Capgemini-Graduate-Program\/1226741001\/\"\n  },\n  {\n    \"id\": \"capgemini-it-cloud-apps-graduate-2026\",\n    \"type\": \"graduate\",\n    \"label\": \"Multiple fields\",\n    \"company\": \"Capgemini Graduate Program, Early 2026: IT, Information Systems, Cloud & Applications\",\n    \"image\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Capgemini-Graduate-Program-artwork-1080x540-1.png\",\n    \"logo\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Capgemini-company-logo.png\",\n    \"tags\": [\"Graduate\"],\n    \"descriptionTemplateId\": \"desc-capgemini-it-cloud-apps-graduate-2026\",\n    \"applyUrl\": \"https:\/\/careers.capgemini.com\/job\/Melbourne-Capgemini-Graduate-Program\/1226741001\/\"\n  },\n  {\n    \"id\": \"capgemini-software-dev-graduate-2026\",\n    \"type\": \"graduate\",\n    \"label\": \"Multiple fields\",\n    \"company\": \"Capgemini Graduate Program, Early 2026: Software Development\",\n    \"image\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Capgemini-Graduate-Program-artwork-1080x540-1.png\",\n    \"logo\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Capgemini-company-logo.png\",\n    \"tags\": [\"Graduate\"],\n    \"descriptionTemplateId\": \"desc-capgemini-software-dev-graduate-2026\",\n    \"applyUrl\": \"https:\/\/careers.capgemini.com\/job\/Melbourne-Capgemini-Graduate-Program\/1226741001\/\"\n  },\n  {\n    \"id\": \"sa-teacher-recruitment-2026\",\n    \"type\": \"graduate\",\n    \"label\": \"Teaching\",\n    \"company\": \"Department for Education South Australia \u2013 Teacher Recruitment for 2026\",\n    \"image\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Government-of-SA-Teacher-Recruitment-artwork-1080x540-1.png\",\n    \"logo\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Government-of-SA-company-logo.png\",\n    \"tags\": [\"Full-time\"],\n    \"descriptionTemplateId\": \"desc-sa-teacher-recruitment-2026\",\n    \"applyUrl\": \"https:\/\/www.education.sa.gov.au\/working-us\/recruitment\"\n  },\n  {\n    \"id\": \"deloitte-intl-students-vacationer-2025-26\",\n    \"type\": \"internship\",\n    \"label\": \"Commerce\",\n    \"company\": \"Deloitte International Students - 2025\/26 Vacationer Opportunities (Tax & Advisory)\",\n    \"image\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Deloitte-Vacationer-opportunities-artwork-1080x540-1.png\",\n    \"logo\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-Deloitte-International-Students-company-logo.png\",\n    \"tags\": [\"Internship\"],\n    \"descriptionTemplateId\": \"desc-deloitte-intl-students-vacationer-2025-26\",\n    \"applyUrl\": \"https:\/\/jobs.deloitte.com.au\/job\/Brisbane-International-Students-202526-Vacationer-Opportunities-QLD\/1212154166\/\"\n  },\n  {\n    \"id\": \"kpmg-vacationer-2025-26-rolling\",\n    \"type\": \"internship\",\n    \"label\": \"Multiple fields\",\n    \"company\": \"2025\/26 KPMG Vacationer Program (Rolling Intake)\",\n    \"image\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-2026-KPMG-Vacationer-Program-artwork-1080x540-1.png\",\n    \"logo\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-2026-KPMG-company-logo.png\",\n    \"tags\": [\"Internship\"],\n    \"descriptionTemplateId\": \"desc-kpmg-vacationer-2025-26-rolling\",\n    \"applyUrl\": \"https:\/\/jobs.smartrecruiters.com\/ni\/KPMGAustralia1\/0c84b787-9e2c-4e99-a106-08d8914f4830-2025-26-kpmg-vacationer-program\"\n  },\n  {\n    \"id\": \"aug-internship\",\n    \"type\": \"internship\",\n    \"label\": \"Business, Commerce, Marketing, Media\",\n    \"company\": \"AUG \u2013 Internship\",\n    \"image\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-AUG-Internship-artwork-1080x540-1.png\",\n    \"logo\": \"\/aug-website-files\/wp-content\/uploads\/2025\/08\/aug-jobshop-AUG-Adelaide-company-logo.png\",\n    \"tags\": [\"Internship\"],\n    \"descriptionTemplateId\": \"desc-aug-internship\",\n    \"applyUrl\": \"\"\n  }\n  ]\n<\/script>\n\n<template id=\"desc-aug-internship\">\n  <p>\n    AUG is seeking motivated international Bachelor students in Commerce or\n    Media to join our Adelaide team for an enriching internship experience. This\n    is an excellent opportunity to gain valuable industry experience and enhance\n    your professional skills.\n  <\/p>\n\n  <p><strong>Positions available:<\/strong><\/p>\n  <ul>\n    <li>Marketing and Event Intern<\/li>\n    <li>Content Creator Intern<\/li>\n  <\/ul>\n\n  <p><strong>Location:<\/strong><\/p>\n  <ul>\n    <li>AUG Adelaide<\/li>\n    <li>AUG Brisbane<\/li>\n    <li>AUG Melbourne<\/li>\n    <li>AUG Perth<\/li>\n    <li>AUG Sydney<\/li>\n  <\/ul>\n  <p><strong>Duration:<\/strong> 2\u20133 months<\/p>\n\n  <p><strong>About you:<\/strong><\/p>\n  <ul>\n    <li>International Bachelor students in Commerce or Media preferred<\/li>\n    <li>Available to work in-person at least 2 days per week<\/li>\n  <\/ul>\n\n  <div>\n    <strong>How to apply:<\/strong>\n    Email your resume to one of our office below\n    <ul>\n      <li>\n        AUG Adelaide\n        <span style=\"underlined\"\n          ><a\n            href=\"mailto:adelaide@augstudy.com?subject=AUG%20Adelaide%20-%20Internship%20Application%20-%20[Your%20NAME]\"\n          >\n            adelaide@augstudy.com\n          <\/a><\/span\n        >\n      <\/li>\n      <li>\n        AUG Brisbane\n        <span style=\"underlined\">\n          <a\n            href=\"mailto:brisbane@augstudy.com?subject=AUG%20Brisbane%20-%20Internship%20Application%20-%20[Your%20NAME]\"\n          >\n            brisbane@augstudy.com\n          <\/a><\/span\n        >\n      <\/li>\n      <li>\n        AUG Melbourne\n        <span style=\"underlined\"\n          ><a\n            href=\"mailto:melbourne@augstudy.com?subject=AUG%20Melbourne%20-%20Internship%20Application%20-%20[Your%20NAME]\"\n          >\n            melbourne@augstudy.com\n          <\/a><\/span\n        >\n      <\/li>\n      <li>\n        AUG Perth\n        <span style=\"underlined\"\n          ><a\n            href=\"mailto:perth@augstudy.com?subject=AUG%20Perth%20-%20Internship%20Application%20-%20[Your%20NAME]\"\n          >\n            perth@augstudy.com\n          <\/a><\/span\n        >\n      <\/li>\n      <li>\n        AUG Sydney\n        <span style=\"underlined\"\n          ><a\n            href=\"mailto:sydney@augstudy.com?subject=AUG%20Sydney%20-%20Internship%20Application%20-%20[Your%20NAME]\"\n          >\n            sydney@augstudy.com\n          <\/a><\/span\n        >\n      <\/li>\n    <\/ul>\n\n    with the subject line:\n    <em>AUG [Office] - Internship Application - [Your Name]<\/em>.\n  <\/div>\n<\/template>\n\n<template id=\"desc-kpmg-vacationer-2025-26-rolling\">\n  <p>\n    KPMG\u2019s Vacationer Program offers students in their second last year of study\n    the chance to gain real-world experience, contribute from day one, and\n    potentially fast-track into KPMG\u2019s Graduate Program after completion of your\n    degree.\n  <\/p>\n\n  <p><strong>Program overview:<\/strong><\/p>\n  <ul>\n    <li>Start work in November 2025 (3\u20138 weeks full-time)<\/li>\n    <li>Hands-on client work from the beginning<\/li>\n    <li>Pathway into KPMG\u2019s one-year graduate program<\/li>\n  <\/ul>\n\n  <p><strong>Specialisations available:<\/strong><\/p>\n  <ul>\n    <li>Audit, Corporate Finance & Assurance<\/li>\n    <li>Engineering, Technology & Digital<\/li>\n    <li>Business, Consulting, Risk & ESG<\/li>\n    <li>Tax & Legal<\/li>\n  <\/ul>\n\n  <p>\n    You\u2019ll choose your areas of interest during the application process,\n    matching your studies and career goals.\n  <\/p>\n\n  <p><strong>Why join KPMG?<\/strong><\/p>\n  <ul>\n    <li>Dedicated Performance Development Manager<\/li>\n    <li>Structured training and regular skill-building sessions<\/li>\n    <li>Strong commitment to wellbeing, diversity, and community impact<\/li>\n    <li>SmartSpend app for discounts at 100s of major retailers<\/li>\n    <li>Active social and interest clubs across the firm<\/li>\n  <\/ul>\n\n  <p>\n    The rolling intake means applications are reviewed as new opportunities\n    arise \u2014 so you may be considered for roles that open after the main intake.\n  <\/p>\n\n  <p>\n    View details and apply here:\n    <a\n      href=\"https:\/\/jobs.smartrecruiters.com\/ni\/KPMGAustralia1\/0c84b787-9e2c-4e99-a106-08d8914f4830-2025-26-kpmg-vacationer-program\"\n      target=\"_blank\"\n      rel=\"noopener\"\n    >\n      KPMG 2025\/26 Vacationer Program \u2014 Rolling Intake\n    <\/a>\n  <\/p>\n<\/template>\n\n<template id=\"desc-deloitte-intl-students-vacationer-2025-26\">\n  <p>\n    Join Australia\u2019s largest vacationer cohort and kickstart your career in Tax\n    & Advisory at Deloitte. Work on meaningful, purpose-led projects while\n    learning from industry experts in a collaborative, inclusive environment.\n  <\/p>\n\n  <p><strong>Program highlights:<\/strong><\/p>\n  <ul>\n    <li>Dedicated learning & development program<\/li>\n    <li>\n      Hands-on experience with real clients and Deloitte's internal tax team\n    <\/li>\n    <li>\n      Opportunities in <strong>Brisbane, Darwin, Adelaide, and Perth<\/strong>\n    <\/li>\n    <li>\n      Work with top-tier clients \u2014 from multinational corporations to high\n      net-worth individuals\n    <\/li>\n  <\/ul>\n\n  <p><strong>Who we're looking for:<\/strong><\/p>\n  <ul>\n    <li>Finishing your studies in 2026<\/li>\n    <li>Studying Commerce (majoring in Accounting or Finance)<\/li>\n    <li>Strong communicator with relationship-building skills<\/li>\n    <li>Adaptable, driven, and resilient<\/li>\n  <\/ul>\n\n  <p><strong>Why Deloitte?<\/strong><\/p>\n  <ul>\n    <li>Flexible working options from day one<\/li>\n    <li>Inclusive and diverse workplace culture<\/li>\n    <li>\n      Perks including wellbeing leave, paid volunteering days, and retail\n      discounts\n    <\/li>\n    <li>Coaching-focused environment with global career opportunities<\/li>\n  <\/ul>\n\n  <p>\n    <strong>Applications open:<\/strong> 15&nbsp;July \u2013 20&nbsp;August&nbsp;2025\n  <\/p>\n\n  <p>\n    View full details and apply here:\n    <a\n      href=\"https:\/\/jobs.deloitte.com.au\/job\/Brisbane-International-Students-202526-Vacationer-Opportunities-QLD\/1212154166\/\"\n      target=\"_blank\"\n      rel=\"noopener\"\n    >\n      Deloitte Vacationer Program \u2014 International Students\n    <\/a>\n  <\/p>\n<\/template>\n\n<template id=\"desc-sa-teacher-recruitment-2026\">\n  <p>\n    Ongoing and temporary teaching positions for the 2026 school year are\n    advertised on <em>EduJobs<\/em>. Ongoing roles will be posted in two rounds\n    (Round&nbsp;1: opens Thu 31&nbsp;July; Round&nbsp;2: opens Thu\n    18&nbsp;September), with temporary positions advertised throughout the year.\n  <\/p>\n\n  <p><strong>Key dates (2025):<\/strong><\/p>\n  <ul>\n    <li>\n      Round&nbsp;1 (ongoing): Opens Thu 31&nbsp;July (Week&nbsp;2, Term&nbsp;3)\n      \u2014 Closes Thu 14&nbsp;August (Week&nbsp;4, Term&nbsp;3)\n    <\/li>\n    <li>\n      Round&nbsp;2 (ongoing incl. preschool): Opens Thu 18&nbsp;September\n      (Week&nbsp;9, Term&nbsp;3) \u2014 Closes Thu 16&nbsp;October (Week&nbsp;1,\n      Term&nbsp;4)\n    <\/li>\n    <li>Temporary roles: Advertised on a rolling basis<\/li>\n  <\/ul>\n\n  <p><strong>How to apply (summary):<\/strong><\/p>\n  <ol>\n    <li>\n      Build your resume (use the department template or your own) and upload it\n      to each application.\n    <\/li>\n    <li>\n      Find suitable positions on EduJobs and prepare an application response\n      addressing the three questions in each ad.\n    <\/li>\n    <li>\n      Apply via EduJobs: click <em>Apply<\/em> on the job and submit your resume\n      + responses.\n    <\/li>\n  <\/ol>\n\n  <p>\n    Graduating in 2025? You can apply now for\n    <em>Provisional Teacher Registration<\/em> and 2026 positions. Provide an\n    unofficial transcript now and send your final transcript via eQuals once\n    available.\n  <\/p>\n\n  <p>\n    For full details (filters for Preschool, Primary, Secondary, leadership\n    &amp; location options, templates, and info packs), please\n    <a\n      href=\"https:\/\/www.education.sa.gov.au\/working-us\/recruitment\"\n      target=\"_blank\"\n      rel=\"noopener\"\n    >\n      head to the main recruitment page <\/a\n    >.\n  <\/p>\n<\/template>\n\n<template id=\"desc-capgemini-software-dev-graduate-2026\">\n  <p>\n    Join Capgemini\u2019s <strong>Early 2026 Graduate Program<\/strong> in\n    <strong>Software Development<\/strong> and related pathways: Data &amp;\n    Analytics, Management Consulting, Business Analysis, Organisational Change\n    Management, IT Application Consulting (SAP, Oracle, Salesforce),\n    Cybersecurity, Engineering, Full\u2011stack Development, and Cloud (AWS\/Azure).\n  <\/p>\n  <p>\n    Work on real client projects with global brands, supported by foundation\n    masterclasses, mentoring, and access to industry\u2011recognised certifications.\n    Hybrid work options, inclusive culture, and strong wellbeing programs help\n    you thrive.\n  <\/p>\n  <p>\n    Eligibility: Bachelor\u2019s or Master\u2019s completed in the last 2 years and\n    available to start full\u2011time in early 2026. Include a cover letter outlining\n    your preferred consulting areas, location preferences (AU capitals), and\n    visa status.\n  <\/p>\n  <p>\n    For full program details and to apply, please\n    <a\n      href=\"https:\/\/careers.capgemini.com\/job\/Melbourne-Capgemini-Graduate-Program\/1226741001\/\"\n      target=\"_blank\"\n      rel=\"noopener\"\n    >\n      visit the main job listing page <\/a\n    >.\n  <\/p>\n<\/template>\n\n<template id=\"desc-capgemini-it-cloud-apps-graduate-2026\">\n  <p>\n    Step into Capgemini\u2019s <strong>Early 2026 Graduate Program<\/strong> in IT,\n    Information Systems, Cloud &amp; Applications \u2014 a pathway that spans Data\n    &amp; Analytics, Management Consulting, Business Analysis, Organisational\n    Change Management, IT Application Consulting (SAP, Oracle, Salesforce),\n    Cybersecurity, Engineering, Full-stack Development, and Cloud (AWS\/Azure).\n  <\/p>\n  <p>\n    You\u2019ll gain hands-on project experience with leading global clients,\n    supported by foundation masterclasses, structured mentoring, and access to\n    industry-recognised certifications. Hybrid work arrangements, inclusive\n    culture, and wellbeing programs ensure you can thrive both professionally\n    and personally.\n  <\/p>\n  <p>\n    Applicants should have completed a Bachelor\u2019s or Master\u2019s degree in the last\n    2 years and be ready to start full-time in early 2026. A cover letter\n    outlining your consulting preferences, location preferences, and visa status\n    is required.\n  <\/p>\n  <p>\n    For full program details and to apply, please\n    <a\n      href=\"https:\/\/careers.capgemini.com\/job\/Melbourne-Capgemini-Graduate-Program\/1226741001\/\"\n      target=\"_blank\"\n      rel=\"noopener\"\n    >\n      visit the main job listing page\n    <\/a>\n  <\/p>\n<\/template>\n\n<template id=\"desc-capgemini-engineering-consulting-graduate-2026\">\n  <p>\n    Join Capgemini\u2019s Early 2026 Graduate Program in\n    <strong>Engineering Consulting<\/strong> and related fields such as Data\n    &amp; Analytics, Management Consulting, Business Analysis, Organisational\n    Change Management, IT Application Consulting (SAP, Oracle, Salesforce),\n    Cybersecurity, Full-stack Development, and Cloud (AWS\/Azure).\n  <\/p>\n  <p>\n    You\u2019ll gain hands-on experience with global clients, benefit from\n    world-class learning and industry-recognised certifications, and enjoy an\n    inclusive, supportive workplace with hybrid work options and strong\n    wellbeing programs.\n  <\/p>\n  <p>\n    This year-long program combines foundation masterclasses, real project work,\n    and ongoing mentorship to set you up for a successful career. Eligibility\n    includes a Bachelor\u2019s or Master\u2019s degree (completed in the last 2 years) and\n    availability for full-time work starting early 2026.\n  <\/p>\n  <p>\n    For the full program details, benefits, and application process, please\n    <a\n      href=\"https:\/\/careers.capgemini.com\/job\/Melbourne-Capgemini-Graduate-Program\/1226741001\/\"\n      target=\"_blank\"\n      rel=\"noopener\"\n    >\n      head to the main job listing page\n    <\/a>\n  <\/p>\n<\/template>\n\n<template id=\"desc-capgemini-graduate-2026\">\n  <p>\n    Join Capgemini\u2019s Early 2026 Graduate Program and kick-start your career in\n    areas such as\n    <strong>Data &amp; Analytics<\/strong>,\n    <strong>Management Consulting<\/strong>, <strong>Business Analysis<\/strong>,\n    <strong>Organisational Change Management<\/strong>,\n    <strong>IT Application Consulting<\/strong> (SAP, Oracle, Salesforce),\n    <strong>Cybersecurity<\/strong>, <strong>Engineering<\/strong>,\n    <strong>Full-stack Development<\/strong>, and\n    <strong>Cloud (AWS\/Azure)<\/strong>.\n  <\/p>\n  <p>\n    You\u2019ll work on real projects with leading brands, benefit from world-class\n    learning, gain industry certifications, and enjoy a supportive, inclusive\n    culture that values flexibility, wellbeing, and professional growth.\n  <\/p>\n  <p>\n    Eligibility: Completed a Bachelor\u2019s or Master\u2019s degree in the last 2 years,\n    able to start full-time early 2026, great communication skills, resilience,\n    and alignment with Capgemini\u2019s values.\n  <\/p>\n  <p>\n    For the full program details, role requirements, and application process,\n    please\n    <a\n      href=\"https:\/\/careers.capgemini.com\/job\/Melbourne-Capgemini-Graduate-Program\/1226741001\/\"\n      target=\"_blank\"\n      rel=\"noopener\"\n    >\n      head to the main job listing page\n    <\/a>\n  <\/p>\n<\/template>\n\n<template id=\"desc-ey-graduate-2026\">\n  <p>\n    If you\u2019re in your final year or recently graduated, EY\u2019s Graduate Program\n    offers opportunities across\n    <strong>Assurance<\/strong>, <strong>Consulting<\/strong>,\n    <strong>Strategy &amp; Transactions<\/strong>, and <strong>Tax<\/strong>.\n    You\u2019ll be supported with coaching, training, global connections, and diverse\n    teams to help you build an exceptional career.\n  <\/p>\n  <p>\n    Benefits include future-focused learning programs, wellness and financial\n    wellbeing initiatives, flexible leave, and the chance to work on high-impact\n    projects that shape industries and communities.\n  <\/p>\n  <p>\n    Eligibility: Final-year students or graduates within the past 24 months,\n    with Australian\/NZ citizenship or PR (international students should check\n    eligibility on the EY website).\n  <\/p>\n  <p>\n    For the full program details, service line overviews, eligibility\n    requirements, and application process, please\n    <a\n      href=\"https:\/\/www.ey.com\/en_au\/careers\/graduate-program-2026\"\n      target=\"_blank\"\n      rel=\"noopener\"\n    >\n      head to the main job listing page<\/a\n    >.\n  <\/p>\n<\/template>\n\n<template id=\"desc-esa-ot-2026\">\n  <p>\n    Make a smooth transition into practice with Early Start Australia\u2019s Graduate\n    Program: high supervision, a dedicated buddy, regular technical training,\n    and 1\u2011on\u20111 mentoring. You\u2019ll support children and families across clinic,\n    community, home, school and telehealth settings in a collaborative\n    multi\u2011disciplinary team.\n  <\/p>\n  <p>\n    <strong>One role, two locations:<\/strong> recruiting for\n    <em>Westbourne Park<\/em> and <em>Christies Beach<\/em>. Choose your preferred\n    site when applying.\n  <\/p>\n  <p>\n    Benefits include a competitive salary package, extensive rostered CPD, paid\n    professional development, generous leave options, and a service model that\n    values all client\u2011related activities.\n  <\/p>\n\n  <!-- Anchor target for Apply button -->\n  <h4 id=\"apply-esa-ot-2026\">Choose a location to apply<\/h4>\n  <ul>\n    <li>\n      <a\n        href=\"https:\/\/jobs.smartrecruiters.com\/APMGroup\/6000000000520590-occupational-therapist-early-start-australia-graduate-program\"\n        target=\"_blank\"\n        rel=\"noopener\"\n        >Westbourne Park \u2014 View &amp; apply<\/a\n      >\n    <\/li>\n    <li>\n      <a\n        href=\"https:\/\/jobs.smartrecruiters.com\/APMGroup\/6000000000520534-occupational-therapist-early-start-australia-graduate-program\"\n        target=\"_blank\"\n        rel=\"noopener\"\n        >Christies Beach \u2014 View &amp; apply<\/a\n      >\n    <\/li>\n  <\/ul>\n<\/template>\n\n<template id=\"desc-esa-speech-pathology-2026\">\n  <p>\n    Start your Speech Pathology career with Early Start Australia\u2019s Graduate\n    Program. Enjoy a smooth transition into practice with high supervision, a\n    dedicated buddy, regular technical training, and 1\u2011on\u20111 mentoring. You\u2019ll\n    deliver therapy in clinics, homes, schools, and via telehealth within a\n    close\u2011knit multidisciplinary team.\n  <\/p>\n  <p>\n    <strong>One role, two locations:<\/strong> This position is recruiting for\n    <em>Hindmarsh<\/em> and <em>Christies Beach<\/em>. Choose your preferred site\n    when applying.\n  <\/p>\n  <p>\n    Benefits include extensive CPD, generous leave options, paid professional\n    development, and a collaborative service model that values the time you\n    spend supporting clients.\n  <\/p>\n\n  <!-- Anchor target for the card's Apply Now button -->\n  <h4 id=\"apply-esa-speech-2026\">Choose a location to apply<\/h4>\n  <ul>\n    <li>\n      <a\n        href=\"https:\/\/jobs.smartrecruiters.com\/APMGroup\/6000000000497784-speech-pathologist-early-start-australia-graduate-program?trid=447da391-f8f4-4b37-9215-3fcabce3c01f\"\n        target=\"_blank\"\n        rel=\"noopener\"\n        >Hindmarsh \u2014 View &amp; apply<\/a\n      >\n    <\/li>\n    <li>\n      <a\n        href=\"https:\/\/jobs.smartrecruiters.com\/APMGroup\/6000000000521204-speech-pathologist-early-start-australia-graduate-program\"\n        target=\"_blank\"\n        rel=\"noopener\"\n        >Christies Beach \u2014 View &amp; apply<\/a\n      >\n    <\/li>\n  <\/ul>\n<\/template>\n\n<template id=\"desc-aaa-occupational-therapy-2026\">\n  <p>\n    Kick-start your OT career with Ability Action Australia\u2019s 12-month\n    <strong>ActionPacked Graduate Program<\/strong>. You\u2019ll gain hands-on\n    experience supporting people with disability in both community and clinic\n    settings, backed by weekly supervision, clinical mentors, and a friendly,\n    values-driven team.\n  <\/p>\n  <p>\n    Benefits include a competitive salary package ($86,800&nbsp;+&nbsp;super),\n    travel and CPD allowances, performance incentives, laptop &amp; smartphone,\n    and flexible work options.\n  <\/p>\n  <p>\n    <a\n      href=\"https:\/\/www.smartrecruiters.com\/MedHealth3\/744000074639137--occupational-therapist-graduate-program-2026\"\n      target=\"_blank\"\n      rel=\"noopener\"\n    >\n      View full program details &amp; apply here\n    <\/a>\n  <\/p>\n<\/template>\n\n<template id=\"desc-aaa-speech-pathology-2026\">\n  <p>\n    Ability Action Australia\u2019s 12-month\n    <strong>ActionPacked Graduate Program<\/strong> is designed to launch your\n    career as a Speech Pathologist, providing you with exceptional support,\n    professional development, and flexibility.\n  <\/p>\n  <p>\n    Benefits include a guaranteed $86,800 salary (plus super), travel allowance,\n    CPD allowance, performance incentives, laptop &amp; phone, clinical toolkit,\n    and access to discounts on travel, health, and gym memberships.\n  <\/p>\n  <p>\n    You\u2019ll enjoy weekly 1:1 supervision, mentoring, group workshops, and a\n    flexible work environment\u2014whether from home, a caf\u00e9, or a clinic.\n  <\/p>\n  <p>\n    If you\u2019re empathetic, passionate about making a difference, and eligible for\n    AHPRA\/SPA registration upon graduation, this program could be your perfect\n    start.\n  <\/p>\n  <p>\n    <a\n      href=\"https:\/\/www.smartrecruiters.com\/MedHealth3\/744000074639277-speech-pathologist-graduate-program-2026\"\n      target=\"_blank\"\n      rel=\"noopener\"\n    >\n      View full program details &amp; apply here\n    <\/a>\n  <\/p>\n<\/template>\n\n<template id=\"desc-kpmg-graduate-2026\">\n  <p>\n    KPMG\u2019s 2026 Graduate Program is a one-year growth pathway with targeted\n    coaching, real client work from day one, and the opportunity to start in\n    February 2026 in a full-time ongoing role.\n  <\/p>\n  <p>\n    Graduates can choose from a wide range of specialisations \u2013 from Audit,\n    Corporate Finance & Assurance, to Engineering, Technology & Digital,\n    Business Consulting, Risk & ESG, or Tax & Legal \u2013 with eligibility for\n    students finishing in 2025 or recent graduates.\n  <\/p>\n  <p>\n    The program offers direct support from a \u201cbuddy\u201d and Performance Development\n    Manager, structured learning, networking opportunities, wellbeing\n    initiatives, and employee discounts at hundreds of stores.\n  <\/p>\n  <p>\n    <a\n      href=\"https:\/\/jobs.smartrecruiters.com\/ni\/KPMGAustralia1\/f6f38fda-5310-4a93-8daa-10aee9617ffa-2026-kpmg-graduate-program\"\n      target=\"_blank\"\n      rel=\"noopener\"\n    >\n      View full program details &amp; apply on KPMG's careers page\n    <\/a>\n  <\/p>\n<\/template>\n\n<template id=\"desc-deloitte-international-tax-2026\">\n  <p>\n    Join Deloitte\u2019s award-winning graduate program in Tax & Advisory and work on\n    high-impact, purpose-led projects across Brisbane, Darwin, Adelaide, and\n    Perth. In this full-time program, you\u2019ll help organisations navigate complex\n    financial and compliance challenges while providing practical, tailored tax\n    advice.\n  <\/p>\n  <p>\n    This program is suited to final-year or recent graduates in Commerce\n    (accounting or finance majors), with the opportunity to pursue Chartered\n    Accountants (CA) or a Master of Tax qualification.\n  <\/p>\n  <p>\n    Deloitte offers flexible work arrangements, an inclusive culture, structured\n    learning, and a variety of employee benefits \u2013 from wellbeing leave to paid\n    volunteering days.\n  <\/p>\n  <p>\n    <a\n      href=\"https:\/\/jobs.deloitte.com.au\/job\/Brisbane-International-Students-2026-Graduate-Opportunities-QLD\/1212154266\/\"\n      target=\"_blank\"\n      rel=\"noopener\"\n    >\n      View full details &amp; apply on Deloitte's careers page\n    <\/a>\n  <\/p>\n<\/template>\n\n<template id=\"desc-deloitte-international-audit-2026\">\n  <p>\n    Join Deloitte\u2019s award-winning graduate program in Audit and work on\n    high-impact, purpose-led projects across Adelaide, Brisbane, Sydney, and\n    Western Sydney. In this full-time program, you\u2019ll develop specialist\n    accounting and advisory skills, helping clients understand their financial\n    position and navigate complex business risks.\n  <\/p>\n  <p>\n    This program is ideal for final-year students or recent graduates in\n    Accounting who are eligible for the Chartered Accountants (CA) program.\n    You\u2019ll gain hands-on experience, structured learning, and coaching from\n    industry leaders.\n  <\/p>\n  <p>\n    Deloitte offers a supportive, inclusive culture, flexible working options,\n    and a wide range of perks \u2013 from wellbeing leave to paid volunteering days.\n  <\/p>\n  <p>\n    <a\n      href=\"https:\/\/jobs.deloitte.com.au\/job\/Brisbane-International-Students-2026-Graduate-Opportunities-QLD\/1212154266\/\"\n      target=\"_blank\"\n      rel=\"noopener\"\n    >\n      View full details &amp; apply on Deloitte's careers page\n    <\/a>\n  <\/p>\n<\/template>\n\n<template id=\"desc-sa-water-graduate-2025\">\n  <p>\n    Jumpstart your career with SA Water\u2019s two-year Graduate Program. You\u2019ll\n    rotate through projects aligned to your field (Engineering, Business,\n    Science &amp; Environment, or Information Technology), work alongside\n    industry experts, and contribute to projects impacting communities across\n    South Australia.\n  <\/p>\n  <p>\n    We offer mentorship, training, and real-world experience across multiple\n    disciplines, providing you with the skills and confidence to launch a\n    meaningful career in sustainability and innovation.\n  <\/p>\n  <p>\n    This program is designed for recent or soon-to-be graduates with a passion\n    for problem-solving, collaboration, and environmental stewardship.\n  <\/p>\n  <p>\n    <a\n      href=\"https:\/\/au.linkedin.com\/jobs\/view\/graduate-at-sa-water-4278665572?trk=public_jobs_topcard-title\"\n      target=\"_blank\"\n      rel=\"noopener\"\n    >\n      View full details &amp; apply on SA Water's job page\n    <\/a>\n  <\/p>\n<\/template>\n\n<template id=\"desc-greek-on-halifax-chef\">\n  <p>\n    We\u2019re on the hunt for a chef who knows their way around the grill and the\n    pan.\n  <\/p>\n  <p>\n    The Greek on Halifax is looking for an experienced chef to join our kitchen\n    team. If you\u2019re passionate about great food, thrive in a fast-paced but\n    friendly environment, and want to be part of a well-established restaurant,\n    we\u2019d love to hear from you.\n  <\/p>\n  <p>\n    <strong>Apply now:<\/strong> Send your resume to\n    <a href=\"mailto:jobs@thegreek.com.au\">jobs@thegreek.com.au<\/a>\n  <\/p>\n<\/template>\n\n<template id=\"desc-thomas-mackay-optical-receptionist\">\n  <p>\n    Are you a people-person with a can-do attitude? Looking to launch your\n    career in healthcare with a supportive team behind you?\n  <\/p>\n  <p>\n    At T&M Optometry, we're on the lookout for a warm, reliable, and organized\n    individual to join our close-knit team in the heart of Norwood as an Optical\n    Receptionist\/Assistant. In this role, you'll be the friendly face that\n    welcomes patients, keeps the day running smoothly, and supports our\n    optometrists in delivering exceptional care.\n  <\/p>\n  <p>\n    If you enjoy helping others, staying organized, and being part of a\n    positive, people-focused workplace - we'd love to hear from you.\n  <\/p>\n\n  <p><strong>What you'll be doing:<\/strong><\/p>\n  <ul>\n    <li>Greeting and assisting patients with professionalism and warmth<\/li>\n    <li>Booking and managing appointments for our four optometrists<\/li>\n    <li>Handling phone calls, emails, and general patient enquiries<\/li>\n    <li>Keeping the reception and waiting areas tidy and welcoming<\/li>\n    <li>Processing payments via EFTPOS, HICAPS, and Medicare<\/li>\n    <li>\n      Supporting patient records and general admin (scanning, filing, emailing)\n    <\/li>\n    <li>Assisting our dispensing team and handling general reception duties<\/li>\n  <\/ul>\n\n  <p>\n    <a\n      href=\"https:\/\/www.seek.com.au\/job\/85954836?type=standard&ref=search-standalone#sol=29cd058fc182381e4a79bb725b685e087776a383\"\n      target=\"_blank\"\n      rel=\"noopener\"\n      >View full details &amp; apply on SEEK<\/a\n    >\n  <\/p>\n<\/template>\n\n<template id=\"desc-always-three-providore-foh-barista\">\n  <p>\n    We are seeking a passionate and friendly\n    <strong>Part-Time Front of House team member<\/strong>\n    to join us at Always Three Providore in the vibrant and friendly\n    neighbourhood of Beulah Park, SA. As part of our team, you will be\n    responsible for providing exceptional customer service and creating a warm,\n    welcoming atmosphere for our guests.\n  <\/p>\n  <p>\n    This role requires efficient barista skills and the ability to lead the team\n    through fast-paced services.\n  <\/p>\n\n  <p><strong>Requirements:<\/strong><\/p>\n  <ul>\n    <li>Experienced barista with a passion for making coffee efficiently<\/li>\n    <li>Providing customers with a happy and helpful experience<\/li>\n    <li>\n      Taking food and drink orders accurately and delivering service promptly\n    <\/li>\n    <li>Ability to work efficiently in a fast-paced environment<\/li>\n    <li>Front of house stock control<\/li>\n    <li>Handling cash and card transactions accurately<\/li>\n    <li>Assisting the kitchen team as needed<\/li>\n    <li>Contributing to a positive team dynamic and guest-focused culture<\/li>\n  <\/ul>\n  <p>\n    <a\n      href=\"https:\/\/www.seek.com.au\/job\/86300575?type=standard&ref=search-standalone#sol=7cb237255ee1d95b00517c161bfae4173f220763\"\n      target=\"_blank\"\n      rel=\"noopener\"\n      >View full details &amp; apply on SEEK<\/a\n    >\n  <\/p>\n<\/template>\n\n<template id=\"desc-dish-bakehouse-kitchen-sandwich\">\n  <p>\n    Dish Bakehouse in Torrensville is looking for someone with great customer\n    service skills. This job involves serving, setting up the sandwich bar,\n    making coffee, using the grill, clearing tables, and general cleaning of the\n    cafe\/bakery.\n  <\/p>\n  <p>\n    The position is for <strong>2 to 3 days a week<\/strong> with no night shifts\n    or weekends. Must be able to work in a fast-paced friendly environment.\n  <\/p>\n  <p>\n    Resumes can be dropped in store between 7am and 4pm, Monday to Friday, at\n    <strong>99 Ashley St, Torrensville<\/strong> or emailed to:\n    <a href=\"mailto:order@dishbakehouse.com.au\">order@dishbakehouse.com.au<\/a>.\n  <\/p>\n\n  <p><strong>Employer questions<\/strong><\/p>\n  <ul>\n    <li>How many years' experience do you have as a Customer Service Role?<\/li>\n    <li>\n      Which of the following statements best describes your right to work in\n      Australia?\n    <\/li>\n    <li>Do you have customer service experience?<\/li>\n    <li>Do you have a current Australian driver's licence?<\/li>\n    <li>Do you own or have regular access to a car?<\/li>\n  <\/ul>\n<\/template>\n\n<template id=\"desc-gilbert\">\n  <p>\n    If you have 1+ years of barista experience and a willingness to learn bakery\n    prep, we want to hear from you!\n  <\/p>\n  <p>\n    <strong>The Role:<\/strong><br \/>\n    15 Hours Part Time<br \/>\n    Split between cafe and bakery at Gilbert Social<br \/>\n    Must be available Monday, Friday and Saturday\n  <\/p>\n  <p>\n    Think this sounds like you or someone you know? Flick us an email or pop in\n    to say hi!\n  <\/p>\n  <p>\n    <a href=\"mailto:gilbertsocialadl@gmail.com\">gilbertsocialadl@gmail.com<\/a>\n  <\/p>\n<\/template>\n\n<template id=\"desc-royal-adelaide\">\n  <p>\n    We\u2019re on the hunt for a casual staff to join our team during the Royal\n    Adelaide Show!\n  <\/p>\n  <p><strong>Details:<\/strong><\/p>\n  <ul>\n    <li>Dates: 26th August till 9th September<\/li>\n    <li>Opening hours: 8:00 AM - 11:00 PM<\/li>\n    <li>Hourly rate: Vary on age<\/li>\n  <\/ul>\n  <p><strong>Role includes:<\/strong><\/p>\n  <ul>\n    <li>Able to sell and upsell products<\/li>\n    <li>Product knowledge <em>training provided<\/em><\/li>\n    <li>Tasting<\/li>\n    <li>Food preparation<\/li>\n    <li>Ordering taking<\/li>\n    <li>Cleaning<\/li>\n    <li>Stock refilling<\/li>\n  <\/ul>\n  <p>\n    Reliable, energetic, and ready to join a show-stopping team? Step right up,\n    we\u2019d love to hear from you!\n  <\/p>\n  <p>\n    <strong>Apply now!<\/strong> Email us your Resume to:\n    <a href=\"mailto:hhrnjobs@gmail.com\">hhrnjobs@gmail.com<\/a>\n  <\/p>\n<\/template>\n\n<template id=\"desc-jennys-gourmet-foh-barista\">\n  <p>\n    Jenny's Bakery is one of South Australia's top Bakery\/Caf\u00e9, family owned and\n    operated for 30 years, supplying caf\u00e9s, restaurants and hotels across the\n    state. We are looking for experienced and passionate FOH staff to join the\n    team at Jenny's to deliver exceptional experiences for our guests. Use your\n    skill, knowledge and personality to provide a dining experience that exceeds\n    expectations.\n  <\/p>\n  <p>\n    <a\n      href=\"https:\/\/www.seek.com.au\/job\/86049163?type=standard&ref=search-standalone#sol=23c53861d6dc84f717ccaea917a49765ae9162b7\"\n      target=\"_blank\"\n      rel=\"noopener\"\n      >View full details &amp; apply on SEEK<\/a\n    >\n  <\/p>\n<\/template>\n\n<template id=\"desc-hilton-hotel-bar-restaurant\">\n  <p>\n    The Hilton Hotel are seeking several experienced and motivated Front of\n    House staff to join our dynamic team on a casual basis, offering flexibility\n    to fit around your lifestyle.\n  <\/p>\n\n  <p><strong>What you'll be doing:<\/strong><\/p>\n  <ul>\n    <li>\n      Greet and welcome guests with a warm, friendly and professional manner\n    <\/li>\n    <li>\n      Answer guest enquiries and provide information about hotel services and\n      facilities\n    <\/li>\n    <li>Cash handling and processing of card payments<\/li>\n    <li>Provide a consistently high level of customer service<\/li>\n    <li>Maintain a tidy and organised front-of-house environment<\/li>\n    <li>Support other team members as required<\/li>\n  <\/ul>\n\n  <p><strong>What we're looking for:<\/strong><\/p>\n  <ul>\n    <li>Minimum of 2 years\u2019 experience in a pub or restaurant setting<\/li>\n    <li>Current RSA certification<\/li>\n    <li>\n      Flexibility to work a range of shifts, including weekends and public\n      holidays\n    <\/li>\n    <li>Basic computer skills and familiarity with POS systems<\/li>\n    <li>Excellent personal presentation<\/li>\n    <li>Keen attention to detail and problem-solving abilities<\/li>\n    <li>Strong communication and interpersonal skills<\/li>\n    <li>\n      Enthusiastic and positive attitude with a passion for delivering great\n      customer service\n    <\/li>\n  <\/ul>\n\n  <p>\n    <a\n      href=\"https:\/\/www.seek.com.au\/job\/86155272?type=standard&ref=search-standalone#sol=924020031fc68e6d98a38c512e163d194d9233f1\"\n      target=\"_blank\"\n      rel=\"noopener\"\n      >View full details &amp; apply on SEEK<\/a\n    >\n  <\/p>\n<\/template>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div><div class=\"vc_row wpb_row vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner \"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_text_column wpb_content_element \">\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"Looking for a Job or Volunteering Opportunity in Adelaide? Whether you\u2019re after part-time or casual work, or a rewarding volunteering role, there are plenty of opportunities available for international students in Adelaide \u2014 and you can even apply before you arrive in Australia. Why Work or Volunteer in Adelaide? Working or volunteering here is more [...]","protected":false},"author":24930,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-399417","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.0 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Job Lounge - AUG Student Services<\/title>\n<meta name=\"description\" content=\"Looking for a job or volunteering opportunity? There are variety of part-time and casual jobs, as well as volunteering roles, available for international students in Adelaide.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/augstudy.com\/vi\/job-lounge\/\" \/>\n<meta property=\"og:locale\" content=\"vi_VN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Job Lounge\" \/>\n<meta property=\"og:description\" content=\"Looking for a job or volunteering opportunity? There are variety of part-time and casual jobs, as well as volunteering roles, available for international students in Adelaide.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/augstudy.com\/vi\/job-lounge\/\" \/>\n<meta property=\"og:site_name\" content=\"AUG Student Services\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/augmalaysia\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-15T01:45:13+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u01af\u1edbc t\u00ednh th\u1eddi gian \u0111\u1ecdc\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 ph\u00fat\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/augstudy.com\\\/job-lounge\\\/\",\"url\":\"https:\\\/\\\/augstudy.com\\\/job-lounge\\\/\",\"name\":\"Job Lounge - AUG Student Services\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/augstudy.com\\\/#website\"},\"datePublished\":\"2025-07-14T06:46:11+00:00\",\"dateModified\":\"2025-08-15T01:45:13+00:00\",\"description\":\"Looking for a job or volunteering opportunity? There are variety of part-time and casual jobs, as well as volunteering roles, available for international students in Adelaide.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/augstudy.com\\\/job-lounge\\\/#breadcrumb\"},\"inLanguage\":\"vi\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/augstudy.com\\\/job-lounge\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/augstudy.com\\\/job-lounge\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/augstudy.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Job Lounge\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/augstudy.com\\\/#website\",\"url\":\"https:\\\/\\\/augstudy.com\\\/\",\"name\":\"AUG Student Services\",\"description\":\"Student Services\",\"alternateName\":\"AUG Global\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/augstudy.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"vi\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Job Lounge - AUG Student Services","description":"Looking for a job or volunteering opportunity? There are variety of part-time and casual jobs, as well as volunteering roles, available for international students in Adelaide.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/augstudy.com\/vi\/job-lounge\/","og_locale":"vi_VN","og_type":"article","og_title":"Job Lounge","og_description":"Looking for a job or volunteering opportunity? There are variety of part-time and casual jobs, as well as volunteering roles, available for international students in Adelaide.","og_url":"https:\/\/augstudy.com\/vi\/job-lounge\/","og_site_name":"AUG Student Services","article_publisher":"https:\/\/www.facebook.com\/augmalaysia\/","article_modified_time":"2025-08-15T01:45:13+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u01af\u1edbc t\u00ednh th\u1eddi gian \u0111\u1ecdc":"1 ph\u00fat"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/augstudy.com\/job-lounge\/","url":"https:\/\/augstudy.com\/job-lounge\/","name":"Job Lounge - AUG Student Services","isPartOf":{"@id":"https:\/\/augstudy.com\/#website"},"datePublished":"2025-07-14T06:46:11+00:00","dateModified":"2025-08-15T01:45:13+00:00","description":"Looking for a job or volunteering opportunity? There are variety of part-time and casual jobs, as well as volunteering roles, available for international students in Adelaide.","breadcrumb":{"@id":"https:\/\/augstudy.com\/job-lounge\/#breadcrumb"},"inLanguage":"vi","potentialAction":[{"@type":"ReadAction","target":["https:\/\/augstudy.com\/job-lounge\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/augstudy.com\/job-lounge\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/augstudy.com\/"},{"@type":"ListItem","position":2,"name":"Job Lounge"}]},{"@type":"WebSite","@id":"https:\/\/augstudy.com\/#website","url":"https:\/\/augstudy.com\/","name":"D\u1ecbch v\u1ee5 Sinh vi\u00ean AUG","description":"D\u1ecbch v\u1ee5 sinh vi\u00ean","alternateName":"AUG Global","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/augstudy.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"vi"}]}},"_links":{"self":[{"href":"https:\/\/augstudy.com\/vi\/wp-json\/wp\/v2\/pages\/399417","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/augstudy.com\/vi\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/augstudy.com\/vi\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/augstudy.com\/vi\/wp-json\/wp\/v2\/users\/24930"}],"replies":[{"embeddable":true,"href":"https:\/\/augstudy.com\/vi\/wp-json\/wp\/v2\/comments?post=399417"}],"version-history":[{"count":0,"href":"https:\/\/augstudy.com\/vi\/wp-json\/wp\/v2\/pages\/399417\/revisions"}],"wp:attachment":[{"href":"https:\/\/augstudy.com\/vi\/wp-json\/wp\/v2\/media?parent=399417"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}