
<!DOCTYPE HTML>
<html lang="en">

<head>
    <meta charset="UTF-8"/>
    <meta http-equiv="X-UA-Compatible" content="IE=11"/>
    
<script type="text/javascript">
    function getDataLayerCookie() {
        let cookie = {};
        document.cookie.split(';').forEach(function(el) {
            let [key,value] = el.split('=');
            cookie[key.trim()] = value;
        })
        return cookie["doe-dataLayer"];
    }

    window.dataLayer = window.dataLayer || [];
	var data_layer_object = {
        "page": {
            "title"                     : "Home",
            "path"                      : "/content/main-education/en/home",
            "requestPath"               : "/content/main-education/en/home",
            "referer"                   : document.referrer,
            "template"                  : "/conf/main-education/settings/wcm/templates/home-page",
            "createdBy"                 : "21232f297a57a5a743894a0e4a801fc3",
            "dateCreated"               : "2022-06-03T16:39:46.827+1000",
            "modifiedBy"                : "0770a794869b255b63e583944d5ef32e",
            "dateModified"              : "2022-06-03T16:39:41.565+1000",
            "publishedBy"               : "0770a794869b255b63e583944d5ef32e",
            "datePublished"             : "2022-06-03T16:39:41.565+1000",
            "securePage"                : false,
            "metadata": {
                "activity"              : "",
                "audience"              : "general-public",
                "audienceSecondary"     : "all-staff",
                "busUnit"               : "communication-and-engagement",
                "category"              : "hsc",
                "learningArea"          : "",
                "yearLevel"             : "",
                "subJob"                : "",
                "tagging"               : "web-page,hsc,general-public,communication-and-engagement",
                "language"              : "en"
            }
        },
        "user": [
            {
                "profile": [
                    {
                        "loggedIn"  : false,
                        "attributes": {
            		        "personID"  : "",
            		    	"userId"    : "",
            		        "userLocation" : "",
            		        "userMUC"   : "",
            		        "userRoles" : "",
            		        "userTitle" : ""
                        }
                    }
                ]
            }
        ],
        "environment": {
            "name"                      : "prod",
            "instanceType"              : "publish",
            "instanceId"                : "01"
        },
        "browser": {
        	"userAgent"                 : navigator.userAgent
        }
  	};

    try {
        var doeDataLayer	=	getDataLayerCookie();
        var doeDataLayerObj = 	JSON.parse(atob(doeDataLayer));
        data_layer_object.user[0].profile[0].loggedIn						= 	doeDataLayerObj.loggedIn;
        if (doeDataLayerObj.loggedIn == true) {
            data_layer_object.user[0].profile[0].attributes.personID		= 	doeDataLayerObj.personID;
            data_layer_object.user[0].profile[0].attributes.userId			= 	doeDataLayerObj.userId;
            data_layer_object.user[0].profile[0].attributes.userLocation	= 	doeDataLayerObj.userLocation;
            data_layer_object.user[0].profile[0].attributes.userMUC			= 	doeDataLayerObj.userMUC;
            data_layer_object.user[0].profile[0].attributes.userRoles		= 	doeDataLayerObj.userRoles;
            data_layer_object.user[0].profile[0].attributes.userTitle		= 	doeDataLayerObj.userTitle;
            console.debug ('Set User Profile datalayer attributes');
        }
    } catch (e) {
        console.warn ('Couldnt find datalayer cookie with exception ' + e);
    }

	console.debug ('data_layer_object:' + JSON.stringify(data_layer_object));

	// Push into GTM Data Layer
	window.dataLayer.push(data_layer_object);
	console.debug ('Pushed data layer object into GTM');

</script>


	<!-- Start GTM head script -->
    <!-- Google Tag Manager -->
<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=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5THP3QS');</script>
<!-- End Google Tag Manager -->
    <!-- End GTM head script -->
    <link rel="apple-touch-icon" sizes="180x180" href="/etc.clientlibs/commons-education/clientlibs/clientlib-base/resources/favicons/apple-touch-icon.png"/>
   <link rel="apple-touch-icon" sizes="180x180" href="/etc.clientlibs/commons-education/clientlibs/clientlib-base/resources/favicons/apple-touch-icon-180x180.png"/>
   <link rel="apple-touch-icon" sizes="180x180" href="/etc.clientlibs/commons-education/clientlibs/clientlib-base/resources/favicons/apple-touch-icon-180x180-precomposed.png"/>
   <link rel="apple-touch-icon" sizes="180x180" href="/etc.clientlibs/commons-education/clientlibs/clientlib-base/resources/favicons/apple-touch-icon-precomposed.png"/>
   <link rel="apple-touch-icon" sizes="60x60" href="/etc.clientlibs/commons-education/clientlibs/clientlib-base/resources/favicons/apple-touch-icon-60x60.png"/>
   <link rel="apple-touch-icon" sizes="60x60" href="/etc.clientlibs/commons-education/clientlibs/clientlib-base/resources/favicons/apple-touch-icon-60x60-precomposed.png"/>
   <link rel="apple-touch-icon" sizes="76x76" href="/etc.clientlibs/commons-education/clientlibs/clientlib-base/resources/favicons/apple-touch-icon-76x76.png"/>
   <link rel="apple-touch-icon" sizes="76x76" href="/etc.clientlibs/commons-education/clientlibs/clientlib-base/resources/favicons/apple-touch-icon-76x76-precomposed.png"/>
   <link rel="apple-touch-icon" sizes="120x120" href="/etc.clientlibs/commons-education/clientlibs/clientlib-base/resources/favicons/apple-touch-icon-120x120.png"/>
   <link rel="apple-touch-icon" sizes="120x120" href="/etc.clientlibs/commons-education/clientlibs/clientlib-base/resources/favicons/apple-touch-icon-120x120-precomposed.png"/>
   <link rel="apple-touch-icon" sizes="152x152" href="/etc.clientlibs/commons-education/clientlibs/clientlib-base/resources/favicons/apple-touch-icon-152x152.png"/>
   <link rel="apple-touch-icon" sizes="152x152" href="/etc.clientlibs/commons-education/clientlibs/clientlib-base/resources/favicons/apple-touch-icon-152x152-precomposed.png"/>

   <link rel="icon" type="image/png" sizes="192x192" href="/etc.clientlibs/commons-education/clientlibs/clientlib-base/resources/favicons/android-chrome-192x192.png"/>
   <link rel="icon" type="image/png" sizes="384x384" href="/etc.clientlibs/commons-education/clientlibs/clientlib-base/resources/favicons/android-chrome-384x384.png"/>
   <link rel="icon" type="image/png" sizes="16x16" href="/etc.clientlibs/commons-education/clientlibs/clientlib-base/resources/favicons/favicon-16x16.png"/>
   <link rel="icon" type="image/png" sizes="32x32" href="/etc.clientlibs/commons-education/clientlibs/clientlib-base/resources/favicons/favicon-32x32.png"/>

   <link rel="shortcut icon" href="/etc.clientlibs/commons-education/clientlibs/clientlib-base/resources/favicons/favicon.ico" type="image/vnd.microsoft.icon"/>

   <link rel="manifest" href="/etc.clientlibs/commons-education/clientlibs/clientlib-base/resources/favicons/site.webmanifest"/>
   <link rel="mask-icon" href="/etc.clientlibs/commons-education/clientlibs/clientlib-base/resources/favicons/safari-pinned-tab.svg" color="#666666"/>
   <meta name="msapplication-TileColor" content="#ffffff"/>
   <meta name="theme-color" content="#ffffff"/>
    <title>Home</title>
    
    <meta name="description" content="Early childhood, primary school, secondary school, vocational, adult, migrant and higher education in the state of New South Wales, Australia."/>
    <meta name="template" content="home-page"/>
    <meta name="viewport" content="width=device-width, initial-scale=1"/>
    
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  <meta name="title" content="Home"/>
  <meta property="og:locale" content="en_GB"/>
  <meta name="decterms.publisher" content="NSW Department of Education"/>
  <meta property="og:type" content="website"/>
  
  <meta property="og:title" content="Home"/>
  <meta name="dcterms.rights" content="Copyright State of New South Wales 2020"/>
  <meta property="og:url" content="https://education.nsw.gov.au/"/>
  <meta property="og:description" content="Early childhood, primary school, secondary school, vocational, adult, migrant and higher education in the state of New South Wales, Australia."/>
  <meta property="og:image:secure_url" content="https://education.nsw.gov.au/content/dam/main-education/en/home/1571283747032.jpg"/>
  <meta property="og:country_name" content="Australia"/>
  <meta property="og:image:type" content="image/jpeg"/>
  
  <meta property="og:image:width" content="900"/>
  <meta property="og:image:height" content="900"/>

  <meta property="og:image:alt" content="NSW Government Waratah logo"/>
  <link rel="canonical" href="https://education.nsw.gov.au/"/>
  <meta name="dcterms.dateCopyrighted" content="2022"/>
  <meta name="dcterms.audience" content="General public"/>
  <meta name="audience.secondary" content="All staff"/>
  <meta name="doe:content:public" content="true"/>
  
  <meta name="doe:business-unit" content="Communication and Engagement"/>
  

  
  <meta name="twitter:card" content="summary_large_image"/>
  <meta name="twitter:description" content="Early childhood, primary school, secondary school, vocational, adult, migrant and higher education in the state of New South Wales, Australia."/>
  <meta name="twitter:site" content="twitterid"/>
  <meta name="twitter:site:id" content="twitterid"/>
  <meta name="twitter:title" content="Home"/>
  <meta name="twitter:image" content="https://education.nsw.gov.au/content/dam/main-education/en/home/1571283747032.jpg"/>
  <meta name="twitter:url" content="https://twitter.com/nsweducation"/>

  <meta name="dcterms.title" content="Home"/>
  <meta name="dcterms.description" content="Early childhood, primary school, secondary school, vocational, adult, migrant and higher education in the state of New South Wales, Australia."/>
  <meta name="dcterms.created" content="2022-06-03T16:39:46.827+10:00"/>
  <meta name="dcterms.issued" content="2022-06-03T16:39:41.565+10:00"/>
  <meta name="dcterms.modified" content="2022-06-03T16:39:41.565+10:00"/>
  <meta name="dcterms.publisher" content="NSW Department of Education"/>
  <meta name="dcterms.subject" content="HSC"/>
  <meta name="dcterms.creator" content="Communication and Engagement"/>

  
  <meta name="doe:content:type" content="Web page"/>

  

  

  

  

  <meta name="dcterms.available" content="2022-06-03T16:39:41.565+10:00"/>
  <meta name="dcterms.modified" content="2022-06-03T16:39:41.565+10:00"/>
  <meta name="dcterms.created" content="2022-06-03T16:39:46.827+10:00"/>

  <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Montserrat:400,600,800"/>


    

    




    
    
