CINXE.COM
Get Minecraft for Your Classroom | Minecraft Education
<!DOCTYPE HTML> <html lang="en-US"> <head> <meta charset="UTF-8"/> <title>Get Minecraft for Your Classroom | Minecraft Education</title> <meta name="description" content="Get Minecraft Education for your classroom. Find out how using this game will take your students’ learning to the next level."/> <meta name="template" content="edu-base-template"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <link rel="shortcut icon" type="image/x-icon" href="/etc.clientlibs/minecraft-edu/clientlibs/clientlib-common/resources/images/favicon/new-favicon.ico"/> <link rel="icon" type="image/x-icon" href="/etc.clientlibs/minecraft-edu/clientlibs/clientlib-common/resources/images/favicon/new-favicon.ico"/> <link rel="icon" type="image/png" sizes="16x16" href="/etc.clientlibs/minecraft-edu/clientlibs/clientlib-common/resources/images/favicon/newimage-favicon-16x16.png"/> <link rel="icon" type="image/png" sizes="32x32" href="/etc.clientlibs/minecraft-edu/clientlibs/clientlib-common/resources/images/favicon/newimage-favicon-32x32.png"/> <link rel="apple-touch-icon" href="/etc.clientlibs/minecraft-edu/clientlibs/clientlib-common/resources/images/favicon/new-apple-icon.png"/> <link rel="apple-touch-icon" sizes="76x76" href="/etc.clientlibs/minecraft-edu/clientlibs/clientlib-common/resources/images/favicon/new-apple-icon-76x76.png"/> <link rel="apple-touch-icon" sizes="120x120" href="/etc.clientlibs/minecraft-edu/clientlibs/clientlib-common/resources/images/favicon/new-apple-icon-120x120.png"/> <link rel="apple-touch-icon" sizes="152x152" href="/etc.clientlibs/minecraft-edu/clientlibs/clientlib-common/resources/images/favicon/new-apple-icon-152x152.png"/> <meta property="og:image" content="https://education.minecraft.net/content/dam/education-edition/icons/AppList.targetsize-64_altform-lightunplated.png"/> <meta property="og:title" content="Homepage"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://education.minecraft.net/en-us"/> <meta property="og:site_name" content="education.minecraft.net"/> <meta property="og:description" content="Get Minecraft Education for your classroom. Find out how using this game will take your students’ learning to the next level."/> <meta name="twitter:card" content="summary_large_image"/> <meta name="twitter:site" content="@Minecraft Education"/> <meta name="twitter:title" content="Homepage"/> <meta name="twitter:description" content="Get Minecraft Education for your classroom. Find out how using this game will take your students’ learning to the next level."/> <meta name="twitter:image" content="https://education.minecraft.net/content/dam/education-edition/icons/AppList.targetsize-64_altform-lightunplated.png"/> <meta name="twitter:url" content="https://education.minecraft.net/en-us"/> <div data-cmp-is="mode" data-run-mode="false"></div> <link rel="alternate" href="https://education.minecraft.net/fi-fi" hreflang="fi-fi"/> <link rel="alternate" href="https://education.minecraft.net/nb-no" hreflang="nb-no"/> <link rel="alternate" href="https://education.minecraft.net/de-de" hreflang="de-de"/> <link rel="alternate" href="https://education.minecraft.net/en-us" hreflang="x-default"/> <link rel="alternate" href="https://education.minecraft.net/en-us" hreflang="en-us"/> <link rel="alternate" href="https://education.minecraft.net/zh-hant" hreflang="zh-hant"/> <link rel="alternate" href="https://education.minecraft.net/ko-kr" hreflang="ko-kr"/> <link rel="alternate" href="https://education.minecraft.net/pt-br" hreflang="pt-br"/> <link rel="alternate" href="https://education.minecraft.net/zh-hans" hreflang="zh-hans"/> <link rel="alternate" href="https://education.minecraft.net/es-es" hreflang="es-es"/> <link rel="alternate" href="https://education.minecraft.net/es-mx" hreflang="es-mx"/> <link rel="alternate" href="https://education.minecraft.net/fr-ca" hreflang="fr-ca"/> <link rel="alternate" href="https://education.minecraft.net/it-it" hreflang="it-it"/> <link rel="alternate" href="https://education.minecraft.net/pl-pl" hreflang="pl-pl"/> <link rel="alternate" href="https://education.minecraft.net/ru-ru" hreflang="ru-ru"/> <link rel="alternate" href="https://education.minecraft.net/nl-nl" hreflang="nl-nl"/> <link rel="alternate" href="https://education.minecraft.net/pt-pt" hreflang="pt-pt"/> <link rel="alternate" href="https://education.minecraft.net/zh_TW" hreflang="zh_TW"/> <link rel="alternate" href="https://education.minecraft.net/sv-se" hreflang="sv-se"/> <link rel="alternate" href="https://education.minecraft.net/da-dk" hreflang="da-dk"/> <link rel="alternate" href="https://education.minecraft.net/tr-tr" hreflang="tr-tr"/> <link rel="alternate" href="https://education.minecraft.net/zh_CN" hreflang="zh_CN"/> <link rel="alternate" href="https://education.minecraft.net/fr-fr" hreflang="fr-fr"/> <link rel="alternate" href="https://education.minecraft.net/ja-jp" hreflang="ja-jp"/> <link rel="alternate" hreflang="x-default" href="https://education.minecraft.net/en-us"/> <link rel="canonical" href="https://education.minecraft.net/en-us"/> <meta name="visitor-country-code" content="SG"/> <link rel="preload" href="/etc.clientlibs/minecraft-edu/clientlibs/clientlib-common/resources/scripts/at-minecraft240.js" as="script"/> <script src="https://assets.adobedtm.com/launch-EN9b2786468b2d40aea1ed1806bbb9143d.min.js" async></script> <script src="https://wcpstatic.microsoft.com/mscc/lib/v2/wcp-consent.js"></script> <script> (function () { const PRIVACY_ORIGIN = 'https://minecraftprivacy.microsoft.com'; const iFrame = document.createElement('iframe'); iFrame.style.width = '0'; iFrame.style.height = '0'; iFrame.style.position = 'absolute'; iFrame.style.border = 'none'; iFrame.ariaLabel = 'Minecraft privacy iframe'; iFrame.src = PRIVACY_ORIGIN + '/iframe.html'; let messageEventListener; window.optOutPromise = new Promise((resolve, reject) => { messageEventListener = (event) => { if (event.origin === PRIVACY_ORIGIN) { const optOutEventData = event.data?.['3PAdsOptOut']; if (typeof optOutEventData !== 'undefined') { resolve(optOutEventData === '1'); } resolve(false); removeEventListener('message', messageEventListener); iFrame.remove(); }; }; }); addEventListener('message', messageEventListener); document.body.appendChild(iFrame); var appendScript = function (categoryPreferences) { const url = '/etc.clientlibs/minecraft-edu/clientlibs/clientlib-common/resources/scripts/at-minecraft240.js'; window.optOutPromise.then(userHasOptedOut => { if (userHasOptedOut === false && !navigator.globalPrivacyControl && categoryPreferences.Advertising && categoryPreferences.Analytics && categoryPreferences.Required && categoryPreferences.SocialMedia && document.querySelector('script[src="' + url + '"]') === null) { const analyticsScript = document.createElement('script'); analyticsScript.type = "text/javascript"; analyticsScript.src = url; analyticsScript.async = true; document.head.appendChild(analyticsScript); } }); }; var initAdobeTarget = function () { if (window.siteConsent) { appendScript(siteConsent.getConsent()); } else { WcpConsent.onInitCallback(function (categoryPreferences) { appendScript(categoryPreferences); }); } }; //Initial check initAdobeTarget(); //Add event listener window.addEventListener('consentChanged', initAdobeTarget); })(); </script> <script src="/etc.clientlibs/minecraft-edu/clientlibs/clientlib-login.min.102662024111518185700049928871732014385261.js"></script> <link rel="stylesheet" href="/etc.clientlibs/minecraft-edu/clientlibs/clientlib-base.min.102662024111518185700049928871732014385261.css" type="text/css"> <link rel="stylesheet" href="/etc.clientlibs/minecraft-edu/clientlibs/clientlib-dependencies.min.102662024111518185700049928871732014385261.css" type="text/css"> <link rel="stylesheet" href="/etc.clientlibs/minecraft-edu/clientlibs/clientlib-common.min.102662024111518185700049928871732014385261.css" type="text/css"> <link rel="stylesheet" href="/etc.clientlibs/minecraft-edu/clientlibs/clientlib-footer-redesign.min.102662024111518185700049928871732014385261.css" type="text/css"> <link rel="stylesheet" href="/etc.clientlibs/minecraft-edu/clientlibs/clientlib-header.min.102662024111518185700049928871732014385261.css" type="text/css"> <link rel="stylesheet" href="/etc.clientlibs/minecraft-edu/clientlibs/clientlib-site.min.102662024111518185700049928871732014385261.css" type="text/css"> <script>(window.BOOMR_mq=window.BOOMR_mq||[]).push(["addVar",{"rua.upush":"false","rua.cpush":"false","rua.upre":"false","rua.cpre":"false","rua.uprl":"false","rua.cprl":"false","rua.cprf":"false","rua.trans":"","rua.cook":"false","rua.ims":"false","rua.ufprl":"false","rua.cfprl":"false","rua.isuxp":"false","rua.texp":"norulematch","rua.ceh":"false","rua.ueh":"false","rua.ieh.st":"0"}]);</script> <script>!function(e){var n="https://s.go-mpulse.net/boomerang/";if("False"=="True")e.BOOMR_config=e.BOOMR_config||{},e.BOOMR_config.PageParams=e.BOOMR_config.PageParams||{},e.BOOMR_config.PageParams.pci=!0,n="https://s2.go-mpulse.net/boomerang/";if(window.BOOMR_API_key="YD68L-YHDZF-PVGHZ-LX2WV-DJPT2",function(){function e(){if(!o){var e=document.createElement("script");e.id="boomr-scr-as",e.src=window.BOOMR.url,e.async=!0,i.parentNode.appendChild(e),o=!0}}function t(e){o=!0;var n,t,a,r,d=document,O=window;if(window.BOOMR.snippetMethod=e?"if":"i",t=function(e,n){var t=d.createElement("script");t.id=n||"boomr-if-as",t.src=window.BOOMR.url,BOOMR_lstart=(new Date).getTime(),e=e||d.body,e.appendChild(t)},!window.addEventListener&&window.attachEvent&&navigator.userAgent.match(/MSIE [67]\./))return window.BOOMR.snippetMethod="s",void t(i.parentNode,"boomr-async");a=document.createElement("IFRAME"),a.src="about:blank",a.title="",a.role="presentation",a.loading="eager",r=(a.frameElement||a).style,r.width=0,r.height=0,r.border=0,r.display="none",i.parentNode.appendChild(a);try{O=a.contentWindow,d=O.document.open()}catch(_){n=document.domain,a.src="javascript:var d=document.open();d.domain='"+n+"';void(0);",O=a.contentWindow,d=O.document.open()}if(n)d._boomrl=function(){this.domain=n,t()},d.write("<bo"+"dy onload='document._boomrl();'>");else if(O._boomrl=function(){t()},O.addEventListener)O.addEventListener("load",O._boomrl,!1);else if(O.attachEvent)O.attachEvent("onload",O._boomrl);d.close()}function a(e){window.BOOMR_onload=e&&e.timeStamp||(new Date).getTime()}if(!window.BOOMR||!window.BOOMR.version&&!window.BOOMR.snippetExecuted){window.BOOMR=window.BOOMR||{},window.BOOMR.snippetStart=(new Date).getTime(),window.BOOMR.snippetExecuted=!0,window.BOOMR.snippetVersion=12,window.BOOMR.url=n+"YD68L-YHDZF-PVGHZ-LX2WV-DJPT2";var i=document.currentScript||document.getElementsByTagName("script")[0],o=!1,r=document.createElement("link");if(r.relList&&"function"==typeof r.relList.supports&&r.relList.supports("preload")&&"as"in r)window.BOOMR.snippetMethod="p",r.href=window.BOOMR.url,r.rel="preload",r.as="script",r.addEventListener("load",e),r.addEventListener("error",function(){t(!0)}),setTimeout(function(){if(!o)t(!0)},3e3),BOOMR_lstart=(new Date).getTime(),i.parentNode.appendChild(r);else t(!1);if(window.addEventListener)window.addEventListener("load",a,!1);else if(window.attachEvent)window.attachEvent("onload",a)}}(),"".length>0)if(e&&"performance"in e&&e.performance&&"function"==typeof e.performance.setResourceTimingBufferSize)e.performance.setResourceTimingBufferSize();!function(){if(BOOMR=e.BOOMR||{},BOOMR.plugins=BOOMR.plugins||{},!BOOMR.plugins.AK){var n=""=="true"?1:0,t="",a="bdpnbevydn5uqz2gynbq-f-0f7691f1c-clientnsv4-s.akamaihd.net",i="false"=="true"?2:1,o={"ak.v":"39","ak.cp":"1053461","ak.ai":parseInt("649538",10),"ak.ol":"0","ak.cr":0,"ak.ipv":4,"ak.proto":"http/1.1","ak.rid":"16a8a9fd","ak.r":41571,"ak.a2":n,"ak.m":"dscr","ak.n":"ff","ak.bpcip":"8.222.208.0","ak.cport":47140,"ak.gh":"184.27.123.68","ak.quicv":"","ak.tlsv":"tls1.2","ak.0rtt":"","ak.0rtt.ed":"","ak.csrc":"-","ak.acc":"bbr","ak.t":"1732690755","ak.ak":"hOBiQwZUYzCg5VSAfCLimQ==JZVX1mwr8Hl5v5Vuxi4Ry8KB82Q+VZXKdVgQhDVnwNghaPH/Et9YvAqI3mdT9TDYClVP0nOdGqaUJtORjH/dNee1j6Fiuw3e6oc0qlesm7Q6PhD9+ORNjagh/5SZSKuykAfBQSCs8fS2d3BK52Kpxtv3CNQ7Ikz94Z1tzDVn17Agtq96f6bmpL1LANbhiQU9mO9VoClVBoG10hf2jtMIqm97APy4ZrrI1JhycWV2fctua0Nd0yDSntr8+z7BFultWrMWrjI9Md+xQcMzeBa1+HJU3xPUMZ21lma5hfrnDC1Tux5am4NvhiAfRKgcT7fxSo4K2pIq+eMcB51nHgdsk95cEYSOwOavNKo4Hh7WomlK1OGyofBKO6/BWWDzX4ARbQf7O/ZjmJJDdueWwmTG01LDBNBmyW5WOyBFShvyo9k=","ak.pv":"100","ak.dpoabenc":"","ak.tf":i};if(""!==t)o["ak.ruds"]=t;var r={i:!1,av:function(n){var t="http.initiator";if(n&&(!n[t]||"spa_hard"===n[t]))o["ak.feo"]=void 0!==e.aFeoApplied?1:0,BOOMR.addVar(o)},rv:function(){var e=["ak.bpcip","ak.cport","ak.cr","ak.csrc","ak.gh","ak.ipv","ak.m","ak.n","ak.ol","ak.proto","ak.quicv","ak.tlsv","ak.0rtt","ak.0rtt.ed","ak.r","ak.acc","ak.t","ak.tf"];BOOMR.removeVar(e)}};BOOMR.plugins.AK={akVars:o,akDNSPreFetchDomain:a,init:function(){if(!r.i){var e=BOOMR.subscribe;e("before_beacon",r.av,null,null),e("onbeacon",r.rv,null,null),r.i=!0}return this},is_complete:function(){return!0}}}}()}(window);</script></head> <body class="page basicpage" id="page-c471559153"> <div class="root responsivegrid"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="experiencefragment aem-GridColumn aem-GridColumn--default--12"><div id="experiencefragment-b974eb4bfc" class="cmp-experiencefragment cmp-experiencefragment--header"> <div id="container-72837d9e69" class="cmp-container"> <div class="edu-header"> <script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.4.0.min.js" integrity="sha512-Pa4Jto+LuCGBHy2/POQEbTh0reuoiEXQWXGn8S7aRlhcwpVkO8+4uoZVSOqUjdCsE+77oygfu2Tl+7qGHGIWsw==" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha512-5WvZa4N7Jq3TVNCp4rjcBMlc6pT3lZ7gVxjtI6IkKW+uItSa+rFgtFljvZnCxQGj8SUX5DHraKE6Mn/4smK1Cg==" crossorigin="anonymous"></script> <script src="https://ajax.aspnetcdn.com/ajax/bootstrap/4.3.1/bootstrap.min.js" integrity="sha512-Ah5hWYPzDsVHf9i2EejFBFrG2ZAPmpu4ZJtW4MfSgpZacn+M9QHDt+Hd/wL1tEkk1UgbzqepJr6KnhZjFKB+0A==" crossorigin="anonymous"></script> <div id="cookie-banner"></div> <header> <a class="mc-skip-to-main x-hidden-focus" tabindex="0" href='#main-content' id="skip-content">Skip to main content</a> <!-- Utility Message Bar --> <div class="header-container-menu-desktop"> <div data-aem-item="Global Navigation" class="header-top-bar institutional-color-background"> <div class="flex-c-m h-full"> <div class="header-right-top-bar flex-w h-full"> <form id="header-searchForm" role="search" method="get" class="searchForm" action="/en-us/search"> <input type="text" name="search" autocomplete="off" class="form-control header-TextBox fs-15 n-font grey-color institutional-fade-bgColor" id="top_search" aria-label="Search" aria-describedby="inputSuccess2Status" value="" placeholder="Search for lessons, trainings, and articles"/> <input type="submit" class="button button-secondary flexChildTwo" value="Search" title="Search" data-bi-id="n1c1c1c2m1r1a1"/> <span class="form-clear d-none" tabindex="0" title="Close Search" aria-label="Close Search" role="button"></span> </form> <a data-aem-contentname="Support" href="https://aka.ms/meesupport" aria-label="Support for Minecraft Education" class="flex-c-m trans-04 fs-15 lh-18 nb-font white"> Support </a> <a data-aem-contentname="Blog" href="/en-us/blog" aria-label="Blog for Minecraft Education" class="flex-c-m trans-04 fs-15 lh-18 nb-font white"> Blog </a> <div class="signedin-wrapper"> <button class="signedin-menu float-right green-background" style="display:none" type="button" aria-expanded="false" id="edu-header-signed-in-menu"> <div class="header-signin-info" aria-label="Profile Details" data-aem-contentname="Profile Details"> <svg class="svg-profile" width="35" height="40" viewBox="0 0 560 645" xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" version="1.1"> <g> <clipPath id="hexagonal-mask"> <polygon points="270,0 0,160 0,485 270,645 560,485 560,160"/> </clipPath> </g> <image clip-path="url(#hexagonal-mask)" x="0" y="0" class="prof-img" width="115%" xlink:href="/etc.clientlibs/minecraft-edu/clientlibs/clientlib-common/resources/images/hoc/hexagon-blue.svg"/> </svg> <span><span class="user-name"></span></span> </span> <svg xmlns="http://www.w3.org/2000/svg" class="drop-arrow" width="18" height="8.138" viewBox="0 0 18 8.138"> <path fill="none" stroke="#fff" stroke-width="2px" d="M177.651 41.17l-8.414 6.094-8.414-6.094" transform="rotate(180 89.119 24.249)"/> </svg> </div> </button> <div class="dropdown-profile-menu green-background"> <a href="/en-us/login/my-classroom" role="link" aria-label="MY classroom" data-aem-contentname="MY CLASSROOM">MY CLASSROOM</a> <a href="/en-us/login/view-profile" role="link" aria-label="My Profile" data-aem-contentname="My Profile">My Profile</a> <a href="/en-us/login/my-resources" role="link" aria-label="My Resources" data-aem-contentname="My Resources">My Resources</a> <a class="edu-logout-button" href="#" role="link" aria-label="SIGN OUT" data-aem-contentname="SIGN OUT">SIGN OUT</a> </div> </div> <a data-aem-contentname="Sign In" href="/api/edu/login" style="display:none" class="signin-icon-link flex-c-m trans-04 fs-15 lh-18 nb-font white"> Sign In <span> <div class="header-UserIcon"></div> </span> </a> </div> </div> </div> <div data-aem-item="Primary Navigation" class="header-wrap-menu-desktop white-background"> <nav class="header-limiter-menu-desktop container"> <div class="col-md-4 header-LogoSection p-0"> <a data-aem-contentname="Minecraft Logo" href="/en-us" class="header-EducationLogo" aria-label="Minecraft Education"> <img src="/content/dam/education-edition/logos/education-minecraft-logo.png" alt="Minecraft Education logo" aria-hidden="true"/> </a> </div> <div class="col-md-5 header-MegaMenu p-0"> <div class="header-MenuDesktop"> <ul class="header-MainMenu"> <li class="explore-dropdown flyout-list-item"> <span id="header-MenuExplore" role="button" tabindex="0" aria-label="how it works" class="fs-16 nb-font lh-20 grey-color text-center text-uppercase" data-aem-contentname="how it works">how it works <img src="/content/dam/education-edition/resources/images/edu-header/down-arrow.svg" class="explore-img" alt="down-arrow" aria-hidden="true"/> </span> <div class="header-SubMenu white-background"> <div class="header-SubmenuContent"> <div class="col-md-4 max-w-30 col-1-menu float-lg-left discover-hover"> <h2 class="header-SubmenuHeading-1 fs-30 t-font lh-10 text-left"> <span class="grey-color">Get Started</span> </h2> <ul> <li><a class="fs-20 nb-font lh-15 text-left grey-color" data-aem-contentname="Impact" href="/en-us/discover/impact" aria-label="Impact">Impact</a> </li> <li><a class="fs-20 nb-font lh-15 text-left grey-color" data-aem-contentname="Download" href="/en-us/get-started/download" aria-label="download Minecraft Education">Download</a> </li> <li><a class="fs-20 nb-font lh-15 text-left grey-color" data-aem-contentname="How to Buy" href="/en-us/licensing" aria-label="How to Buy Minecraft Education">How to Buy</a> </li> </ul> </div> <div class="col-md-4 max-w-30 col-2-menu float-lg-left left-border getstart-hover"> <h2 class="header-SubmenuHeading-1 fs-30 t-font lh-10 text-left"> <span class="grey-color">Audiences</span> </h2> <ul> <li><a class="fs-20 nb-font lh-15 text-left grey-color" data-aem-contentname="School Leaders" href="/en-us/get-started/school-leaders" aria-label="School Leaders on Minecraft Education">School Leaders</a> </li> <li><a class="fs-20 nb-font lh-15 text-left grey-color" data-aem-contentname="Educators" href="/en-us/get-started/educators" aria-label="educators on Minecraft Education">Educators</a> </li> <li><a class="fs-20 nb-font lh-15 text-left grey-color" data-aem-contentname="IT Admins" href="/en-us/get-started/it-admins" aria-label="IT Admins for Minecraft Education">IT Admins</a> </li> <li><a class="fs-20 nb-font lh-15 text-left grey-color" data-aem-contentname="Parents" href="/en-us/get-started/parents" aria-label="parents on Minecraft Education">Parents</a> </li> <li><a class="fs-20 nb-font lh-15 text-left grey-color" data-aem-contentname="Camps and Clubs" href="/en-us/get-started/camps-and-clubs" aria-label="camps and clubs for Minecraft Education">Camps and Clubs</a> </li> <li><a class="fs-20 nb-font lh-15 text-left grey-color" data-aem-contentname="Partners" href="/en-us/get-started/partners" aria-label="Partners">Partners</a> </li> </ul> </div> <div class="col-md-4 col-3-menu max-w-40 getstart-fade-bgColor float-lg-left p-0 header-MenuBlock"> <div class="header-InnerContent"> <div class="col-md-6 float-lg-left"> <div class="header-ExploreImage-block"> <img src="/content/dam/education-edition/icons/MEE-icon-header-v1.png" alt=""/> </div> </div> <div class="col-md-6 float-lg-left"> <h2 class="header-SubmenuHeading-2 fs-14 nb-font text-left grey-color"> NOW AVAILABLE FOR MOBILE </h2> <a role="link" data-aem-contentname="Download" href="/en-us/get-started/download" class="btn edu-button red" aria-label="Download Minecraft Education"> <span>Download</span> <span class="line"></span> </a> </div> </div> </div> </div> </div> </li> <li class="teach-dropdown flyout-list-item"> <span id="header-MenuTeach" role="button" tabindex="0" aria-label="Teach with Minecraft" class="fs-16 nb-font lh-20 grey-color text-center text-uppercase" data-aem-contentname="Teach with Minecraft">Teach with Minecraft <img src="/content/dam/education-edition/resources/images/edu-header/down-arrow.svg" class="teach-img" alt="down-arrow" aria-hidden="true"/> </span> <div class="header-SubMenu white-background"> <div class="header-SubmenuContent"> <div class="col-md-4 max-w-30 col-1-menu float-lg-left resource-hover"> <h2 class="header-SubmenuHeading-1 fs-30 t-font lh-10 text-left"> <span class="grey-color">Resources</span> </h2> <ul> <li><a class="fs-20 nb-font lh-15 text-left grey-color" data-aem-contentname="Lesson Library" href="/en-us/resources/explore-lessons" aria-label="explore lessons for Minecraft Education">Lesson Library</a> </li> <li><a class="fs-20 nb-font lh-15 text-left grey-color" data-aem-contentname="Build Challenges" href="/en-us/resources/classroom-build-challenge" aria-label="Build Challenges">Build Challenges</a> </li> <li><a class="fs-20 nb-font lh-15 text-left grey-color" data-aem-contentname="AI" href="/en-us/discover/ai" aria-label="AI on Minecraft Education">AI</a> </li> <li><a class="fs-20 nb-font lh-15 text-left grey-color" data-aem-contentname="Cyber" href="/en-us/discover/cyber-and-digital-safety" aria-label="Cyber">Cyber</a> </li> <li><a class="fs-20 nb-font lh-15 text-left grey-color" data-aem-contentname="Computer Science" href="/en-us/resources/computer-science" aria-label="Computer Science">Computer Science</a> </li> <li><a class="fs-20 nb-font lh-15 text-left grey-color" data-aem-contentname="Esports" href="/en-us/resources/esports" aria-label="esports on Minecraft Education">Esports</a> </li> </ul> </div> <div class="col-md-4 max-w-30 col-2-menu float-lg-left left-border connect-hover"> <h2 class="header-SubmenuHeading-1 fs-30 t-font lh-10 text-left"> <span class="grey-color">Professional Learning</span> </h2> <ul> <li><a class="fs-20 nb-font lh-15 text-left grey-color" data-aem-contentname="Get Trained" href="/en-us/resources/get-trained" aria-label="get trained on Minecraft Education">Get Trained</a> </li> <li><a class="fs-20 nb-font lh-15 text-left grey-color" data-aem-contentname="Events" href="https://aka.ms/meeevents" aria-label="events for Minecraft Education">Events</a> </li> <li><a class="fs-20 nb-font lh-15 text-left grey-color" data-aem-contentname="Community" href="/en-us/community" aria-label="Community for Minecraft Education">Community</a> </li> </ul> </div> <div class="col-md-4 col-3-menu max-w-40 connect-fade-bgColor float-lg-left p-0 header-MenuBlock"> <div class="header-InnerContent"> <div class="col-md-6 float-lg-left"> <h2 class="header-SubmenuHeading-2 fs-14 nb-font text-left grey-color"> Connect in the Teacher's Lounge </h2> <a role="link" data-aem-contentname="Join our Community" href="https://aka.ms/mcteacherslounge" class="btn edu-button orange" aria-label="Join our Community Hub for Minecraft Education"> <span class="">Join our Community</span> <span class="line"></span> </a> </div> <div class="col-md-6 float-lg-left"> <div class="header-TeachImage-block"> <img src="/content/dam/education-edition/icons/Apple-Macbook-Space-Grey.png" alt=""/> </div> </div> </div> </div> </div> </div> </li> </ul> </div> </div> <div class="col-md-1 header-StickyIcons"> <div class="header-sticky-SearchIcon"> <div id="Exp-serach" class="header-ExpandSearch"> <form role="search" method="get" class="searchForm" action="/en-us/search"> <input class="header-TextBox fs-15 n-font grey-color institutional-fade-bgColor header-ExpandInput" placeholder="Search your keyword" type="text" value="" aria-label="Search" data-action="/en-us/search" name="search" id="sticky_search" autocomplete="off"/> <input class="header-ExpandBtn" type="submit" value="" title="Search"/> <div class="header-ExpandIcon"> <span class="form-control-feedback"> <img src="/etc.clientlibs/minecraft-edu/clientlibs/clientlib-common/resources/images/edu-header/search-icon.svg" class="header-SearchIcon-mobile" alt="Search" title="Search" aria-hidden="true"/> </span> </div> <span class="form-clear d-none" tabindex="0" aria-label="clear search" role="button"></span> </form> </div> </div> <div class="signin-icon-link header-sticky-UserIcon"> <a data-aem-contentname="Sign In" href="/api/edu/login" style="display:none"> <img src="/etc.clientlibs/minecraft-edu/clientlibs/clientlib-common/resources/images/edu-header/signin-icon.svg" alt="Sign In logo"/> </a> </div> </div> <div class="col-md-3 header-QuickstartCta text-right"> <a role="link" data-aem-contentname="Download Minecraft" href="/en-us/get-started/download" tabindex="0" aria-label="Download Minecraft Education" class="edu-button red qs-btn"> <span class="button-text-qs">Download Minecraft</span> <svg xmlns="http://www.w3.org/2000/svg" width="23.871" height="27.563" viewBox="0 0 23.871 27.563"> <path id="Path_2211" d="M105 632.7v-13.777l11.935-6.891 11.935 6.891V632.7l-11.935 6.9z" data-name="Path 2211" transform="translate(-105 -612.032)" fill="#fff"/> <path id="Path_2213" fill="#CA3636" d="M 13.383 7.795 L 11.708 9.008 L 14.381 12.699 L 6.065 12.699 L 6.065 14.768 L 14.381 14.768 L 11.708 18.458 L 13.383 19.671 L 17.683 13.733 Z" data-name="Path 2213"/> </svg> <span class="line"></span> </a> </div> </nav> </div> </div> <div class="header-MenuMobile-wrapper white-background"> <div class="header-IconWrapper flex-w flex-r-m"> <div class="header-IconItem cl2 hov-cl1 trans-04 header-modal-SearchIcon-show" role="button" aria-label="search" title="search" tabindex="0"> <img src="/etc.clientlibs/minecraft-edu/clientlibs/clientlib-common/resources/images/edu-header/search-icon.svg" class="header-SearchIcon-mobile" alt="Search" title="Search" aria-hidden="true"/> </div> </div> <div class="header-EduLogo-mobile"> <a data-aem-contentname="Minecraft" href="/en-us"><img src="/content/dam/education-edition/logos/education-minecraft-logo.png" alt="IMG-LOGO"/></a> </div> <div class="header-MenuBtn-show header-hamburger header-hamburger-squeeze" role="button" title="hamburger" aria-label="hamburger" tabindex="0" aria-expanded="false"> <span class="header-hamburger-box"> <span class="header-HamnurgerInner"></span> </span> </div> </div> <div class="header-MenuMobile white-background"> <ul class="header-TopBar-Mobile white-background light"> <li class="dropbtn" id="showprofilemenu"> <a href="#" role="link" aria-label="Profile Details" data-aem-contentname="Profile Details"> <svg title="Profile Details" class="svg-profile" width="35" height="40" viewBox="0 0 560 645" xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" version="1.1"> <g> <clipPath id="hexagonal-mask-mobile"> <polygon points="270,0 0,160 0,485 270,645 560,485 560,160"> </clipPath> </g> <image clip-path="url(#hexagonal-mask-mobile)" x="0" y="0" class="prof-img" width="115%" xlink:href="/etc.clientlibs/minecraft-edu/clientlibs/clientlib-common/resources/images/hoc/hexagon-blue.svg"/> </svg> </a> </li> <li> <a href="/api/edu/login" class="dis-block w-50 mx-auto pr-3 trans-04"> <div class="header-UserIcon-Mobile"></div> </a> </li> <li> <a href="https://educommunity.minecraft.net/hc/en-us" class="dis-block w-50 mx-auto pr-3 trans-04"> <div class="header-SupportIcon"></div> </a> </li> <li> <a href="/en-us/get-started/download" class="dis-block w-50 mx-auto pr-3 trans-04"> <div class="header-BlogIcon"></div> </a> </li> </ul> <ul class="white-background text-uppercase mobilemenu"> <div class=" default-menu header-MainMenu-block"> <li> <a data-aem-contentname="how it works" href="#" class="institutional-color fs-24 lh-13 nb-font">how it works</a> </li> <li class="header-MenuItem"> <button aria-expanded="false"> <span class="grey-color t-font header-subheading-text">Get Started</span> <span class="header-DownArrow"></span> </button> <ul class="header-SubMenu-mobile"> <li><a class="fs-16 nb-font text-left grey-color" data-aem-contentname="Impact" href="/en-us/discover/impact" aria-label="Impact">Impact</a></li> <li><a class="fs-16 nb-font text-left grey-color" data-aem-contentname="Download" href="/en-us/get-started/download" aria-label="download Minecraft Education">Download</a></li> <li><a class="fs-16 nb-font text-left grey-color" data-aem-contentname="How to Buy" href="/en-us/licensing" aria-label="How to Buy Minecraft Education">How to Buy</a></li> </ul> </li> <li class="header-MenuItem"> <button aria-expanded="false"> <span class="grey-color t-font header-subheading-text">Audiences</span> <span class="header-DownArrow"></span> </button> <ul class="header-SubMenu-mobile"> <li><a class="fs-16 nb-font text-left grey-color" data-aem-contentname="School Leaders" href="/en-us/get-started/school-leaders" aria-label="School Leaders on Minecraft Education">School Leaders</a></li> <li><a class="fs-16 nb-font text-left grey-color" data-aem-contentname="Educators" href="/en-us/get-started/educators" aria-label="educators on Minecraft Education">Educators</a></li> <li><a class="fs-16 nb-font text-left grey-color" data-aem-contentname="IT Admins" href="/en-us/get-started/it-admins" aria-label="IT Admins for Minecraft Education">IT Admins</a></li> <li><a class="fs-16 nb-font text-left grey-color" data-aem-contentname="Parents" href="/en-us/get-started/parents" aria-label="parents on Minecraft Education">Parents</a></li> <li><a class="fs-16 nb-font text-left grey-color" data-aem-contentname="Camps and Clubs" href="/en-us/get-started/camps-and-clubs" aria-label="camps and clubs for Minecraft Education">Camps and Clubs</a></li> <li><a class="fs-16 nb-font text-left grey-color" data-aem-contentname="Partners" href="/en-us/get-started/partners" aria-label="Partners">Partners</a></li> </ul> </li> <li> <a href="#" class="institutional-color fs-24 lh-13 nb-font">Teach with Minecraft</a> </li> <li class="header-MenuItem"> <button aria-expanded="false"> <span class="grey-color t-font header-subheading-text">Resources</span> <span class="header-DownArrow"></span> </button> <ul class="header-SubMenu-mobile"> <li><a class="fs-16 nb-font text-left grey-color" data-aem-contentname="Lesson Library" href="/en-us/resources/explore-lessons" aria-label="explore lessons for Minecraft Education">Lesson Library</a></li> <li><a class="fs-16 nb-font text-left grey-color" data-aem-contentname="Build Challenges" href="/en-us/resources/classroom-build-challenge" aria-label="Build Challenges">Build Challenges</a></li> <li><a class="fs-16 nb-font text-left grey-color" data-aem-contentname="AI" href="/en-us/discover/ai" aria-label="AI on Minecraft Education">AI</a></li> <li><a class="fs-16 nb-font text-left grey-color" data-aem-contentname="Cyber" href="/en-us/discover/cyber-and-digital-safety" aria-label="Cyber">Cyber</a></li> <li><a class="fs-16 nb-font text-left grey-color" data-aem-contentname="Computer Science" href="/en-us/resources/computer-science" aria-label="Computer Science">Computer Science</a></li> <li><a class="fs-16 nb-font text-left grey-color" data-aem-contentname="Esports" href="/en-us/resources/esports" aria-label="esports on Minecraft Education">Esports</a></li> </ul> </li> <li class="header-MenuItem"> <button aria-expanded="false"> <span class="grey-color t-font header-subheading-text">Professional Learning</span> <span class="header-DownArrow"></span> </button> <ul class="header-SubMenu-mobile"> <li><a class="fs-16 nb-font text-left grey-color" data-aem-contentname="Get Trained" href="/en-us/resources/get-trained" aria-label="get trained on Minecraft Education">Get Trained</a></li> <li><a class="fs-16 nb-font text-left grey-color" data-aem-contentname="Events" href="https://aka.ms/meeevents" aria-label="events for Minecraft Education">Events</a></li> <li><a class="fs-16 nb-font text-left grey-color" data-aem-contentname="Community" href="/en-us/community" aria-label="Community for Minecraft Education">Community</a></li> </ul> </li> <div class="header-QuickstartCta-Mobile"> <a role="link" data-aem-contentname="Download Minecraft" href="/en-us/get-started/download" tabindex="0" aria-label="Download Minecraft Education" class="edu-button red qs-btn"> <span class="button-text-qs">Download Minecraft</span> <svg xmlns="http://www.w3.org/2000/svg" width="23.871" height="27.563" viewBox="0 0 23.871 27.563"> <path id="Path_2212" d="M105 632.7v-13.777l11.935-6.891 11.935 6.891V632.7l-11.935 6.9z" data-name="Path 2212" transform="translate(-105 -612.032)" fill="#fff"/> <path id="Path_2214" fill="#CA3636" d="M 13.383 7.795 L 11.708 9.008 L 14.381 12.699 L 6.065 12.699 L 6.065 14.768 L 14.381 14.768 L 11.708 18.458 L 13.383 19.671 L 17.683 13.733 Z" data-name="Path 2214"/> </svg> <span class="line"></span> </a> </div> </div> <div class="profile-dropdown-mobile header-MainMenu-block white-background text-uppercase" id="mobilemenu" style="display: none;"> <li class="green-background profile-title"> <a href="#" class="fs-24 lh-13 nb-font white"> <span><span class="user-name"></span> </span> </a> </li> <li> <a href="/en-us/login/my-classroom" role="link" aria-label="MY classroom" data-aem-contentname="MY CLASSROOM" class="grey-color fs-20 lh-16 t-font">MY CLASSROOM</a> </li> <li> <a href="/en-us/login/view-profile" role="link" aria-label="My Profile" data-aem-contentname="My Profile" class="grey-color fs-20 lh-16 t-font">My Profile</a> </li> <li> <a href="/en-us/login/my-resources" role="link" aria-label="My Resources" data-aem-contentname="My Resources" class="grey-color fs-20 lh-16 t-font">My Resources</a> </li> <li> <a class="grey-color fs-20 lh-16 t-font" href="#" role="link" aria-label="SIGN OUT" data-aem-contentname="SIGN OUT">SIGN OUT</a> </li> </div> </ul> </div> <div class="header-ModalSearch trans-04 header-modal-SearchIcon-hide white-background"> <div class="header-SearchContainer"> <form role="search" method="get" class="header-SearchWrapper flex-w" action="/en-us/search"> <input class="" id="search" autocomplete="off" type="text" aria-label="Search" name="search" placeholder="Search for lessons, trainings, and articles"/> <button class="flex-r-m trans-04" aria-label="search bar" title="search bar"> <img src="/etc.clientlibs/minecraft-edu/clientlibs/clientlib-common/resources/images/edu-header/search-icon.svg" class="header-SearchIcon-mobile" alt="Search" title="Search" aria-hidden="true"/> </button> <span class="form-clear d-none" tabindex="0" aria-label="clear search" role="button"></span> </form> <div class="flyout-close-container"> <button class="flyout-close" aria-label="close flyout" role="button">Close Search</button> </div> </div> </div> <div class="react-modal sign_out-modal" id="modal-id" data-counter-value="3" style="display: none;"> <div class="modal-content-outer sign_out-modal_outer"> <div class="modal-content-container how-to-download-modal sign_out-focuable_modal" role="dialog" aria-labelledby="sign_out_session_text" aria-modal="true"> <button class="modal-icon-close sign_out-close" aria-label="Close modal" onclick="closeModal()" type="button"> x <img src="/content/dam/education-edition/resources/images/edu-common/close-hexogon.svg" class="modal-close-hexagon sign_out_close_hexogon" alt="close modal"/> <img src="/content/dam/education-edition/resources/images/edu-common/cross.svg" width="14.31" height="14.31" class="modal-close-x sign_out_close_cross" alt="close modal"/> </button> <div class="how-to-download-modal-inner"> <h2 class="heading4 how-to-download-modal-title green" id="sign_out_modal_title"></h2> <p class="how-to-download-modal-text sign_out-modal-text" role="timer" id="sign_out_timer" aria-live="polite" aria-atomic="true"></p> <p class="how-to-download-modal-text sign_out-modal-text2" id="sign_out_session_text" role="alert"> </p> <div class="modal-footer"> <button class="edu-button green" onclick="closeModal()" type="button" id="sign_out_cancel"> </button> <button class="edu-button green" onclick="extendSession()" type="button" id="sign_out_extend"> </button> </div> <img src="/content/dam/education-edition/resources/images/edu-common/Hexogon.svg" alt="loader" class="loading-hexagon lesson-editor-modal-loading-hexagon sign_out-modal_loader" viewbox="0 0 65.103 75.174"/> </div> </div> </div> </div> </header></div> </div> </div> </div> <div class="container-base aem-GridColumn aem-GridColumn--default--12"> <main class="site-body" id="main-content" data-cmp-is="parallax-container"> <div> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 aem-Grid--phone--12 "> <div class="spacer aem-GridColumn aem-GridColumn--default--12"> <div data-aem-item="Spacer" aria-hidden="true" class="edu-spacer " style="height:0.05em"> </div> </div> <div class="rte aem-GridColumn aem-GridColumn--default--12"> <div class=""> <div class="rte-content px-sm-4 px-lg-5"> <h1 class="sr-only">Welcome to the official site of Minecraft Education</h1> </div> </div> <link rel="stylesheet" href="/etc.clientlibs/granite/ui/components/coral/foundation/components/clientlibs/components.min.css" type="text/css"> <link rel="stylesheet" href="/etc.clientlibs/granite/ui/components/coral/foundation/clientlibs/foundation.min.css" type="text/css"> <link rel="stylesheet" href="/etc.clientlibs/cq/graphql/sites/graphiql/clientlibs/coralui3.min.css" type="text/css"> <link rel="stylesheet" href="/etc.clientlibs/clientlibs/granite/coralui3.min.css" type="text/css"> <link rel="stylesheet" href="/etc.clientlibs/minecraft-edu/components/edu-common/rte/clientlibs.min.102662024111518185700049928871732014385261.css" type="text/css"> <link rel="stylesheet" href="/etc.clientlibs/minecraft-edu/clientlibs/clientlib-rte.min.102662024111518185700049928871732014385261.css" type="text/css"> </div> <div class="hero-carousel aem-GridColumn--phone--none aem-GridColumn--phone--11 aem-GridColumn aem-GridColumn--offset--phone--1 aem-GridColumn--default--12"> <div data-slider-count="6" class="hero-carousel-root" data-cmp-is="hero-carousel" data-aem-item="Hero Carousel" data-autoplay-delay="2"> <div data-cmp-is="carousel-slide" data-cmp-slide="0" data-slide-image="/content/dam/education-edition/key-art/MCEDU_HourOfCode24_Carousel_2315x1244.jpg" data-slide-color="red" data-slide-title="New Hour of code: save the show!" data-slide-pre-title="Computer Science" data-slide-text="Teach coding to anyone with this epic creative coding tutorial." data-slide-icon="/content/dam/education-edition/logos/subject-computer-science.png" data-slide-cta-label="Get started" data-slide-cta-url="https://aka.ms/hourofcode" data-slide-cta-aria="Get started with Hour of Code"> </div> <div data-cmp-is="carousel-slide" data-cmp-slide="1" data-slide-image="/content/dam/education-edition/key-art/MCEDU_JWSTChallenge_Carousel_2315x12441.jpg" data-slide-color="red" data-slide-title="Explore the wonders of space with NASA" data-slide-pre-title="Science" data-slide-text="Inspire future astronomers with this cosmic adventure" data-slide-icon="/content/dam/education-edition/logos/subject-science.png" data-slide-cta-label="Challenge awaits" data-slide-cta-url="https://aka.ms/jameswebb" data-slide-cta-aria="Challenge awaits in James webb"> </div> <div data-cmp-is="carousel-slide" data-cmp-slide="2" data-slide-image="/content/dam/education-edition/key-art/MCEDU_FantasticFairgrounds_SafeZone_2315x1244-v1.png" data-slide-color="red" data-slide-title="Build AI Skills with Minecraft" data-slide-pre-title="AI" data-slide-text="Explore AI with new resources for teachers and families" data-slide-icon="/content/dam/education-edition/logos/subject-computer-science.png" data-slide-cta-label="Get started" data-slide-cta-url="https://aka.ms/minecraftAI" data-slide-cta-aria="Get started with Minecraft AI"> </div> <div data-cmp-is="carousel-slide" data-cmp-slide="3" data-slide-image="/content/dam/education-edition/key-art/MinecraftEDU_GamecodeDLC_SplashArt_HomepageCarousel_NoLogo_2315x1244_02.jpg" data-slide-color="red" data-slide-title="Teach coding through game design" data-slide-pre-title="Computer Science" data-slide-text="Engage students by creating mini arcade games with GameCode" data-slide-icon="/content/dam/education-edition/logos/subject-computer-science.png" data-slide-cta-label="Get resources" data-slide-cta-url="https://aka.ms/gamecode" data-slide-cta-aria="Get resources about Gamecode"> </div> <div data-cmp-is="carousel-slide" data-cmp-slide="4" data-slide-image="/content/dam/education-edition/key-art/CyberSafe-2315x1244.png" data-slide-color="red" data-slide-title="TEACH LEARNERS HOW TO BE SAFE ONLINE" data-slide-pre-title="DIGITAL CITIZENSHIP" data-slide-text="In CyberSafe: Good Game, explore strategies for safe, healthy online gaming" data-slide-icon="/content/dam/education-edition/logos/subject-digital-citizenship.png" data-slide-cta-label="Play now" data-slide-cta-url="https://aka.ms/goodgameblog" data-slide-cta-aria="Play now to learn how to have a good game"> </div> <div data-cmp-is="carousel-slide" data-cmp-slide="5" data-slide-image="/content/dam/education-edition/key-art/Frozen_planet_2315x1244.jpg" data-slide-color="red" data-slide-title="Experience the balance of survival" data-slide-pre-title="Spark learning" data-slide-text="Step into a wondrous new world of wild animals and biomes in Planet Earth III DLC" data-slide-icon="/content/dam/education-edition/logos/ESicon160x160.png" data-slide-cta-label="Animal kingdom awaits " data-slide-cta-url="https://aka.ms/planetearth3" data-slide-cta-aria="Animal kingdom awaits in Planet Earth III"> </div> <div data-cmp-is="carousel-aria" data-dots-aria="Switch to slide #" data-pause-aria="Pause autoplay" data-play-aria="Resume autoplay" data-left-aria="Previous Slide" data-right-aria="Next Slide" data-skip-navigation-aria="Skip Hero Carousel" data-skip-navigation-text="Skip Carousel"> </div> </div> </div> <div class="spacer aem-GridColumn aem-GridColumn--default--12"> <div data-aem-item="Spacer" aria-hidden="true" class="edu-spacer " style="height:2em"> </div> </div> <div class="section-container aem-GridColumn aem-GridColumn--default--12"> <section data-aem-item="Section Container" class="section-container-wrapper "> <div class="section-container"> <div class="section-container-basic-container white-background " style="min-height: px;"> <div class="grid-container"> <div class="section-container-basic-container-inner" style="min-height: px;"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="spacer aem-GridColumn aem-GridColumn--default--12"> <div data-aem-item="Spacer" aria-hidden="true" class="edu-spacer " style="height:4em"> </div> </div> <div class="rte aem-GridColumn aem-GridColumn--default--12"> <div class=""> <div class="rte-content px-sm-4 px-lg-5"> <h2 class="align-center title">Find What You Need</h2> <p class="align-center"><span class="edu-para">Anyone can teach and learn with Minecraft Education!</span><br /> <span class="edu-para">Start your journey here. </span></p> </div> </div> </div> </div> </div> </div> </div> </div> </section> <link rel="stylesheet" href="/etc.clientlibs/minecraft-edu/components/section-container/clientlibs/section-container.min.102662024111518185700049928871732014385261.css" type="text/css"> <script src="/etc.clientlibs/minecraft-edu/components/section-container/clientlibs/section-container.min.102662024111518185700049928871732014385261.js"></script> </div> <div class="section-container aem-GridColumn aem-GridColumn--default--12"> <section data-aem-item="Section Container" class="section-container-wrapper "> <div class="section-container"> <div class="section-container-basic-container white-background " style="min-height: px;"> <div class="grid-container"> <div class="section-container-basic-container-inner" style="min-height: px;"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="homepage-section-teaser aem-GridColumn aem-GridColumn--default--12"> <div data-aem-item="HomePage Section Teaser" class="h-sec-teaser card-container m-auto"> <div id="accordion"> <div class=" sec-teaser-container m-auto"> <div class="col-6 col-lg-6 col-md-12 col-sm-12 d-flex"> <div class="card purple-background light card-box"> <div class="card-header teaser-header purple-background desktop-mode"> <h3 data-aem-contentname="Discover" class="card-link accordion-toggle white">Discover</h3> </div> <h3 class="card-header teaser-header purple-background mobile-mode"> <button data-aem-contentname="Discover" class="card-link accordion-toggle white" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne" type="button">Discover</button> </h3> <div id="collapseOne" class="collapse show" data-parent="#accordion"> <div class="card-body card-teaser-details card-text grey dark"> <p>What is Minecraft? Why all the blocks? How can a game support learning? Explore the basics of Minecraft Education.</p> <div class="teaser-btn-img"> <a data-aem-contentname="Learn More" href="/discover/what-is-minecraft" class="edu-button purple btn-pad" aria-label="Learn More to discover Minecraft Education">Learn More</a> <img src="/content/dam/education-edition/logos/inventory-map.png" class="c-bottom-icon" role="img" alt="discover icon"/> </div> </div> </div> </div> </div> <div class="col-6 col-lg-6 col-md-12 col-sm-12 d-flex"> <div class="card red-background light card-box"> <div class="card-header teaser-header red-background desktop-mode"> <h3 data-aem-contentname="Get Started" class="collapsed card-link accordion-toggle white">Get Started</h3> </div> <h3 class="card-header teaser-header red-background mobile-mode"> <button data-aem-contentname="Get Started" class="collapsed card-link accordion-toggle white" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo" type="button">Get Started</button> </h3> <div id="collapseTwo" class="collapse" data-parent="#accordion"> <div class="card-body card-teaser-details card-text grey dark"> <p>Learn how to download and use Minecraft Education in your home, school, or organization.</p> <div class="teaser-btn-img"> <a data-aem-contentname="Learn More" href="/get-started" class="edu-button red btn-pad" aria-label="Learn more about getting started with Minecraft Education">Learn More</a> <img src="/content/dam/education-edition/logos/inventory-iron-pickaxe.png" class="c-bottom-icon" role="img" alt="get started icon"/> </div> </div> </div> </div> </div> <div class="col-6 col-lg-6 col-md-12 col-sm-12 d-flex"> <div class="card blue-background light card-box"> <div class="card-header teaser-header blue-background desktop-mode"> <h3 data-aem-contentname="Resources" class="collapsed card-link accordion-toggle white">Resources</h3> </div> <h3 class="card-header teaser-header blue-background mobile-mode"> <button data-aem-contentname="Resources" class="collapsed card-link accordion-toggle white" data-toggle="collapse" data-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree" type="button">Resources</button> </h3> <div id="collapseThree" class="collapse" data-parent="#accordion"> <div class="card-body card-teaser-details card-text grey dark"> <p>Explore 500+ lessons, immersive worlds, challenges, and curriculum all at your fingertips.</p> <div class="teaser-btn-img"> <a data-aem-contentname="Learn More" href="/resources" class="edu-button blue btn-pad" aria-label="Learn more about finding resources with Minecraft Education">Learn More</a> <img src="/content/dam/education-edition/logos/inventory-knowledge-book.png" class="c-bottom-icon" role="img" alt="resources icon"/> </div> </div> </div> </div> </div> <div class="col-6 col-lg-6 col-md-12 col-sm-12 d-flex"> <div class="card orange-background light card-box"> <div class="card-header teaser-header orange-background desktop-mode"> <h3 data-aem-contentname="Connect" class="collapsed card-link accordion-toggle white">Connect</h3> </div> <h3 class="card-header teaser-header orange-background mobile-mode"> <button data-aem-contentname="Connect" class="collapsed card-link accordion-toggle white" data-toggle="collapse" data-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour" type="button">Connect</button> </h3> <div id="collapseFour" class="collapse" data-parent="#accordion"> <div class="card-body card-teaser-details card-text grey dark"> <p>Join our global community of educators, share knowledge, and learn from others.</p> <div class="teaser-btn-img"> <a data-aem-contentname="Learn More" href="/connect" class="edu-button orange btn-pad" aria-label="Learn more to connect with our community using Minecraft Education">Learn More</a> <img src="/content/dam/education-edition/logos/inventory-apple.png" class="c-bottom-icon" role="img" alt="connect icon"/> </div> </div> </div> </div> </div> </div> </div> </div> <link rel="stylesheet" href="/etc.clientlibs/minecraft-edu/components/homepage-section-teaser/clientlibs/section-teaser.min.102662024111518185700049928871732014385261.css" type="text/css"> <script src="/etc.clientlibs/minecraft-edu/components/homepage-section-teaser/clientlibs/section-teaser.min.102662024111518185700049928871732014385261.js"></script> </div> </div> </div> </div> </div> </div> </section> </div> <div class="section-container aem-GridColumn aem-GridColumn--default--12"> <section data-aem-item="Section Container" class="section-container-wrapper "> <div class="section-container"> <div class="section-container-basic-container white-background " style="min-height: px;"> <div class="grid-container"> <div class="section-container-basic-container-inner" style="min-height: px;"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="image-banner aem-GridColumn aem-GridColumn--default--12"><section data-aem-item="Image Banner" data-cmp-is="image-banner" class="image-banner-wrapper" data-aria-label="Kids using Minecraft Education in a classroom" data-desktop-height="700" data-tablet-height="500" data-mobile-height="300" data-desktop-path="/content/dam/education-edition/photography/homepage-banner-1-desktop.jpg" data-tablet-path="/content/dam/education-edition/photography/homepage-banner-1-tablet.jpg" data-mobile-path="/content/dam/education-edition/photography/homepage-banner-1-mobile.jpg"> </section></div> </div> </div> </div> </div> </div> </section> </div> <div class="section-container aem-GridColumn aem-GridColumn--default--12"> <section data-aem-item="Section Container" class="section-container-wrapper "> <div class="section-container"> <div class="section-container-basic-container white-background " style="min-height: px;"> <div class="grid-container"> <div class="section-container-basic-container-inner" style="min-height: px;"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="spacer aem-GridColumn aem-GridColumn--default--12"> <div data-aem-item="Spacer" aria-hidden="true" class="edu-spacer " style="height:2em"> </div> </div> <div class="rte aem-GridColumn aem-GridColumn--default--12"> <div class=""> <div class="rte-content px-sm-4 px-lg-5"> <p class="align-center body-upper"><span class="purple"><b>Discover</b></span></p> <h2 class="align-center title">Stories from the Classroom</h2> <p class="align-center body">See how schools are using Minecraft Education to transform the learning experience.</p> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> <div class="section-container aem-GridColumn aem-GridColumn--default--12"> <section data-aem-item="Section Container" class="section-container-wrapper "> <div class="section-container"> <div class="section-container-basic-container white-background " style="min-height: px;"> <div class="grid-container"> <div class="section-container-basic-container-inner" style="min-height: px;"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="stacking-card aem-GridColumn aem-GridColumn--default--12"> <div data-aem-item="Stacking Card" class="stacking-cards-container m-auto"> <a class="stacking-cards-button-wrapper col-4 col-xl-6 col-md-12" href="/blog/new-study-understanding-the-impact-of-minecraft-in-the-math-classroom" role="link"> <div class="stacking-cards green-background"> <img class="stacking-cards-image" src="/content/dam/education-edition/screenshots/MC-EDU_Blog-Image_Impact-of-Minecraft-in-the-Math-Classroom_800x600.jpg" alt="Minecraft Math classroom lesson screenshot"/> <div class="card-body card-details"> <h3 class="heading4 card-title"> Minecraft in the Math Classroom </h3> <p> Learn about the benefits of using Minecraft to teach math. </p> <div class="card-icon"> <?xml version="1.0" encoding="utf-8" ?> <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38 43" width="38" height="43"> <path class="white-fill " d="M0 32.25L0 10.75L18.62 0L37.24 10.75L37.24 32.25L18.62 43L0 32.25Z"/> <path class="hex-arrow grey-fill dark { f" d="M20.22 29.66L26.26 21.33L20.22 13L18.58 14.19L23.01 20.31L10 20.31L10 22.35L23.01 22.35L18.58 28.47L20.22 29.66Z"/> </svg> </div> </div> </div> </a> <a class="stacking-cards-button-wrapper col-4 col-xl-6 col-md-12" href="/resources/learn-maori" role="link"> <div class="stacking-cards green-background"> <div class="stacking-cards-image-video-container"> <img class="stacking-cards-image" src="/content/dam/education-edition/screenshots/MC-EDU_Blog-Image_Indiginous-and-Traditional-Knowledge_800x600.jpg" alt="Minecraft Culture and Indentity lesson screenshot"/> <div class="video-player-attach-root" data-cmp-is="video-player" data-video-url="https://youtu.be/W3wmzvI3GFY" data-aria="check video for story 2"></div> </div> <div class="card-body card-details"> <h3 class="heading4 card-title"> Indigenous Students Envision a Different World </h3> <p> Celebrating culture and identity in Minecraft. </p> <div class="card-icon"> <?xml version="1.0" encoding="utf-8" ?> <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38 43" width="38" height="43"> <path class="white-fill " d="M0 32.25L0 10.75L18.62 0L37.24 10.75L37.24 32.25L18.62 43L0 32.25Z"/> <path class="hex-arrow grey-fill dark { f" d="M20.22 29.66L26.26 21.33L20.22 13L18.58 14.19L23.01 20.31L10 20.31L10 22.35L23.01 22.35L18.58 28.47L20.22 29.66Z"/> </svg> </div> </div> </div> </a> <a class="stacking-cards-button-wrapper col-4 col-xl-6 col-md-12" href="/blog/unlocking-leadership-with-minecraft-student-ambassadors-at-atlanta-public-schools" role="link"> <div class="stacking-cards green-background"> <img class="stacking-cards-image" src="/content/dam/education-edition/screenshots/MC-EDU_Blog-Image_Atlanta-Student-Ambassadors_800x600.jpg" alt="Minecraft Student Ambassador program screenshot"/> <div class="card-body card-details"> <h3 class="heading4 card-title"> Unlocking Leadership with Minecraft </h3> <p> Empowering students to co-learn and co-teach through a Minecraft Student Ambassador program. </p> <div class="card-icon"> <?xml version="1.0" encoding="utf-8" ?> <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38 43" width="38" height="43"> <path class="white-fill " d="M0 32.25L0 10.75L18.62 0L37.24 10.75L37.24 32.25L18.62 43L0 32.25Z"/> <path class="hex-arrow grey-fill dark { f" d="M20.22 29.66L26.26 21.33L20.22 13L18.58 14.19L23.01 20.31L10 20.31L10 22.35L23.01 22.35L18.58 28.47L20.22 29.66Z"/> </svg> </div> </div> </div> </a> </div> <link rel="stylesheet" href="/etc.clientlibs/minecraft-edu/components/stacking-card/clientlibs/stacking-card.min.102662024111518185700049928871732014385261.css" type="text/css"> </div> <div class="edu-button button aem-GridColumn aem-GridColumn--default--12"> <link rel="stylesheet" href="/etc.clientlibs/minecraft-edu/components/edu-button/clientlib-button.min.102662024111518185700049928871732014385261.css" type="text/css"> <div class="button-wrapper center px-sm-4 px-lg-5"> <a data-aem-contentname="View More" class="edu-button green" href="/blog" target="_self" rel="noopener noreferrer" aria-label="View more class room stories"> View More </a> </div></div> <div class="spacer aem-GridColumn aem-GridColumn--default--12"> <div data-aem-item="Spacer" aria-hidden="true" class="edu-spacer " style="height:6em"> </div> </div> </div> </div> </div> </div> </div> </section> </div> <div class="section-container aem-GridColumn aem-GridColumn--default--12"> <section data-aem-item="Section Container" class="section-container-wrapper "> <div class="section-container"> <div class="section-container-basic-container white-background " style="min-height: px;"> <div class="grid-container"> <div class="section-container-basic-container-inner" style="min-height: px;"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="spacer aem-GridColumn aem-GridColumn--default--12"> <div data-aem-item="Spacer" aria-hidden="true" class="edu-spacer " style="height:5em"> </div> </div> <div class="image-banner aem-GridColumn aem-GridColumn--default--12"><section data-aem-item="Image Banner" data-cmp-is="image-banner" class="image-banner-wrapper" data-aria-label="Students using Minecraft Education on laptops" data-desktop-height="762" data-tablet-height="700" data-mobile-height="550" data-desktop-path="/content/dam/education-edition/photography/homepage_hero_2_16x9_2x.jpg" data-tablet-path="/content/dam/education-edition/photography/homepage_hero_2_16x9_1x.jpg" data-mobile-path="/content/dam/education-edition/photography/homepage_hero_2_16x9_1x.jpg"> </section></div> <div class="spacer aem-GridColumn aem-GridColumn--default--12"> <div data-aem-item="Spacer" aria-hidden="true" class="edu-spacer " style="height:3em"> </div> </div> </div> </div> </div> </div> </div> </section> </div> <div class="spacer aem-GridColumn aem-GridColumn--default--12"> <div data-aem-item="Spacer" aria-hidden="true" class="edu-spacer " style="height:1.5em"> </div> </div> <div class="section-container aem-GridColumn aem-GridColumn--default--12"> <section data-aem-item="Section Container" class="section-container-wrapper "> <div class="section-container"> <div class="section-container-basic-container white-background " style="min-height: px;"> <div class="grid-container"> <div class="section-container-parallax-image-wrapper section-container-parallax-position-top"> <div class="section-container-parallax-image-inner col-10 offset-1 m-auto"> <img class="section-container-parallax-image section-container-parallax-position-center" alt=""/> </div> </div> <div class="section-container-basic-container-inner" style="min-height: px;"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="section-container aem-GridColumn aem-GridColumn--default--12"> <section data-aem-item="Section Container" class="section-container-wrapper "> <div class="section-container"> <div class="section-container-basic-container white-background " style="min-height: px;"> <div class="grid-container"> <div class="section-container-basic-container-inner" style="min-height: px;"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="rte aem-GridColumn aem-GridColumn--default--12"> <div class=""> <div class="rte-content px-sm-4 px-lg-5"> <p class="align-center body-upper"><span class="blue"><b>Resources</b></span></p> <h2 class="align-center title">Featured Lessons</h2> <p class="align-center body">Get inspired by some of these lessons and activities created with Minecraft Education.</p> </div> </div> </div> <div class="spacer aem-GridColumn aem-GridColumn--default--12"> <div data-aem-item="Spacer" aria-hidden="true" class="edu-spacer " style="height:1em"> </div> </div> <div class="dynamic-resource-card aem-GridColumn aem-GridColumn--default--12"> <div data-aem-item="Dynamic Resource Card" class="cmp-dynamic-resource-cards"> <div data-cmp-is="dynamic-resource-cards"> <div data-cmp-is="resource-query" data-query-endpoint="https://eduapi-management-prod.azure-api.net:443/results/solr" data-query-filter="tags:(generic-homepage-featuredlessons)" data-query-type="lessons" data-query-sort="new" data-query-rows="3" data-query-load-more="loadMoreChecked"> </div> </div> </div> </div> <div class="spacer aem-GridColumn aem-GridColumn--default--12"> <div data-aem-item="Spacer" aria-hidden="true" class="edu-spacer " style="height:1.5em"> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </div> </section> </div> <div class="section-container aem-GridColumn aem-GridColumn--default--12"> <section data-aem-item="Section Container" class="section-container-wrapper "> <div class="section-container"> <div class="section-container-basic-container green-background " style="min-height: px;"> <div class="grid-container"> <div class="section-container-basic-container-inner" style="min-height: px;"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="edu-newsletter aem-GridColumn aem-GridColumn--default--12"><!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/2.0.0/handlebars.js"></script> --> <script src="/etc.clientlibs/minecraft-edu/clientlibs/clientlib-vendor.min.102662024111518185700049928871732014385261.js"></script> <div class="sticky-edu-newsletter-overlay"></div> <div class="sticky-edu-newsletter sticky-alignment-right"> <section class="collapsed-sticky-newsletter" style="background-color: #478345"> <button data-aem-contentname="Hide Newsletter button" aria-label="Hide Newsletter" title="Hide Newsletter" id="buttonHideNewsletter" role="button"><svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"> <path d="M1 1L11.9131 11.9131M1 11.9131L11.9131 1" stroke="white" stroke-width="1.55901" stroke-linecap="round" stroke-linejoin="round"/> </svg></button> <button tabindex="0" id="buttonExpandNewsletter" class="font-style-notoSansRegular"> <span class="newsletter-button-text" style="color: #FFFFFF"> Subscribe to our newsletter</span> <svg xmlns="http://www.w3.org/2000/svg" width="26" height="29" viewBox="0 0 26 29" fill="none"> <path d="M0 21.75V7.25L12.5577 0L25.1154 7.25V21.75L12.5577 29L0 21.75Z" fill="white"/> <path d="M13.6367 20.0031L17.7102 14.3852L13.6367 8.76733L12.5307 9.56989L15.5183 13.6973H6.74414V15.0731H15.5183L12.5307 19.2006L13.6367 20.0031Z" fill="#478345"/> </svg> </button> </section> <section data-aem-item="Newsletter" class="news-letter-container d-none sticky-news-letter-container font-style-notoSansRegular allTextColor-present " data-bg-color="#478345" role="dialog" style="color: #FFFFFF;background-color: #478345"> <button id="buttonCloseNewsletter" class="news-letter-close-button" title="Close Newletter Dialog" aria-label="Close Newletter Dialog" role="button" data-aem-contentname="Close Newletter button"><svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"> <path d="M1 1L11.91 11.9131M1 11.9131L11.91 1" stroke="white" stroke-width="1.55901" stroke-linecap="round" stroke-linejoin="round"/> </svg></button> <h2 id="stickyNewsletterHeading" class="news-letter-heading newsletter-heading3 fs-35 text-center white font-style-notoSansRegular" style="color: #FFFFFF"> Stay up to date</h2> <p class="news-letter-para fs-26 text-center white news-letter-sub-heading"> Enter your email to sign up for the Minecraft Education newsletter. We promise to respect your inbox. </p> <form id="stickyNewsletterForm" method="POST"> <div> <label for="stickyNewsletterEmail" class="newsletter-label"></label> <input type="text" name="email" autocomplete="off" class="form-control newsletter-textBox fs-18 grey-color" id="stickyNewsletterEmail" aria-label="Enter Email" aria-describedby="stickyNewsletterEmail-error" value="" placeholder="Enter Email" required/> <span class="error-icon"> <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24.624" height="28.433" viewBox="0 0 24.624 28.433"> <path fill="#c6504e" d="M105 633.357v-14.216l12.312-7.108 12.312 7.108v14.217l-12.312 7.108z" transform="translate(-105 -612.032)"/> <g id="x" transform="translate(-360.793 -30.793)"> <path id="Line_62" d="M0 0L10.877 10.877" class="cls-1 white-stroke" transform="translate(367.5 39.5)"/> <path id="Line_63" d="M10.877 0L0 10.877" class="cls-1 white-stroke" transform="translate(367.5 39.5)"/> </g> </svg> </span> <input type="hidden" id="consent" name="consent" class="consent"/> <input type="hidden" id="cultureName" name="cultureName" class="cultureName"/> <input type="hidden" id="certifiedTeacher" name="certifiedTeacher"/> <div id="country-container" class="news-item country-dropdown-container"></div> <div class="dd"> <script id="newsletter-template" type="text/x-handlebars-template"> <label for="stickyNewsletterCountry" class="newsletter-label"></label> <select class="form-control newsletter-textBox news-letter-dropdownBox fs-18" aria-label="select country" autocomplete="country" id="stickyNewsletterCountry" name="country" title="country" aria-describedby="stickyNewsletterCountry-error" required> <option class="fs-18 grey-color" value="">Select country</option> {{#each country}} <option class="fs-18 grey-color" value={{code}} opt={{option}} data-name={{name}} data-localelist={{localeList}}>{{name}}</option> {{/each}} </select> <p class="required-field-text"></p> </script> </div> <p class="fs-16 localeMessage-wrapper text-center white"> By opting in, you agree to receive communications from Minecraft. You can always unsubscribe.</p> <div id="agreement" class="form__field__input__label checkbox-button-section"> <div class="checkbox-button"> <input type="checkbox" tabindex="0" role="checkbox" aria-labelledby="sticky-consent-message" class="checkbox-button__input consent-agreement-checkbox white" id="sticky_checkbox_agreement" name="sticky_checkbox_agreement" required aria-describedby="sticky_checkbox_agreement-error"/> <label for="sticky_checkbox_agreement" id="sticky-consent-message" class="consent-message-label show fs-16 white">I consent to receive emails from Microsoft <a class="news-letter-privacy white" href="https://privacy.microsoft.com/en-us/privacystatement" target="">Privacy Statement</a> </label> <span class="required-asterisk"> *</span> </div> </div> </div> <div class="news-letter-cta-section"> <button id="buttonSubscribeNewsletter" type="submit" data-aem-contentname='Subscribe' class="button edu-button grey news-letter-cta dark button-subscribe font-style-notoSansRegular" aria-label="Subscribe for Minecraft Education newsletter" style="background-color: #FFFFFF;color: #4e4f4f"> Subscribe </button> </div> <div class="sticky-newsletter-NoThankyouSection text-center white"> <button id="buttonNoThankYou" role="button" data-aem-contentname="No, Thank you." aria-label="No, Thank you.">No, Thank you.</button> </div> </form> <div class="sticky-newsletter-success-section d-none"> <div class="sticky-success-content-title text-uppercase text-center" role="status" aria-live="assertive" data-success-msg="Thank you! you'll be hearing from us soon."> Thank you! you'll be hearing from us soon. </div> </div> <div class="sticky-newsletter-failure-section text-center d-none"> <div role="alert" aria-live="assertive" data-failure-msg="Sorry, that did not work. Please try again!" class="sticky-failure-content-title newsletter-heading3 fs-35 text-uppercase text-center news-letter-ThankyouHeading white"> </div> <button id="button-try-again" type="submit" data-aem-contentname='Click here to try again' class="button edu-button grey news-letter-cta dark" aria-label="Click here to try again" style="background-color: #FFFFFF;color: #4e4f4f">Click here to try again</button> </div> </section> </div> <link rel="stylesheet" href="/etc.clientlibs/minecraft-edu/components/edu-newsletter/clientlibs.min.102662024111518185700049928871732014385261.css" type="text/css"> <script src="/etc.clientlibs/minecraft-edu/components/edu-newsletter/clientlibs.min.102662024111518185700049928871732014385261.js"></script> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </main></div> <div class="experiencefragment aem-GridColumn aem-GridColumn--default--12"><div id="experiencefragment-3c06ddcdce" class="cmp-experiencefragment cmp-experiencefragment--footer-new"> <div id="container-691b1f10be" class="cmp-container"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="edu-footer-redesign aem-GridColumn aem-GridColumn--default--12"> <div class="edu-global-footer aem-GridColumn aem-GridColumn--default--12"> <footer data-aem-item="Footer" id="footer"> <section class="top-newFooter"> <div class="container footer-container"> <div class="container-socialshare-brandinfo footer_desktop"> <nav class="socialshare-content" aria-label="Follow us!"> <h2 class="socialshare-content__header" aria-label="follow us!">Follow us!</h2> <div class="socialshare-content__icons"> <div> <a href="https://www.linkedin.com/showcase/playcraftlearn/" target="_blank" aria-label="Follow us on LinkedIn" role="link" title="LinkedIn"> <div class="socialshare-content__polygon"> <div> <div class="linkedin-imageitem"> </div> </div> </div> </a> </div> <div> <a href="https://www.facebook.com/playcraftlearn" target="_blank" aria-label="Follow us on Facebook" role="link" title="Facebook"> <div class="socialshare-content__polygon"> <div> <div class="facebook-imageitem"></div> </div> </div> </a> </div> <div> <a href="https://twitter.com/PlayCraftLearn" target="_blank" aria-label="Follow us on X " role="link" title="X"> <div class="socialshare-content__polygon"> <div> <div class="twitter-imageitem"> </div> </div> </div> </a> </div> <div> <a href="https://www.youtube.com/channel/UC2XjBkW16jGLGSEF9vo4PDA" target="_blank" aria-label="Follow us on YouTube " role="link" title="Youtube"> <div class="socialshare-content__polygon"> <div> <div class="youtube-imageitem"> </div> </div> </div> </a> </div> <div> <a href="https://www.pinterest.com/playcraftlearn/" target="_blank" aria-label="Follow us on Pinterest" role="link" title="Pintrest"> <div class="socialshare-content__polygon"> <div> <div class="pinterest-imageitem"> </div> </div> </div> </a> </div> </div> </nav> <div class="brandinfo-icons"> <div class="brandinfo-icons__logo"> <div class="brandinfo-icons__mojang"> <img src="/content/dam/education-edition/resources/images/edu-footer/MC-EDU_Footer-Image-0_Mojang-Logo.svg" aria-hidden="true" alt="Mojang logo"/> </div> <div class="brandinfo-icons__xbox"> <img src="/content/dam/education-edition/resources/images/edu-footer/MC-EDU_Footer-Image-0_Xbox-Game-Studios-Logo.svg" alt="Xbox game studios"/> </div> </div> <div class="copyright-info"> <p>© 2024 Mojang AB. TM Microsoft Corporation.</p> </div> <div class="copyright-info d-flex flex-column"> <a href="https://www.minecraft.net/terms#terms-brand_guidelines" target="_self" aria-label="Mojang Brand and Asset Guidelines" role="link"> Mojang Brand and Asset Guidelines </a> <div id="manageConsent"> <a href="#" class="fs-14" onclick="manageConsent()" aria-label="Manage Consent">Manage Consent</a> </div> <a href="https://aka.ms/EducationUsageGuidelines" target="_self" aria-label="Minecraft Education Usage Guidelines" role="link"> Minecraft Education Usage Guidelines </a> <a href="https://aka.ms/EsportsGuidelines" target="_self" aria-label="Minecraft Education Esports Guidelines" role="link"> Minecraft Education Esports Guidelines </a> </div> </div> </div> <div class="container-navlists"> <div class="container-navlists__one link-items desktopview-navlist"> <nav class="resources-navlist navlist" aria-label="Resources for Minecraft Education "> <h2 class="container-navlists__header"> <a href="/resources" target="_self" role="link"> Resources</a> </h2> <ul> <li><a href="/en-us/blog" aria-label="Blog Learn more about Minecraft Education blog" target="_blank">Blog</a></li> <li><a href="/en-us/get-started/download" aria-label="Try a Demo for Minecraft Education" target="_blank">Try a Demo</a></li> <li><a href="/en-us/resources/hour-code-2021" aria-label="Hour of Code 2021" target="_self">Hour of Code</a></li> <li><a href="/en-us/resources/classroom-build-challenge" aria-label="Build challenge on Minecraft classroom" target="_blank">Build Challenges</a></li> <li><a href="/en-us/resources/stem-esports-challenges" aria-label="Esports Learn more about Esports challenges" target="_blank">Esports</a></li> <li><a href="https://shop.minecraft.net/" aria-label="Minecraft shop Shop on Minecraft Education" target="_blank">Minecraft Shop </a></li> <li><a href="/en-us/newsletter-archive" aria-label="Newsletter Archive" target="_self">Newsletter Archive</a></li> <li><a href="https://edusupport.minecraft.net/hc" aria-label="Support" target="_blank">Support</a></li> <li><a href="/en-us/sitemap" aria-label="Site Map" target="_self">Site Map </a></li> </ul> </nav> <nav class="container-navlists__educators navlist" aria-label="Educators for Minecraft Education "> <h2 class="container-navlists__header"> <a href="/en-us/get-started/educators" target="_self" role="link"> Educators</a> </h2> <ul> <li><a href="/en-us/resources/explore-lessons" aria-label="Lesson Library " target="_blank" role="link">Lesson Library </a></li> <li><a href="/en-us/resources/get-trained" aria-label="Educator Training" target="_blank" role="link">Educator Training</a></li> <li><a href="https://docs.microsoft.com/en-us/training/paths/minecraft-teacher-academy/" aria-label="How to Play" target="_blank" role="link">How to Play</a></li> <li><a href="/en-us/connect" aria-label="Join the Community" target="_blank" role="link">Join the Community</a></li> <li><a href="/en-us/discover/impact" aria-label="Research & Impact " target="_blank" role="link">Research & Impact </a></li> <li><a href="https://education.minecraft.net/en-us/blog/classroom-management-tips-from-minecraft-mentors" aria-label="Classroom Management" target="_blank" role="link">Classroom Management</a></li> <li><a href="https://docs.microsoft.com/training/modules/minecraft-intro-game-based-learning/" aria-label="Teacher Academy " target="_blank" role="link">Teacher Academy </a></li> <li><a href="https://docs.microsoft.com/training/paths/minecraft-student-ambassador-program/" aria-label="Student Ambassadors" target="_blank" role="link">Student Ambassadors</a></li> </ul> </nav> </div> <div class="container-navlists__two desktopview-navlist"> <div class="container-navlists__idadmin navlist"> <nav class="itadmin-navlist" aria-label="IT Admins on Minecraft Education "> <h2 class="container-navlists__header"> <a href="/en-us/get-started/it-admins" target="_self" role="link"> IT Admins </a> </h2> <ul> <li><a href="/en-us/licensing" aria-label="How to buy Learn more about how to buy Minecraft Education" target="_blank" role="link">How to Buy </a></li> <li><a href="/en-us/licensing" aria-label="Licensing Learn more about Minecraft Education Licensing" target="_blank" role="link">Licensing</a></li> <li><a href="/en-us/resources/get-trained" aria-label="Educator training on Minecraft Education" target="_blank" role="link">Educator Training</a></li> </ul> </nav> <nav class="parents-navlist" aria-label="Parents on Minecraft Education "> <h2 class="container-navlists__header"> <a href="/en-us/get-started/parents" target="_self" role="link"> Parents</a> </h2> <ul> <li><a href="/en-us/get-started" aria-label="Getting started for Minecraft Education" target="_blank" role="link">Getting Started </a></li> <li><a href="https://edusupport.minecraft.net/hc/articles/4415061129236-Purchasing-Minecraft-Education-Edition-for-Homeschooling-Family-use" aria-label="Homeschool Learn more about Purchasing Minecraft Education for Homeschooling & Family use" target="_blank" role="link">Homeschools</a></li> <li><a href="/en-us/lessons/parent-guide" aria-label="Learn to play Minecraft Education using parent guide" target="_blank" role="link">Learn to Play </a></li> </ul> </nav> </div> <nav class="container-navlists__download navlist" aria-label="Download Minecraft Education"> <h2 class="container-navlists__header"> <a href="/en-us/get-started/download" target="_self" role="link"> Download</a> </h2> <ul> <li><a href="/en-us/get-started/download" aria-label="Windows Download Minecraft for Windows" target="_blank" role="link">Windows </a></li> <li><a href="/en-us/get-started/download" aria-label="ChromeOS Download Minecraft for ChromeOS" target="_blank" role="link">ChromeOS</a></li> <li><a href="/en-us/get-started/download" aria-label="MacOS Download Minecraft for MacOS " target="_blank" role="link">MacOS </a></li> <li><a href="/en-us/get-started/download" aria-label="iOS Download iOS" target="_blank" role="link">iOS</a></li> </ul> </nav> </div> </div> <div class="container-socialshare-brandinfo footer_mobile"> <nav class="socialshare-content" aria-label="Follow us!"> <h2 class="socialshare-content__header">Follow us!</h2> <div class="socialshare-content__icons"> <div> <a href="https://www.linkedin.com/showcase/playcraftlearn/" target="_blank" aria-label="Follow us on LinkedIn" role="link" title="LinkedIn"> <div class="socialshare-content__polygon"> <div> <div class="linkedin-imageitem"> </div> </div> </div> </a> </div> <div> <a href="https://www.facebook.com/playcraftlearn" target="_blank" aria-label="Follow us on Facebook" role="link" title="Facebook"> <div class="socialshare-content__polygon"> <div> <div class="facebook-imageitem"></div> </div> </div> </a> </div> <div> <a href="https://twitter.com/PlayCraftLearn" target="_blank" aria-label="Follow us on X " role="link" title="X"> <div class="socialshare-content__polygon"> <div> <div class="twitter-imageitem"> </div> </div> </div> </a> </div> <div> <a href="https://www.youtube.com/channel/UC2XjBkW16jGLGSEF9vo4PDA" target="_blank" aria-label="Follow us on YouTube " role="link" title="Youtube"> <div class="socialshare-content__polygon"> <div> <div class="youtube-imageitem"> </div> </div> </div> </a> </div> <div> <a href="https://www.pinterest.com/playcraftlearn/" target="_blank" aria-label="Follow us on Pinterest" role="link" title="Pintrest"> <div class="socialshare-content__polygon"> <div> <div class="pinterest-imageitem"> </div> </div> </div> </a> </div> </div> </nav> <div class="brandinfo-icons"> <div class="brandinfo-icons__logo"> <div class="brandinfo-icons__mojang"> <img src="/content/dam/education-edition/resources/images/edu-footer/MC-EDU_Footer-Image-0_Mojang-Logo.svg" aria-hidden="true" alt="Mojang logo"/> </div> <div class="brandinfo-icons__xbox"> <img src="/content/dam/education-edition/resources/images/edu-footer/MC-EDU_Footer-Image-0_Xbox-Game-Studios-Logo.svg" alt="Xbox game studios"/> </div> </div> <div class="copyright-info"> <p>© 2024 Mojang AB. TM Microsoft Corporation.</p> </div> <div class="copyright-info d-flex flex-column"> <a href="https://www.minecraft.net/terms#terms-brand_guidelines" target="_self" aria-label="Mojang Brand and Asset Guidelines" role="link"> Mojang Brand and Asset Guidelines </a> <div id="manageConsent_mobile"> <a href="#" class="fs-14" onclick="manageConsent()" aria-label="Manage Consent">Manage Consent</a> </div> <a href="https://aka.ms/EducationUsageGuidelines" target="_self" aria-label="Minecraft Education Usage Guidelines" role="link"> Minecraft Education Usage Guidelines </a> <a href="https://aka.ms/EsportsGuidelines" target="_self" aria-label="Minecraft Education Esports Guidelines" role="link"> Minecraft Education Esports Guidelines </a> </div> </div> </div> </div> </section> <section class="microsoft-footer"> <div class="container-fluid"> <div class="row"> <div class="footer-select-language-container col-6 order-1 col-lg-2 order-lg-1"> <div class="footer-select-language"> <a id="lang-slider" class="lang-links__links--locale lang-links__links--align mb-0" role="button" href="#" aria-label="English (United States)" aria-expanded="false"> <img class="globe-icon-footer" alt="globe"/> <span class="footer-select-language-link">English (United States)</span> <svg xmlns="http://www.w3.org/2000/svg" width="10" height="7" viewBox="0 0 10 7" fill="none" role="presentation"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0 0.541992H2V2.54199H0V0.541992ZM4 4.54199H2V2.54199H4V4.54199ZM6 4.54199V6.54199H4V4.54199H6ZM8 2.54199H6V4.54199H8V2.54199ZM8 2.54199V0.541992H10V2.54199H8Z" fill="white"/> </svg> </a> </div> </div> <div id="language-selector" class="lang-footer__language-selector col-12"> <div class="row"> <div class="col-12"> <form class="lang-footer__language-selector-form" id="language-switcher"> <ul class="lang-footer__language-selector-list columns-xs-2 columns-sm-3 columns-md-4 columns-lg-5 columns-xl-6 list-unstyled"> <li class="break-inside-avoid"> <a href="/en-us" class="lang-footer__language-selector-link hover-current" role="link"> English </a> </li> <li class="break-inside-avoid"> <a href="/da-dk" class="lang-footer__language-selector-link hover-current" role="link"> Dansk </a> </li> <li class="break-inside-avoid"> <a href="/de-de" class="lang-footer__language-selector-link hover-current" role="link"> Deutsch </a> </li> <li class="break-inside-avoid"> <a href="/es-es" class="lang-footer__language-selector-link hover-current" role="link"> Español </a> </li> <li class="break-inside-avoid"> <a href="/es-mx" class="lang-footer__language-selector-link hover-current" role="link"> español de Mexico </a> </li> <li class="break-inside-avoid"> <a href="/fi-fi" class="lang-footer__language-selector-link hover-current" role="link"> Suomi </a> </li> <li class="break-inside-avoid"> <a href="/fr-ca" class="lang-footer__language-selector-link hover-current" role="link"> Français (Canada) </a> </li> <li class="break-inside-avoid"> <a href="/fr-fr" class="lang-footer__language-selector-link hover-current" role="link"> Français </a> </li> <li class="break-inside-avoid"> <a href="/it-it" class="lang-footer__language-selector-link hover-current" role="link"> Italiano </a> </li> <li class="break-inside-avoid"> <a href="/ja-jp" class="lang-footer__language-selector-link hover-current" role="link"> 日本語 </a> </li> <li class="break-inside-avoid"> <a href="/ko-kr" class="lang-footer__language-selector-link hover-current" role="link"> 한국어 </a> </li> <li class="break-inside-avoid"> <a href="/nb-no" class="lang-footer__language-selector-link hover-current" role="link"> Norsk (Bokmål) </a> </li> <li class="break-inside-avoid"> <a href="/nl-nl" class="lang-footer__language-selector-link hover-current" role="link"> Nederlands </a> </li> <li class="break-inside-avoid"> <a href="/pl-pl" class="lang-footer__language-selector-link hover-current" role="link"> Polski </a> </li> <li class="break-inside-avoid"> <a href="/pt-br" class="lang-footer__language-selector-link hover-current" role="link"> Português Brasileiro </a> </li> <li class="break-inside-avoid"> <a href="/pt-pt" class="lang-footer__language-selector-link hover-current" role="link"> Português </a> </li> <li class="break-inside-avoid"> <a href="/ru-ru" class="lang-footer__language-selector-link hover-current" role="link"> Русский </a> </li> <li class="break-inside-avoid"> <a href="/sv-se" class="lang-footer__language-selector-link hover-current" role="link"> Svenska </a> </li> <li class="break-inside-avoid"> <a href="/tr-tr" class="lang-footer__language-selector-link hover-current" role="link"> Türkiye </a> </li> <li class="break-inside-avoid"> <a href="/zh-hans" class="lang-footer__language-selector-link hover-current" role="link"> 简体中文 </a> </li> <li class="break-inside-avoid"> <a href="/zh-hant" class="lang-footer__language-selector-link hover-current" role="link"> 繁體中文 </a> </li> </ul> </form> </div> </div> </div> <div class="footer-navigation-container col-12 order-3 col-lg-8 order-lg-2"> <nav class="microsoft-footer-navigation" aria-label="Microsoft corporate links"> <ul class="microsoft-footer-navigation-items"> <li class="footer-optional-link d-none" data-country-code="US"> <a data-aem-contentname="optional-country-link" target="_blank" class="caption" aria-label="California Consumer Privacy Act (CCPA) Opt-Out Icon" href="https://aka.ms/YourCaliforniaPrivacyChoices"> <img src="/content/dam/education-edition/icons/privacyoptions29x14.png" aria-hidden="true" alt="California Consumer Privacy Act (CCPA) Opt-Out Icon"/> Your Privacy Choices </a> </li> <li class="footer-optional-link d-none" data-country-code="US"> <a data-aem-contentname="Consumer Health Privacy" target="_blank" class="caption" aria-label="Consumer Health Privacy" href="https://go.microsoft.com/fwlink/?linkid=2259814"> Consumer Health Privacy </a> </li> <li> <a data-aem-contentname="Contact Us " target="_blank" class="caption" aria-label="Contact support for Minecraft Education" href="https://aka.ms/MEEContactSupport">Contact Us </a> </li> <li> <a data-aem-contentname="Privacy and Cookies" target="_blank" class="caption" aria-label="Privacy and Cookies Learn more about Privacy and Cookies" href="https://go.microsoft.com/fwlink/?LinkId=521839">Privacy and Cookies</a> </li> <li> <a data-aem-contentname="Terms of use" target="_blank" class="caption" aria-label="Terms of use Get more information on Terms of use" href="https://aka.ms/meeterms">Terms of use</a> </li> <li> <a data-aem-contentname="Trademarks" target="_blank" class="caption" aria-label="Trademarks Learn more about Trademarks" href="https://www.microsoft.com/trademarks">Trademarks</a> </li> <li> <a data-aem-contentname="About our ads" target="_blank" class="caption" aria-label="About Minecraft Education ads" href="https://choice.microsoft.com">About our ads</a> </li> <li> <a data-aem-contentname="© 2024 Microsoft" target="_blank" class="caption" aria-label="© 2024 Microsoft" href="https://microsoft.com">© 2024 Microsoft</a> </li> </ul> </nav> </div> <div class="microsoft-logo-container col-6 order-2 col-lg-2 order-lg-3"> <div class="microsoft-logo"> <a data-aem-contentname="Microsoft" target="_blank" title="Microsoft" href="https://www.microsoft.com" role="link" aria-label="Microsoft"> <img class="icon-logo icon-microsoft mt-lg-0 mt-2" alt="Microsoft"/> </a> </div> </div> </div> </div> </section> </footer> </div> </div> </div> </div> </div> </div> <div class="back-to-top aem-GridColumn aem-GridColumn--default--12"><script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.4.0.min.js" integrity="sha512-Pa4Jto+LuCGBHy2/POQEbTh0reuoiEXQWXGn8S7aRlhcwpVkO8+4uoZVSOqUjdCsE+77oygfu2Tl+7qGHGIWsw==" crossorigin="anonymous"></script> <a id="back-button-eduBtn" class="back-button-eduBtn d-none back-button-btnDisplay" href="#" title="Back to top"> <div class="back-button-arrowImg"> <img src="/etc.clientlibs/minecraft-edu/clientlibs/clientlib-common/resources/images/back-to-top/back_button_arrow.svg" alt="Back to top"/> </div> </a> <link rel="stylesheet" href="/etc.clientlibs/minecraft-edu/components/back-to-top/clientlibs.min.102662024111518185700049928871732014385261.css" type="text/css"> <script src="/etc.clientlibs/minecraft-edu/components/back-to-top/clientlibs.min.102662024111518185700049928871732014385261.js"></script> </div> </div> </div> <script src="/etc.clientlibs/core/wcm/components/commons/site/clientlibs/container.min.js"></script> <script src="/etc.clientlibs/minecraft-edu/clientlibs/clientlib-base.min.102662024111518185700049928871732014385261.js"></script> <script src="/etc.clientlibs/minecraft-edu/clientlibs/clientlib-dependencies.min.102662024111518185700049928871732014385261.js"></script> <script src="/etc.clientlibs/minecraft-edu/clientlibs/clientlib-common.min.102662024111518185700049928871732014385261.js"></script> <script src="/etc.clientlibs/minecraft-edu/components/edu-global/edu-header/clientlibs.min.102662024111518185700049928871732014385261.js"></script> <script src="/etc.clientlibs/minecraft-edu/clientlibs/clientlib-header.min.102662024111518185700049928871732014385261.js"></script> <script src="/etc.clientlibs/minecraft-edu/clientlibs/clientlib-footer-redesign.min.102662024111518185700049928871732014385261.js"></script> <script src="/etc.clientlibs/minecraft-edu/clientlibs/clientlib-site.min.102662024111518185700049928871732014385261.js"></script> </body> </html>