{"id":16589,"date":"2025-08-07T09:48:10","date_gmt":"2025-08-06T23:48:10","guid":{"rendered":"https:\/\/www.onpoint365.com.au\/?page_id=16589"},"modified":"2025-11-12T16:17:26","modified_gmt":"2025-11-12T05:17:26","slug":"internzone","status":"publish","type":"page","link":"https:\/\/www.onpoint365.com.au\/work-with-us\/internzone\/","title":{"rendered":"InternZone"},"content":{"rendered":"\n<h1>\n\t\tWelcome to InternZone\n\t<\/h1>\n\t<h4>Step into a space designed for growth, curiosity, and real-world experience. At onpoint 365, our internship program gives you the chance to work on meaningful projects, develop industry-ready skills, and collaborate with a team that values your ideas. Whether you&#8217;re exploring new interests or building on what you already know &#8211; this is where your journey begins.<\/h4>\n\t\t\t<a href=\"https:\/\/www.onpoint365.com.au\/contact-us\/\" target=\"_self\">\n\t\t\t\t\t\t\tContact Us\n\t\t\t\t\t<\/a>\n\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\"\/>\n  <title>Internzone Smiley Modals<\/title>\n  <style>\n    body { margin: 0; font-family: Arial, sans-serif; }\n    .accordion-container {\n      display: flex; justify-content: space-between; flex-wrap: wrap; padding: 5rem 3rem;\n    }\n    .accordion-item { flex: 0 1 420px; text-align: center; position: relative; }\n    .accordion-item:nth-child(1){ transform: translateY(-80px);}\n    .accordion-item:nth-child(2), .accordion-item:nth-child(3){ transform: translateY(20px);}\n    .accordion-item:nth-child(4){ transform: translateY(-80px);}\n    .accordion-button{\n      display:flex;flex-direction:column;align-items:center;justify-content:center;\n      width:420px;height:420px;border-radius:50%;\n      background:radial-gradient(circle at center,#f6b44a 0%,#e49f18 60%,#d87d00 100%);\n      color:white;padding:1rem;box-sizing:border-box;\n      box-shadow:0 12px 28px rgba(0,0,0,0.2);\n      transition:transform .3s ease, background .3s ease; cursor:pointer;\n    }\n    .accordion-button:hover{ transform:scale(1.05); background:radial-gradient(circle at center,#f8c253 0%, #b86700 100%); }\n    .accordion-title{ font-size:26px; font-weight:700; margin-bottom:1rem; }\n    .accordion-description{ font-size:16px; line-height:1.4; max-width:280px; }\n    @media (max-width:1400px){\n      .accordion-container{ justify-content:center; gap:4rem; }\n      .accordion-item{ transform:none !important; }\n    }\n    @media (max-width:768px){\n      .accordion-button{ width:300px; height:300px; }\n      .accordion-title{ font-size:20px; }\n      .accordion-description{ font-size:14px; }\n    }\n    \/* Modal *\/\n    .modal{ display:none; position:fixed; z-index:999; inset:0; background-color:rgba(0,0,0,.5); backdrop-filter:blur(4px); justify-content:center; align-items:center; }\n    .modal-content{\n      background:radial-gradient(circle at center,#f6b44a,#d87d00); color:white;\n      max-width:1000px; width:90%; padding:2rem; border-radius:12px;\n      box-shadow:0 10px 30px rgba(0,0,0,.3); position:relative; text-align:center;\n      max-height:90vh; overflow-y:auto;\n    }\n    .close-button{ position:absolute; top:12px; right:18px; font-size:1.5rem; font-weight:bold; color:#fff; cursor:pointer; }\n    .close-button:hover{ color:#000; }\n    \/* Testimonials *\/\n    .testimonial-layout{ display:flex; align-items:center; justify-content:center; gap:1rem; margin-top:2rem; flex-wrap:nowrap; overflow:hidden; height:100%; }\n    .arrow{ cursor:pointer; font-size:2rem; color:white; user-select:none; transition:transform .2s ease; }\n    .arrow:hover{ transform:scale(1.3); }\n    .testimonial-slide{ display:none; animation:fadeIn .5s ease-in-out; width:100%; max-width:1000px; }\n    .testimonial-slide.active{ display:block; }\n    .testimonial-content{ display:flex; align-items:center; justify-content:space-between; gap:2rem; flex-wrap:wrap; }\n    .testimonial-text{ flex:1; min-width:250px; }\n    .testimonial-photo-side{ width:300px; height:auto; object-fit:cover; border-radius:0; flex-shrink:0; }\n    \/* Why Intern With Us - SLIDER (one at a time) *\/\n      \/* Slider shell *\/\n  .why-slider{ position:relative; margin-top:1.5rem; overflow:hidden; }\n  .why-slide{\n    display:none; animation:fadeIn .45s ease-in-out; padding:1rem 0;\n    max-width:900px; margin:0 auto; text-align:center;\n  }\n  .why-slide.active{ display:block; }\n      \/* Round image card (bigger + show full pic) *\/\n      .why-photo-box {\n      width: 320px;        \/* set fixed width *\/\n      height: 320px;       \/* same height to keep it round *\/\n      border-radius: 50%;  \/* makes it a circle *\/\n      overflow: hidden;    \/* crop anything spilling out *\/\n      margin: 0 auto 14px;\n      box-shadow: var(--shadow);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n    .why-photo {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;   \/* fill the circle properly *\/\n      border-radius: 50%;\n    }\n  \/* Headings\/text *\/\n  .why-title{ font-size:20px; font-weight:800; letter-spacing:.3px; margin:10px 0 8px; text-transform:uppercase; color:#fff; }\n  .why-text{ font-size:16px; line-height:1.6; max-width:760px; margin:0 auto; color:#fff; }\n  \/* Optional arrows (hidden by default; set display:flex to show) *\/\n  .why-controls{\n    display:none; align-items:center; justify-content:center; gap:14px; margin-top:16px;\n  }\n  .why-arrow{\n    cursor:pointer; font-size:24px; user-select:none; padding:8px 12px; border-radius:8px;\n    background:rgba(255,255,255,.12); color:#fff; transition:transform .2s ease, background .2s ease;\n  }\n  .why-arrow:hover{ transform:translateY(-2px); background:rgba(255,255,255,.2); }\n  @media (max-width:700px){\n    .why-photo-box{ width:clamp(240px, 72vw, 380px); }\n    .why-title{ font-size:18px; }\n    .why-text{ font-size:15px; }\n  }\n  @keyframes fadeIn{ from{opacity:0} to{opacity:1} }\n    \/* Mentors *\/\n    .mentor-grid{ display:flex; flex-wrap:wrap; justify-content:center; gap:3rem; margin-top:3rem; }\n    .mentor-profile{ text-align:center; max-width:300px; }\n    .mentor-profile img{ width:200px; height:200px; object-fit:cover; object-position:30% 20%; border-radius:50%; margin-bottom:1rem; }\n    \/* FAQ *\/\n    .faq-question{\n      cursor:pointer; font-weight:bold; margin:1rem 0 .25rem; padding:.5rem;\n      border-bottom:1px solid rgba(255,255,255,.3); transition:background .3s;\n    }\n    .faq-question:hover{ background:rgba(255,255,255,.1); }\n    .faq-answer{ padding:.5rem 1rem; font-size:15px; line-height:1.5; display:none; }\n  <\/style>\n<\/head>\n<body>\n  <!-- Accordion Circles -->\n          Testimonials\n          Hear from past interns about their experience.\n          Why intern with us\n          Explore the reasons our interns love working here.\n          Meet our intern mentors\n          Get to know the experts guiding your internship.\n          FAQs\n          Common questions answered before you start.\n  <!-- Modal 1: Testimonials -->\n      &times;\n      <h2>Intern Voices<\/h2>\n        &#10094;\n        <!-- Testimonial 1 -->\n              \n                Interning at onpoint 365 has honestly been such a great experience. From the very beginning, I felt welcomed and supported by the team. I absolutely loved the team and the vibe of the office, everyone was friendly, approachable, and always willing to help.\n              \n              \n                What I appreciated most was how encouraging everyone was. I was trusted with responsibilities but also given help whenever I needed it. \n              \n              <p>&#8211; Shranya Trivedi<\/p>\n            <img decoding=\"async\" src=\"https:\/\/cdn-01.cms-ap-v2i.applyflow.com\/onpoint-365\/wp-content\/uploads\/2022\/01\/3cb80c9c-0a88-4104-b1be-a844717109e5.jpg\" alt=\"Shranya Trivedi\"\/>\n        <!-- Testimonial 2 -->\n              \n                From day one at onpoint 365, I felt like part of the team. The environment was open and supportive, and I had the chance to contribute meaningfully to projects. Everyone was incredibly approachable, and the mentoring I received helped me gain confidence and clarity about my career path.\n              \n              <p>&#8211; [Another Intern]<\/p>\n            <img decoding=\"async\" src=\"https:\/\/cdn-01.cms-ap-v2i.applyflow.com\/onpoint-365\/wp-content\/uploads\/2025\/07\/Image-5.jpg\" alt=\"Another Intern\"\/>\n        <!-- Testimonial 3 -->\n              \n                My internship at Onpoint365 has been an enriching experience, offering hands-on involvement in strategic recruitment projects. I&#8217;ve gained valuable insights into proactive talent sourcing, data-driven decision-making, and process optimisation, while working alongside a collaborative and supportive team. I look forward to continuing to learn, contribute, and grow in this dynamic environment.\n              \n              <p>&#8211; Nupur Shah<\/p>\n            <img decoding=\"async\" src=\"https:\/\/cdn-01.cms-ap-v2i.applyflow.com\/onpoint-365\/wp-content\/uploads\/2025\/08\/Add-a-heading-1.jpg\" alt=\"Nupur Shah\"\/>\n        &#10095;\n  <!-- Modal 2: Why Intern With Us (SLIDER) -->\n    &times;\n    <h2>WHY INTERN WITH US?<\/h2>\n      <!-- Slide 1 -->\n          <img decoding=\"async\" src=\"https:\/\/cdn-01.cms-ap-v2i.applyflow.com\/onpoint-365\/wp-content\/uploads\/2025\/08\/f0f79e2c-062d-447f-ad01-7bf0acf5b94e.jpg\" alt=\"Hands-on Experience at onpoint 365\"\/>\n        HANDS ON EXPERIENCE\n        Work on real projects aligned with your interests and studies to build practical skills.\n      <!-- Slide 2 -->\n          <img decoding=\"async\" src=\"REPLACE_WITH_IMAGE_2\" alt=\"Impactful Work at onpoint 365\"\/>\n        IMPACTFUL WORK\n        Your contributions matter &#8211; gain experience that really counts for your career.\n      <!-- Slide 3 -->\n          <img decoding=\"async\" src=\"REPLACE_WITH_IMAGE_3\" alt=\"Flexible Internship\"\/>\n        FLEXIBILITY\n        Flexible hours so you can balance your internship with uni or part-time work.\n      <!-- Slide 4 -->\n          <img decoding=\"async\" src=\"REPLACE_WITH_IMAGE_4\" alt=\"Industry Exposure\"\/>\n        INDUSTRY EXPOSURE\n        Learn trends and challenges in the industry and discover new opportunities.\n      <!-- Slide 5 -->\n          <img decoding=\"async\" src=\"https:\/\/cdn-01.cms-ap-v2i.applyflow.com\/onpoint-365\/wp-content\/uploads\/2025\/08\/9e82b3dc-22e8-49d0-bbae-c5f21404aaf6.jpg\" alt=\"Networking\"\/>\n        NETWORKING\n        Collaborate with professionals, mentors, and fellow interns to build your network.\n      <!-- Slide 6 -->\n          <img decoding=\"async\" src=\"REPLACE_WITH_IMAGE_6\" alt=\"Resume Enhancement\"\/>\n        RESUME ENHANCEMENT\n        Turn your wins into a strong resume that stands out to employers.\n      <!-- Slide 7 -->\n          <img decoding=\"async\" src=\"REPLACE_WITH_IMAGE_7\" alt=\"Training and Development\"\/>\n        TRAINING &#038; DEVELOPMENT\n        Workshops and mentorship to grow your technical and professional skills.\n      <!-- Slide 8 -->\n          <img decoding=\"async\" src=\"REPLACE_WITH_IMAGE_8\" alt=\"Mentorship\"\/>\n        MENTORSHIP\n        A mentor supports and guides you throughout your journey.\n      <!-- Slide 9 -->\n          <img decoding=\"async\" src=\"REPLACE_WITH_IMAGE_9\" alt=\"Skills Development\"\/>\n        SKILLS DEVELOPMENT\n        Build new skills, reinforce what you know, and gain confidence.\n      <!-- Optional controls (hidden by default via CSS above) -->\n        &#10094;\n        &#10095;\n  <!-- Modal 3: Meet Our Mentor -->\n      &times;\n      <h2>Learn from the Best<\/h2>\n      <p>At onpoint 365, our mentors are more than just supervisors &#8211; they&#8217;re here to guide, support, and cheer you on throughout your internship journey.<\/p>\n          <img decoding=\"async\" src=\"https:\/\/cdn-01.cms-ap-v2i.applyflow.com\/onpoint-365\/wp-content\/uploads\/2024\/06\/Screenshot-2025-07-02-145210-e1751432995417.png\" alt=\"Mentor 1\"\/>\n          <h3>PEYTON HENDERSON<\/h3>\n          <p>From intern to permanent team member, Peyton&#8217;s journey showcases growth, opportunity, and leadership.<\/p>\n          <a href=\"https:\/\/www.onpoint365.com.au\/team-member\/peyton-henderson\/\" target=\"_blank\">Read More<\/a>\n          <img decoding=\"async\" src=\"https:\/\/cdn-01.cms-ap-v2i.applyflow.com\/onpoint-365\/wp-content\/uploads\/2024\/09\/thumbnail_IMG_9429.jpg\" alt=\"Mentor 2\"\/>\n          <h3>JESSICA FRYER<\/h3>\n          <p>Jessica brings a passion for people and career growth, guiding interns with experience and care.<\/p>\n          <a href=\"https:\/\/www.onpoint365.com.au\/team-member\/jessica-fryer\/\" target=\"_blank\">Read More<\/a>\n  <!-- Modal 4: Internship FAQs -->\n      &times;\n      <h2>Internship FAQs<\/h2>\n        How do I apply for the internship at onpoint 365? &#9662;\n        Applications can be submitted through contact us page. Make sure to upload your resume and any relevant supporting documents.\n        What does a typical day look like during the internship? &#9662;\n        You&#8217;ll start your day with a quick team check-in, followed by independent project work or collaboration with your mentor.\n        Do I need prior experience to apply? &#9662;\n        No experience is necessary. We&#8217;re here to support enthusiastic learners.\n        How long is the internship and how many days a week? &#9662;\n        Internships typically run for 8-12 weeks. You can work 2-3 days per week depending on your availability and course commitments.\n        Is it in-person or remote? &#9662;\n        Mostly in-person at our Canberra office, but hybrid options may be considered.\n  <!-- JavaScript -->\n<\/body>\n<\/html>\n  <h3>Follow us<\/h3>\n    <a href=\"https:\/\/www.facebook.com\/onpoint365\" target=\"_blank\">\n      <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/733\/733547.png\" width=\"48\" alt=\"Facebook\"\/>\n    <\/a>\n    <a href=\"https:\/\/www.instagram.com\/onpoint__365\/\" target=\"_blank\">\n      <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/733\/733558.png\" width=\"48\" alt=\"Instagram\"\/>\n    <\/a>\n    <a href=\"https:\/\/www.linkedin.com\/company\/onpoint-365\/\" target=\"_blank\">\n      <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/733\/733561.png\" width=\"48\" alt=\"LinkedIn\"\/>\n    <\/a>\n    <a href=\"https:\/\/www.tiktok.com\/@onpoint.365?lang=en\" target=\"_blank\">\n      <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/3046\/3046121.png\" width=\"48\" alt=\"TikTok\"\/>\n    <\/a>\n\n","protected":false},"excerpt":{"rendered":"<p>Welcome to InternZone Step into a space designed for growth, curiosity, and real-world experience. At onpoint 365, our internship program gives you the chance to work on meaningful projects, develop industry-ready skills, and collaborate with a team that values your ideas. Whether you&#8217;re exploring new interests or building on what you already know &#8211; this&hellip;&nbsp;<a href=\"https:\/\/www.onpoint365.com.au\/work-with-us\/internzone\/\" class=\"\" rel=\"bookmark\">Read More &raquo;<span class=\"screen-reader-text\">InternZone<\/span><\/a><\/p>\n","protected":false},"author":19,"featured_media":0,"parent":15945,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_seopress_robots_primary_cat":"","neve_meta_sidebar":"full-width","neve_meta_container":"","neve_meta_enable_content_width":"on","neve_meta_content_width":100,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","footnotes":""},"class_list":["post-16589","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.onpoint365.com.au\/af-api\/wp\/v2\/pages\/16589","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.onpoint365.com.au\/af-api\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.onpoint365.com.au\/af-api\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.onpoint365.com.au\/af-api\/wp\/v2\/users\/19"}],"replies":[{"embeddable":true,"href":"https:\/\/www.onpoint365.com.au\/af-api\/wp\/v2\/comments?post=16589"}],"version-history":[{"count":30,"href":"https:\/\/www.onpoint365.com.au\/af-api\/wp\/v2\/pages\/16589\/revisions"}],"predecessor-version":[{"id":17537,"href":"https:\/\/www.onpoint365.com.au\/af-api\/wp\/v2\/pages\/16589\/revisions\/17537"}],"up":[{"embeddable":true,"href":"https:\/\/www.onpoint365.com.au\/af-api\/wp\/v2\/pages\/15945"}],"wp:attachment":[{"href":"https:\/\/www.onpoint365.com.au\/af-api\/wp\/v2\/media?parent=16589"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}