<link rel="stylesheet" href="/etc.clientlibs/tailwind-components/clientlibs/clientlib-base.min.7a5cd50d28066f8d93cce2a0805bf5c5.css" type="text/css">




    
    
    

    

    
    
    
<link rel="stylesheet" href="/etc.clientlibs/commons-education/clientlibs/clientlib-base.min.3b015f342c002cff02de19e15df8cc03.css" type="text/css">
<link rel="stylesheet" href="/etc.clientlibs/main-education/clientlibs/clientlib-base.min.aabd2cc7c4b4a05d664e66900e3663ce.css" type="text/css">



    

    
</head>
  <body class="page basicpage standard education home ">
    
    
      



      <!-- Start GTM body script -->
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5THP3QS"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- End GTM body script -->

<!--googleoff: all--> 
<div id="globalheader">
<div class="gel-skiplink-container" id="top-mobile">
      <div class="gel-skiplink">
        <div class="container">
          <div class="row">
            <div class="col-12">
              <ul>
                <li><a class="gel-skiplink__link" id="top-desktop" href="#content">Skip to content</a></li>
                <li><a class="gel-skiplink__link" href="#search">Skip to search</a></li>
              </ul>
            </div>
          </div>
        </div>
      </div>
    </div>
</div>
<!--googleon: all-->
<div class="root responsivegrid">


<div class="aem-Grid aem-Grid--12 aem-Grid--default--12 ">
    
    <div class="responsivegrid aem-GridColumn aem-GridColumn--default--12">


<div class="aem-Grid aem-Grid--12 aem-Grid--default--12 ">
    
    <div id="edu-messages-ribbon" class="gel-messages-ribbon aem-GridColumn aem-GridColumn--default--12"><!--googleoff: index-->

	
    <div id="ribbon-maintenance" data-secure-page="false"></div>
	
    <div id="ribbon-alert" data-secure-page="false"></div>

<!--googleon: index-->
</div>
<div id="edu-notice-ribbon" class="gel-messages-notice aem-GridColumn aem-GridColumn--default--12"><!--googleoff: index-->

	
    <div id="ribbon-notice" data-secure-page="false"></div>

<!--googleon: index-->
</div>
<div class="global-header aem-GridColumn aem-GridColumn--default--12">

<!--googleoff: all-->
<div class="gel-global-header-container gel-global-header--alt" role="banner">
    <div class="gel-global-header">
        <div class="container">
            
                <a class="gel-global-header__header" href="/" title="A NSW Government website - Education"><abbr aria-hidden="true">A NSW Government website - Education</abbr></a>
            
            

            <div class="global-header-right-nav">
                <div class="gel_google_translate" id="google_translate_element">
                    <script type="text/javascript">
                        function googleTranslateElementInit() {
                            if (!(/iPhone|iPad|iPod|Android|webOS|BlackBerry|Opera Mini|IEMobile/i.test(navigator.userAgent))) {
                                new google.translate.TranslateElement({
                                    pageLanguage: 'en',
                                    layout: google.translate.TranslateElement.InlineLayout.SIMPLE,
                                    autoDisplay: false
                                }, 'google_translate_element');
                            }
                        }
                    </script>
                    <script type="text/javascript" defer src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
                </div>
                <div class="global-header-links-right">
                    <div class="gel-global-links dropdown">
                        <button class="gel-global-link-button" id="logindropdownbtn" type="button" data-toggle="dropdown" aria-expanded="false" aria-label="Login Menu"><span class="global-link-button-txt" aria-hidden="false">Log in</span><span class="gel-link-icon gel-visible-small" aria-hidden="true"></span></button>


                          <ul class="gel-global-links-dropdown dropdown-menu dropdown-menu-right" aria-labelledby="logindropdownbtn">
                            <li>
                                <h4>Staff</h4>
                                <ul class="gel-link-list">
                                    <li><span class="gel-link-list-icon" aria-hidden="true"></span><a class="dropdown-item gel-remove-external-link" href="/inside-the-department">Staff portal (Inside the department)</a></li>
                                
                                    <li><span class="gel-link-list-icon" aria-hidden="true"></span><a class="dropdown-item gel-remove-external-link" href="https://edit.education.nsw.gov.au/editor.html/content/main-education/en/home">Edit this page</a></li>
                                </ul>
                            </li>
                          
                            <li>
                                <h4>Students</h4>
                                <ul class="gel-link-list">
                                    <li><span class="gel-link-list-icon" aria-hidden="true"></span><a class="dropdown-item gel-remove-external-link" href="http://portal.education.nsw.gov.au/">Student portal</a></li>
                                
                                    <li><span class="gel-link-list-icon" aria-hidden="true"></span><a class="dropdown-item gel-remove-external-link" href="/teaching-and-learning/curriculum/learning-from-home/key-links-for-students">Key links for students</a></li>
                                </ul>
                            </li>
                          
                            <li>
                                <h4>Other users</h4>
                                <ul class="gel-link-list">
                                    <li><span class="gel-link-list-icon" aria-hidden="true"></span><a class="dropdown-item gel-remove-external-link" href="https://extranet.det.nsw.edu.au/">Extranet</a></li>
                                </ul>
                            </li>
                          
                            <li>
                                <h4>All users</h4>
                                <ul class="gel-link-list">
                                    <li><span class="gel-link-list-icon" aria-hidden="true"></span><a class="dropdown-item gel-remove-external-link" href="https://ssoaddonsext.det.nsw.edu.au/ssoaddon/forgotpassword/index.jsp">Forgot password</a></li>
                                </ul>
                            </li>
                          </ul>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<!--googleon: all-->

