CINXE.COM

VTAC Home

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="author" content="Administrator"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="VTAC, the Victorian Tertiary Admissions Centre, is an independent shared admissions service facilitating access to tertiary education and further study"> <meta name="generator" content="MYOB"> <title>VTAC Home</title> <link href="/favicon.ico" rel="icon" type="image/vnd.microsoft.icon"> <link href="/templates/primary/css/bootstrap.css?923910f2d7520609fbcb6e0078a67539" rel="stylesheet" /> <link href="/templates/primary/css/custom.css?923910f2d7520609fbcb6e0078a67539" rel="stylesheet" /> <link href="/plugins/system/jce/css/content.css?badb4208be409b1335b815dde676300e" rel="stylesheet" /> <!-- Favicons --> <link rel="apple-touch-icon" href="/templates/primary/images/apple-touch-icon.png" sizes="180x180"> <link rel="icon" href="/templates/primary/images/favicon-32x32.png" sizes="32x32" type="image/png"> <link rel="icon" href="/templates/primary/images/favicon-16x16.png" sizes="16x16" type="image/png"> <!--<link rel="manifest" href="/templates/primary/images/site.webmanifest" crossorigin="use-credentials">--> <link rel="icon" href="/templates/primary/images/favicon.ico"> <!-- Material Icons --> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" /> <script type="application/json" class="joomla-script-options new">{"bootstrap.tooltip":{".selector":{"animation":true,"container":"body","html":true,"trigger":"hover focus","boundary":"clippingParents","sanitize":true}},"system.paths":{"root":"","rootFull":"http:\/\/vtac.edu.au\/","base":"","baseFull":"http:\/\/vtac.edu.au\/"},"csrf.token":"a7f7c73927823ab47e056a8581fb9c8f"}</script> <script src="/media/system/js/core.min.js?576eb51da909dcf692c98643faa6fc89629ead18"></script> <script src="/media/vendor/bootstrap/js/bootstrap-es5.min.js?5.2.3" nomodule defer></script> <script src="/media/vendor/jquery/js/jquery.min.js?3.6.3"></script> <script src="/media/vendor/bootstrap/js/carousel.min.js?5.2.3" type="module"></script> <script src="/media/vendor/bootstrap/js/collapse.min.js?5.2.3" type="module"></script> <script src="/media/vendor/bootstrap/js/dropdown.min.js?5.2.3" type="module"></script> <script src="/media/vendor/bootstrap/js/modal.min.js?5.2.3" type="module"></script> <script src="/media/vendor/bootstrap/js/scrollspy.min.js?5.2.3" type="module"></script> <script src="/media/vendor/bootstrap/js/tab.min.js?5.2.3" type="module"></script> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9028529454102518" crossorigin="anonymous"></script> <script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> <!-- Custom JavaScript --> <script type="text/javascript"> window.googletag = window.googletag || {cmd: []}; // Extract title from last section of url getPageURL = window.location.pathname; pageURLArray = getPageURL.split('/'); pageLast = ''; page1st = pageURLArray[1]; page2nd = pageURLArray[2]; while (pageURLArray.length > 0 && pageLast == '') { pageLast = pageURLArray.pop(); } // Ad Tester (add "?adtest=testvalue" to url, inserts KV for targeting) function getQueryVariable(variable) { var query = window.location.search.substring(1); var vars = query.split("&"); for (var i = 0; i < vars.length; i++) { var pair = vars[i].split("="); if (pair[0] == variable) { return pair[1]; } } return ('false'); } var kvAdTest = getQueryVariable("adtest"); // Prepare all targeting and size mapping const gamData = { "adUnit": "/22917295869/VTAC/home", "kv": { "institution": "", "loggedin": "N", "title": pageLast, "adtest": kvAdTest }, "sizeMap": { "largesquare":[[[0,0],[350,350]]], "billboard":[[[992,0],[970,250]],[[0,0],[300,250]]], "leaderboard":[[[1200,0],[728,90]],[[0,0],[300,250]]], "largerec":[[[1200,0],[650,300]],[[0,0],[300,250]]], "custom":[[[0,0],[300,250]]] } } // Set page-level key-values and GPT settings googletag.cmd.push(function() { if (gamData.kv) { Object.keys(gamData.kv).forEach(function(key) { googletag.pubads().setTargeting(key, gamData.kv[key]); }); } googletag.pubads().setCentering(true); googletag.pubads().collapseEmptyDivs(); // Enable lazy-loading for all ad slots googletag.pubads().enableLazyLoad({ fetchMarginPercent: 200, renderMarginPercent: 50, mobileScaling: 2.0 }); // Register event handlers to observe lazy loading behavior. googletag.pubads().addEventListener('slotRequested', function(event) { console.log(event.slot.getSlotElementId(), 'fetched'); }); googletag.pubads().addEventListener('slotOnload', function(event) { console.log(event.slot.getSlotElementId(), 'rendered'); // VTAC added code to original: start gamDetector(); // VTAC added code to original: end }); googletag.enableServices(); // Refresh ads on screen size changes if (window.addEventListener) { window.addEventListener('resize', browserResize); } else if (window.attachEvent) { window.attachEvent('onresize', browserResize); } let InitialResize = window.innerWidth; function browserResize() { const afterResize = window.innerWidth; if ( (InitialResize < 1400 && afterResize >= 1400) || (InitialResize >= 1400 && afterResize < 1400) || (InitialResize < 1200 && afterResize >= 1200) || (InitialResize >= 1200 && afterResize < 1200) || (InitialResize < 992 && afterResize >= 992) || (InitialResize >= 992 && afterResize < 992) || (InitialResize < 768 && afterResize >= 768) || (InitialResize >= 768 && afterResize < 768) || (InitialResize < 576 && afterResize >= 576) || (InitialResize >= 576 && afterResize < 576) ) { InitialResize = afterResize; googletag.cmd.push(function() { googletag.pubads().refresh(); }); } } }); // Output to console for testing console.log("GAM ad unit: " + gamData.adUnit); console.log("GAM logged in: " + gamData.kv.loggedin); console.log("GAM institution: " + gamData.kv.institution); console.log("Page title: " + pageLast); console.log("Page 1st level: " + page1st); console.log("Page 2nd level: " + page2nd); /* Detect if ad is served and add link to why the ads? page */ setTimeout(gamDetector, 1000); function gamDetector() { let parent = document.querySelector('div[id="gam_largesquare_pos1"]'); let iframeElement = document.querySelector( '[id^="google_ads_iframe"] > iframe' ); if (iframeElement) { console.log("ads running"); let child = document.querySelector('[id="whytheads"]'); if (parent && !child) { let str = `<div id="whytheads"><p><small><a href="/whytheads">Advertisement</a></small></p></div>`; parent.insertAdjacentHTML("beforeend", str); } } }</script> </head> <body> <!-- Google Tag Manager --> <noscript> <iframe src="//www.googletagmanager.com/ns.html?id=GTM-NFK5FF" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NFK5FF');</script> <!-- /.Google Tag Manager --> <!--Main Navigation--> <!-- Main site navigation --> <header> <nav id="mainnav" class="navbar navbar-expand-lg navbar-light shadow-none fixed-top"> <div class="container justify-content-between"> <a class="navbar-brand" href="/"><img src="/files/images/logo/vtac-logo.png" alt="VTAC logo" width="130px" height="50px"></a> <div> <div class="nav-item d-inline d-lg-none align-middle"><a role="button" class="btn-signup btn" href="https://delta.vtac.edu.au/registration/apply"><span class="d-lg-none"><span class="material-symbols-outlined mso-36">person_add</span></span> </a> </div> <div class="nav-item d-inline d-lg-none align-middle"><a class="btn-login btn" href="https://delta.vtac.edu.au/appView/home.htm" role="button"><span class="d-lg-none"><span class="material-symbols-outlined mso-30">lock_open</span></span></a> </div> <button class="navbar-toggler align-middle mt-1" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation"> <span class="material-symbols-outlined mso-36">menu</span> </button> </div> <div class="collapse navbar-collapse mb-3 mb-lg-0" id="navbarCollapse"> <ul class="navbar-nav me-auto mb-2 mb-md-0 container"> <li class="nav-item dropdown"> <a class="nav-link px-xl-3 px-lg-2 dropdown-toggle" href="#" data-bs-toggle="dropdown" data-bs-auto-close="outside">About us</a> <ul class="dropdown-menu shadow"> <li><a class="dropdown-item" href="/about">About Us</a></li> <li><a class="dropdown-item" href="/privacy">Privacy &amp; Legal</a></li> <li><a class="dropdown-item" href="/mediacentre">Media Centre</a></li> <li><a class="dropdown-item" href="/advertising">Advertising</a></li> <li><a class="dropdown-item" href="/employment">Working at VTAC</a></li> </ul> </li> <li class="nav-item dropdown mega-menu"> <a class="nav-link px-xl-3 px-lg-2 dropdown-toggle" href="#" data-bs-toggle="dropdown" data-bs-auto-close="outside">Applying</a> <div class="applying-menu dropdown-menu dropdown-menu-start shadow"> <div class="mega-content px-4"> <div class="container-fluid"> <div class="row"> <div class="col-12 col-md-6 col-lg-4 pt-3 pb-2 py-lg-4"> <dl> <dt>VTAC Guides</dt> <hr class="mt-1 mb-2"> <dd><a class="dropdown-item ps-0 py-0 fw-medium" href="/guides">All guides</a></dd> <dd><a class="dropdown-item ps-0 py-0" href="/guides/y12guide">Australian year 12 students </a></dd> <dd><a class="dropdown-item ps-0 py-0" href="/guides/quickstart/interstate-nz">Interstate and NZ year 12 students </a></dd> <dd><a class="dropdown-item ps-0 py-0" href="/guides/quickstart/international">International year 12 students </a></dd> <dd><a class="dropdown-item ps-0 py-0" href="/guides/postschool">Post-school applicants</a></dd> <dd><a class="dropdown-item ps-0 py-0" href="/guides/y10guide">Year 10 students </a></dd> <dd><a class="dropdown-item ps-0 py-0" href="/guides/y11guide">Year 11 students </a></dd> <dd><a class="dropdown-item ps-0 py-0" href="/guides/caregivers-guide">Parents &amp; caregivers</a></dd> </dl> </div> <div class="col-12 col-md-6 col-lg-8 pt-0 pb-2 py-lg-4"> <div class="row"> <div class="col-12 col-lg-6 mt-md-3 mt-0 mt-lg-0"> <dl> <dt>Applying</dt> <hr class="mt-1 mb-2"> <dd><a class="dropdown-item ps-0 py-0 fw-medium" href="/applying">How to apply</a></dd> <dd><a class="dropdown-item ps-0 py-0" href="/prepare">Preparing to apply</a></dd> <dd><a class="dropdown-item ps-0 py-0" href="/research">Finding courses</a></dd> <!--<dd><a class="dropdown-item ps-0 py-0" href="/applying/account">Creating an account</a></dd>--> <dd><a class="dropdown-item ps-0 py-0" href="/applying/courses">Applying for courses</a></dd> <dd><a class="dropdown-item ps-0 py-0" href="/access">Equity schemes &amp; scholarships</a></dd> <dd><a class="dropdown-item ps-0 py-0" href="/evidence">Providing evidence</a></dd> <hr class="mt-1 mb-2"> <dd><a class="dropdown-item ps-0 py-0" href="/applying/courses/eop">Early offer programs</a></dd> <dd><a class="dropdown-item ps-0 py-0" href="/applying/demos">Demo applications</a></dd> <dd><a class="dropdown-item ps-0 py-0" href="/institutions">Researching institutions</a></dd> <dd><a class="dropdown-item ps-0 py-0" href="/dates">Key dates</a></dd> </dl> </div> <div class="col-12 col-lg-6 pt-0 pb-2"> <dl> <dt>Results &amp; offers</dt> <hr class="mt-1 mb-2"> <dd><a class="dropdown-item ps-0 py-0" href="/atar">ATAR</a> </dd> <dd><a class="dropdown-item ps-0 py-0" href="/offers">Offers</a> </dd> </dl> </div> </div> </div> </div> </div> </div> </div> </li> <li class="nav-item dropdown"> <a class="nav-link px-xl-3 px-lg-2 dropdown-toggle" href="#" data-bs-toggle="dropdown" data-bs-auto-close="outside">Schools</a> <ul class="dropdown-menu shadow"> <li><a class="dropdown-item" href="https://delta.vtac.edu.au/courselink/">CourseLink</a></li> <li><a class="dropdown-item" href="http://vtacschools.wordpress.com/">News feed (blog)</a></li> <li><a class="dropdown-item" href="/careers">Careers practititoners site</a></li> <li><a class="dropdown-item" href="/careers/resources-download">Guides &amp; fact sheets</a></li> </ul> </li> <li class="nav-item dropdown"> <a class="nav-link px-xl-3 px-lg-2 dropdown-toggle" href="#" data-bs-toggle="dropdown" data-bs-auto-close="outside">Institutions</a> <ul class="dropdown-menu shadow"> <li><a class="dropdown-item" href="/institutions">VTAC partner institutions</a></li> <li><a class="dropdown-item" href="https://delta.vtac.edu.au/viaOnline/home.htm">viaOnline</a></li> <li><a class="dropdown-item" href="/partner">Become a VTAC Partner</a></li> <li><a class="dropdown-item" href="/advertising">Advertise with VTAC</a></li> </ul> </li> <li class="nav-item dropdown mega-menu"> <a class="nav-link px-xl-3 px-lg-2 dropdown-toggle" href="#" data-bs-toggle="dropdown" data-bs-auto-close="outside">Help</a> <div class="help-menu dropdown-menu dropdown-menu-end dropdown-menu-xl-start shadow"> <div class="mega-content px-4"> <div class="container-fluid"> <div class="row"> <div class="col-12 col-md-6 pt-3 pb-2 py-lg-4 contact-menu"> <dl> <dt>Contact</dt> <hr class="mt-1 mb-2"> <dd class="dropdown-item ps-0 py-0 lh-sm"><span class="dd-icon material-symbols-outlined mt-0">phone_enabled</span><span class="dd-text">+613 9926 1020<br><small class="ms-4">9:30am-5pm (Victorian time) M-F</small></span></dd> <dd class="dropdown-item ps-0 py-0 lh-sm"><span class="dd-icon material-symbols-outlined mt-n1">location_on</span><span class="dd-text">Melbourne VIC 3000<br><span class="ms-4">AUSTRALIA</span></dd> <dd class="ps-0 py-0 lh-sm"><span class="dd-icon material-symbols-outlined mt-n1">mark_email_unread</span><span class="dd-text"><a class="dropdown-item ps-1 d-inline" href="/contact/email">Email VTAC</a></span></dd> <dd class="ps-0 py-0 lh-sm"><span class="dd-icon material-symbols-outlined mt-0">forum</span><span class="dd-text"><a class="dropdown-item ps-1 py-0 d-inline" href="/help">Frequently Asked Questions</a></span></dd> </dl> </div> <div class="col-12 col-md-6 pt-0 pb-2 py-lg-4 mt-md-3 mt-0 mt-lg-0"> <dl> <dt>Help</dt> <hr class="mt-1 mb-2"> <dd><a class="dropdown-item ps-0 py-0" href="/help">Help Centre</a></dd> <dd><a class="dropdown-item ps-0 py-0" href="/dates">Dates</a></dd> <dd><a class="dropdown-item ps-0 py-0" href="/factsheets">Fact sheets</a></dd> <dd><a class="dropdown-item ps-0 py-0" href="/atar/past">Request replacement ATAR</a></dd> <dd><a class="dropdown-item ps-0 py-0" href="/help/glossary">Glossary</a></dd> </dl> </div> </div> </div> </div> </div> </li> </ul> <div class="nav-item dropdown search-nav"> <a class="nav-link py-1 py-md-2 px-xl-3 px-lg-2 pe-0725 dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false"> <span class="material-symbols-outlined pt-2"><strong>search</strong></span></a> <div class="search-menu dropdown-menu dropdown-menu-lg-end shadow"> <form action=" /search.html" method="get"> <div class="form-group"> <label for="mod-finder-searchword" class="visually-hidden">Search</label> <div class="input-group mb-3"> <input type="text" name="q" id="mod-finder-searchword" class="form-control" placeholder="Search..." aria-label="Search..." aria-describedby="search-btn"> <button class="btn btn-outline-secondary rounded-end pt-1 pb-0 px-2 shadow-none" id="search-btn"><span class="material-symbols-outlined">search</span></button> </div> </div> </form> <div class="dropdown-item py-0 ps-1 mt-n1 text-center">Trying to find courses? Use <a class="p-0 text-primary" href="/coursesearch">CourseSearch</a> </div> </div> </div> </div> <div class="nav-item d-none d-lg-inline"><a role="button" class="btn btn-vtac-dark-blue rounded" href="https://delta.vtac.edu.au/registration/apply"><span class="d-none d-md-inline">Sign up</span></a> </div> <div class="nav-item d-none d-lg-inline"><a class="btn btn-primary rounded" href="https://delta.vtac.edu.au/appView/home.htm" role="button"><span class="d-none d-md-inline">Login</span></a> </div> </div> </nav> </header> <main> <!--Template--> <div class="com-content-article item-page" itemscope itemtype="https://schema.org/Article"> <meta itemprop="inLanguage" content="en-GB"> <div itemprop="articleBody" class="com-content-article__body"> <!-- Carousel --> <div id="home-slider" class="carousel slide" data-bs-ride="carousel" data-bs-interval="80000"> <div class="container"> <div class="carousel-inner"> <div class="carousel-item active"> <div class="row align-items-center h-100 ps-3"> <div class="col-md-5 col-12 ps-c"> <div class="text-dark text-center text-md-start"> <h2 class="mt-3">What's your next step?</h2> <p>Applications for 2025 courses are open.</p> <p><a class="btn btn-vtac-dark-blue rounded-pill py-2 px-5" href="/applying">Get ready</a></p> </div> </div> <div class="col-md-7 col-12 d-flex align-items-center"><img src="/files/images/slider/applications-open.png" alt="student smiling" class="carousel-hero"></div> </div> </div> <div class="carousel-item"> <div class="row align-items-center h-100 ms-3"> <div class="col-md-5 col-12 ps-c"> <div class="text-dark text-center text-md-start"> <h2>Key dates from applying to offers</h2> <p>Deadlines for students and post-school applicants applying for mid-year or 2025 courses.</p> <p><a class="btn btn-vtac-dark-blue rounded-pill py-2 px-5" href="/dates">Key dates</a></p> </div> </div> <div class="col-md-7 col-12 d-flex align-items-center"><img src="/files/images/slider/hero-dates.png" alt="student holding books with backpack" class="carousel-hero" /></div> </div> </div> </div> <div class="carousel-indicators text-start text-md-start ps-c"><button type="button" data-bs-target="#home-slider" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1">How to apply</button> <button type="button" data-bs-target="#home-slider" data-bs-slide-to="1" aria-label="Slide 2">Key dates</button></div> </div> </div> <!-- / Carousel --> <!-- Submenu and key information --> <div class="container home-content rounded"> <div class="row justify-content-center"> <div class="col-lg-4 col-12 col-click submenu px-4 px-xl-5"><a href="https://delta.vtac.edu.au/registration/apply"> <img class="w-100 h-auto rounded" src="/files/images/photos/submenu-applying.jpg" alt="Students looking at laptop and books on campus grounds" /> <h2 class="text-start mt-3 h4 vtac-dark-blue">Create an account<span class="material-symbols-outlined float-end mso-32"><strong>arrow_right_alt</strong></span></h2> <p class="text-start">Create an account to access course, SEAS and scholarships applications. </p> </a></div> <div class="col-lg-4 col-12 col-click submenu px-4 px-xl-5"><a href="https://delta.vtac.edu.au/coursesearch/#/search"> <img class="w-100 h-auto rounded" src="/files/images/photos/submenu-coursesearch.jpg" alt="Students talking in library" /> <h2 class="text-start mt-3 h4 vtac-dark-blue">Search for courses<span class="material-symbols-outlined float-end mso-32"><strong>arrow_right_alt</strong></span></h2> <p class="text-start">Explore course options. Find what you need to do to get into a course. Make a list of your favourite courses.</p></p> </a> </div> <div class="col-lg-4 col-12 col-click submenu px-4 px-xl-5"><a href="/offers" target="_blank"> <img class="w-100 h-auto rounded" src="/files/images/photos/submenu-results.jpg" alt="Student with laptop and other students in background"> <h2 class="text-start mt-3 h4 vtac-dark-blue">Getting your offer<span class="material-symbols-outlined float-end mso-32"><strong>arrow_right_alt</strong></span></h2> <p class="text-start">November round course offers are now available. Only post-school applicants are eligible . You can access offer advice in your account.</p> </a></div> </div> <div class="row mt-0 mb-4 px-4 px-md-0"> <div class="col-12 col-lg-7 px-2 px-xl-5 text-start home-dates mx-auto mx-lg-0"> <h2><span class="h2-serif">Key dates</span><a class="btn btn-vtac-dark-blue rounded-pill float-end first-cap my-0" role="button" href="/dates">All dates &gt;</a></h2> <ul class="dates list-unstyled mt-4"></ul> </div> <div class="col-12 col-lg-4 px-2 px-xl-5 ms-auto my-auto"> <div id="gam_largesquare_pos1"> <script type="text/javascript"> googletag.cmd.push(function() { googletag.defineSlot(gamData.adUnit, [[350, 350],[300, 250]],'gam_largesquare_pos1') .defineSizeMapping(gamData.sizeMap.largesquare) .setTargeting('pos', '1') .addService(googletag.pubads()); googletag.display('gam_largesquare_pos1'); }); </script> </div> </div> </div> </div> <!-- Submenu and key information --> <!--Section: guides--> <div class="container-fluid mt-2 mt-4 mb-0 pt-4 pb-5 bg-gradient-light-purple-vertical-70"> <section id="guides" class="container"> <h2 class="pt-0 mb-2 text-center text-lg-start">Who we're for</h2> <div class="row"> <div class="col-lg-3 col-md-6 col-12 mt-3 personas"> <div class="card border-0"><img src="/files/images/photos/y12students-card-top.jpg" class="card-img-top img-fluid" alt="year 12 students" /> <div class="card-body"> <h3 class="card-title">Australian Year 12 students</h3> <ul class="list-group list-group-flush"> <li class="list-group-item px-1"><a href="/guides/y12guide" class="link-dark text-decoration-none">VTAC guide <span class="material-symbols-outlined float-end">keyboard_arrow_right</span></a></li> <li class="list-group-item px-1"><a href="/guides/quickstart/year12" class="link-dark text-decoration-none">Quick start <span class="material-symbols-outlined float-end">keyboard_arrow_right</span></a></li> </ul> </div> </div> </div> <div class="col-lg-3 col-md-6 col-12 mt-3 personas"> <div class="card border-0 h-100"><img src="/files/images/photos/postschool-card-top.jpg" class="card-img-top img-fluid" alt="Mature-age applicant" /> <div class="card-body"> <h3 class="card-title">Post-school applicants</h3> <ul class="list-group list-group-flush"> <li class="list-group-item px-1"><a href="/guides/postschool" class="link-dark text-decoration-none">VTAC guide <span class="material-symbols-outlined float-end">keyboard_arrow_right</span></a></li> <li class="list-group-item px-1"><a href="/guides/quickstart/mature-age" class="link-dark text-decoration-none">Quick start <span class="material-symbols-outlined float-end">keyboard_arrow_right</span></a></li> </ul> </div> </div> </div> <div class="col-lg-3 col-md-6 col-12 mt-3 personas"> <div class="card border-0 h-100"><img src="/files/images/photos/y10-11students-card-top.jpg" class="card-img-top img-fluid" alt="Secondary students" /> <div class="card-body"> <h3 class="card-title">Year 10 &amp; 11 students</h3> <ul class="list-group list-group-flush"> <li class="list-group-item px-1"><a href="/guides/y10guide" class="link-dark text-decoration-none">Year 10 VTAC guide <span class="material-symbols-outlined float-end">keyboard_arrow_right</span></a></li> <li class="list-group-item px-1"><a href="/guides/y11guide" class="link-dark text-decoration-none">Year 11 VTAC guide <span class="material-symbols-outlined float-end">keyboard_arrow_right</span></a></li> </ul> </div> </div> </div> <div class="col-lg-3 col-md-6 col-12 mt-3 personas"> <div class="card border-0 h-100"><img src="/files/images/photos/supporters-card-top.jpg" class="card-img-top img-fluid" alt="teacher with student" /> <div class="card-body"> <h3 class="card-title">Supporters</h3> <ul class="list-group list-group-flush"> <li class="list-group-item px-1"><a href="/careers" class="link-dark text-decoration-none">Careers practitioners<span class="material-symbols-outlined float-end">keyboard_arrow_right</span></a></li> <li class="list-group-item px-1"><a href="/guides/quickstart/caregivers" class="link-dark text-decoration-none">Parents &amp; caregivers <span class="material-symbols-outlined float-end">keyboard_arrow_right</span></a></li> </ul> </div> </div> </div> </div> </section> </div> <!--/Section: guides--> <!--Section: explainer--> <div class="container-fluid mt-0 pt-5 pb-5 bg-gradient-purple-horizontal"> <section id="explainer" class="container"> <div class="row featurette text-white align-items-center text-center text-lg-start"> <div class="col-lg-6 pe-lg-5"> <h2 class="featurette-heading pb-2"><small>Welcome to VTAC</small></h2> <p>The Victorian Tertiary Admissions Centre (VTAC) is an independent shared admissions service facilitating access to tertiary education and further study opportunities and pathways for learners in Victoria and beyond.&nbsp;&nbsp;</p> <p>VTAC supports young people, professionals and learners of any age and at any stage of life to connect with further study to achieve their learning aspirations, professional growth, and dream careers.&nbsp; &nbsp;</p> <p class="pt-2"><a class="btn btn-vtac-light rounded-pill py-2 px-5" href="/about">Learn more about VTAC</a></p> </div> <div class="col-lg-6"> <div class="youtube-video vid16-9 mx-auto"><!-- YouTube: start --> <iframe src="https://www.youtube.com/embed/VU4Ye0D_ZC4?si=jhEEAagICpxu7c53" width="100%" height="100%" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"> <!-- YouTube: end --> </iframe></div> </div> </div> </section> </div> <!--/Section: explainer--> <div class="container-fluid mt-2 mb-4 py-4"><!--Section: social--> <div class="container-fluid mt-2 mb-4 py-4"> <section id="about" class="container"> <div class="row my-0"> <div class="col-12"> <h2 class="mt-0 mb-3 text-center text-lg-start">Connect with us</h2> </div> </div> <div class="row my-0 justify-content-around"> <div class="col-xl-4 col-md-6 col-12 insta-posts"><br /><!-- Instagram post 1: start --> <blockquote class="instagram-media" data-instgrm-permalink="https://www.instagram.com/p/DCp_ZTCqVSa/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/DCp_ZTCqVSa/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/p/DCp_ZTCqVSa/?utm_source=ig_embed&amp;utm_campaign=loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank">A post shared by Victorian Tertiary Admissions Centre (@vtacguide)</a></p></div></blockquote> <!-- Instagram post 1: end --></div> <div class="col-xl-4 col-md-6 col-12 insta-posts"><br /> <!-- Instagram post 2: start --> <blockquote class="instagram-media" data-instgrm-permalink="https://www.instagram.com/p/DCx4EccqhGy/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/DCx4EccqhGy/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/p/DCx4EccqhGy/?utm_source=ig_embed&amp;utm_campaign=loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank">A post shared by Victorian Tertiary Admissions Centre (@vtacguide)</a></p></div></blockquote> <!-- Instagram post 2: end --></div> <div class="col-xl-4 d-md-none d-xl-block d-block col-12 insta-posts"><br /> <!-- Instagram post 3: start --> <blockquote class="instagram-media" data-instgrm-permalink="https://www.instagram.com/p/DCf9XlHKzml/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/DCf9XlHKzml/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/p/DCf9XlHKzml/?utm_source=ig_embed&amp;utm_campaign=loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank">A post shared by Victorian Tertiary Admissions Centre (@vtacguide)</a></p></div></blockquote> <!-- Instagram post 3: end --></div> </div> </section> <!--/Section: social--> <script async="async" type="text/javascript" src="/templates/major/js/instagram/embed.js"></script> </div> </div> </div> <!--/template--> </main> <!-- FOOTER --> <footer class="container-fluid bg-vtac-dark-blue text-white"> <div class="container"> <div class="row mt-2 mb-0 justify-content-between align-items-center"> <div class="col-md-3 col-12 text-center text-md-start"><img src="/files/images/logo/vtac-logo-white.png" alt="VTAC logo" width="130px" height="65px"></div> <div class="col-md-9 col-12"> <div class="connect text-center text-md-end my-2 my-lg-0"> <a href="https://www.facebook.com/vtacguide"><img src="/files/images/icons/circles/logo-facebook.png" alt="facebook" width="50px" height="50px"></a> <a href="https://www.instagram.com/vtacguide/"><img src="/files/images/icons/circles/logo-instagram.png" alt="instagram" width="50px" height="50px"></a> <a href="https://www.youtube.com/user/vtacmedia"><img src="/files/images/icons/circles/logo-youtube.png" alt="youtube" width="50px" height="50px"></a> <a href="https://www.tiktok.com/@vtacguide"><img src="/files/images/icons/circles/logo-tiktok.png" alt="linkedin" width="50px" height="50px"></a> <a href="https://au.linkedin.com/company/victorian-tertiary-admissions-centre-vtac-"><img src="/files/images/icons/circles/logo-linkedin.png" alt="linkedin" width="50px" height="50px"></a> </div> </div> </div> <hr class="opacity-100 mt-1"> <div class="row justify-content-evenly justify-content-xl-between"> <div class="col-lg-4 col-md-6 col-12 text-center text-xl-start ps-52"> <h2 class="h5 text-uppercase fw-normal vtac-light-purple">Quick links</h2> <ul class="px-0 list-unstyled"> <li class="py-1"> <a class="text-white text-decoration-none" href="/coursesearch">CourseSearch</a></li> <li class="py-1"> <a class="text-white text-decoration-none" href="https://delta.vtac.edu.au/courselink/">CourseLink</a> </li> <li class="py-1"> <a href="/reports" class="text-white text-decoration-none">Reports &amp; Statistics</a></li> <li class="py-1"><a href="/access" class="text-white text-decoration-none">Access schemes &amp; scholarships</a></li> <li class="py-1"><a href="/atar" class="text-white text-decoration-none">Results &amp; ATAR</a> </li> </ul> </div> <div class="col-lg-3 col-md-6 col-12 text-center text-xl-start"> <h2 class="h5 text-uppercase fw-normal vtac-light-purple mt-4 mt-md-0">Support</h2> <ul class="px-0 list-unstyled"> <li class="py-1"> <a class="text-white text-decoration-none" href="/help">Help centre</a> </li> <li class="py-1"> <a class="text-white text-decoration-none" href="/dates">Dates</a></li> <li class="py-1"> <a href="/events" class="text-white text-decoration-none">Events &amp; webinars</a></li> <li class="py-1"><a href="/mediacentre" class="text-white text-decoration-none">Media centre</a> </li> </ul> </div> <div class="col-xxl-4 col-xl-5 col-12 pt-4 pt-xl-0 text-center text-xl-start"> <div class="row"> <div class="col-12 col-xl-2"> <div class="circle mt-1 pt-2 mx-auto me-xl-0 text-center"><span class="material-symbols-outlined mso-36">upcoming</span></div> </div> <div class="col-12 col-xl-10"> <h2 class="h6 text-uppercase fw-normal vtac-light-purple mt-3 mt-xl-0">News and updates</h2> <p><a href="/subscribe" class="text-decoration-none">Sign up for general VTAC application advice and key deadline reminders</a>.</p> </div> </div> <div class="row mt-2"> <div class="col-12 col-xl-2"> <div class="circle mt-1 pt-2 mx-auto me-xl-0 text-center"><span class="material-symbols-outlined mso-36">phone_enabled</span></div> </div> <div class="col-12 col-xl-10"> <h2 class="h6 text-uppercase fw-normal vtac-light-purple mt-3 mt-xl-0">Telephone</h2> <p class="text-white">+613 9926 1020<br><small>9:30am-5pm (Victorian time) M-F</small></p> </div> </div> <div class="row mt-2"> <div class="col-12 col-xl-2 text-center"> <div class="circle mt-1 pt-2 mx-auto me-xl-0 text-center"><span class="material-symbols-outlined mso-36">mark_email_unread</span></div> </div> <div class="col-12 col-xl-10"> <h2 class="h6 text-uppercase fw-normal vtac-light-purple mt-3 mt-xl-0">Email</h2> <p>Have an account? Login to get in touch.<br> If not, <a href="/contact/email" class="text-decoration-none">email us</a>.</p> </div> </div> </div> </div> <div class="row ps-xl-5 ms-xl-5 my-5 align-items-center"> <div class="px-0 col-xl-1 col-12 me-0 me-xl-4 me-xxl-2" style="white-space: nowrap"> <div class="text-xl-end text-center"><img src="https://www.vtac.edu.au/files/images/general/aboriginal-flag.png" alt="Aboriginal flag" class="pe-2"><img src="https://www.vtac.edu.au/files/images/general/torres-strait-islander-flag.png" alt="Torres Strait Islander flag"></div> </div> <div class="col-xl-10 col-12"> <p class="text-center text-xl-start mb-0 pt-2 pt-xl-0"><strong>We respectfully acknowledge the Traditional Owners of all the lands on which we work. We pay our respects to their cultures and Elders past and present.</strong></p> </div> </div> <div class="row mb-5"> <ul class="px-0 list-group list-group-horizontal-md justify-content-center text-center text-lg-start"> <li class="list-group-item border-0 bg-vtac-dark-blue"> <a class="pe-lg-5 text-white text-decoration-none" href="/copyright/">Copyright</a></li> <li class="list-group-item border-0 bg-vtac-dark-blue"> <a class="pe-lg-5 text-white text-decoration-none" href="/privacy/">Privacy</a></li> <li class="list-group-item border-0 bg-vtac-dark-blue"> <a class="pe-lg-5 text-white text-decoration-none" href="/legals/">Legals</a></li> <li class="list-group-item border-0 bg-vtac-dark-blue"><a class="pe-lg-5 text-white text-decoration-none" href="/accessibility-statement/">Accessibility Statement</a></li> </ul> </div> <div class="row mb-5"> <p class="text-center">&copy; Victorian Tertiary Admissions Centre Limited | ABN 19&#8203;&nbsp;667&#8203;&nbsp;966&#8203;&nbsp;038</p> </div> </div> </footer> <!-- Custom JavaScript --> <script type="text/javascript"> // Tile /* Add URLs and images for tile */ var t_urls = ['https://vtac.edu.au/events']; var t_images = ['vtac-events-tile.png']; /* Build the img, then do a bit of maths to randomize load and append to tile div. */ /* var k = Math.floor(Math.random() * t_images.length); var serve_tile = '<a href="' + t_urls[k] + '"><img class="card-img-top img-fluid" alt="Card image cap" src="https://vtac.edu.au/files/images/tiles/' + t_images[k] + '" /></a>'; document.querySelector("#random-tile").insertAdjacentHTML('beforeend', serve_tile); */ // Detect ad /* setTimeout(function () { let element = document.querySelector('[id^="google_ads_iframe"]'); if (element.childNodes.length > 0) { console.log("ads running"); let str = `<div style="width: 350px;" class="mx-auto"><p><small><a href="/advertising">Advertisement</a></small></p></div>`; document .querySelector('[id="gam_largesquare_pos1"]') .insertAdjacentHTML("beforeend", str); } else { console.log("ads blocked"); } }, 1000);*/ // Add white background to nav on home page let elem = document.querySelector("#mainnav"); elem.classList.add('bg-white'); // List of dates var dates = { dateList: [ { date: "2024/04/08", title: "Mid-year course applications open (9am)", description: "Create or reactivate your account to begin", tag: "course", }, { date: "2024/04/08", title: "Mid-year SEAS applications open (9am)", description: "Complete a course application prior to SEAS", tag: "seas", }, { date: "2024/06/07", title: "Mid-year course applications close (5pm)", description: "Apply and pay before this date to be eligible for mid-year offers", tag: "course", }, { date: "2024/06/07", title: "Mid-year SEAS applications close (5pm)", description: "VTAC will not accept SEAS documentation after this date", tag: "seas", }, { date: "2024/06/25", title: "Mid-year offer round 1 (2pm)", description: "Change course preferences by 15 June to be eligible for this offer round", tag: "offers", }, { date: "2024/07/03", title: "Notional ATAR release for NHT VCE students (9am AEST)", description: "Access the Notional ATAR in your account from 9am AEST/7am China Standard Time", tag: "results", }, { date: "2024/07/10", title: "Mid-year offer round 2 (2pm)", description: "Change course preferences by 28 June (2pm) to be eligible for this offer round", tag: "offers", }, { date: "2024/07/16", title: "Mid-year offer round 3 (2pm)", description: "Change course preferences by 5 July (2pm) to be eligible for this offer round", tag: "offers", }, { date: "2024/07/19", title: "Mid-year offer round 4 (2pm)", description: "Final offer round for mid-year courses. Change course preferences by 12 July (2pm)", tag: "offers", }, { date: "2024/07/29", title: "Course applications open (9am)", description: "Create an account to begin your application", tag: "course", }, { date: "2024/07/29", title: "SEAS and scholarships applications open (9am)", description: "You have until October 7 to apply for SEAS and scholarships", tag: "access", }, { date: "2024/09/30", title: "Timely course applications close (5pm)", description: "Post-school applicants must apply by this date to be eligible for November offers", tag: "course", }, { date: "2024/09/30", title: "Late course applications open", description: "Higher course application processing fees apply from this date", tag: "course", }, { date: "2024/10/11", title: "SEAS and scholarships applications close (5pm)", description: "VTAC will not accept SEAS or scholarships documentation after this date", tag: "access", }, { date: "2024/11/01", title: "Late course applications close (5pm)", description: "Course application processing fees go up.", // GET applications close.", tag: "course", }, { date: "2024/11/01", title: "Very late course applications open", description: "Apply by 1 December to be eligible for December and January round 1 offers", tag: "course", }, { date: "2024/11/15", title: "November offers released for domestic applicants (2pm)", description: "Change preferences by 1 November (4pm). Only post-school leavers receive offers in this round", tag: "offers", }, { date: "2024/12/06", title: "Very late course applications close (5pm)", description: "Apply and pay before this date to be eligible for December and January round 1 offers", tag: "course", }, { date: "2024/12/06", title: "Applications open for January round 2 offers and subsequent rounds", description: "Applications open for January round 2 offers and subsequent rounds", tag: "course", }, { date: "2024/12/12", title: "VCE results and ATAR available online (7am)", description: "Register for the Results and ATAR service before this date", tag: "atar", }, { date: "2024/12/23", title: "December offers released for year 12 students (10am)", description: "ACT, NSW, Qld, Tas and Vic year 12 students receive offers in this round", tag: "offers", }, { date: "2025/01/08", title: "January round 1 offers released for international applicants (2pm)", description: "", //Change preferences by 22 December 2023 (4pm) / IB only - TBC January 2024 (4pm)", tag: "offers", }, { date: "2025/01/10", title: "January round 1 offers released for domestic applicants (2pm)", description: "", //"Change preferences by 22 December (4pm) / IB only - TBC January (4pm)", tag: "offers", }, { date: "2025/01/13", title: "January round 2 offers released for international applicants (2pm)", description: "Apply and change preferences by 12 January (4pm)", tag: "offers", }, { date: "2025/01/14", title: "Applications close (5pm)", description: "This is the final date to apply for courses commencing term/semester 1", tag: "offers", }, { date: "2025/01/16", title: "January round 3 offers released for international applicants (2pm)", description: "Change preferences by 17 January (4pm)", tag: "offers", }, { date: "2025/01/21", title: "January round 4 offers released for international applicants (2pm)", description: "Change preferences by 23 January (4pm)", tag: "offers", }, { date: "2025/01/24", title: "January round 5 offers released for international applicants (2pm)", description: "Change preferences by 23 January (4pm)", tag: "offers", }, { date: "2025/01/28", title: "January round 2 offers released for domestic applicants (2pm)", description: "Change preferences by 18 January (4pm)", tag: "offers", }, { date: "2025/02/04", title: "February round 1 offers released for domestic applicants (2pm)", description: "Change preferences by 1 February (4pm)", tag: "offers", }, { date: "2025/02/11", title: "February round 2 offers released for domestic applicants (2pm)", description: "Change preferences by 8 February (4pm)", tag: "offers", }, { date: "2025/02/18", title: "February round 3 offers released for domestic applicants (2pm)", description: "Change preferences by 14 February (4pm)", tag: "offers", } ], }; var currentDates = createList(dates.dateList, 5); console.log(currentDates); document.querySelector("ul.dates").insertAdjacentHTML('beforeend', currentDates); //.append(currentDates); function convertDate(d) { var monthShortNames = [ "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", ]; var itemDateArr = d.split("/"); var itemDay = itemDateArr[2]; var itemMonth = itemDateArr[1]; if (itemMonth.substring(0, 1) == "0") { itemMonth = itemMonth.substring(1, 2); } var monthText = monthShortNames[itemMonth - 1]; var dateText = itemDay + ' ' + monthText; return dateText; } function createList(listItems, listLength) { // Get with current date var d = new Date(); var month = d.getMonth() + 1; var day = d.getDate(); var currentDate = d.getFullYear() + "/" + (month < 10 ? "0" : "") + month + "/" + (day < 10 ? "0" : "") + day; // Loop through event dates and compare with current date var currentList; //document.querySelector.each(listItems, function (i, item) { //jQuery.each(listItems, function (i, item) { for (i = 0; i < listItems.length; i++) { var endDate = listItems[i].date; //<li class="border-bottom pb-2 lh-sm mt-2">Mid-year July offers: Round 1<br><span class="text-uppercase small text-muted">04 Jul</span></li> //console.log(currentDate + "<=" + endDate); //console.log(new Date(currentDate).getTime() + "<=" + new Date(endDate).getTime()); if (new Date(currentDate).getTime() <= new Date(endDate).getTime()) { currentList = '<li class="border-bottom pb-2 lh-sm mt-2">' + listItems[i].title + '<br><span class="text-uppercase small text-muted">' + convertDate(listItems[i].date) + '</span></li>'; // set variable to current i for (var j = i + 1; j < i + listLength; j++) { //console.log(j); if (listItems[j] != null) { currentList += '<li class="border-bottom pb-2 lh-sm mt-2">' + listItems[j].title + '<br><span class="text-uppercase small text-muted">' + convertDate(listItems[j].date) + '</span></li>'; } } //console.log(currentList); return currentList; } } //); if (!currentList || currentList == "" || currentList == null) { currentList = "<li>There are no upcoming events.</li>"; } //console.log(currentList); return currentList; }</script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10