<!-- For adding additional functionality to global header -->
<!--Included from gel-->


    <!--  This header is a feature toggle on home page properties-->
    

        <script src="https://cdn.jsdelivr.net/npm/svg4everybody@2.1.9/dist/svg4everybody.min.js"></script>
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@nswdoe/app-icons/essentialColours.css"/>
        <script src="https://cdn.jsdelivr.net/npm/@nswdoe/app-icons/essentialIconsMap.js"></script>
        <!-- load app icons onto the page -->
        <script>
          var ajax = new XMLHttpRequest();
          ajax.onload = function (e) {
            var spriteDiv = document.createElement("div");
            spriteDiv.setAttribute("id", "spriteDiv");
            spriteDiv.setAttribute("style", "height: 1px; position: fixed;");
            spriteDiv.innerHTML = ajax.responseText;
            // sprites must be injected at the end for IE11 >:-(
            document.body.appendChild(spriteDiv);

            // svg polyfill for IE11
            svg4everybody();
          };
          ajax.open("GET", "https://cdn.jsdelivr.net/npm/@nswdoe/app-icons/sprite.svg", true);
          ajax.send();

        </script>
        <div v-cloak class="staff-portal-user-header">
            <staff-portal-user-header inline-template api-endpoint="https://portal.api.education.nsw.gov.au/staff-services">
                <div>
                    <div v-show="isUserProfileCookieExist">
                        <button v-on:click="getNotifications()" id="notificationsModalButton" class='text-center gel-global-links gel-global-link-button' data-toggle="modal" data-target="#notificationsModal" aria-label="Open notifications">
                            <i title="My notifications" class='fa fa-lg fa-bell' aria-hidden="true"></i>
                        </button>
                        <button v-on:click="getEssentials()" id="myEssentialModalButton" class='text-center gel-global-links gel-global-link-button' data-toggle="modal" data-target="#myEssentialsModal" aria-label="Open my essentials">
                            <i title="My essentials" class='fa fa-lg fa-th' aria-hidden="true"></i>
                        </button>
                        <button id="faqModalButton" class='text-center gel-global-links gel-global-link-button' data-toggle="modal" data-target="#faqModal" aria-label="Open help links">
                            <i title="Help links" class='fa fa-lg fa-question-circle' aria-hidden="true"></i>
                        </button>
                        <button id="profileModalButton" class='text-center gel-global-links gel-global-link-button' data-toggle="modal" data-target="#profileModal" aria-label="Open my profile">
                            <i title="My profile" class='fa fa-lg fa-user' aria-hidden="true"></i>
                        </button>
                    </div>


                    <div class="modal modal__staffPortal fade" id="notificationsModal" tabindex="-1" role="dialog" aria-label="Notifications modal" aria-hidden="true">
                        <div class="modal-dialog modal-dialog-slideout modal-md" role="document">
                            <div class="modal-content">
                                <div class="modal-header">
                                    <h2 class="modal-title">Notifications</h2>
                                    <span class="fas fa-bell" aria-hidden="true"></span>
                                    <button type="button" class="close" data-dismiss="modal" aria-label="Close">
                                        <i class="fal fa-lg fa-times-square" aria-hidden="true"></i>
                                    </button>
                                </div>
                                <div class="modal-body">
                                    <loading-spinner v-show="(!notifications || notifications.length === 0) && notificationsLoading"></loading-spinner>
                                    <div class="text-center" v-show="!notificationsLoading && !notifications">Error
                                        while loading notifications
                                    </div>
                                    <div class="text-center" v-show="!notificationsLoading && notifications && notifications.length === 0">
                                        You have no notifications
                                    </div>
                                    <br/>
                                    <div v-if="notifications" v-for="(notification) in notifications" :key="notification.date">

                                        <div class="list-group">
                                            <div class="list-group-item list-group-item-action disabled notice-date">
                                                {{notification.date}}
                                            </div>
                                            <div v-if="item.title" class="mb-2" v-for="(item) in notification.items" :key="item.request_id">
                                                <div class="list-group-item list-group-item-action notice-item">
                                                    <div class="d-flex justify-content-between" style="margin-right:-15px">
                                                        <h3 class="h5 mt-0">{{item.title}}</h3>
                                                        <div class="dropdown gel-remove-external-link">
                                                            <button class="action-menu-toggle" type="button" data-toggle="dropdown" aria-label="Toggle action menu" aria-haspopup="true" aria-expanded="false">
                                                                <i class="fa-lg fas fa-ellipsis-v" aria-hidden="true"></i>
                                                            </button>
                                                            <div class="dropdown-menu dropdown-menu-right" aria-label="Action menu">
                                                                <a v-on:click.prevent="deleteNotification(item.request_id)" href="#" class="dropdown-item" role="button">
                                                                    <span class="fa-fw far fa-trash-alt" aria-hidden="true"></span> Remove this notification
                                                                </a>
                                                            </div>
                                                        </div>
                                                    </div>

                                                    <div>{{item.description}}</div>
                                                    <a target="_self" v-if="item.url" :href="item.url">Learn more
                                                        <span class="sr-only">
                                                            about {{item.title}}
                                                        </span>
                                                        <span v-if="item.isExternalUrl" class="sr-only">External link</span>
                                                        <span v-if="item.isExternalUrl" class="gel-external-link"></span>
                                                    </a>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>


                    <div class="modal modal__staffPortal fade" id="myEssentialsModal" tabindex="-1" role="dialog" aria-label="My essentials modal" aria-hidden="true">
                        <div class="modal-dialog modal-dialog-slideout modal-md" role="document">
                            <div class="modal-content">
                                <div class="modal-header">
                                    <h5 class="modal-title">My Essentials</h5>
                                    <button type="button" class="close" data-dismiss="modal" aria-label="Close">
                                        <i class="fal fa-lg fa-times-square" aria-hidden="true"></i>
                                    </button>
                                </div>
                                <div class="modal-body">
                                    <br/>
                                    <loading-spinner v-show="(!essentials || essentials.length === 0) && essentialsLoading"></loading-spinner>
                                    <div class="text-center" v-show="!essentialsLoading && !essentials">Error while
                                        loading essentials
                                    </div>
                                    <div class="text-center" v-show="!essentialsLoading && essentials && essentials.length === 0">You
                                        have no essentials
                                    </div>

                                    <div class="row gel-remove-external-link">
                                        <div v-if="essentials" class="col-6 text-center" v-for="(essential) in essentials" :key="essential.id">
                                            <a :href="essential.url" class="d-block" target="_blank">
                                                <staff-portal-essential-item-icon :icon="essential.icon" :color="essential.colour" :title="essential.title">
                                                </staff-portal-essential-item-icon>
                                            </a>
                                        </div>
                                    </div>
                                </div>
                                <br/>
                                <div v-show="essentials">
                                    <a href="https://portal.education.nsw.gov.au/profileCentre/index.html" class="btn gel-button gel-button-primary btn-block"><i class="fas fa-pen"></i>
                                        Edit my essentials</a>
                                </div>
                                <br/>
                            </div>
                        </div>
                    </div>

                    <div class="modal fade" id="faqModal" tabindex="-1" role="dialog" aria-label="Ask for help" aria-hidden="true">
                        <div class="modal-dialog modal-dialog-slideout modal-md" role="document">
                            <div class="modal-content">
                                <div class="modal-header">
                                    <h2 class="modal-title">Ask for help</h2>
                                    <button type="button" class="close" data-dismiss="modal" aria-label="Close">
                                        <i class="fal fa-lg fa-times-square" aria-hidden="true"></i>
                                    </button>
                                </div>
                                <div class="modal-body">

                                    
                                        <div class="mb-5">
                                            <h3 class="h4">Contact EDConnect</h3>
                                            <div class="my-2">
                                                <a href="/inside-the-department/edconnect/about-us/contact-us.html">Contact EDConnect</a>
                                            </div>
<div class="my-2">
                                                <a href="https://servicemanagement.det.nsw.edu.au/kinetic/DisplayPage?name=Identify_Client&form=SelfService">Lodge an online ticket</a>
                                            </div>

                                        </div>
                                    
                                        <div class="mb-5">
                                            <h3 class="h4">Directory A to Z</h3>
                                            <div class="my-2">
                                                <a href="/inside-the-department/directory-a-z.html">Find a department</a>
                                            </div>

                                        </div>
                                    
                                        <div class="mb-5">
                                            <h3 class="h4">How to guides</h3>
                                            <div class="my-2">
                                                <a href="/technology/how-to-guides/how-to-a-to-z.html">How to A to Z</a>
                                            </div>

                                        </div>
                                    
                                </div>
                            </div>
                        </div>
                    </div>

                    <div class="modal modal__staffPortal fade" id="profileModal" tabindex="-1" role="dialog" aria-label="Profile modal" aria-hidden="true">
                        <div class="modal-dialog modal-dialog-slideout modal-md" role="document">
                            <div class="modal-content">
                                <div class="modal-header" style="border:none">
                                    <button type="button" class="close" data-dismiss="modal" aria-label="Close">
                                        <i class="fal fa-lg fa-times-square" aria-hidden="true"></i>
                                    </button>
                                </div>
                                <div class="modal-body">
                                    <div class="profileInitials">
                                        {{ initials }}
                                    </div>
                                    <div class="h4 mb-5">
                                        {{ firstName }}
                                        {{ lastName }}
                                    </div>

                                    
                                        <div class="h5 mb-2">Links</div>
                                        <hr/>
                                        <span>
                                            <a href="/inside-the-department">Staff portal (Inside the department)</a>
                                        </span>
<span>
                                            <a href="https://portal.education.nsw.gov.au/profileCentre/index.html">Profile centre</a>
                                        </span>
<span>
                                            <a href="/noticeboard">Staff noticeboard</a>
                                        </span>

                                    
                                        <div class="h5 mb-2">Security</div>
                                        <hr/>
                                        <span>
                                            <a href="https://portal.education.nsw.gov.au/profileCentre/profile/changepassword">Update my password</a>
                                        </span>
<span>
                                            <a href="https://portal.det.nsw.edu.au/group/staff-portal/security">Security settings</a>
                                        </span>
<span>
                                            <a href="https://education.nsw.gov.au/bin/doe-oauth/2.0?scope=logout">Sign out</a>
                                        </span>

                                    

                                    <!-- <div class="h5 mb-2">Links</div>
                                    <hr />
                                    <a href="/content/main-education/en/home/inside-the-department.html">Staff portal (Inside the department)</a>
                                    <a href="https://portal.education.nsw.gov.au/profileCentre/index.html">Profile centre</a>                                    
                                    <div class="h5 mb-2">Security</div>
                                    <hr />
                                    <span id="update-password"></span>
                                    <a href="https://portal.det.nsw.edu.au/group/staff-portal/security">Security settings</a>
                                    <a href="/bin/doe-oauth/2.0?scope=logout">Sign out</a> -->
                                    <div class="h5 mb-2">Website editors</div>
                                    <hr/>
                                    <a :href="editThisPageLink">Edit this page</a>
                                    <script>
                                        var currentPageHostName = window.location.hostname;
                                        document.getElementById("update-password").innerHTML = "\<a href=\"https://portal." + currentPageHostName + "/profileCentre/profile/changepassword\">Update my password<\/a>";
                                    </script>
                                    <br/><br/>
                                </div>
                            </div>
                        </div>
                    </div>

                </div>

            </staff-portal-user-header>
        </div>
    
</div>
<div class="megamenu aem-GridColumn aem-GridColumn--default--12">

<div>

<!--googleoff: all-->
<!-- Component -Megamenu code fragment starts here-->
<nav class="gel-mobile-nav" id="gel-mnav" role="dialog" aria-labelledby="gel-mobile-nav_header-lead-dialog">
   <ul class="gel-mobile-nav_list">
      <li class="gel-mobile-nav_header">
         <span id="gel-mobile-nav_header-lead-dialog" aria-hidden="true">Megamenu mobile nav</span><a class="gel-mobile-nav_header-logo-link" href="/" title="NSW Logo"><img class="gel-mobile-nav_header-logo-image" src="/content/dam/main-education/nsw-logo-colour.png" alt="NSW Logo"/></a>
         <p class="gel-mobile-nav_header-lead">Welcome to</p>
         <h1 class="gel-mobile-nav-heading">education.nsw.gov.au</h1>
      </li>
      
         
            <li class="gel-mobile-nav_list-links">
               <a href="/early-childhood-education">Early childhood education</a>
               <ul>
                  <div class="hidden-xs gel-mobile-nav_list-links-intro">
                     <a href="#">
                        <h4>Early childhood education</h4>
                     </a>
                     <p>Information about working in or operating early childhood education services including outside school hours care. Plus, information for parents including how to choose a service and supporting your child for their transition to school.</p>
                  </div>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/early-childhood-education/about-us">About us</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/early-childhood-education/information-for-parents-and-carers">Parents and carers</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/early-childhood-education/working-in-early-childhood-education">Educators</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/early-childhood-education/operating-an-early-childhood-education-service">Service providers</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/early-childhood-education/whats-happening-in-the-early-childhood-education-sector">Service leadership</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/early-childhood-education/investigation-feedback-and-complaints">Regulation and compliance</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/early-childhood-education/coronavirus">COVID-19 (coronavirus)</a></li>
                  
               </ul>
            </li>
         
         
      
         
            <li class="gel-mobile-nav_list-links">
               <a href="/public-schools">Public schools</a>
               <ul>
                  <div class="hidden-xs gel-mobile-nav_list-links-intro">
                     <a href="#">
                        <h4>Public schools</h4>
                     </a>
                     <p>Information about NSW public education, including the school finder, high school enrolment, school safety, selective schools and opportunity classes.</p>
                  </div>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/public-schools/school-success-model">School Success Model</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/public-schools/going-to-a-public-school">Going to a public school</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/public-schools/selective-high-schools-and-opportunity-classes">Selective high schools and opportunity classes</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/public-schools/astp">Assisted School Travel Program</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/public-schools/community-languages-schools">Community languages schools</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/public-schools/schools-funding">Schools funding</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/public-schools/education-week">Education Week</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/public-schools/school-safety">School safety</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/public-schools/game-changer-challenge">Game Changer Challenge</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/public-schools/career-and-study-pathways">Career and study pathways</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/public-schools/connected-communities">Connected Communities</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/public-schools/school-visitor-check-in">Welcome to School Visitor Check-in new</a></li>
                  
               </ul>
            </li>
         
         
      
         
            <li class="gel-mobile-nav_list-links">
               <a href="/teaching-and-learning">Teaching and learning</a>
               <ul>
                  <div class="hidden-xs gel-mobile-nav_list-links-intro">
                     <a href="#">
                        <h4>Teaching and learning</h4>
                     </a>
                     <p>NSW Department of Education&#39;s information on curriculum taught in NSW schools, Aboriginal education and communities &amp; personalised support.</p>
                  </div>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/teaching-and-learning/learning-from-home">Learning remotely</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/teaching-and-learning/aec">Aboriginal Outcomes and Partnerships</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/teaching-and-learning/curriculum">Curriculum</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/teaching-and-learning/professional-learning">Professional Learning for schools</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/teaching-and-learning/student-assessment">Student assessment</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/teaching-and-learning/disability-learning-and-support">Disability, learning and support</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/teaching-and-learning/school-excellence-and-accountability">School excellence and accountability</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/teaching-and-learning/high-potential-and-gifted-education">High potential and gifted education</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/teaching-and-learning/education-for-a-changing-world">Education for a Changing World</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/teaching-and-learning/school-leadership-institute">School Leadership Institute</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/teaching-and-learning/school-digital-strategy">Schools Digital Strategy</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/teaching-and-learning/what-works-best">What works best</a></li>
                  
                     
                  
                     
                  
                     
                  
                     
                  
                     
                  
               </ul>
            </li>
         
         
      
         
            <li class="gel-mobile-nav_list-links">
               <a href="/student-wellbeing">Student wellbeing</a>
               <ul>
                  <div class="hidden-xs gel-mobile-nav_list-links-intro">
                     <a href="#">
                        <h4>Student wellbeing</h4>
                     </a>
                     <p>The Wellbeing Framework supports schools to create learning environments that enable students to be healthy, happy, engaged and successful.</p>
                  </div>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/student-wellbeing/attendance-matters-resources-for-schools">Attendance matters – resources for schools</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/student-wellbeing/attendance-behaviour-and-engagement">Behaviour and engagement</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/student-wellbeing/child-protection">Child protection</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/student-wellbeing/external-wellbeing-providers">Student wellbeing programs and providers</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/student-wellbeing/health-and-physical-care">Health and physical care</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/student-wellbeing/counselling-and-psychology-services">Mental health and wellbeing</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/student-wellbeing/student-voices">Student voices</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/student-wellbeing/whole-school-approach">Whole school approach</a></li>
                  
                     
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/student-wellbeing/tell-them-from-me">Tell Them From Me</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/student-wellbeing/stay-healthy-hsc">Stay healthy HSC</a></li>
                  
               </ul>
            </li>
         
         
      
         
         
            <li class="gel-mobile-nav_list-links gel-mobile-nav_list-childless mm-listitem"><a href="/skills-nsw">Skills NSW <span class="gel-mobile-nav_list-childless-icon" aria-hidden="true"></span></a></li>
         
      
         
            <li class="gel-mobile-nav_list-links">
               <a href="/parents-and-carers">Parents and carers</a>
               <ul>
                  <div class="hidden-xs gel-mobile-nav_list-links-intro">
                     <a href="#">
                        <h4>Parents and carers</h4>
                     </a>
                     <p>Information for parents and carers including learning and wellbeing resources, advice, study skills, a quick guide glossary, homework help, tools for learning remotely, support for additional needs and more.

</p>
                  </div>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/parents-and-carers/learning">Learning</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/parents-and-carers/wellbeing">Wellbeing</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/parents-and-carers/going-to-school">Going to school</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/parents-and-carers/pathways-after-school">Pathways after school</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/parents-and-carers/everyday-maths">Everyday maths</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/parents-and-carers/learning-from-home">Learning remotely</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/parents-and-carers/inclusive-learning-support">Inclusive learning support</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/parents-and-carers/back-to-school">Back to school</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/parents-and-carers/parent-and-carers-toolkit">Parent and carers toolkit</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/parents-and-carers/a-z-parents-guide">A-Z parents guide</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/parents-and-carers/nsw-school-updates-app">NSW School Updates app</a></li>
                  
                     
                  
               </ul>
            </li>
         
         
      
         
         
            <li class="gel-mobile-nav_list-links gel-mobile-nav_list-childless mm-listitem"><a href="/policy-library">Policy library <span class="gel-mobile-nav_list-childless-icon" aria-hidden="true"></span></a></li>
         
      
         
            <li class="gel-mobile-nav_list-links">
               <a href="/teach-nsw">Teach NSW</a>
               <ul>
                  <div class="hidden-xs gel-mobile-nav_list-links-intro">
                     <a href="#">
                        <h4>Teach NSW</h4>
                     </a>
                     <p>The NSW Department of Education is committed to employing the best and brightest teachers who can teach and make a difference in NSW public schools. </p>
                  </div>
                  
                     
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/teach-nsw/explore-teaching">Explore teaching as a career</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/teach-nsw/get-paid-to-study">Get paid to study</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/teach-nsw/become-a-teacher">Become a teacher</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/teach-nsw/find-teaching-jobs">Find teaching jobs</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/teach-nsw/enhance-your-career">Enhance your career</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/teach-nsw/news-and-events">News and Events</a></li>
                  
                     <li class="gel-mobile-nav_list-childless"><a href="/teach-nsw/contact-us">Contact us</a></li>
                  
               </ul>
            </li>
         
         
      
   </ul>
</nav>
<!-- Component - Megamenu code fragment ends here.uk-grid-->
<!--googleon: all--></div>


<!--googleoff: all-->
<!-- Component -Megamenu code fragment starts here-->
<nav class="gel-meganav navbar navbar-expand-md d-none d-md-block">
   <div class="container gel-remove-external-link">
      <div class="container-fluid gel-meganav__main-menu">
         <div class="row navbar-header">
            <div class="gel-meganav-logo col-2 col-lg-1"><a class="gel-meganav-logo__link" href="/" title="NSW Logo"><img class="gel-meganav-logo__image" src="/content/dam/main-education/nsw-logo-colour.png" alt="NSW Logo"/></a></div>
            <div class="gel-meganav-menulinks col-10 col-lg-11">
               <div class="collapse navbar-collapse" id="gel-meganav-collapse-1">
                  <ul class="navbar-nav mr-auto">
                     
                        <li class="gel-meganav_dropdown nav-item dropdown dropdown-meganav">
                           <a class="dropdown-toggle nav-link" data-toggle="dropdown" id="dropdownMenuButton" aria-haspopup="true" aria-expanded="false" href="#">Early childhood education</a>
                           <div class="dropdown-menu meganav gel-meganav_dropdown__subnav" aria-labelledby="dropdownMenuButton">
                              <h4 class="gel-meganav_dropdown__subnav-title" aria-label="Early childhood education"><a class="gel-meganav_dropdown__subnav-title-link" id="megalink1" href="/early-childhood-education" aria-label="Early childhood education">Early childhood education</a></h4>
                              <div class="gel-meganav_dropdown__subnav-desc">
                                 <p>Information about working in or operating early childhood education services including outside school hours care. Plus, information for parents including how to choose a service and supporting your child for their transition to school.</p>
                                 <div class="gel-meganav_dropdown__subnav-design"></div>
                              </div>
                              <ul class="list-unstyled card-columns">
                                 
                                    <li class="gel-meganav-mega-link"><a href="/early-childhood-education/about-us"><span class="gel-meganav-mega-link_title">About us</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/early-childhood-education/information-for-parents-and-carers"><span class="gel-meganav-mega-link_title">Parents and carers</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/early-childhood-education/working-in-early-childhood-education"><span class="gel-meganav-mega-link_title">Educators</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/early-childhood-education/operating-an-early-childhood-education-service"><span class="gel-meganav-mega-link_title">Service providers</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/early-childhood-education/whats-happening-in-the-early-childhood-education-sector"><span class="gel-meganav-mega-link_title">Service leadership</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/early-childhood-education/investigation-feedback-and-complaints"><span class="gel-meganav-mega-link_title">Regulation and compliance</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/early-childhood-education/coronavirus"><span class="gel-meganav-mega-link_title">COVID-19 (coronavirus)</span></a></li>
                                 
                              </ul>
                           </div>
                        </li>
                     
                     
                  
                     
                        <li class="gel-meganav_dropdown nav-item dropdown dropdown-meganav">
                           <a class="dropdown-toggle nav-link" data-toggle="dropdown" id="dropdownMenuButton" aria-haspopup="true" aria-expanded="false" href="#">Public schools</a>
                           <div class="dropdown-menu meganav gel-meganav_dropdown__subnav" aria-labelledby="dropdownMenuButton">
                              <h4 class="gel-meganav_dropdown__subnav-title" aria-label="Early childhood education"><a class="gel-meganav_dropdown__subnav-title-link" id="megalink1" href="/public-schools" aria-label="Early childhood education">Public schools</a></h4>
                              <div class="gel-meganav_dropdown__subnav-desc">
                                 <p>Information about NSW public education, including the school finder, high school enrolment, school safety, selective schools and opportunity classes.</p>
                                 <div class="gel-meganav_dropdown__subnav-design"></div>
                              </div>
                              <ul class="list-unstyled card-columns">
                                 
                                    <li class="gel-meganav-mega-link"><a href="/public-schools/school-success-model"><span class="gel-meganav-mega-link_title">School Success Model</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/public-schools/going-to-a-public-school"><span class="gel-meganav-mega-link_title">Going to a public school</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/public-schools/selective-high-schools-and-opportunity-classes"><span class="gel-meganav-mega-link_title">Selective high schools and opportunity classes</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/public-schools/astp"><span class="gel-meganav-mega-link_title">Assisted School Travel Program</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/public-schools/community-languages-schools"><span class="gel-meganav-mega-link_title">Community languages schools</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/public-schools/schools-funding"><span class="gel-meganav-mega-link_title">Schools funding</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/public-schools/education-week"><span class="gel-meganav-mega-link_title">Education Week</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/public-schools/school-safety"><span class="gel-meganav-mega-link_title">School safety</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/public-schools/game-changer-challenge"><span class="gel-meganav-mega-link_title">Game Changer Challenge</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/public-schools/career-and-study-pathways"><span class="gel-meganav-mega-link_title">Career and study pathways</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/public-schools/connected-communities"><span class="gel-meganav-mega-link_title">Connected Communities</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/public-schools/school-visitor-check-in"><span class="gel-meganav-mega-link_title">Welcome to School Visitor Check-in new</span></a></li>
                                 
                              </ul>
                           </div>
                        </li>
                     
                     
                  
                     
                        <li class="gel-meganav_dropdown nav-item dropdown dropdown-meganav">
                           <a class="dropdown-toggle nav-link" data-toggle="dropdown" id="dropdownMenuButton" aria-haspopup="true" aria-expanded="false" href="#">Teaching and learning</a>
                           <div class="dropdown-menu meganav gel-meganav_dropdown__subnav" aria-labelledby="dropdownMenuButton">
                              <h4 class="gel-meganav_dropdown__subnav-title" aria-label="Early childhood education"><a class="gel-meganav_dropdown__subnav-title-link" id="megalink1" href="/teaching-and-learning" aria-label="Early childhood education">Teaching and learning</a></h4>
                              <div class="gel-meganav_dropdown__subnav-desc">
                                 <p>NSW Department of Education&#39;s information on curriculum taught in NSW schools, Aboriginal education and communities &amp; personalised support.</p>
                                 <div class="gel-meganav_dropdown__subnav-design"></div>
                              </div>
                              <ul class="list-unstyled card-columns">
                                 
                                    <li class="gel-meganav-mega-link"><a href="/teaching-and-learning/learning-from-home"><span class="gel-meganav-mega-link_title">Learning remotely</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/teaching-and-learning/aec"><span class="gel-meganav-mega-link_title">Aboriginal Outcomes and Partnerships</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/teaching-and-learning/curriculum"><span class="gel-meganav-mega-link_title">Curriculum</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/teaching-and-learning/professional-learning"><span class="gel-meganav-mega-link_title">Professional Learning for schools</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/teaching-and-learning/student-assessment"><span class="gel-meganav-mega-link_title">Student assessment</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/teaching-and-learning/disability-learning-and-support"><span class="gel-meganav-mega-link_title">Disability, learning and support</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/teaching-and-learning/school-excellence-and-accountability"><span class="gel-meganav-mega-link_title">School excellence and accountability</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/teaching-and-learning/high-potential-and-gifted-education"><span class="gel-meganav-mega-link_title">High potential and gifted education</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/teaching-and-learning/education-for-a-changing-world"><span class="gel-meganav-mega-link_title">Education for a Changing World</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/teaching-and-learning/school-leadership-institute"><span class="gel-meganav-mega-link_title">School Leadership Institute</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/teaching-and-learning/school-digital-strategy"><span class="gel-meganav-mega-link_title">Schools Digital Strategy</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/teaching-and-learning/what-works-best"><span class="gel-meganav-mega-link_title">What works best</span></a></li>
                                 
                                    
                                 
                                    
                                 
                                    
                                 
                                    
                                 
                                    
                                 
                              </ul>
                           </div>
                        </li>
                     
                     
                  
                     
                        <li class="gel-meganav_dropdown nav-item dropdown dropdown-meganav">
                           <a class="dropdown-toggle nav-link" data-toggle="dropdown" id="dropdownMenuButton" aria-haspopup="true" aria-expanded="false" href="#">Student wellbeing</a>
                           <div class="dropdown-menu meganav gel-meganav_dropdown__subnav" aria-labelledby="dropdownMenuButton">
                              <h4 class="gel-meganav_dropdown__subnav-title" aria-label="Early childhood education"><a class="gel-meganav_dropdown__subnav-title-link" id="megalink1" href="/student-wellbeing" aria-label="Early childhood education">Student wellbeing</a></h4>
                              <div class="gel-meganav_dropdown__subnav-desc">
                                 <p>The Wellbeing Framework supports schools to create learning environments that enable students to be healthy, happy, engaged and successful.</p>
                                 <div class="gel-meganav_dropdown__subnav-design"></div>
                              </div>
                              <ul class="list-unstyled card-columns">
                                 
                                    <li class="gel-meganav-mega-link"><a href="/student-wellbeing/attendance-matters-resources-for-schools"><span class="gel-meganav-mega-link_title">Attendance matters – resources for schools</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/student-wellbeing/attendance-behaviour-and-engagement"><span class="gel-meganav-mega-link_title">Behaviour and engagement</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/student-wellbeing/child-protection"><span class="gel-meganav-mega-link_title">Child protection</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/student-wellbeing/external-wellbeing-providers"><span class="gel-meganav-mega-link_title">Student wellbeing programs and providers</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/student-wellbeing/health-and-physical-care"><span class="gel-meganav-mega-link_title">Health and physical care</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/student-wellbeing/counselling-and-psychology-services"><span class="gel-meganav-mega-link_title">Mental health and wellbeing</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/student-wellbeing/student-voices"><span class="gel-meganav-mega-link_title">Student voices</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/student-wellbeing/whole-school-approach"><span class="gel-meganav-mega-link_title">Whole school approach</span></a></li>
                                 
                                    
                                 
                                    <li class="gel-meganav-mega-link"><a href="/student-wellbeing/tell-them-from-me"><span class="gel-meganav-mega-link_title">Tell Them From Me</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/student-wellbeing/stay-healthy-hsc"><span class="gel-meganav-mega-link_title">Stay healthy HSC</span></a></li>
                                 
                              </ul>
                           </div>
                        </li>
                     
                     
                  
                     
                     
                        <li class="gel-meganav_dropdown dropdown dropdown-meganav"><a class="nav-link" href="/skills-nsw">Skills NSW</a></li>
                     
                  
                     
                        <li class="gel-meganav_dropdown nav-item dropdown dropdown-meganav">
                           <a class="dropdown-toggle nav-link" data-toggle="dropdown" id="dropdownMenuButton" aria-haspopup="true" aria-expanded="false" href="#">Parents and carers</a>
                           <div class="dropdown-menu meganav gel-meganav_dropdown__subnav" aria-labelledby="dropdownMenuButton">
                              <h4 class="gel-meganav_dropdown__subnav-title" aria-label="Early childhood education"><a class="gel-meganav_dropdown__subnav-title-link" id="megalink1" href="/parents-and-carers" aria-label="Early childhood education">Parents and carers</a></h4>
                              <div class="gel-meganav_dropdown__subnav-desc">
                                 <p>Information for parents and carers including learning and wellbeing resources, advice, study skills, a quick guide glossary, homework help, tools for learning remotely, support for additional needs and more.

</p>
                                 <div class="gel-meganav_dropdown__subnav-design"></div>
                              </div>
                              <ul class="list-unstyled card-columns">
                                 
                                    <li class="gel-meganav-mega-link"><a href="/parents-and-carers/learning"><span class="gel-meganav-mega-link_title">Learning</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/parents-and-carers/wellbeing"><span class="gel-meganav-mega-link_title">Wellbeing</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/parents-and-carers/going-to-school"><span class="gel-meganav-mega-link_title">Going to school</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/parents-and-carers/pathways-after-school"><span class="gel-meganav-mega-link_title">Pathways after school</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/parents-and-carers/everyday-maths"><span class="gel-meganav-mega-link_title">Everyday maths</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/parents-and-carers/learning-from-home"><span class="gel-meganav-mega-link_title">Learning remotely</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/parents-and-carers/inclusive-learning-support"><span class="gel-meganav-mega-link_title">Inclusive learning support</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/parents-and-carers/back-to-school"><span class="gel-meganav-mega-link_title">Back to school</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/parents-and-carers/parent-and-carers-toolkit"><span class="gel-meganav-mega-link_title">Parent and carers toolkit</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/parents-and-carers/a-z-parents-guide"><span class="gel-meganav-mega-link_title">A-Z parents guide</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/parents-and-carers/nsw-school-updates-app"><span class="gel-meganav-mega-link_title">NSW School Updates app</span></a></li>
                                 
                                    
                                 
                              </ul>
                           </div>
                        </li>
                     
                     
                  
                     
                     
                        <li class="gel-meganav_dropdown dropdown dropdown-meganav"><a class="nav-link" href="/policy-library">Policy library</a></li>
                     
                  
                     
                        <li class="gel-meganav_dropdown nav-item dropdown dropdown-meganav">
                           <a class="dropdown-toggle nav-link" data-toggle="dropdown" id="dropdownMenuButton" aria-haspopup="true" aria-expanded="false" href="#">Teach NSW</a>
                           <div class="dropdown-menu meganav gel-meganav_dropdown__subnav" aria-labelledby="dropdownMenuButton">
                              <h4 class="gel-meganav_dropdown__subnav-title" aria-label="Early childhood education"><a class="gel-meganav_dropdown__subnav-title-link" id="megalink1" href="/teach-nsw" aria-label="Early childhood education">Teach NSW</a></h4>
                              <div class="gel-meganav_dropdown__subnav-desc">
                                 <p>The NSW Department of Education is committed to employing the best and brightest teachers who can teach and make a difference in NSW public schools. </p>
                                 <div class="gel-meganav_dropdown__subnav-design"></div>
                              </div>
                              <ul class="list-unstyled card-columns">
                                 
                                    
                                 
                                    <li class="gel-meganav-mega-link"><a href="/teach-nsw/explore-teaching"><span class="gel-meganav-mega-link_title">Explore teaching as a career</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/teach-nsw/get-paid-to-study"><span class="gel-meganav-mega-link_title">Get paid to study</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/teach-nsw/become-a-teacher"><span class="gel-meganav-mega-link_title">Become a teacher</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/teach-nsw/find-teaching-jobs"><span class="gel-meganav-mega-link_title">Find teaching jobs</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/teach-nsw/enhance-your-career"><span class="gel-meganav-mega-link_title">Enhance your career</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/teach-nsw/news-and-events"><span class="gel-meganav-mega-link_title">News and Events</span></a></li>
                                 
                                    <li class="gel-meganav-mega-link"><a href="/teach-nsw/contact-us"><span class="gel-meganav-mega-link_title">Contact us</span></a></li>
                                 
                              </ul>
                           </div>
                        </li>
                     
                     
                  </ul>
               </div>
            </div>
         </div>
      </div>
   </div>
</nav>
<!-- Component - Megamenu code fragment ends here.uk-grid-->
<!--googleon: all--></div>
<div class="sectionheader aem-GridColumn aem-GridColumn--default--12">
<!--googleoff: all-->
<div class="gel-section-header" role="banner">
    <div class="container">
        <div class="row">
            <div class="col-2 gel-mobile-nav-indicator d-lg-none d-xl-none" aria-label="Megamenu mobile nav"><a class="b-mobile-nav--menu-btn left gel-mobile-nav-indicator_icon" id="menu-open" href="#gel-mnav" role="button" tabindex="0" aria-label="Click to open Megamenu mobile nav"></a></div>
            <div class="col-8 gel-header-container">
                <h1 class="gel-section-header__logo"><a href="#"></a>
                    

                </h1>
            </div>
            <div class="col-2 gel-mobile-search-indicator">
                <button class="gel-search__toggle gel-search__toggle-target" id="global-search-button" aria-label="Global search" aria-controls="global-search" data-toggle="collapse" data-target="#global-search" aria-expanded="false"><span class="show-on-sr">Global Search</span></button>
            </div>
        </div>
    </div>
</div>
<form class="gel-search  gel-search__toggle-target" id="global-search" action="/search" aria-hidden="false" aria-labelledby="global-search-button">
    <fieldset>
        <legend class="show-on-sr">Global Search</legend>
        
            <input type="hidden" name="search_start" value="/content/main-education/en/home"/>
        

        
            <input type="hidden" name="referrer" value="/content/main-education/en/home"/>
        
		 <div class="gel-searchbox gel-small">
		     <div class="form-group">
		          <div class="input-group">
		            <input class="form-control" type="text" id="search" placeholder="Enter your search..." name="q"/>
		            <div class="input-group-append">
		              <button class="btn gel-button"><span class="fas fa-search"></span></button>
		            </div>
		          </div>
		        </div>
		      </div>

    </fieldset>
</form>
<!--googleon: all--></div>

    
</div>
</div>
<div class="responsivegrid aem-GridColumn aem-GridColumn--default--12">


<div class="aem-Grid aem-Grid--12 aem-Grid--default--12 ">
    
    <div class="columncontrol responsivegrid aem-GridColumn aem-GridColumn--default--12">


<span id="content" tabindex="-1"></span>
    
    <main class="container gel-main" id="mm-0">
    


<div class="aem-Grid aem-Grid--12 aem-Grid--default--12 ">
    
    <div class="responsivegrid aem-GridColumn aem-GridColumn--default--12">


<div class="aem-Grid aem-Grid--12 aem-Grid--default--12 ">
    
    <div class="fullbleedbanner aem-GridColumn aem-GridColumn--default--12">
  

  
    <div class="gel-banner-container full-bleed-container" aria-label="banner">
      <div class="gel-banner__fullbleed-banner">
        <h2 class="show-on-sr">Maths Trains Brains</h2>
        <div class="gel-banner">
          <img class="img-fluid" src="/content/dam/main-education/en/home/1652838703961.jpg/jcr:content/renditions/cq5dam.web.1280.1280.jpeg" alt="Background with purple light beams on the left and blue light beams on the right."/>
          <div class="gel-banner__fullbleed-banner__overlay-wrapper gel-banner__fullbleed-banner--video">
            <div class="gel-banner__content" tabindex="0">
              <div class="banner__content-container">
                <h1 class="gel-banner__content__title">Maths Trains Brains</h1>
                <p>
                  Find activities to do with your child no matter what age, Explore maths and careers, financial literacy, plus resources in other languages too.
                </p>
                
                <div>
                  <a class="btn btn-banner gel-button gel-button-small gel-button-primary" href="/parents-and-carers/everyday-maths" title="banner link">Explore #MathsTrainsBrains </a>
                  

                </div>
                
              </div>
            </div>
            
              <div class="gel-banner__video">
                <div class="media-container video_container">
                  <div class="gel-script embed-responsive embed-responsive-16by9">
                    
                    
                    <iframe class="embed-responsive-item" src="https://players.brightcove.net/6110393209001/default_default/index.html?videoId=6305355570112"></iframe>
                  </div>
                </div>
              </div>
            
          </div>
        </div>
      </div>
    </div>
  

</div>
<div class="layout-container container responsivegrid aem-GridColumn aem-GridColumn--default--12">
 <div class="gel-content-container"> 
    
    
    
    <div id="layout-container-c7e60e72c1" class="cmp-container">
        
        <div class="columncontrol responsivegrid">



			
  
		<div class="row">
			<div class="col-12 col-md-6">
				


<div class="aem-Grid aem-Grid--12 aem-Grid--default--12 ">
    
    <div class="script aem-GridColumn aem-GridColumn--default--12">

<h2 id="search-the-dept"> Search public department content</h2>

<style> 
  #search-the-dept {
    padding-bottom: 14px;
    margin-top: -9px;
}

@media screen and (max-width: 991px) {
    #search-the-dept {
     font-size: 28px;
    margin-top: 20px;
    padding-bottom: 0px;
    border-left: 2px solid #ce0037;
    padding-left: 14px;
}
}

</style> 

</div>

    
</div>

			</div>
			<div class="col-12 col-md-6">
				


<div class="aem-Grid aem-Grid--12 aem-Grid--default--12 ">
    
    <div class="searchbox aem-GridColumn aem-GridColumn--default--12">


    <div id="searchbox_auto">
        <form class="gel-search  gel-search--body" id="search-box" action="/search" aria-hidden="false" aria-labelledby="btnSearch42">
            <fieldset>
                <legend class="show-on-sr">Global Search</legend>
                <!--<label for="search"><span class="show-on-sr">Enter your search</span></label>
                <input type="text" id="search" name="q" placeholder="Search" tabindex="0" maxlength="254"/>-->
                <input type="hidden" name="site" value="/content/main-education/en/home"/>
                <input type="hidden" name="access" value="s"/>
                <!--<button type="submit" id="btnSearch11" aria-label="Submit search" tabindex="0"
                        aria-controls="aria-controls"><span class="show-on-sr">Search</span><span
                        class="gel-search-icon" aria-hidden="true"></span></button>-->
                <div class="gel-searchbox gel-border gel-large">
                    <div class="form-group">
                        <div class="input-group">
                            <input class="form-control" id="search" type="text" placeholder="Enter your search..." name="q"/>
                            <div class="input-group-append">
                                <button class="btn gel-button"><span class="fas fa-search"></span></button>
                            </div>
                        </div>
                    </div>
                </div>
            </fieldset>
        </form>
    </div>
</div>

    
</div>

			</div>
		</div>
  
	
  
  
  
  
  
  
  
  

	






</div>

        
    </div>

  </div>   

</div>
<div class="layout-container container responsivegrid aem-GridColumn aem-GridColumn--default--12">
 <div class="gel-content-container"> 
    
    
    
    <div id="layout-container-56c9aafc1e" class="cmp-container">
        
        <div class="fullbleed50-50">
  

  
    <div class="row">
      <div class="col-12">

        <aside class="gel-banner-container full-bleed-container" aria-label="banner">
          <div class="gel-banner__fullbleed-banner">
            <h2 class="show-on-sr">NSW School Updates app</h2>
            <div class="gel-banner fifty_fifty_warpper row gel-banner__fullbleed-banner__fifty">
              <div class="col-md-6 order-md-first">
                <div class="media-container image_container">

                  <img class="img-fluid" src="/content/dam/main-education/en/home/1653012503677.jpg/jcr:content/renditions/cq5dam.web.1280.1280.jpeg" alt="Mobile phone screens displaying the NSW School Safety app."/>
                </div>
              </div>
              <div class="gel-banner__fullbleed-banner__overlay-wrapper">
                <div class="gel-banner__content grey right-wrapper" tabindex="0">
                  <div class="banner__content-container">
                    
                    <h2 class="gel-banner__content__title">NSW School Updates app</h2>
                    <p>The NSW School Updates app allows parents and carers to receive operational status updates for NSW public schools.
</p>
                    <div class="banner__content-container__list-item">
                      <a href="/parents-and-carers/nsw-school-updates-app" title="banner link">Get the app</a>
                      <span class="far fa-long-arrow-right banner__content-container__arrow"></span>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </aside>
      </div>
    </div>
  

</div>
<div class="text ql-editor">
<div id="text-402564f71a" class="cmp-text">
    <h2>News<br /></h2>
</div>

    

</div>
<div class="featuredcard">


    <div class="container pl-0 pr-0">
        <div class="row">
            
                <div class="col-12 col-md-6 col-lg-4 d-flex">
                    <a href="/news/latest-news/league-star-tackles-school-values" class="d-flex flex-grow-1  gel-featured-teaser-link">
                        <div class="card gel-featured-teaser_variant mb-5 flex-grow-1" data-pseudo-link="data-pseudo-link">
                            <img class="img-fluid card-img-top" src="/content/dam/main-education/en/home/news/latest-news/league-star-tackles-school-values/1654569706195.jpg" alt=""/>
                            <div class="card-body gel-featured-teaser__content_variant">
                                <span class="gel-featured-teaser_highlight">News</span>
                                <h4 class="card-title">League star tackles school values</h4>
                                <p>Ahead of tomorrow’s State of Origin, Harry Grant won over fans for the Maroons when he ‘dropped in’ to Kempsey South. Kristi Pritchard-Owens reports.</p>
                                <time class="gel-featured-teaser__date_variant" datetime="2015-12-25">07 June 2022</time>
                                <div class="gel-featured-teaser__arrow">
                                    <span class="far fa-long-arrow-right"></span>
                                </div>
                            </div>
                        </div>
                    </a>
                </div>
            
                <div class="col-12 col-md-6 col-lg-4 d-flex">
                    <a href="/news/latest-news/spectacular-schools--latest-foray-takes-flight" class="d-flex flex-grow-1  gel-featured-teaser-link">
                        <div class="card gel-featured-teaser_variant mb-5 flex-grow-1" data-pseudo-link="data-pseudo-link">
                            <img class="img-fluid card-img-top" src="/content/dam/main-education/en/home/news/latest-news/spectacular-schools--latest-foray-takes-flight/1654494190525.jpg" alt=""/>
                            <div class="card-body gel-featured-teaser__content_variant">
                                <span class="gel-featured-teaser_highlight">News</span>
                                <h4 class="card-title">Spectacular Schools’ latest foray takes flight</h4>
                                <p>Connecting the Coffs Harbour coast to Taronga Park Zoo, Learning to Fly sends a message of hope and perseverance for NSW public school students. </p>
                                <time class="gel-featured-teaser__date_variant" datetime="2015-12-25">06 June 2022</time>
                                <div class="gel-featured-teaser__arrow">
                                    <span class="far fa-long-arrow-right"></span>
                                </div>
                            </div>
                        </div>
                    </a>
                </div>
            
                <div class="col-12 col-md-6 col-lg-4 d-flex">
                    <a href="/news/latest-news/language-no-barrier-for-ukraine-students-at-kogarah-iec" class="d-flex flex-grow-1  gel-featured-teaser-link">
                        <div class="card gel-featured-teaser_variant mb-5 flex-grow-1" data-pseudo-link="data-pseudo-link">
                            <img class="img-fluid card-img-top" src="/content/dam/main-education/en/home/news/latest-news/language-no-barrier-for-ukraine-students-at-kogarah-iec/1654060353717.jpg" alt=""/>
                            <div class="card-body gel-featured-teaser__content_variant">
                                <span class="gel-featured-teaser_highlight">News</span>
                                <h4 class="card-title">Language no barrier for Ukraine students at Kogarah IEC</h4>
                                <p>An open day at Kogarah High School’s Intensive English Centre has helped Ukraine students and parents with their transition to Australian life.</p>
                                <time class="gel-featured-teaser__date_variant" datetime="2015-12-25">02 June 2022</time>
                                <div class="gel-featured-teaser__arrow">
                                    <span class="far fa-long-arrow-right"></span>
                                </div>
                            </div>
                        </div>
                    </a>
                </div>
            
        </div>
    </div>
</div>
<div class="script">

<a href="/news.html" class="btn gel-button gel-button-secondary gel-button-r-icon gel-button-medium" style="float:right">View all news</a>
<br />
<br />

</div>

        
    </div>

  </div>   

</div>
<div class="layout-container container responsivegrid aem-GridColumn aem-GridColumn--default--12">
 <div class="gel-content-container"> 
    
    
    
    <div id="layout-container-368295ec04" class="cmp-container">
        
        <div class="fullbleed50-50">
  

  
    <div class="row">
      <div class="col-12">

        <aside class="gel-banner-container full-bleed-container" aria-label="banner">
          <div class="gel-banner__fullbleed-banner">
            <h2 class="show-on-sr">Find schools in your area</h2>
            <div class="gel-banner fifty_fifty_warpper row gel-banner__fullbleed-banner__fifty">
              <div class="col-md-6 order-md-first">
                <div class="media-container image_container">

                  <img class="img-fluid" src="/content/dam/main-education/en/home/bands/School_Finder_NSW_Public_Schools.jpg/jcr:content/renditions/cq5dam.web.1280.1280.jpeg" alt="Map of New South Wales with blue circles indicating where public schools are located in the state. "/>
                </div>
              </div>
              <div class="gel-banner__fullbleed-banner__overlay-wrapper">
                <div class="gel-banner__content grey right-wrapper" tabindex="0">
                  <div class="banner__content-container">
                    
                    <h2 class="gel-banner__content__title">Find schools in your area</h2>
                    <p>Find the school your child will attend by entering your address. Search by a school's features or types of support.</p>
                    <div class="banner__content-container__list-item">
                      <a href="https://schoolfinder.education.nsw.gov.au" title="banner link">Learn more</a>
                      <span class="far fa-long-arrow-right banner__content-container__arrow"></span>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </aside>
      </div>
    </div>
  

</div>
<div class="script">

<script src="https://apps.elfsight.com/p/platform.js" defer></script>
<div class="elfsight-app-3f4638ff-d5f6-4266-a616-e7add0f05a69"></div>




</div>
<div class="script">

<br />
<br />
<a href="/public-schools/going-to-a-public-school/calendars.html" id="events-btn" class="btn gel-button gel-button-secondary gel-button-r-icon gel-button-medium" style="float:right">View calendars</a>
<br />
<br />

<style> 
#events-btn {
    margin-right: 10px;
}
</style>


</div>

        
    </div>

  </div>   

</div>
<div class="layout-container container responsivegrid background-alt1-stretched aem-GridColumn aem-GridColumn--default--12">
 <div class="gel-content-container"> 
    
    
    
    <div id="layout-container-f202ca5ce0" class="cmp-container">
        
        <div class="text ql-editor">
<div id="text-a0dc3aaff6" class="cmp-text">
    <h2>Quick links</h2><p>Below are a few links to key pieces of department content</p>
</div>

    

</div>
<div class="linkcolumns">



    

    <div id="linkColumns_auto">
        <div class="gel-link-columns">
            <ul class="gel-link-list gel-link-columns__items gel-link-columns--2col">
                <li>
                    <span class="gel-link-columns-icon" aria-hidden="true"></span>
                    <a href="/public-schools/school-safety">School safety</a>
                    
                </li>
            
                <li>
                    <span class="gel-link-columns-icon" aria-hidden="true"></span>
                    <a href="/covid-19">COVID-19 advice</a>
                    
                </li>
            
                <li>
                    <span class="gel-link-columns-icon" aria-hidden="true"></span>
                    <a href="/public-schools/schools-funding">Schools funding</a>
                    
                </li>
            
                <li>
                    <span class="gel-link-columns-icon" aria-hidden="true"></span>
                    <a href="/teaching-and-learning/curriculum/multicultural-education/interpreting-and-translations">Interpreting and translations</a>
                    
                </li>
            
                <li>
                    <span class="gel-link-columns-icon" aria-hidden="true"></span>
                    <a href="/teaching-and-learning/aec">Aboriginal Outcomes and Partnerships</a>
                    
                </li>
            
                <li>
                    <span class="gel-link-columns-icon" aria-hidden="true"></span>
                    <a href="/teaching-and-learning/disability-learning-and-support/our-disability-strategy">Our disability strategy</a>
                    
                </li>
            
                <li>
                    <span class="gel-link-columns-icon" aria-hidden="true"></span>
                    <a href="/public-schools/going-to-a-public-school/calendars">Calendars</a>
                    
                </li>
            
                <li>
                    <span class="gel-link-columns-icon" aria-hidden="true"></span>
                    <a href="/public-schools/school-success-model">School Success Model</a>
                    
                </li>
            </ul>
        </div>
    </div>
    


</div>

        
    </div>

  </div>   

</div>
<div class="text ql-editor aem-GridColumn aem-GridColumn--default--12">
<div id="text-a46c144830" class="cmp-text">
    <h2><br /></h2><h2>#LoveWhereYouLearn</h2>
</div>

    

</div>
<div class="script aem-GridColumn aem-GridColumn--default--12">

<script src="https://plugins.flockler.com/embed/178afec3e0804aad578739925ef3830f/17a1d848e080f7b9cc7c1792df42333f" async></script>
<div id="flockler-embed-17a1d848e080f7b9cc7c1792df42333f"></div>


</div>
<div class="script aem-GridColumn aem-GridColumn--default--12">

<style>
.gel-banner__fullbleed-banner {
     margin-top: 0px !important;
}


@media screen and (min-width:768px) {
.home .gel-search
  {
    display: block !important;
  }
}

.home main.gel-main .gel-banner__fullbleed-banner__fifty.gel-banner {
    margin-left: -15px;
}

</style>

</div>

    
</div>
</div>

    
</div>

    </main>
    

    
	
	
    





</div>

    
</div>
</div>
<div class="responsivegrid aem-GridColumn aem-GridColumn--default--12">


<div class="aem-Grid aem-Grid--12 aem-Grid--default--12 ">
    
    <div class="section-footer aem-GridColumn aem-GridColumn--default--12">
    
    
    
    <!--googleoff: all-->
    
    
    
    
    
    
    <!--googleon: all-->
    
    
    <!-- start component //-->
    <!--googleff: index-->
    <footer role="contentinfo" aria-label="Section Footer">
        <div class="gel-section-footer gel-remove-external-link">
          <div class="gel-section-footer__variation-1">
            <div class="container">
                  <div class="row">
                      
                            <div class="col-12 col-lg-4 gel-section-footer__variation-1_caption">
    
                                       
                                    <div class="row section-footer-panel-header">     
                                     <div>
      
      <div class="col-md-6 col-lg-12">
        <div class="gel-social-icons-panel">
                    <h3>Say hello</h3>
                    <ul class="gel-social-icons-panel_links">
                          <li class="gel-social-icons-panel_links-list"><a class="gel-social-icons-panel_links-list-icon" href="https://www.facebook.com/NSWDepartmentofEducation/" aria-label="NSW DoE profile on facebook"><span class="gel-social-icons-panel_links-list-facebook" aria-hidden="true"></span></a></li>
                        <li class="gel-social-icons-panel_links-list"><a class="gel-social-icons-panel_links-list-icon" href="https://www.linkedin.com/company/nsw-department-of-education/" aria-label="NSW DoE profile on linkedin"><span class="gel-social-icons-panel_links-list-linkedin" aria-hidden="true"></span></a></li>
                        <li class="gel-social-icons-panel_links-list"><a class="gel-social-icons-panel_links-list-icon" href="https://twitter.com/nsweducation" aria-label="NSW DoE profile on twitter"><span class="gel-social-icons-panel_links-list-twitter" aria-hidden="true"></span></a></li>
                        <li class="gel-social-icons-panel_links-list"><a class="gel-social-icons-panel_links-list-icon" href="https://www.instagram.com/nsweducation" aria-label="NSW DoE profile on instagram"><span class="gel-social-icons-panel_links-list-instagram" aria-hidden="true"></span></a></li>
                        
                        
                        
                    </ul>
                  </div>
                </div>
        
    </div>                    
                                     <div>
        <div class="col-md-6 col-lg-12">
          <div class="gel-acknowledgement">
              <div class="container">
                  <p>We acknowledge the homelands of all Aboriginal people and pay our respect to Country.</p>
              </div>
          </div>
        </div>
    </div>
                                    </div>
                                    
                                 
    
                            </div>
                            <div class="col-12 col-md-8 gel-section-footer__variation-1_links">
                            
                                 
                                     
            <h3>Other department websites</h3>
                  <div class="gel-link-columns">
                    <ul class="gel-link-list gel-link-columns__items gel-link-columns--1col gel-link-columns--condensed">
    
                       
                                  <li>
                                <span class="gel-link-columns-icon" aria-hidden="true">
                                </span>
                                <a href="https://schoolinfrastructure.nsw.gov.au/">School Infrastructure NSW</a>
                                </li>
                         
                                  <li>
                                <span class="gel-link-columns-icon" aria-hidden="true">
                                </span>
                                <a href="https://www.nsw.gov.au/nsw-government/departments-and-agencies/department-of-education/training-services-nsw">Training Services NSW</a>
                                </li>
                         
    
                    </ul>
                  </div>
    
                                
                                
    
                            </div>
                      
                      
                  </div>
            </div>
            
          </div>
        </div>
    </footer>
    <!--googleon: index-->
    <!-- End component //--></div>
<div class="global-footer aem-GridColumn aem-GridColumn--default--12">


<!--googleoff: all-->
<footer role="contentinfo" aria-label="Global Footer">
 <div class="gel-global-footer">
    <h1 class="show-on-sr">NSW Government</h1>
    <div class="container gel-remove-external-link">
        <div class="row">
            <div class="col-12 col-md-4 gel-global-footer__logo">
                <div class="gel-corporate-logo">
                    <a class="gel-corporate-logo__link" href="/" title="NSW Government"><img class="gel-corporate-logo__image" src="/content/dam/main-education/doe-logo-white.png" alt=","/></a>
                </div>
            </div>
            <div class="col-12 col-md-8 gel-global-footer__links">
                <div class="gel-link-columns">
                    <ul class="gel-link-list gel-link-columns__items gel-link-columns--2col gel-link-columns--condensed">
                        
                            <li><span class="gel-link-columns-icon" aria-hidden="true"></span><a href="/about-us/rights-and-accountability/accessibility">Accessibility</a>
                            </li>
                        
                            <li><span class="gel-link-columns-icon" aria-hidden="true"></span><a href="/about-us/rights-and-accountability/information-access">Right to access</a>
                            </li>
                        
                            <li><span class="gel-link-columns-icon" aria-hidden="true"></span><a href="/about-us/rights-and-accountability/privacy">Privacy</a>
                            </li>
                        
                            <li><span class="gel-link-columns-icon" aria-hidden="true"></span><a href="/about-us/copyright">Copyright</a>
                            </li>
                        
                            <li><span class="gel-link-columns-icon" aria-hidden="true"></span><a href="/policy-library">Policy library</a>
                            </li>
                        
                            <li><span class="gel-link-columns-icon" aria-hidden="true"></span><a href="/about-us/department-contacts">Department contacts</a>
                            </li>
                        
                            <li><span class="gel-link-columns-icon" aria-hidden="true"></span><a href="/about-us/our-people-and-structure/our-ministers">Our Ministers</a>
                            </li>
                        
                            <li><span class="gel-link-columns-icon" aria-hidden="true"></span><a href="/about-us/social-media">Social media</a>
                            </li>
                        
                            <li><span class="gel-link-columns-icon" aria-hidden="true"></span><a href="/about-us">About us</a>
                            </li>
                        
                            <li><span class="gel-link-columns-icon" aria-hidden="true"></span><a href="/about-us/careers-at-education/roles-and-locations/roles-at-education">Careers</a>
                            </li>
                        
                            <li><span class="gel-link-columns-icon" aria-hidden="true"></span><a href="https://education.nsw.gov.au/about-us/rights-and-accountability/complaints-compliments-and-suggestions">Your feedback</a>
                            </li>
                        
                    </ul>
                </div>
            </div>
        </div>

    </div>

    <div class="edu-footerimage-wrapper">
        <div class="edu-footerimage-container edu-footer-bkgimage"></div>
    </div>

</div>
</footer>
<!--googleon: all--></div>

    
</div>
</div>

    
</div>
</div>

<!--googleoff: all--> 
<div>
    <a class="gel-btt" href="#top-desktop" data-gel-back-to-top="data-gel-back-to-top" data-show="true">
        <span class="gel-backtotop-icon" aria-hidden="true"></span>
        <span class="show-on-sr">Return to top of page</span>
    </a>
    <a class="gel-mobile-btt btn btn-lg btn-block" type="button" href="#top-mobile" data-show="true">Back to top</a>
</div>
<!--googleon: all-->
      
    
    
<script src="/etc.clientlibs/commons-education/clientlibs/clientlib-base.min.68a119a629ae641bb1406c6d9a0b6811.js"></script>
<script src="/etc.clientlibs/main-education/clientlibs/vue.min.a54c4f2564255389caccc5742f8ca26a.js"></script>
<script src="/etc.clientlibs/main-education/clientlibs/clientlib-base.min.634428b64ad2e38fb9ee1075469291a7.js"></script>



    

    
    





    

    

    
    
    

      

    
  </body>
</html>