Help
RSS
API
Feed
Maltego
Contact
Domain > www.linton.northumberland.sch.uk
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2018-04-17
54.194.97.246
(
ClassC
)
2018-05-12
34.251.255.94
(
ClassC
)
2025-11-23
20.50.126.190
(
ClassC
)
Port 80
HTTP/1.1 308 Permanent RedirectDate: Sun, 23 Nov 2025 03:21:19 GMTContent-Type: text/htmlContent-Length: 164Connection: keep-aliveLocation: https://www.linton.northumberland.sch.uk html>head>title>308 Permanent Redirect/title>/head>body>center>h1>308 Permanent Redirect/h1>/center>hr>center>nginx/center>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Sun, 23 Nov 2025 03:21:21 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveX-Powered-By: PHP/8.4.14Cache-Control: max-age0, must-revalidate, no-cache, no-store, privatePragma: no-cacheExpires: Fri, 01 Jan 1990 00:00:00 GMTSet-Cookie: XSRF-TOKENeyJpdiI6ImRwcGtORmNyUE1UVktmKzBuQmVFNEE9PSIsInZhbHVlIjoiR3FKN2N1MmRleWEzOXNLbGZFMVZ6bHV4WWs0cVZPZUJrblgraFhBaEU0QWlYREY3N0lIZGIrQzJvcFdZMUlkNEJDaGFuRE51b1hvdllmZHV6d1pjNVptSVpodHg3TFQ1TDhnT2NDYkthcjJiY0dZUUU3cEUzbnBsdHFKT0VHT1kiLCJtYWMiOiI5ZmNkNTA2YzEzZTYzYjdjNWRjZWI2ZjY2NTNhZTI0NWIwYTQ2N2FiNzgyYzAyN2Q0ZmM5ODkxMWFkMGEwOWFlIiwidGFnIjoiIn0%3D; expiresSun, 23 Nov 2025 05:21:21 GMT; Max-Age7200; path/; secure; samesitelaxSet-Cookie: eschoolscms_sessioneyJpdiI6IkJpNE0wZVZkQStWUTcrTTB1WDZnTkE9PSIsInZhbHVlIjoiRlFOaWhYdnlrL1JVMGhPZktVQVIzQ1Awek1LNDBDQ1c2U1V6NkNPcmpROFlSQjJQb3VXdmEzUVpReVY2Qk5WaVpLUWhQSldMcDUvdFk0cGhWNFhMdFJwYVhseGhHZEpwK0VhTkdHUWtNQUZndEFUV1Uvd29PREw5MUJ5a3hsYmwiLCJtYWMiOiI4ODY1NjVkYWM3NDRlZDI4MDFmYjFiNmRlMjUzMGQ3ZmUwODQ2NWU3ZjJkYWMzNmYwODFmMDlmNjYxNjg1MmE2IiwidGFnIjoiIn0%3D; expiresSun, 23 Nov 2025 05:21:21 GMT; Max-Age7200; path/; secure; httponly; samesitelaxX-Frame-Options: SAMEORIGINX-Content-Type-Options: nosniffStrict-Transport-Security: max-age31536000; includeSubDomains !DOCTYPE html>html classscroll-smooth langen dirltr>head> meta charsetutf-8> meta nameviewport contentwidthdevice-width, initial-scale1> meta namecsrf-token contentjmkolJvuiveV7lGJUYeceA27TlNIP0g3dO6KxkIZ> link relstylesheet href/csstemplate> link relpreload asstyle href/build/assets/app-CunKHq4y.css />link relmodulepreload href/build/assets/app-1XJJ9Ep9.js />link relstylesheet href/build/assets/app-CunKHq4y.css data-navigate-trackreload />script typemodule src/build/assets/app-1XJJ9Ep9.js data-navigate-trackreload>/script> link relstylesheet href/cssextension> link relcanonical hrefhttps://www.linton.northumberland.sch.uk/ /> meta nametwitter:card contentsummary_large_image /> meta nametwitter:title contentHome /> meta nametwitter:description contentWelcome to the Linton Primary School website. /> meta nametwitter:image contenthttps://eschoolscms.blob.core.windows.net/production/images/bybsN9djwN7vtw3pBVItJTJ6uZ1mDbgkxEKTRfsn.jpg /> meta nametwitter:image:alt contentHome /> meta propertyog:url contenthttp://www.linton.northumberland.sch.uk/ /> meta propertyog:type contentwebsite /> meta propertyog:title contentHome /> meta propertyog:description contentWelcome to the Linton Primary School website. /> meta propertyog:image contenthttps://eschoolscms.blob.core.windows.net/production/images/bybsN9djwN7vtw3pBVItJTJ6uZ1mDbgkxEKTRfsn.jpg /> meta propertyog:image:alt contentHome /> title>Linton Primary School - Home/title> style> .videoPlayer1-dimensions { padding-top: 0 !important; width: 50% !important; } /style> script srchttps://cdn.jsdelivr.net/npm/@glidejs/glide@3.6.0/dist/glide.min.js referrerpolicyorigin>/script> script> function calculatePdfHeight(elementId, aspectRatio) { return (document.getElementById(elementId).clientWidth * aspectRatio) + px; } function embedPdf(elementId, title, url, fallbackLink, aspectRatio) { document.getElementById(elementId).innerHTML ; // reset embed PDFObject.embed(url, # + elementId, { title: title, fallbackLink: fallbackLink, height: calculatePdfHeight(elementId, aspectRatio) },); } function initVideo(elementId, playlistUrl) { const element document.getElementById(elementId); if (Hls.isSupported()) { const hls new Hls(); hls.loadSource(playlistUrl); hls.attachMedia(element); } // HLS.js is not supported on platforms that do not have Media Source // Extensions (MSE) enabled. // // When the browser has built-in HLS support (check using `canPlayType`), // we can provide an HLS manifest (i.e. .m3u8 URL) directly to the video // element through the `src` property. This is using the built-in support // of the plain video element, without using HLS.js. // // Note: it would be more normal to wait on the canplay event below however // on Safari (where you are most likely to find built-in HLS support) the // video.src URL must be on the user-driven white-list before a canplay // event will be emitted; the last video event that can be reliably // listened-for when the URL is not on the white-list is loadedmetadata. else if (element.canPlayType(application/vnd.apple.mpegurl)) { element.src playlistUrl; } } /script> !-- Livewire Styles -->style >wire\:loadingwire\:loading, wire\:loading\.delaywire\:loading\.delay, wire\:loading\.inline-blockwire\:loading\.inline-block, wire\:loading\.inlinewire\:loading\.inline, wire\:loading\.blockwire\:loading\.block, wire\:loading\.flexwire\:loading\.flex, wire\:loading\.tablewire\:loading\.table, wire\:loading\.gridwire\:loading\.grid, wire\:loading\.inline-flexwire\:loading\.inline-flex {display: none;}wire\:loading\.delay\.nonewire\:loading\.delay\.none, wire\:loading\.delay\.shortestwire\:loading\.delay\.shortest, wire\:loading\.delay\.shorterwire\:loading\.delay\.shorter, wire\:loading\.delay\.shortwire\:loading\.delay\.short, wire\:loading\.delay\.defaultwire\:loading\.delay\.default, wire\:loading\.delay\.longwire\:loading\.delay\.long, wire\:loading\.delay\.longerwire\:loading\.delay\.longer, wire\:loading\.delay\.longestwire\:loading\.delay\.longest {display: none;}wire\:offlinewire\:offline {display: none;}wire\:dirty:not(textarea):not(input):not(select) {display: none;}:root {--livewire-progress-bar-color: #2299dd;}x-cloak {display: none !important;}wire\:cloak {display: none !important;}/style> link relstylesheet hrefhttps://cdn.jsdelivr.net/npm/@glidejs/glide@3.6.0/dist/css/glide.core.min.css> script> const getScript url > new Promise((resolve, reject) > { const script document.createElement(script) script.src url script.async true script.onerror reject script.onload script.onreadystatechange function() { const loadState this.readyState if (loadState && loadState ! loaded && loadState ! complete) return script.onload script.onreadystatechange null resolve() } document.head.appendChild(script) }) /script>/head>body x-data{ slideIn: false, heroScrolled: false, headerScrolled: false, pageScrolled: false, stuck: false } x-init$watch(slideIn, value > document.body.classList.toggle(overflow-hidden, value)), yScroll this.scrollY style --body-background-colour: #f8fafc; --body-default-font: ; --body-header-font: ; --body-navigation-font: ; classbg---body-background-colour relative antialiased transition-all overflow-x-hidden font-family-name:var(--body-default-font) font-sans>a onclickLivewire.dispatch(openModal, { component: cookies-consent-modal }) hrefjavascript:; idcookie-consent-button classtext-3xl lg:text-5xl fixed bottom-2 left-2 hover:transition-all transition-all z-60 aria-labelCookie Consent Options > i classfad fa-cookie-bite cookie-consent-icon>/i> span classhidden>Cookie Consent Options/span> /a> section classimportant-message flex> div classflex container mx-auto px-2 relative> div classflex justify-center items-center> i classfas fa-exclamation fa-fw fa-2x>/i> /div> div classbg-white important-message-container flex items-center grow h-12 relative font-medium overflow-hidden before:absolute before:content- before:border-1.5rem before:border-transparent before:block before:h-0 before:w-0 before:left-0 before:z-10 after:absolute after:content- after:border-1.5rem after:border-transparent after:block after:h-0 after:w-0 after:right-0 > div classanimate-marquee whitespace-nowrap ps-100% font-bold text-lg> Welcome to our new website. We are still in the process of uploading some content, so if there is any information you cannot find, please do not hesitate to call and ask us to send this to you directly. /div> div classanimate-marquee2 whitespace-nowrap ps-100% font-bold text-lg> Welcome to our new website. We are still in the process of uploading some content, so if there is any information you cannot find, please do not hesitate to call and ask us to send this to you directly. /div> /div> /div>/section> header classflex flex-row-reverse bg-toolbar sticky top-0 w-full lg:relative z-50> div classflex lg:hidden flex-row-reverse p-2 gap-4> div classflex flex-row gap-2> button @clickslideIn ! slideIn classflex flow-col gap-2 items-center justify-center whitespace-nowrap> span :class{ open: slideIn } idburger classrounded w-8 h-8 flex justify-center items-center icon-toolbar> span classbars>/span> span classbars>/span> span classbars>/span> span classbars>/span> /span> /button> /div> /div> div classhidden sm:flex container mx-auto flex-row-reverse p-2 gap-2 lg:gap-6> div classflex flex-row gap-2> a hrefhttps://www.facebook.com/lintonprimaryschool target_blank classrounded w-8 h-8 flex justify-center items-center icon-toolbar &>svg:p-1> svg xmlnshttp://www.w3.org/2000/svg xmlns:xlinkhttp://www.w3.org/1999/xlink viewBox0 0 36 36 fillcurrentColor height40 width40 stylecolor: #0866FF;> path dM20.181 35.87C29.094 34.791 36 27.202 36 18c0-9.941-8.059-18-18-18S0 8.059 0 18c0 8.442 5.811 15.526 13.652 17.471L14 34h5.5l.681 1.87Z>/path> path stylefill: #fff; dM13.651 35.471v-11.97H9.936V18h3.715v-2.37c0-6.127 2.772-8.964 8.784-8.964 1.138 0 3.103.223 3.91.446v4.983c-.425-.043-1.167-.065-2.081-.065-2.952 0-4.09 1.116-4.09 4.025V18h5.883l-1.008 5.5h-4.867v12.37a18.183 18.183 0 0 1-6.53-.399Z>/path>/svg> /a> /div> div classflex flex-row gap-2> a hreftel:01670 860361 target_blank classflex flow-col gap-2 items-center justify-center whitespace-nowrap> span classrounded w-8 h-8 flex justify-center items-center icon-toolbar> i classfas fa-phone fa-fw fa-lg>/i> /span> span classsm:hidden lg:inline>01670 860361/span> /a>/div> div classflex flex-row gap-2> a hrefmailto:admin@linton.northumberland.sch.uk target_blank classflex flow-col gap-2 items-center justify-center whitespace-nowrap> span classrounded w-8 h-8 flex justify-center items-center icon-toolbar> i classfas fa-envelope fa-fw fa-lg>/i> /span> span classsm:hidden lg:inline>Email us/span> /a> /div> div classhidden group sm:flex flex-row gap-2 relative idgoogle_translate_element> button classflex flow-col gap-2 items-center justify-center whitespace-nowrap aria-haspopuptrue> span classrounded w-8 h-8 flex justify-center items-center icon-toolbar> svg xmlnshttp://www.w3.org/2000/svg xmlns:xlinkhttp://www.w3.org/1999/xlink version1.1 idLayer_1 x0px y0px viewBox-393 31 500 500 styleenable-background:new -393 31 500 500; xml:spacepreserve width100% height100%> style typetext/css> .st0{fill:#E5E5E5;} .st1{fill:#D9D9D9;} .st2{fill:#4455B7;} .st3{fill:#518FF5;} .st4{fill:#607B88;} .st5{fill:#FFFFFF;} /style> g idXMLID_22_> path idXMLID_24_ classst0 dM16.5,463.2h-142.6l-45.4-292.1H16.4c12.7,0,23,10.3,23,23v246.1 C39.5,452.9,29.2,463.2,16.5,463.2z/> path idXMLID_28_ classst1 dM16.5,463.2h-142.6l-45.4-292.1h40.3L39.5,340.5v99.7C39.5,452.9,29.2,463.2,16.5,463.2z/> polygon idXMLID_29_ classst2 points-126.1,463.2 -63.4,394.4 -149.7,394.4 /> path idXMLID_30_ classst3 dM-302.5,98.8h143.8l95.2,295.7h-239c-12.7,0-23-10.3-23-23V121.8 C-325.5,109.1-315.2,98.8-302.5,98.8z/> path idXMLID_31_ classst4 dM-13.6,271h30v-14H-52v-22.7h-23v23h-37V271h81.8c0,0-4.9,23.4-24.7,45 c-15-17.7-19.1-27.8-19.1-27.8h-18.2c0,0,3.5,8.5,15,25.6c2.1,3.1,6.2,8,11.3,13.6c-15.1,15.5-23.5,23.1-23.5,23.1l11.5,9.6 c0,0,10.6-9.6,22.3-21.5c19.1,20.2,42.9,43.6,42.9,43.6l10.9-11.8c0,0-14.1-13.4-40-40c-1-1.1-2-2.1-3-3.1 c4.3-4.7,8.3-9.4,11.6-13.8C-18,293.7-13.6,271-13.6,271z/> path idXMLID_32_ classst5 dM-223.5,233.6c0,7.8,0,15.6,0,23.4c10.9,0,21.8,0,32.6,0c-1.3,7.5-5.7,14.3-12,18.5 c-4,2.7-8.5,4.4-13.2,5.2c-4.7,0.8-9.6,0.9-14.3,0c-4.8-1-9.3-2.9-13.3-5.8c-6.4-4.5-11.2-11-13.7-18.4c-2.6-7.5-2.6-15.8,0-23.3 c1.8-5.3,4.8-10.1,8.7-14.1c4.8-4.9,11.1-8.5,17.9-9.9c5.8-1.2,11.9-1,17.6,0.7c4.8,1.5,9.3,4.1,12.9,7.6c3.7-3.7,7.3-7.3,11-11 c1.9-2,4-3.9,5.8-5.9c-5.6-5.2-12.1-9.3-19.3-11.9c-12.9-4.7-27.4-4.8-40.3-0.4c-14.6,5-27,15.9-33.9,29.7c-2.4,4.8-4.2,9.8-5.2,15 c-2.6,13-0.8,26.9,5.2,38.7c3.9,7.7,9.5,14.6,16.3,20c6.4,5.1,13.9,8.9,21.8,11c10,2.7,20.6,2.6,30.6,0.3 c9.1-2.1,17.7-6.4,24.5-12.8c7.2-6.7,12.4-15.4,15.1-24.9c3-10.3,3.4-21.3,1.5-31.8C-186,233.6-204.8,233.6-223.5,233.6z/> /g>/svg> /span> span classsm:hidden lg:inline>Select language i classfas fa-caret-down>/i>/span> /button> div classinvisible origin-top-right -translate-y-2 scale-95 transform opacity-0 transition-all duration-300 group-focus-within:visible group-focus-within:translate-y-0 group-focus-within:scale-100 group-focus-within:opacity-100> div classabsolute right-0 w-96 origin-top-right divide-y divide-gray-100 rounded-md border border-gray-200 bg-white shadow-lg outline-none rolemenu> div classrelative transform overflow-hidden rounded-lg bg-white text-start shadow-xl transition-all duration-300 sm:w-full sm:max-w-6xl shadow shadow-black/40> div classbg-white p-4 sm:p-6> div classsm:flex sm:items-start> div classmt-3 sm:mt-0 sm:ms-4> h3 classtext-lg font-medium leading-6 text-slate-900>This website uses Google Translate/h3> div classmt-2> p classtext-sm text-slate-500 mb-2>You cannot use this feature without first accepting 3rd Party Cookies./p> div classmt-4 flex flex-row gap-3> div> a hrefjavascript:void(0); onclickLivewire.dispatch(openModal, { component: cookies-consent-modal }) classuppercase inline-flex w-full justify-center rounded-md border border-slate-500 bg-slate-50 px-4 py-2 text-base font-medium text-slate-500 shadow-sm hover:bg-slate-200 focus:outline-none focus:ring-2 focus:ring-slate-100 focus:ring-offset-2 sm:w-auto sm:text-sm transition-all > Allow 3rd Party Cookies /a>/div> /div> /div> /div> /div> /div> /div> /div> /div> /div>div classsm:hidden group flex flex-row gap-2 relative idgoogle_translate_element2> button classflex flow-col gap-2 items-center justify-center whitespace-nowrap aria-haspopuptrue> span classrounded w-8 h-8 flex justify-center items-center icon-toolbar> svg xmlnshttp://www.w3.org/2000/svg xmlns:xlinkhttp://www.w3.org/1999/xlink version1.1 idLayer_1 x0px y0px viewBox-393 31 500 500 styleenable-background:new -393 31 500 500; xml:spacepreserve width100% height100%> style typetext/css> .st0{fill:#E5E5E5;} .st1{fill:#D9D9D9;} .st2{fill:#4455B7;} .st3{fill:#518FF5;} .st4{fill:#607B88;} .st5{fill:#FFFFFF;} /style> g idXMLID_22_> path idXMLID_24_ classst0 dM16.5,463.2h-142.6l-45.4-292.1H16.4c12.7,0,23,10.3,23,23v246.1 C39.5,452.9,29.2,463.2,16.5,463.2z/> path idXMLID_28_ classst1 dM16.5,463.2h-142.6l-45.4-292.1h40.3L39.5,340.5v99.7C39.5,452.9,29.2,463.2,16.5,463.2z/> polygon idXMLID_29_ classst2 points-126.1,463.2 -63.4,394.4 -149.7,394.4 /> path idXMLID_30_ classst3 dM-302.5,98.8h143.8l95.2,295.7h-239c-12.7,0-23-10.3-23-23V121.8 C-325.5,109.1-315.2,98.8-302.5,98.8z/> path idXMLID_31_ classst4 dM-13.6,271h30v-14H-52v-22.7h-23v23h-37V271h81.8c0,0-4.9,23.4-24.7,45 c-15-17.7-19.1-27.8-19.1-27.8h-18.2c0,0,3.5,8.5,15,25.6c2.1,3.1,6.2,8,11.3,13.6c-15.1,15.5-23.5,23.1-23.5,23.1l11.5,9.6 c0,0,10.6-9.6,22.3-21.5c19.1,20.2,42.9,43.6,42.9,43.6l10.9-11.8c0,0-14.1-13.4-40-40c-1-1.1-2-2.1-3-3.1 c4.3-4.7,8.3-9.4,11.6-13.8C-18,293.7-13.6,271-13.6,271z/> path idXMLID_32_ classst5 dM-223.5,233.6c0,7.8,0,15.6,0,23.4c10.9,0,21.8,0,32.6,0c-1.3,7.5-5.7,14.3-12,18.5 c-4,2.7-8.5,4.4-13.2,5.2c-4.7,0.8-9.6,0.9-14.3,0c-4.8-1-9.3-2.9-13.3-5.8c-6.4-4.5-11.2-11-13.7-18.4c-2.6-7.5-2.6-15.8,0-23.3 c1.8-5.3,4.8-10.1,8.7-14.1c4.8-4.9,11.1-8.5,17.9-9.9c5.8-1.2,11.9-1,17.6,0.7c4.8,1.5,9.3,4.1,12.9,7.6c3.7-3.7,7.3-7.3,11-11 c1.9-2,4-3.9,5.8-5.9c-5.6-5.2-12.1-9.3-19.3-11.9c-12.9-4.7-27.4-4.8-40.3-0.4c-14.6,5-27,15.9-33.9,29.7c-2.4,4.8-4.2,9.8-5.2,15 c-2.6,13-0.8,26.9,5.2,38.7c3.9,7.7,9.5,14.6,16.3,20c6.4,5.1,13.9,8.9,21.8,11c10,2.7,20.6,2.6,30.6,0.3 c9.1-2.1,17.7-6.4,24.5-12.8c7.2-6.7,12.4-15.4,15.1-24.9c3-10.3,3.4-21.3,1.5-31.8C-186,233.6-204.8,233.6-223.5,233.6z/> /g>/svg> /span> span classsm:hidden lg:inline>Select language i classfas fa-caret-down>/i>/span> /button> div classinvisible origin-top-right -translate-y-2 scale-95 transform opacity-0 transition-all duration-300 group-focus-within:visible group-focus-within:translate-y-0 group-focus-within:scale-100 group-focus-within:opacity-100> div classabsolute right-0 w-96 origin-top-right divide-y divide-gray-100 rounded-md border border-gray-200 bg-white shadow-lg outline-none rolemenu> div classrelative transform overflow-hidden rounded-lg bg-white text-start shadow-xl transition-all duration-300 sm:w-full sm:max-w-6xl shadow shadow-black/40> div classbg-white p-4 sm:p-6> div classsm:flex sm:items-start> div classmt-3 sm:mt-0 sm:ms-4> h3 classtext-lg font-medium leading-6 text-slate-900>This website uses Google Translate/h3> div classmt-2> p classtext-sm text-slate-500 mb-2>You cannot use this feature without first accepting 3rd Party Cookies./p> div classmt-4 flex flex-row gap-3> div> a hrefjavascript:void(0); onclickLivewire.dispatch(openModal, { component: cookies-consent-modal }) classuppercase inline-flex w-full justify-center rounded-md border border-slate-500 bg-slate-50 px-4 py-2 text-base font-medium text-slate-500 shadow-sm hover:bg-slate-200 focus:outline-none focus:ring-2 focus:ring-slate-100 focus:ring-offset-2 sm:w-auto sm:text-sm transition-all > Allow 3rd Party Cookies /a>/div> /div> /div> /div> /div> /div> /div> /div> /div> /div> form actionhttps://www.linton.northumberland.sch.uk/search methodget roleform classflex flex-row gap-2> button typesubmit classflex flow-col gap-2 items-center justify-center aria-labelSubmit search> span classrounded w-8 h-8 flex justify-center items-center icon-toolbar> i classfas fa-search fa-fw fa-lg>/i> /span> /button> div classhidden> input typetext classrounded-md p-2.5 border border-gray-300 bg-white shadow-sm focus:shadow-md transition-all lock text-gray-900 sm:text-md focus:outline-0 block w-full idPreventChromeAutocomplete namePreventChromeAutocomplete autocompleteon /> /div> input namequery typetext required minlength3 maxlength255 placeholderSearch autocompleteoff aria-labelSearch site classw-auto lg:w-28 xl:w-auto bg-transparent border-0 placeholder:font-normal h-8 focus:ring-0 focus:outline-0 font-bold px-0 transition-all />/form> /div>/header>header idsegmented-header classbg-white overflow-hidden relative flex items-center justify-center object-cover object-center text-8xl text-center font-semibold font-title> picture> source media(min-width:1536px) srcsethttps://eschoolscms.blob.core.windows.net/production/schools/178/template-files/segmented/fvcJLGeIpptGGYSFQB1vt3rmVcM0YwLVNiyzsWjw@2xl.png> source media(min-width:1280px) srcsethttps://eschoolscms.blob.core.windows.net/production/schools/178/template-files/segmented/fvcJLGeIpptGGYSFQB1vt3rmVcM0YwLVNiyzsWjw@xl.png> source media(min-width:1024px) srcsethttps://eschoolscms.blob.core.windows.net/production/schools/178/template-files/segmented/fvcJLGeIpptGGYSFQB1vt3rmVcM0YwLVNiyzsWjw@lg.png> source media(min-width:768px) srcsethttps://eschoolscms.blob.core.windows.net/production/schools/178/template-files/segmented/fvcJLGeIpptGGYSFQB1vt3rmVcM0YwLVNiyzsWjw@md.png> source media(min-width:439px) srcsethttps://eschoolscms.blob.core.windows.net/production/schools/178/template-files/segmented/fvcJLGeIpptGGYSFQB1vt3rmVcM0YwLVNiyzsWjw@sm.png> img srchttps://eschoolscms.blob.core.windows.net/production/schools/178/template-files/segmented/fvcJLGeIpptGGYSFQB1vt3rmVcM0YwLVNiyzsWjw@xs.png altLinton Primary School classobject-cover object-center h-full >/picture> /header>div @clickslideIn ! slideIn classtransition-all lg:hidden:class{ w-full h-full fixed bg-black/70 z-40 top-0: slideIn}>/div>nav idpagenav :class{ -translate-x-calc(100%_+_10px) lg:translate-x-0 z-20: !slideIn, -translate-x-0 z-50 shadow-0_0_10px_black: slideIn } classz-50 -translate-x-calc(100%_+_10px) lg:translate-x-0 w-calc(100vw_-_50px) max-w-600px lg:max-w-full lg:w-auto h-screen lg:h-auto fixed lg:sticky top-0 lg:-top-1 transition-all lg:&stuck:shadow-0_0_10px_black block overflow-y-auto lg:overflow-y-visible text-base> div classlg:container mx-auto p-2 pb-1 > div classsm:hidden bg-toolbar flex flex-col gap-2 px-6 py-4 -m-2> div classflex flex-row gap-2> a hrefhttps://www.facebook.com/lintonprimaryschool target_blank classrounded w-8 h-8 flex justify-center items-center icon-toolbar &>svg:p-1> svg xmlnshttp://www.w3.org/2000/svg xmlns:xlinkhttp://www.w3.org/1999/xlink viewBox0 0 36 36 fillcurrentColor height40 width40 stylecolor: #0866FF;> path dM20.181 35.87C29.094 34.791 36 27.202 36 18c0-9.941-8.059-18-18-18S0 8.059 0 18c0 8.442 5.811 15.526 13.652 17.471L14 34h5.5l.681 1.87Z>/path> path stylefill: #fff; dM13.651 35.471v-11.97H9.936V18h3.715v-2.37c0-6.127 2.772-8.964 8.784-8.964 1.138 0 3.103.223 3.91.446v4.983c-.425-.043-1.167-.065-2.081-.065-2.952 0-4.09 1.116-4.09 4.025V18h5.883l-1.008 5.5h-4.867v12.37a18.183 18.183 0 0 1-6.53-.399Z>/path>/svg> /a> /div> div classflex flex-row gap-2> a hreftel:01670 860361 target_blank classflex flow-col gap-2 items-center justify-center whitespace-nowrap> span classrounded w-8 h-8 flex justify-center items-center icon-toolbar> i classfas fa-phone fa-fw fa-lg>/i> /span> span classsm:hidden lg:inline>01670 860361/span> /a>/div> div classflex flex-row gap-2> a hrefmailto:admin@linton.northumberland.sch.uk target_blank classflex flow-col gap-2 items-center justify-center whitespace-nowrap> span classrounded w-8 h-8 flex justify-center items-center icon-toolbar> i classfas fa-envelope fa-fw fa-lg>/i> /span> span classsm:hidden lg:inline>Email us/span> /a> /div> div classhidden group sm:flex flex-row gap-2 relative idgoogle_translate_element> button classflex flow-col gap-2 items-center justify-center whitespace-nowrap aria-haspopuptrue> span classrounded w-8 h-8 flex justify-center items-center icon-toolbar> svg xmlnshttp://www.w3.org/2000/svg xmlns:xlinkhttp://www.w3.org/1999/xlink version1.1 idLayer_1 x0px y0px viewBox-393 31 500 500 styleenable-background:new -393 31 500 500; xml:spacepreserve width100% height100%> style typetext/css> .st0{fill:#E5E5E5;} .st1{fill:#D9D9D9;} .st2{fill:#4455B7;} .st3{fill:#518FF5;} .st4{fill:#607B88;} .st5{fill:#FFFFFF;} /style> g idXMLID_22_> path idXMLID_24_ classst0 dM16.5,463.2h-142.6l-45.4-292.1H16.4c12.7,0,23,10.3,23,23v246.1 C39.5,452.9,29.2,463.2,16.5,463.2z/> path idXMLID_28_ classst1 dM16.5,463.2h-142.6l-45.4-292.1h40.3L39.5,340.5v99.7C39.5,452.9,29.2,463.2,16.5,463.2z/> polygon idXMLID_29_ classst2 points-126.1,463.2 -63.4,394.4 -149.7,394.4 /> path idXMLID_30_ classst3 dM-302.5,98.8h143.8l95.2,295.7h-239c-12.7,0-23-10.3-23-23V121.8 C-325.5,109.1-315.2,98.8-302.5,98.8z/> path idXMLID_31_ classst4 dM-13.6,271h30v-14H-52v-22.7h-23v23h-37V271h81.8c0,0-4.9,23.4-24.7,45 c-15-17.7-19.1-27.8-19.1-27.8h-18.2c0,0,3.5,8.5,15,25.6c2.1,3.1,6.2,8,11.3,13.6c-15.1,15.5-23.5,23.1-23.5,23.1l11.5,9.6 c0,0,10.6-9.6,22.3-21.5c19.1,20.2,42.9,43.6,42.9,43.6l10.9-11.8c0,0-14.1-13.4-40-40c-1-1.1-2-2.1-3-3.1 c4.3-4.7,8.3-9.4,11.6-13.8C-18,293.7-13.6,271-13.6,271z/> path idXMLID_32_ classst5 dM-223.5,233.6c0,7.8,0,15.6,0,23.4c10.9,0,21.8,0,32.6,0c-1.3,7.5-5.7,14.3-12,18.5 c-4,2.7-8.5,4.4-13.2,5.2c-4.7,0.8-9.6,0.9-14.3,0c-4.8-1-9.3-2.9-13.3-5.8c-6.4-4.5-11.2-11-13.7-18.4c-2.6-7.5-2.6-15.8,0-23.3 c1.8-5.3,4.8-10.1,8.7-14.1c4.8-4.9,11.1-8.5,17.9-9.9c5.8-1.2,11.9-1,17.6,0.7c4.8,1.5,9.3,4.1,12.9,7.6c3.7-3.7,7.3-7.3,11-11 c1.9-2,4-3.9,5.8-5.9c-5.6-5.2-12.1-9.3-19.3-11.9c-12.9-4.7-27.4-4.8-40.3-0.4c-14.6,5-27,15.9-33.9,29.7c-2.4,4.8-4.2,9.8-5.2,15 c-2.6,13-0.8,26.9,5.2,38.7c3.9,7.7,9.5,14.6,16.3,20c6.4,5.1,13.9,8.9,21.8,11c10,2.7,20.6,2.6,30.6,0.3 c9.1-2.1,17.7-6.4,24.5-12.8c7.2-6.7,12.4-15.4,15.1-24.9c3-10.3,3.4-21.3,1.5-31.8C-186,233.6-204.8,233.6-223.5,233.6z/> /g>/svg> /span> span classsm:hidden lg:inline>Select language i classfas fa-caret-down>/i>/span> /button> div classinvisible origin-top-right -translate-y-2 scale-95 transform opacity-0 transition-all duration-300 group-focus-within:visible group-focus-within:translate-y-0 group-focus-within:scale-100 group-focus-within:opacity-100> div classabsolute right-0 w-96 origin-top-right divide-y divide-gray-100 rounded-md border border-gray-200 bg-white shadow-lg outline-none rolemenu> div classrelative transform overflow-hidden rounded-lg bg-white text-start shadow-xl transition-all duration-300 sm:w-full sm:max-w-6xl shadow shadow-black/40> div classbg-white p-4 sm:p-6> div classsm:flex sm:items-start> div classmt-3 sm:mt-0 sm:ms-4> h3 classtext-lg font-medium leading-6 text-slate-900>This website uses Google Translate/h3> div classmt-2> p classtext-sm text-slate-500 mb-2>You cannot use this feature without first accepting 3rd Party Cookies./p> div classmt-4 flex flex-row gap-3> div> a hrefjavascript:void(0); onclickLivewire.dispatch(openModal, { component: cookies-consent-modal }) classuppercase inline-flex w-full justify-center rounded-md border border-slate-500 bg-slate-50 px-4 py-2 text-base font-medium text-slate-500 shadow-sm hover:bg-slate-200 focus:outline-none focus:ring-2 focus:ring-slate-100 focus:ring-offset-2 sm:w-auto sm:text-sm transition-all > Allow 3rd Party Cookies /a>/div> /div> /div> /div> /div> /div> /div> /div> /div> /div>div classsm:hidden group flex flex-row gap-2 relative idgoogle_translate_element2> button classflex flow-col gap-2 items-center justify-center whitespace-nowrap aria-haspopuptrue> span classrounded w-8 h-8 flex justify-center items-center icon-toolbar> svg xmlnshttp://www.w3.org/2000/svg xmlns:xlinkhttp://www.w3.org/1999/xlink version1.1 idLayer_1 x0px y0px viewBox-393 31 500 500 styleenable-background:new -393 31 500 500; xml:spacepreserve width100% height100%> style typetext/css> .st0{fill:#E5E5E5;} .st1{fill:#D9D9D9;} .st2{fill:#4455B7;} .st3{fill:#518FF5;} .st4{fill:#607B88;} .st5{fill:#FFFFFF;} /style> g idXMLID_22_> path idXMLID_24_ classst0 dM16.5,463.2h-142.6l-45.4-292.1H16.4c12.7,0,23,10.3,23,23v246.1 C39.5,452.9,29.2,463.2,16.5,463.2z/> path idXMLID_28_ classst1 dM16.5,463.2h-142.6l-45.4-292.1h40.3L39.5,340.5v99.7C39.5,452.9,29.2,463.2,16.5,463.2z/> polygon idXMLID_29_ classst2 points-126.1,463.2 -63.4,394.4 -149.7,394.4 /> path idXMLID_30_ classst3 dM-302.5,98.8h143.8l95.2,295.7h-239c-12.7,0-23-10.3-23-23V121.8 C-325.5,109.1-315.2,98.8-302.5,98.8z/> path idXMLID_31_ classst4 dM-13.6,271h30v-14H-52v-22.7h-23v23h-37V271h81.8c0,0-4.9,23.4-24.7,45 c-15-17.7-19.1-27.8-19.1-27.8h-18.2c0,0,3.5,8.5,15,25.6c2.1,3.1,6.2,8,11.3,13.6c-15.1,15.5-23.5,23.1-23.5,23.1l11.5,9.6 c0,0,10.6-9.6,22.3-21.5c19.1,20.2,42.9,43.6,42.9,43.6l10.9-11.8c0,0-14.1-13.4-40-40c-1-1.1-2-2.1-3-3.1 c4.3-4.7,8.3-9.4,11.6-13.8C-18,293.7-13.6,271-13.6,271z/> path idXMLID_32_ classst5 dM-223.5,233.6c0,7.8,0,15.6,0,23.4c10.9,0,21.8,0,32.6,0c-1.3,7.5-5.7,14.3-12,18.5 c-4,2.7-8.5,4.4-13.2,5.2c-4.7,0.8-9.6,0.9-14.3,0c-4.8-1-9.3-2.9-13.3-5.8c-6.4-4.5-11.2-11-13.7-18.4c-2.6-7.5-2.6-15.8,0-23.3 c1.8-5.3,4.8-10.1,8.7-14.1c4.8-4.9,11.1-8.5,17.9-9.9c5.8-1.2,11.9-1,17.6,0.7c4.8,1.5,9.3,4.1,12.9,7.6c3.7-3.7,7.3-7.3,11-11 c1.9-2,4-3.9,5.8-5.9c-5.6-5.2-12.1-9.3-19.3-11.9c-12.9-4.7-27.4-4.8-40.3-0.4c-14.6,5-27,15.9-33.9,29.7c-2.4,4.8-4.2,9.8-5.2,15 c-2.6,13-0.8,26.9,5.2,38.7c3.9,7.7,9.5,14.6,16.3,20c6.4,5.1,13.9,8.9,21.8,11c10,2.7,20.6,2.6,30.6,0.3 c9.1-2.1,17.7-6.4,24.5-12.8c7.2-6.7,12.4-15.4,15.1-24.9c3-10.3,3.4-21.3,1.5-31.8C-186,233.6-204.8,233.6-223.5,233.6z/> /g>/svg> /span> span classsm:hidden lg:inline>Select language i classfas fa-caret-down>/i>/span> /button> div classinvisible origin-top-right -translate-y-2 scale-95 transform opacity-0 transition-all duration-300 group-focus-within:visible group-focus-within:translate-y-0 group-focus-within:scale-100 group-focus-within:opacity-100> div classabsolute right-0 w-96 origin-top-right divide-y divide-gray-100 rounded-md border border-gray-200 bg-white shadow-lg outline-none rolemenu> div classrelative transform overflow-hidden rounded-lg bg-white text-start shadow-xl transition-all duration-300 sm:w-full sm:max-w-6xl shadow shadow-black/40> div classbg-white p-4 sm:p-6> div classsm:flex sm:items-start> div classmt-3 sm:mt-0 sm:ms-4> h3 classtext-lg font-medium leading-6 text-slate-900>This website uses Google Translate/h3> div classmt-2> p classtext-sm text-slate-500 mb-2>You cannot use this feature without first accepting 3rd Party Cookies./p> div classmt-4 flex flex-row gap-3> div> a hrefjavascript:void(0); onclickLivewire.dispatch(openModal, { component: cookies-consent-modal }) classuppercase inline-flex w-full justify-center rounded-md border border-slate-500 bg-slate-50 px-4 py-2 text-base font-medium text-slate-500 shadow-sm hover:bg-slate-200 focus:outline-none focus:ring-2 focus:ring-slate-100 focus:ring-offset-2 sm:w-auto sm:text-sm transition-all > Allow 3rd Party Cookies /a>/div> /div> /div> /div> /div> /div> /div> /div> /div> /div> div> form actionhttps://www.linton.northumberland.sch.uk/search methodget roleform classflex flex-row gap-2> button typesubmit classflex flow-col gap-2 items-center justify-center aria-labelSubmit search> span classrounded w-8 h-8 flex justify-center items-center icon-toolbar> i classfas fa-search fa-fw fa-lg>/i> /span> /button> div classhidden> input typetext classrounded-md p-2.5 border border-gray-300 bg-white shadow-sm focus:shadow-md transition-all lock text-gray-900 sm:text-md focus:outline-0 block w-full idPreventChromeAutocomplete namePreventChromeAutocomplete autocompleteon /> /div> input namequery typetext required minlength3 maxlength255 placeholderSearch autocompleteoff aria-labelSearch site classw-auto lg:w-28 xl:w-auto bg-transparent border-0 placeholder:font-normal h-8 focus:ring-0 focus:outline-0 font-bold px-0 transition-all />/form> /div> /div> ul classflex flex-col lg:flex-row flex-wrap mt-6 lg:mt-0 lg:&>li:not(:last-child)>div:border-r &>li>div>.nav-item:py-1 &>li>div>div.nav-item:hidden lg:&>li>div>div.nav-item:block &>li>div>details:block lg:&>li>div>details:hidden &>li>div>a.nav-item:block lg:&>li>div>.nav-item:inline-block &>li>div>.nav-item:px-4 &>li>div>.nav-item:font-bold &>li>div:mb-1 &>li>div>.nav-item:whitespace-nowrap &>li>div>.nav-item:transition-all &>li>div>.nav-item:hover:transition-all > li classnav-link group focus-within:z-10 > div classlg:&_.active_.navtitle:underline lg:&_.active_.navtitle:underline-offset-8 lg:&_.active_.navtitle:hover:no-underline > a href/ classactive nav-item rounded mx-1 transition-all lg:text-center > i classfas fa-home fa-lg>/i> /a> /div> /li> li classnav-link group focus-within:z-10 canhavechildren > div classlg:&_.active_.navtitle:underline lg:&_.active_.navtitle:underline-offset-8 lg:&_.active_.navtitle:hover:no-underline > div class cursor-pointer nav-parent relative nav-item rounded mx-1 transition-all tabindex-1 > span typebutton aria-haspopuptrue classflex flex-row gap-2 items-center justify-start > span classnavtitle>Our School/span> i classfas fa-caret-down fa-lg ps-1.5>/i> /span> div classinvisible origin-bottom-right -translate-y-0 scale-95 transform opacity-0 transition-all duration-300 group-focus-within:visible group-focus-within:translate-y-0 group-focus-within:scale-100 group-focus-within:opacity-100> div classnav-dropdown absolute lg:-left-4 mt-1 origin-top-right divide-y divide-gray-100 rounded-md border border-primary-400 shadow outline-none min-w-250px max-h-calc(100vh_-_65px) overflow-y-scroll rolemenu> div classpy-1> div class py-1> details classgroup/headteachers-welcome &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight href/headteachers-welcome > Headteacher's Welcome /a> /summary> /details> details classgroup/admissions-1 &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight href/admissions-1 > Admissions /a> /summary> /details> details classgroup/our-school-day &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight href/our-school-day > Our School Day /a> /summary> /details> details classgroup/school-meals &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight href/school-meals > School Meals /a> /summary> /details> details classgroup/attendance &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight href/attendance > Attendance Matters /a> /summary> /details> details classgroup/term-dates &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight href/term-dates > Term Dates /a> /summary> /details> details classgroup/uniform &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight href/uniform > Uniform /a> /summary> /details> details classgroup/send &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight href/send > SEND /a> /summary> /details> details classgroup/contact-us &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight href/contact-us > Contact Us /a> /summary> /details> details classgroup/remote-education &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight href/remote-education > Remote Education /a> /summary> /details> /div> /div> /div> /div> /div> details classgroup/our-school &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold py-1 px-4 transition-all> span classleading-tight pe-6 >Our School/span> i classtransition fas fa-chevron-left fa-fw>/i> /summary> div class &_summary:ps-4 py-1> details classgroup/headteachers-welcome &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight ps-2 href/headteachers-welcome > Headteacher's Welcome /a> /summary> /details> details classgroup/admissions-1 &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight ps-2 href/admissions-1 > Admissions /a> /summary> /details> details classgroup/our-school-day &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight ps-2 href/our-school-day > Our School Day /a> /summary> /details> details classgroup/school-meals &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight ps-2 href/school-meals > School Meals /a> /summary> /details> details classgroup/attendance &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight ps-2 href/attendance > Attendance Matters /a> /summary> /details> details classgroup/term-dates &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight ps-2 href/term-dates > Term Dates /a> /summary> /details> details classgroup/uniform &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight ps-2 href/uniform > Uniform /a> /summary> /details> details classgroup/send &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight ps-2 href/send > SEND /a> /summary> /details> details classgroup/contact-us &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight ps-2 href/contact-us > Contact Us /a> /summary> /details> details classgroup/remote-education &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight ps-2 href/remote-education > Remote Education /a> /summary> /details> /div> /details> /div> /li> li classnav-link group focus-within:z-10 canhavechildren > div classlg:&_.active_.navtitle:underline lg:&_.active_.navtitle:underline-offset-8 lg:&_.active_.navtitle:hover:no-underline > div class cursor-pointer nav-parent relative nav-item rounded mx-1 transition-all tabindex-1 > span typebutton aria-haspopuptrue classflex flex-row gap-2 items-center justify-start > span classnavtitle>Curriculum/span> i classfas fa-caret-down fa-lg ps-1.5>/i> /span> div classinvisible origin-bottom-right -translate-y-0 scale-95 transform opacity-0 transition-all duration-300 group-focus-within:visible group-focus-within:translate-y-0 group-focus-within:scale-100 group-focus-within:opacity-100> div classnav-dropdown absolute lg:-left-4 mt-1 origin-top-right divide-y divide-gray-100 rounded-md border border-primary-400 shadow outline-none min-w-250px max-h-calc(100vh_-_65px) overflow-y-scroll rolemenu> div classpy-1> div class py-1> details classgroup/our-curriculum-1 &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight href/our-curriculum-1 > Our Curriculum /a> /summary> /details> details classgroup/reading &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> span classleading-tight pe-6 >Reading/span> i classtransition fas fa-chevron-left fa-fw>/i> /summary> div class &_summary:ps-4 py-1> details classgroup/learning-to-read &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight ps-2 href/learning-to-read > Learning to Read /a> /summary> /details> details classgroup/love-of-reading &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight ps-2 href/love-of-reading > Love of Reading /a> /summary> /details> /div> /details> details classgroup/forest-school &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight href/forest-school > Forest School /a> /summary> /details> details classgroup/british-values &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight href/british-values > British Values /a> /summary> /details> /div> /div> /div> /div> /div> details classgroup/our-curriculum &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold py-1 px-4 transition-all> span classleading-tight pe-6 >Curriculum/span> i classtransition fas fa-chevron-left fa-fw>/i> /summary> div class &_summary:ps-4 py-1> details classgroup/our-curriculum-1 &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight ps-2 href/our-curriculum-1 > Our Curriculum /a> /summary> /details> details classgroup/reading &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> span classleading-tight pe-6 ps-2 >Reading/span> i classtransition fas fa-chevron-left fa-fw>/i> /summary> div class &_summary:ps-4 py-1> details classgroup/learning-to-read &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight ps-4 href/learning-to-read > Learning to Read /a> /summary> /details> details classgroup/love-of-reading &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight ps-4 href/love-of-reading > Love of Reading /a> /summary> /details> /div> /details> details classgroup/forest-school &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight ps-2 href/forest-school > Forest School /a> /summary> /details> details classgroup/british-values &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight ps-2 href/british-values > British Values /a> /summary> /details> /div> /details> /div> /li> li classnav-link group focus-within:z-10 canhavechildren > div classlg:&_.active_.navtitle:underline lg:&_.active_.navtitle:underline-offset-8 lg:&_.active_.navtitle:hover:no-underline > div class cursor-pointer nav-parent relative nav-item rounded mx-1 transition-all tabindex-1 > span typebutton aria-haspopuptrue classflex flex-row gap-2 items-center justify-start > span classnavtitle>Safeguarding/span> i classfas fa-caret-down fa-lg ps-1.5>/i> /span> div classinvisible origin-bottom-right -translate-y-0 scale-95 transform opacity-0 transition-all duration-300 group-focus-within:visible group-focus-within:translate-y-0 group-focus-within:scale-100 group-focus-within:opacity-100> div classnav-dropdown absolute lg:-left-4 mt-1 origin-top-right divide-y divide-gray-100 rounded-md border border-primary-400 shadow outline-none min-w-250px max-h-calc(100vh_-_65px) overflow-y-scroll rolemenu> div classpy-1> div class py-1> details classgroup/keeping-children-safe &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight href/keeping-children-safe > Keeping Children Safe /a> /summary> /details> details classgroup/online-safety &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight href/online-safety > Online Safety /a> /summary> /details> /div> /div> /div> /div> /div> details classgroup/safeguarding &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold py-1 px-4 transition-all> span classleading-tight pe-6 >Safeguarding/span> i classtransition fas fa-chevron-left fa-fw>/i> /summary> div class &_summary:ps-4 py-1> details classgroup/keeping-children-safe &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight ps-2 href/keeping-children-safe > Keeping Children Safe /a> /summary> /details> details classgroup/online-safety &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight ps-2 href/online-safety > Online Safety /a> /summary> /details> /div> /details> /div> /li> li classnav-link group focus-within:z-10 canhavechildren > div classlg:&_.active_.navtitle:underline lg:&_.active_.navtitle:underline-offset-8 lg:&_.active_.navtitle:hover:no-underline > div class cursor-pointer nav-parent relative nav-item rounded mx-1 transition-all tabindex-1 > span typebutton aria-haspopuptrue classflex flex-row gap-2 items-center justify-start > span classnavtitle>Statutory Information/span> i classfas fa-caret-down fa-lg ps-1.5>/i> /span> div classinvisible origin-bottom-right -translate-y-0 scale-95 transform opacity-0 transition-all duration-300 group-focus-within:visible group-focus-within:translate-y-0 group-focus-within:scale-100 group-focus-within:opacity-100> div classnav-dropdown absolute lg:-left-4 mt-1 origin-top-right divide-y divide-gray-100 rounded-md border border-primary-400 shadow outline-none min-w-250px max-h-calc(100vh_-_65px) overflow-y-scroll rolemenu> div classpy-1> div class py-1> details classgroup/ethos &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight href/ethos > Ethos /a> /summary> /details> details classgroup/governance &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight href/governance > Governance /a> /summary> /details> details classgroup/pupil-premium &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight href/pupil-premium > Pupil Premium /a> /summary> /details> details classgroup/pe-and-sports-premium &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight href/pe-and-sports-premium > PE and Sports Premium /a> /summary> /details> details classgroup/results &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight href/results > School Performance /a> /summary> /details> details classgroup/policies-3 &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight href/policies-3 > Policies /a> /summary> /details> /div> /div> /div> /div> /div> details classgroup/statutory-information &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold py-1 px-4 transition-all> span classleading-tight pe-6 >Statutory Information/span> i classtransition fas fa-chevron-left fa-fw>/i> /summary> div class &_summary:ps-4 py-1> details classgroup/ethos &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight ps-2 href/ethos > Ethos /a> /summary> /details> details classgroup/governance &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight ps-2 href/governance > Governance /a> /summary> /details> details classgroup/pupil-premium &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight ps-2 href/pupil-premium > Pupil Premium /a> /summary> /details> details classgroup/pe-and-sports-premium &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight ps-2 href/pe-and-sports-premium > PE and Sports Premium /a> /summary> /details> details classgroup/results &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight ps-2 href/results > School Performance /a> /summary> /details> details classgroup/policies-3 &open>summary>i:-rotate-90 > summary classflex cursor-pointer list-none items-center justify-between font-bold block py-1 px-4 transition-all> a classleading-tight ps-2 href/policies-3 > Policies /a> /summary> /details> /div> /details> /div> /li> li classnav-link group focus-within:z-10 > div classlg:&_.active_.navtitle:underline lg:&_.active_.navtitle:underline-offset-8 lg:&_.active_.navtitle:hover:no-underline > a hrefhttps://www.linton.northumberland.sch.uk/calendar class nav-item rounded mx-1 lg:text-center > span classnavtitle>Calendar/span> /a> /div> /li> /ul> /div>/nav>div idcontrols>/div>header> /header> main classsm:py-4 xl:py-6 2xl:py-8 md:px-4 xl:px-6 2xl:px-8 transition-all py-4 > div wire:snapshot{"data":{"currentPage":null,{"class":"page","key":59394,"s":"mdl"}},"memo":{"id":"Awy7cD8GcobsA3i1Ab48","name":"template.render-page","path":"\/","method":"GET","children":{"lw-875211383-0":"div","5LpiWsTlBsdxYxGjP7ka","lw-3244932111-0":"div","ZKTmfdUvJjKbOnMclA4a","lw-3501839133-0":"div","B00QemutcnErM2HKsxbz","lw-3501839133-1":"div","j88Tf7IFLPEB7X7pEj6y"},"scripts":,"assets":,"errors":,"locale":"en"},"checksum":"ca90998b892aae18e70fb43400df7b200e43251ca8bdb1a6b55fe3b66869d415"} wire:effects{"listeners":"refreshCurrentPage"} wire:idAwy7cD8GcobsA3i1Ab48 classflex flex-col gap-4 xl:gap-6 2xl:gap-8 wire:sortable-grouphandleSortingProxy> section> div classcontainer mx-auto flex flex-col lg:grid grid-cols-3 gap-4 xl:gap-6 transition-all> div iddynamic-carousel-group classpx-0 lg:col-span-3 &_.sortableElement:mb-0 &_.caption:absolute &_.caption:bottom-0 &_.caption:w-full &_.caption:h-8 &_.caption:bg-white/50 &_.caption>h5:text-black &>article>div.sortable-elements:grid &>article>div.sortable-elements:grid-cols-1 lg:&>article>div.sortable-elements:grid-flow-col lg:&>article>div.sortable-elements:auto-cols-fr &>article>div.sortable-elements:gap-3 lg:&>article>div.sortable-elements:gap-6 &_.img-container:aspect-video &_.img-container_.carousel-sizer:aspect-video &_picture:w-full &_img.object-cover:w-full &_.regionTitle:-mt-8 > article classoutline-red-200 hover:outline-red-500> div wire:snapshot{"data":{"uid":"5LpiWsTlBsdxYxGjP7ka","currentPage":null,{"class":"page","key":59394,"s":"mdl"},"inheritedPage":null,{"class":"page","s":"mdl"},"region":2,"title":"Header Galleries","isHomeblock":false,"hideSwitch":true,"featureGallery":false,"shared":false,"max":null,"shuffle":false,"canAddContent":true,"enableCrop":true,"allowedElements":"ElementCarousel","ElementVideo","ElementEmbed",{"s":"arr"}},"memo":{"id":"5LpiWsTlBsdxYxGjP7ka","name":"page-elements.show-page-elements","path":"\/","method":"GET","children":{"component-252198":"div","gfO8gVaBYjngtvaQWlI5","component-252199":"div","bevPFbLDHxsRDPjK9TdA","component-252200":"div","Dzi5gHmfgaUbTDtiA69w"},"scripts":,"assets":,"errors":,"locale":"en"},"checksum":"c417814263d1d11bcf57123ab3dfab42d1c9283ece042be2776279594dd46797"} wire:effects{"listeners":"refreshCurrentPage","5LpiWsTlBsdxYxGjP7ka-carouselAdded","5LpiWsTlBsdxYxGjP7ka-dividerAdded","5LpiWsTlBsdxYxGjP7ka-textBlockAdded","5LpiWsTlBsdxYxGjP7ka-inlinePdfAdded","5LpiWsTlBsdxYxGjP7ka-socialFeedAdded","5LpiWsTlBsdxYxGjP7ka-eventsBlockAdded","5LpiWsTlBsdxYxGjP7ka-categoryBlockAdded","5LpiWsTlBsdxYxGjP7ka-housepointsBlockAdded","5LpiWsTlBsdxYxGjP7ka-attendancesBlockAdded","5LpiWsTlBsdxYxGjP7ka-embedAdded","5LpiWsTlBsdxYxGjP7ka-videoAdded","5LpiWsTlBsdxYxGjP7ka-resourceAdded","5LpiWsTlBsdxYxGjP7ka-profileAdded","5LpiWsTlBsdxYxGjP7ka-linkBoxAdded","5LpiWsTlBsdxYxGjP7ka-accordionAdded","5LpiWsTlBsdxYxGjP7ka-sharedElementAdded","elementDeletionConfirmed","elementsUpdated","handleSorting"} wire:id5LpiWsTlBsdxYxGjP7ka classrelative sortable-elements h-full &>div:last-child>div:mb-0 wire:sortable-group.item-group2 style> div wire:sortable-group.item252198 wire:keysortable-252198 data-classElementCarousel classelement ElementCarousel > div wire:snapshot{"data":{"element":null,{"class":"element_carousel","key":37762,"s":"mdl"},"pivotId":252198,"currentPage":null,{"class":"page","key":59394,"s":"mdl"},"shuffle":false,"featureGallery":false,"backupFeature":false,"max":null,"sharedElementWarning":""},"memo":{"id":"gfO8gVaBYjngtvaQWlI5","name":"page-elements.carousel.show-carousel","path":"\/","method":"GET","children":,"scripts":"938734640-0","assets":,"errors":,"locale":"en"},"checksum":"ab2019e19c3e09ec28a87afc7709f17dcbe22bd2517625e3480fb316447b6e29"} wire:effects{"scripts":{"938734640-0":" <script>\n let glidecarousel37762 new Glide('#carousel37762', {\"autoplay\":false,\"keyboard\":false,\"gap\":0,\"type\":\"carousel\",\"animationTimingFunc\":\"ease-in-out\",\"rewindDuration\":0});\n let glidecarousel37762Items document.getElementById('carousel37762').querySelectorAll(\"li:not(.glide__slide--clone)\");\n\n \n if(glidecarousel37762Items.length > 1) {\n glidecarousel37762.on('move', () > {\n glidecarousel37762Itemsglidecarousel37762.index.style.display 'list-item';\n if(glidecarousel37762Items.length > glidecarousel37762.index+1) {\n glidecarousel37762Itemsglidecarousel37762.index+1.style.display 'list-item';\n }\n if(glidecarousel37762.index 0) {\n glidecarousel37762Itemsglidecarousel37762Items.length-1.style.display 'list-item';\n }\n });\n }\n\n \n \n \n glidecarousel37762.mount();\n\n \n window.addEventListener('carousel37762Updated', (event) > {\n new Glide('#carousel37762').destroy();\n new Glide('#carousel37762', event.detail.config).mount();\n });\n\n <\/script>\n "},"listeners":"sharingUpdated","draftPublished","carouselUpdated"} wire:idgfO8gVaBYjngtvaQWlI5 classrelative &:not(:hover)_.elementActions:hidden mb-4 sortableElement> div idcarousel37762 classglide relative carousel rounded shadow-md border border-primary-200 overflow-hidden > div data-glide-eltrack classglide__track relative > ul classfade glide__slides img-container relative w-full h-full z-0 styleoverflow: visible; > li wire:keycarousel-item-162084 classrelative w-full h-full glide__slide > div style--max-ratio: 7/4; classrelative w-full h-full flex items-center mx-auto overflow-hidden aspect---max-ratio > picture classh-full w-full flex justify-center items-center> img srchttps://eschoolscms.blob.core.windows.net/production/schools/178/carousel-items/1TIPjjD9IqMiBlFvruB2lAOvd39oGSeNoqFNp5SM@2xl.jpg altChristmas show fun loadinglazy classobject-cover block object-center h-full w-full >/picture> /div> /li> li wire:keycarousel-item-162085 classrelative w-full h-full glide__slide > div style--max-ratio: 7/4; classrelative w-full h-full flex items-center mx-auto overflow-hidden aspect---max-ratio > picture classh-full w-full flex justify-center items-center> img srchttps://eschoolscms.blob.core.windows.net/production/schools/178/carousel-items/xZtc2s2hFk8JwkcxQldccrp7MlfdEflcWQNmJkHi@2xl.jpg altugly sisters and step mother loadinglazy classobject-cover block object-center h-full w-full >/picture> /div> /li> li wire:keycarousel-item-162086 classrelative w-full h-full glide__slide > div style--max-ratio: 7/4; classrelative w-full h-full flex items-center mx-auto overflow-hidden aspect---max-ratio > picture classh-full w-full flex justify-center items-center> img srchttps://eschoolscms.blob.core.windows.net/production/schools/178/carousel-items/6jhoQe4uwpcmQqnx1W6lar9ciIGb8wmVh2qEpjdx.jpg alttree exploring loadinglazy classobject-cover block object-center h-full w-full >/picture> /div> /li> li wire:keycarousel-item-162087 classrelative w-full h-full glide__slide > div style--max-ratio: 7/4; classrelative w-full h-full flex items-center mx-auto overflow-hidden aspect---max-ratio > picture classh-full w-full flex justify-center items-center> img srchttps://eschoolscms.blob.core.windows.net/production/schools/178/carousel-items/TSBDWO4DVG45KHqz22mtWRc194Dahs06V8WKHPqi.jpg altfrog fun loadinglazy classobject-cover block object-center h-full w-full >/picture> /div> /li> /ul> div data-glide-elcontrols> button data-glide-dir classbg-gradient-to-r from-slate-900/20 text-slate-50/50 hover:text-slate-50 hover:from-slate-900/50 to-transparent absolute top-0 flex items-center justify-center py-0 px-4 text-center border-0 hover:outline-none hover:no-underline focus:outline-none focus:no-underline left-0 bottom-0 > i classfas fa-chevron-left fa-lg fa-fw>/i> /button> button data-glide-dir> classbg-gradient-to-l from-slate-900/20 text-slate-50/50 hover:text-slate-50 hover:from-slate-900/50 to-transparent absolute top-0 flex items-center justify-center py-0 px-4 text-center border-0 hover:outline-none hover:no-underline focus:outline-none focus:no-underline right-0 bottom-0 > i classfas fa-chevron-right fa-lg fa-fw>/i> /button>/div> div classglide__bullets absolute flex flex-row gap-1 justify-center w-full bottom-3.5 &>button.glide\_\_bullet--active:bg-white/70 &>button.glide\_\_bullet--active:border-black &>button:not(.glide\_\_bullet--active):bg-white/20 &>button:not(.glide\_\_bullet--active):border-black/50 data-glide-elcontrolsnav> button classglide__bullet rounded-full w-4 h-4 border-2 data-glide-dir0>/button> button classglide__bullet rounded-full w-4 h-4 border-2 data-glide-dir1>/button> button classglide__bullet rounded-full w-4 h-4 border-2 data-glide-dir2>/button> button classglide__bullet rounded-full w-4 h-4 border-2 data-glide-dir3>/button> /div> /div> /div> /div> /div> div wire:sortable-group.item252199 wire:keysortable-252199 data-classElementCarousel classelement ElementCarousel > div wire:snapshot{"data":{"element":null,{"class":"element_carousel","key":37763,"s":"mdl"},"pivotId":252199,"currentPage":null,{"class":"page","key":59394,"s":"mdl"},"shuffle":false,"featureGallery":false,"backupFeature":false,"max":null,"sharedElementWarning":""},"memo":{"id":"bevPFbLDHxsRDPjK9TdA","name":"page-elements.carousel.show-carousel","path":"\/","method":"GET","children":,"scripts":"938734640-0","assets":,"errors":,"locale":"en"},"checksum":"9b5f79fac302a6ba040775f484785b00319cc76bab56b856127d9349ce01ea7e"} wire:effects{"scripts":{"938734640-0":" <script>\n let glidecarousel37763 new Glide('#carousel37763', {\"autoplay\":false,\"keyboard\":false,\"gap\":0,\"type\":\"carousel\",\"animationTimingFunc\":\"ease-in-out\",\"rewindDuration\":0});\n let glidecarousel37763Items document.getElementById('carousel37763').querySelectorAll(\"li:not(.glide__slide--clone)\");\n\n \n if(glidecarousel37763Items.length > 1) {\n glidecarousel37763.on('move', () > {\n glidecarousel37763Itemsglidecarousel37763.index.style.display 'list-item';\n if(glidecarousel37763Items.length > glidecarousel37763.index+1) {\n glidecarousel37763Itemsglidecarousel37763.index+1.style.display 'list-item';\n }\n if(glidecarousel37763.index 0) {\n glidecarousel37763Itemsglidecarousel37763Items.length-1.style.display 'list-item';\n }\n });\n }\n\n \n \n \n glidecarousel37763.mount();\n\n \n window.addEventListener('carousel37763Updated', (event) > {\n new Glide('#carousel37763').destroy();\n new Glide('#carousel37763', event.detail.config).mount();\n });\n\n <\/script>\n "},"listeners":"sharingUpdated","draftPublished","carouselUpdated"} wire:idbevPFbLDHxsRDPjK9TdA classrelative &:not(:hover)_.elementActions:hidden mb-4 sortableElement> div idcarousel37763 classglide relative carousel rounded shadow-md border border-primary-200 overflow-hidden > div data-glide-eltrack classglide__track relative > ul classfade glide__slides img-container relative w-full h-full z-0 styleoverflow: visible; > li wire:keycarousel-item-162088 classrelative w-full h-full glide__slide > div style--max-ratio: 7/4; classrelative w-full h-full flex items-center mx-auto overflow-hidden aspect---max-ratio > picture classh-full w-full flex justify-center items-center> img srchttps://eschoolscms.blob.core.windows.net/production/schools/178/carousel-items/V7w10j0ymUsitIOqzsyne1FNbfhnz7N0Zjvjx6cE.jpg altboys with rabbit in forest school loadinglazy classobject-cover block object-center h-full w-full >/picture> /div> /li> li wire:keycarousel-item-162089 classrelative w-full h-full glide__slide > div style--max-ratio: 7/4; classrelative w-full h-full flex items-center mx-auto overflow-hidden aspect---max-ratio > picture classh-full w-full flex justify-center items-center> img srchttps://eschoolscms.blob.core.windows.net/production/schools/178/carousel-items/H6epjguZkZinZiJsDV46BWw5Qc5eRmKDtacHbAtA@2xl.jpg altnatural art loadinglazy classobject-cover block object-center h-full w-full >/picture> /div> /li> li wire:keycarousel-item-162090 classrelative w-full h-full glide__slide > div style--max-ratio: 7/4; classrelative w-full h-full flex items-center mx-auto overflow-hidden aspect---max-ratio > picture classh-full w-full flex justify-center items-center> img srchttps://eschoolscms.blob.core.windows.net/production/schools/178/carousel-items/1pGckBZUuhQX94n40MdamHj06EtTrppliYxq6OYW@2xl.jpg altbaking loadinglazy classobject-cover block object-center h-full w-full >/picture> /div> /li> /ul> div data-glide-elcontrols> button data-glide-dir classbg-gradient-to-r from-slate-900/20 text-slate-50/50 hover:text-slate-50 hover:from-slate-900/50 to-transparent absolute top-0 flex items-center justify-center py-0 px-4 text-center border-0 hover:outline-none hover:no-underline focus:outline-none focus:no-underline left-0 bottom-0 > i classfas fa-chevron-left fa-lg fa-fw>/i> /button> button data-glide-dir> classbg-gradient-to-l from-slate-900/20 text-slate-50/50 hover:text-slate-50 hover:from-slate-900/50 to-transparent absolute top-0 flex items-center justify-center py-0 px-4 text-center border-0 hover:outline-none hover:no-underline focus:outline-none focus:no-underline right-0 bottom-0 > i classfas fa-chevron-right fa-lg fa-fw>/i> /button>/div> div classglide__bullets absolute flex flex-row gap-1 justify-center w-full bottom-3.5 &>button.glide\_\_bullet--active:bg-white/70 &>button.glide\_\_bullet--active:border-black &>button:not(.glide\_\_bullet--active):bg-white/20 &>button:not(.glide\_\_bullet--active):border-black/50 data-glide-elcontrolsnav> button classglide__bullet rounded-full w-4 h-4 border-2 data-glide-dir0>/button> button classglide__bullet rounded-full w-4 h-4 border-2 data-glide-dir1>/button> button classglide__bullet rounded-full w-4 h-4 border-2 data-glide-dir2>/button> /div> /div> /div> /div> /div> div wire:sortable-group.item252200 wire:keysortable-252200 data-classElementCarousel classelement ElementCarousel > div wire:snapshot{"data":{"element":null,{"class":"element_carousel","key":37764,"s":"mdl"},"pivotId":252200,"currentPage":null,{"class":"page","key":59394,"s":"mdl"},"shuffle":false,"featureGallery":false,"backupFeature":false,"max":null,"sharedElementWarning":""},"memo":{"id":"Dzi5gHmfgaUbTDtiA69w","name":"page-elements.carousel.show-carousel","path":"\/","method":"GET","children":,"scripts":"938734640-0","assets":,"errors":,"locale":"en"},"checksum":"75cac9b9759817616accb411de3cab7e1180e36e2018dc39da34a0d1c3438055"} wire:effects{"scripts":{"938734640-0":" <script>\n let glidecarousel37764 new Glide('#carousel37764', {\"autoplay\":false,\"keyboard\":false,\"gap\":0,\"type\":\"carousel\",\"animationTimingFunc\":\"ease-in-out\",\"rewindDuration\":0});\n let glidecarousel37764Items document.getElementById('carousel37764').querySelectorAll(\"li:not(.glide__slide--clone)\");\n\n \n if(glidecarousel37764Items.length > 1) {\n glidecarousel37764.on('move', () > {\n glidecarousel37764Itemsglidecarousel37764.index.style.display 'list-item';\n if(glidecarousel37764Items.length > glidecarousel37764.index+1) {\n glidecarousel37764Itemsglidecarousel37764.index+1.style.display 'list-item';\n }\n if(glidecarousel37764.index 0) {\n glidecarousel37764Itemsglidecarousel37764Items.length-1.style.display 'list-item';\n }\n });\n }\n\n \n \n \n glidecarousel37764.mount();\n\n \n window.addEventListener('carousel37764Updated', (event) > {\n new Glide('#carousel37764').destroy();\n new Glide('#carousel37764', event.detail.config).mount();\n });\n\n <\/script>\n "},"listeners":"sharingUpdated","draftPublished","carouselUpdated"} wire:idDzi5gHmfgaUbTDtiA69w classrelative &:not(:hover)_.elementActions:hidden mb-4 sortableElement> div idcarousel37764 classglide relative carousel rounded shadow-md border border-primary-200 overflow-hidden > div data-glide-eltrack classglide__track relative > ul classfade glide__slides img-container relative w-full h-full z-0 styleoverflow: visible; > li wire:keycarousel-item-162091 classrelative w-full h-full glide__slide > div style--max-ratio: 7/4; classrelative w-full h-full flex items-center mx-auto overflow-hidden aspect---max-ratio > picture classh-full w-full flex justify-center items-center> img srchttps://eschoolscms.blob.core.windows.net/production/schools/178/carousel-items/eNt1fheNg5WslfuSDzLJfwUUd8wyCQtstBaSAyAR@2xl.jpg altboy climbing rope in PE loadinglazy classobject-cover block object-center h-full w-full >/picture> /div> /li> li wire:keycarousel-item-162092 classrelative w-full h-full glide__slide > div style--max-ratio: 7/4; classrelative w-full h-full flex items-center mx-auto overflow-hidden aspect---max-ratio > picture classh-full w-full flex justify-center items-center> img srchttps://eschoolscms.blob.core.windows.net/production/schools/178/carousel-items/A3M8lyYNMlmDqwAj7pTOdf2amrOnxMz3rjbGlUW5.jpg altmaking a shelter in forest school loadinglazy classobject-cover block object-center h-full w-full >/picture> /div> /li> li wire:keycarousel-item-162093 classrelative w-full h-full glide__slide > div style--max-ratio: 7/4; classrelative w-full h-full flex items-center mx-auto overflow-hidden aspect---max-ratio > picture classh-full w-full flex justify-center items-center> img srchttps://eschoolscms.blob.core.windows.net/production/schools/178/carousel-items/8lH7AUKxak7lwKTNJ0iCb2EoAV2CFYjnxyHPcZzt@2xl.jpg altKS2 Maths loadinglazy classobject-cover block object-center h-full w-full >/picture> /div> /li> /ul> div data-glide-elcontrols> button data-glide-dir classbg-gradient-to-r from-slate-900/20 text-slate-50/50 hover:text-slate-50 hover:from-slate-900/50 to-transparent absolute top-0 flex items-center justify-center py-0 px-4 text-center border-0 hover:outline-none hover:no-underline focus:outline-none focus:no-underline left-0 bottom-0 > i classfas fa-chevron-left fa-lg fa-fw>/i> /button> button data-glide-dir> classbg-gradient-to-l from-slate-900/20 text-slate-50/50 hover:text-slate-50 hover:from-slate-900/50 to-transparent absolute top-0 flex items-center justify-center py-0 px-4 text-center border-0 hover:outline-none hover:no-underline focus:outline-none focus:no-underline right-0 bottom-0 > i classfas fa-chevron-right fa-lg fa-fw>/i> /button>/div> div classglide__bullets absolute flex flex-row gap-1 justify-center w-full bottom-3.5 &>button.glide\_\_bullet--active:bg-white/70 &>button.glide\_\_bullet--active:border-black &>button:not(.glide\_\_bullet--active):bg-white/20 &>button:not(.glide\_\_bullet--active):border-black/50 data-glide-elcontrolsnav> button classglide__bullet rounded-full w-4 h-4 border-2 data-glide-dir0>/button> button classglide__bullet rounded-full w-4 h-4 border-2 data-glide-dir1>/button> button classglide__bullet rounded-full w-4 h-4 border-2 data-glide-dir2>/button> /div> /div> /div> /div> /div> /div>/livewire:page-elements.show-page-elements>/article> script> function manageDynamicCarousels() { const breakpoint 1024; const isMobile window.innerWidth breakpoint; // 1. Identify the parent container const parentContainer document.getElementById(dynamic-carousel-group); if (!parentContainer) { console.error(Parent container with ID dynamic-carousel-group not found.); return; } // 2. Dynamically find ALL carousels within the parent const allCarousels parentContainer.querySelectorAll(divdata-classElementCarousel); if (allCarousels.length 2) { // Nothing to merge if theres less than two carousels return; } // The first carousel is always the destination const destinationCarouselContainer allCarousels0; const destinationTrack destinationCarouselContainer.querySelector(.glide__slides); const destinationBullets destinationCarouselContainer.querySelector(.glide__bullets); // Extract the dynamic ID of the destination carousel (e.g., carousel1588) const destinationId destinationCarouselContainer.querySelector(.glide).id; // Define the common config for Glide re-initialization const glideConfig { autoplay:false, keyboard:false, gap:0, type:carousel, animationTimingFunc:ease-in-out, rewindDuration:0 }; if (isMobile) { // --- MERGE LOGIC (Screen 1024px) --- let shouldDispatchUpdate false; // Iterate over the subsequent carousels (starting from the second one at index 1) for (let i 1; i allCarousels.length; i++) { const sourceContainer allCarouselsi; const sourceTrack sourceContainer.querySelector(.glide__slides); // Select only the ORIGINAL slides from the source carousel const sourceSlides sourceTrack.querySelectorAll(li:not(.glide__slide--clone)); // Check if there are slides and if they havent been merged yet if (sourceSlides.length > 0 && !sourceSlides0.classList.contains(is-merged)) { sourceSlides.forEach(slide > { // Move the slide to the destination track destinationTrack.appendChild(slide); slide.classList.add(is-merged); // Mark them }); shouldDispatchUpdate true; } // Hide the now-empty source carousel container sourceContainer.style.display none; } // If any slides were moved, force the destination Glide instance to update if (shouldDispatchUpdate) { window.dispatchEvent(new CustomEvent(destinationId + Updated, { detail: { config: glideConfig } })); } // Hide the faulty pagination bullets on the merged carousel if (destinationBullets) { destinationBullets.style.display none; } } else { // --- SPLIT/REVERT LOGIC (Screen > 1024px) --- // Find slides that were merged (marked with is-merged class) const mergedSlides destinationTrack.querySelectorAll(li.is-merged); if (mergedSlides.length > 0) { let currentSourceIndex 1; // Start moving slides back to the second carousel mergedSlides.forEach(slide > { const sourceContainer allCarouselscurrentSourceIndex; if (!sourceContainer) return; // Safety check const sourceTrack sourceContainer.querySelector(.glide__slides); if (sourceTrack) { // Move slide back to its original carousels track sourceTrack.appendChild(slide); slide.classList.remove(is-merged); } // NOTE: This logic assumes all slides from a source carousel are moved consecutively, // which is true if the initial order wasnt scrambled. // If you had C1, C2, C3, and slides were C1a, C1b, C2a, C2b, C3a, C3b, this ensures C2 slides go back to C2. // To keep it simple, well just check if the current source carousels original slide count is full. // This is a simplification and the most fragile part of dynamic reverting. // For this scenario, we assume the slides going back belong to the next container in the array. }); // Since we cant reliably determine which specific slide belongs to which source carousel // after the merge and move, we must rely on Livewire/Glide to re-render the source components. // For now, well dispatch an update event for ALL carousels to force re-initialization. // Re-mount the destination (C1) window.dispatchEvent(new CustomEvent(destinationId + Updated, { detail: { config: glideConfig } })); // Re-mount all source carousels for (let i 1; i allCarousels.length; i++) { const sourceId allCarouselsi.querySelector(.glide).id; allCarouselsi.style.display ; // Show it again window.dispatchEvent(new CustomEvent(sourceId + Updated, { detail: { config: glideConfig } })); } } else { // If no slides were merged, just make sure all source containers are visible for (let i 1; i allCarousels.length; i++) { allCarouselsi.style.display ; } } // Show the original C1 bullets again if (destinationBullets) { destinationBullets.style.display ; } } } // Attach listeners to run on page load and whenever the window is resized window.addEventListener(load, manageDynamicCarousels); window.addEventListener(resize, manageDynamicCarousels); /script> /div> div idid-for-welcome classcol-span-1 lg:col-span-2 order-1> div classwelcome sm:rounded &>article_p:not(:last-child):mb-6 h-full p-3 lg:p-6 border-y sm:border-x &_h1:text---welcome-title-colour &_h2:text---welcome-title-colour &_h3:text---welcome-title-colour &_h4:text---welcome-title-colour &_h5:text---welcome-title-colour &_h6:text---welcome-title-colour > h2 classwelcome-title drop-shadow-sm drop-shadow-black/40 text-4xl mb-6 font-bold text---welcome-title-colour>Welcome to Linton Primary School/h2> article classoutline-red-200 hover:outline-red-500> div wire:snapshot{"data":{"uid":"ZKTmfdUvJjKbOnMclA4a","currentPage":null,{"class":"page","key":59394,"s":"mdl"},"inheritedPage":null,{"class":"page","s":"mdl"},"region":1,"title":"Welcome Region","isHomeblock":false,"hideSwitch":false,"featureGallery":false,"shared":false,"max":null,"shuffle":false,"canAddContent":true,"enableCrop":true,"allowedElements":"ElementCarousel","ElementTextBlock","ElementDivider","ElementVideo","ElementResource","ElementProfile","ElementEmbed","ElementInlinePdf","shared",{"s":"arr"}},"memo":{"id":"ZKTmfdUvJjKbOnMclA4a","name":"page-elements.show-page-elements","path":"\/","method":"GET","children":{"component-252197":"div","yrIkV4BWLrxEt9P5rHuH"},"scripts":,"assets":,"errors":,"locale":"en"},"checksum":"f87919e4fe766990e9ec35a2f5ca97a165e544b0bb82ff137aa4359220885089"} wire:effects{"listeners":"refreshCurrentPage","ZKTmfdUvJjKbOnMclA4a-carouselAdded","ZKTmfdUvJjKbOnMclA4a-dividerAdded","ZKTmfdUvJjKbOnMclA4a-textBlockAdded","ZKTmfdUvJjKbOnMclA4a-inlinePdfAdded","ZKTmfdUvJjKbOnMclA4a-socialFeedAdded","ZKTmfdUvJjKbOnMclA4a-eventsBlockAdded","ZKTmfdUvJjKbOnMclA4a-categoryBlockAdded","ZKTmfdUvJjKbOnMclA4a-housepointsBlockAdded","ZKTmfdUvJjKbOnMclA4a-attendancesBlockAdded","ZKTmfdUvJjKbOnMclA4a-embedAdded","ZKTmfdUvJjKbOnMclA4a-videoAdded","ZKTmfdUvJjKbOnMclA4a-resourceAdded","ZKTmfdUvJjKbOnMclA4a-profileAdded","ZKTmfdUvJjKbOnMclA4a-linkBoxAdded","ZKTmfdUvJjKbOnMclA4a-accordionAdded","ZKTmfdUvJjKbOnMclA4a-sharedElementAdded","elementDeletionConfirmed","elementsUpdated","handleSorting"} wire:idZKTmfdUvJjKbOnMclA4a classrelative sortable-elements h-full &>div:last-child>div:mb-0 wire:sortable-group.item-group1 style> div wire:sortable-group.item252197 wire:keysortable-252197 data-classElementTextBlock classelement ElementTextBlock > div wire:snapshot{"data":{"element":null,{"class":"element_text_block","key":74887,"s":"mdl"},"pivotId":252197,"currentPage":null,{"class":"page","key":59394,"s":"mdl"},"text":"<p><span>Welcome to Linton Primary School.\u00a0<\/span><\/p>\n<p><span>We are a very small school located in the village of Linton in Northumberland, which provides academic and pastoral provision for children from Nursery to Year 6.\u00a0 We have a spacious and secure building set in grounds with two large play areas, an enclosed Early Years Garden and a Forest School Camp. We also have access to playing fields and a play park directly outside the school gates.\u00a0<\/span><\/p>\n<p><span>Being <\/span><span>\u201cIntentionally Inclusive\u201d<\/span><span> is at the heart of everything we do, and we consistently strive for a balance between high expectations for children\u2019s academic attainment, progress and potential, as well as their personal and social development. We recognise children as unique individuals with specific talents and needs and aim to provide a nurturing environment where every child can flourish.\u00a0 A high proportion of our children have additional needs, many having moved to our school due to its smaller size, bespoke approach and commitment to inclusivity. We are thankfully blessed with a dedicated staff team who strive to provide the very best for our children and their families. <\/span><\/p>\n<p><span><\/span><span>Visits are encouraged and warmly welcomed: the children, staff and I would be delighted to show you around our small, but perfectly formed school.<\/span><\/p>","sharedElementWarning":""},"memo":{"id":"yrIkV4BWLrxEt9P5rHuH","name":"page-elements.text-block.show-text-block","path":"\/","method":"GET","children":,"scripts":"916677665-0","assets":,"errors":,"locale":"en"},"checksum":"a75edb8afc01c7cf536ac233c4572d2369f8790621de85aa9881f888d7671922"} wire:effects{"scripts":{"916677665-0":" <script>\n window.addEventListener('draftPublished', () > tinymce.remove('#text-block-74887'))\n <\/script>\n "},"listeners":"sharingUpdated","draftPublished"} wire:idyrIkV4BWLrxEt9P5rHuH classrelative mb-4> div class> div class wire:ignore> article idtext-block-74887 classtextblock font-light text-base &_p:empty:before:content-_ &_p:empty:before:whitespace-pre &_a:not(.cta):text-blue-500 &_a:not(.cta):underline &_table:w-full &_table_td:pe-3 &_table_tr:border-t &_table_tr:border-slate-300 &_table_td:border-x &_table_td:border-slate-300 &_table_td:p-2 &_table_td:align-top &_table_td:bg-white &_table:border-b &_table:border-slate-300 &_table:shadow &_table:mb-4 &_.table-responsive_table:mb-0> p>span>Welcome to Linton Primary School. /span>/p>p>span>We are a very small school located in the village of Linton in Northumberland, which provides academic and pastoral provision for children from Nursery to Year 6. We have a spacious and secure building set in grounds with two large play areas, an enclosed Early Years Garden and a Forest School Camp. We also have access to playing fields and a play park directly outside the school gates. /span>/p>p>span>Being /span>span>“Intentionally Inclusive”/span>span> is at the heart of everything we do, and we consistently strive for a balance between high expectations for children’s academic attainment, progress and potential, as well as their personal and social development. We recognise children as unique individuals with specific talents and needs and aim to provide a nurturing environment where every child can flourish. A high proportion of our children have additional needs, many having moved to our school due to its smaller size, bespoke approach and commitment to inclusivity. We are thankfully blessed with a dedicated staff team who strive to provide the very best for our children and their families. /span>/p>p>span>/span>span>Visits are encouraged and warmly welcomed: the children, staff and I would be delighted to show you around our small, but perfectly formed school./span>/p> /article> /div> /div> /div> /div> /div>/livewire:page-elements.show-page-elements>/article> /div>/div> article classoutline-red-200 hover:outline-red-500 relative &:not(:hover)_.regionTitle:hidden col-span-1 order-2 idid-for-link-box> div wire:snapshot{"data":{"uid":"B00QemutcnErM2HKsxbz","currentPage":null,{"class":"page","key":59394,"s":"mdl"},"inheritedPage":null,{"class":"page","s":"mdl"},"region":12,"title":"Link Boxes","isHomeblock":false,"hideSwitch":true,"featureGallery":false,"shared":false,"max":null,"shuffle":false,"canAddContent":true,"enableCrop":true,"allowedElements":"ElementLinkBox","shared",{"s":"arr"}},"memo":{"id":"B00QemutcnErM2HKsxbz","name":"page-elements.show-page-elements","path":"\/","method":"GET","children":{"component-252201":"div","vfOnO67SFxB2FXaljNc2"},"scripts":,"assets":,"errors":,"locale":"en"},"checksum":"8b024a1c61f331a6892cb09268d24287a00f8b7d8d578ef1c34ab7f5fe22bb31"} wire:effects{"listeners":"refreshCurrentPage","B00QemutcnErM2HKsxbz-carouselAdded","B00QemutcnErM2HKsxbz-dividerAdded","B00QemutcnErM2HKsxbz-textBlockAdded","B00QemutcnErM2HKsxbz-inlinePdfAdded","B00QemutcnErM2HKsxbz-socialFeedAdded","B00QemutcnErM2HKsxbz-eventsBlockAdded","B00QemutcnErM2HKsxbz-categoryBlockAdded","B00QemutcnErM2HKsxbz-housepointsBlockAdded","B00QemutcnErM2HKsxbz-attendancesBlockAdded","B00QemutcnErM2HKsxbz-embedAdded","B00QemutcnErM2HKsxbz-videoAdded","B00QemutcnErM2HKsxbz-resourceAdded","B00QemutcnErM2HKsxbz-profileAdded","B00QemutcnErM2HKsxbz-linkBoxAdded","B00QemutcnErM2HKsxbz-accordionAdded","B00QemutcnErM2HKsxbz-sharedElementAdded","elementDeletionConfirmed","elementsUpdated","handleSorting"} wire:idB00QemutcnErM2HKsxbz classrelative sortable-elements h-full &>div:last-child>div:mb-0 wire:sortable-group.item-group12 style> div wire:sortable-group.item252201 wire:keysortable-252201 data-classElementLinkBox classelement ElementLinkBox > div wire:snapshot{"data":{"element":null,{"class":"element_linkbox","key":4724,"s":"mdl"},"pivotId":252201,"currentPage":null,{"class":"page","key":59394,"s":"mdl"},"sharedElementWarning":""},"memo":{"id":"vfOnO67SFxB2FXaljNc2","name":"page-elements.link-box.show-link-box","path":"\/","method":"GET","children":,"scripts":,"assets":,"errors":,"locale":"en"},"checksum":"f6335a2212762e5b6cac8e736d3e7cf680b9b4abeb5389f0238dcae1c83f6f20"} wire:effects{"listeners":"sharingUpdated","draftPublished","linkBoxUpdated"} wire:idvfOnO67SFxB2FXaljNc2 classrelative mb-4 &:not(:hover)_.elementActions:hidden sortableElement> span classlg:grid-cols-1 lg:grid-cols-2 lg:grid-cols-3 lg:grid-cols-4 lg:grid-cols-5 lg:grid-cols-6 lg:grid-cols-7 lg:grid-cols-8 lg:grid-cols-9 lg:grid-cols-10 lg:grid-cols-11 lg:grid-cols-12>/span> section class&_.linkbox-item:rounded &_.linkbox-item:drop-shadow grid grid-cols-2 gap-3 sm:gap-4 xl:gap-8 transition-all > a hrefhttps://www.linton.northumberland.sch.uk/headteachers-welcome classlinkbox-item group relative aspect-square overflow-hidden > span classabsolute inset-0 bg-primary-500 group-hover:bg-primary-600 transition-all> img classh-full w-full object-cover scale-105 transition-all group-hover:scale-110 srchttps://eschoolscms.blob.core.windows.net/production/schools/178/link-boxes/ZhW0XNg0rflwJjNqISdbiB6YqjUWgnOUIckv4wNM.png altHead Teachers Welcome /> /span> span classabsolute inset-0 transition-all scale-110 >/span> span classabsolute inset-0 transition-all >/span> span classinset-0 p-4 absolute flex justify-center items-center transition-all text---linkbox-color style--linkbox-color: #fff> span> span classdrop-shadow-1px_1px_1px_rgba(0,0,0,0.8) text-2xl font-bold block text-center leading-tight> Head Teachers Welcome /span> /span> /span>/a> a hrefhttps://www.linton.northumberland.sch.uk/forest-school classlinkbox-item group relative aspect-square overflow-hidden > span classabsolute inset-0 bg-primary-500 group-hover:bg-primary-600 transition-all> img classh-full w-full object-cover scale-105 transition-all group-hover:scale-110 srchttps://eschoolscms.blob.core.windows.net/production/schools/178/link-boxes/IVJH4hKqq2X55a1SAtZHSZbvMZNZ9yMvuNPiwIaA.png altForest School /> /span> span classabsolute inset-0 transition-all scale-110 >/span> span classabsolute inset-0 transition-all >/span> span classinset-0 p-4 absolute flex justify-center items-center transition-all text---linkbox-color style--linkbox-color: #fff> span> span classdrop-shadow-1px_1px_1px_rgba(0,0,0,0.8) text-2xl font-bold block text-center leading-tight> Forest School /span> /span> /span>/a> a hrefhttps://www.linton.northumberland.sch.uk/attendance classlinkbox-item group relative aspect-square overflow-hidden > span classabsolute inset-0 bg-primary-500 group-hover:bg-primary-600 transition-all> img classh-full w-full object-cover scale-105 transition-all group-hover:scale-110 srchttps://eschoolscms.blob.core.windows.net/production/schools/178/link-boxes/uU9sfR7sRcYpTLneYIdwrzq2bvClfzDkU2EgBMcl.png altAttendance Matters /> /span> span classabsolute inset-0 transition-all scale-110 >/span> span classabsolute inset-0 transition-all >/span> span classinset-0 p-4 absolute flex justify-center items-center transition-all text---linkbox-color style--linkbox-color: #fff> span> span classdrop-shadow-1px_1px_1px_rgba(0,0,0,0.8) text-2xl font-bold block text-center leading-tight> Attendance Matters /span> /span> /span>/a> a hrefhttps://www.linton.northumberland.sch.uk/admissions-1 classlinkbox-item group relative aspect-square overflow-hidden > span classabsolute inset-0 bg-primary-500 group-hover:bg-primary-600 transition-all> img classh-full w-full object-cover scale-105 transition-all group-hover:scale-110 srchttps://eschoolscms.blob.core.windows.net/production/schools/178/link-boxes/7makNIq2VSXhhWRh73v1JP4w369OkryeJdinVwAZ.png altAdmissions /> /span> span classabsolute inset-0 transition-all scale-110 >/span> span classabsolute inset-0 transition-all >/span> span classinset-0 p-4 absolute flex justify-center items-center transition-all text---linkbox-color style--linkbox-color: #fff> span> span classdrop-shadow-1px_1px_1px_rgba(0,0,0,0.8) text-2xl font-bold block text-center leading-tight> Admissions /span> /span> /span>/a> /section> /div> /div> /div>/livewire:page-elements.show-page-elements>/article> /div> /section> section> div classcontainer mx-auto flex grid grid-cols-1 lg:grid-cols-3 gap-4 xl:gap-6 2xl:gap-8 transition-all> div classpx-0 lg:col-span-3 &_.sortableElement:mb-0 &_.caption:absolute &_.caption:bottom-1 &_.caption:left-1 &_.caption:right-1 &_.caption:h-8 &_.caption:bg-white/50 &_.caption>h5:text-black &>article>div.sortable-elements:grid &>article>div.sortable-elements:grid-cols-1 sm:&>article>div.sortable-elements:grid-flow-col sm:&>article>div.sortable-elements:auto-cols-fr &>article>div.sortable-elements:gap-3 lg:&>article>div.sortable-elements:gap-6 > article classoutline-red-200 hover:outline-red-500 col-span-1 sm:col-span-1 homeblocks &>div>div:nth-child(1)_.home-region:bg---homeblock-1-bg &>div>div:nth-child(2)_.home-region:bg---homeblock-2-bg &>div>div:nth-child(3)_.home-region:bg---homeblock-3-bg &>div>div:nth-child(1)_.home-region:text---homeblock-1-text &>div>div:nth-child(2)_.home-region:text---homeblock-2-text &>div>div:nth-child(3)_.home-region:text---homeblock-3-text style--homeblock-1-bg: #b3b9d2; --homeblock-2-bg: #f8f8f8; --homeblock-3-bg: #b3b9d2; --homeblock-1-text: #0f172a; --homeblock-2-text: #0f172a; --homeblock-3-text: #0f172a; ;> div wire:snapshot{"data":{"uid":"j88Tf7IFLPEB7X7pEj6y","currentPage":null,{"class":"page","key":59394,"s":"mdl"},"inheritedPage":null,{"class":"page","s":"mdl"},"region":11,"title":"Home Blocks","isHomeblock":true,"hideSwitch":true,"featureGallery":false,"shared":false,"max":3,"shuffle":false,"canAddContent":true,"enableCrop":true,"allowedElements":"ElementSocialFeed","ElementEventsBlock","ElementCategoryBlock","ElementResource","ElementAttendancesBlock","ElementHousepointsBlock","shared",{"s":"arr"}},"memo":{"id":"j88Tf7IFLPEB7X7pEj6y","name":"page-elements.show-page-elements","path":"\/","method":"GET","children":,"scripts":,"assets":,"errors":,"locale":"en"},"checksum":"abfe335a59ab8b7e30ab8563bda0c419bc8dae86d797e96bae912d5cda237d53"} wire:effects{"listeners":"refreshCurrentPage","j88Tf7IFLPEB7X7pEj6y-carouselAdded","j88Tf7IFLPEB7X7pEj6y-dividerAdded","j88Tf7IFLPEB7X7pEj6y-textBlockAdded","j88Tf7IFLPEB7X7pEj6y-inlinePdfAdded","j88Tf7IFLPEB7X7pEj6y-socialFeedAdded","j88Tf7IFLPEB7X7pEj6y-eventsBlockAdded","j88Tf7IFLPEB7X7pEj6y-categoryBlockAdded","j88Tf7IFLPEB7X7pEj6y-housepointsBlockAdded","j88Tf7IFLPEB7X7pEj6y-attendancesBlockAdded","j88Tf7IFLPEB7X7pEj6y-embedAdded","j88Tf7IFLPEB7X7pEj6y-videoAdded","j88Tf7IFLPEB7X7pEj6y-resourceAdded","j88Tf7IFLPEB7X7pEj6y-profileAdded","j88Tf7IFLPEB7X7pEj6y-linkBoxAdded","j88Tf7IFLPEB7X7pEj6y-accordionAdded","j88Tf7IFLPEB7X7pEj6y-sharedElementAdded","elementDeletionConfirmed","elementsUpdated","handleSorting"} wire:idj88Tf7IFLPEB7X7pEj6y classrelative sortable-elements h-full &>div:last-child>div:mb-0 wire:sortable-group.item-group11 style> /div>/livewire:page-elements.show-page-elements>/article> /div> /div> /section> /div> /main> footer classflex flex-col gap-8 mt-4 mb-4 xl:mb-6 2xl:mb-8 > section classw-full mx-auto flex flex-col gap-8 transition-all> div classfooter lg:p-6 border-y px-4 lg:px-0> div classmx-auto container flex flex-col lg:flex-row &>div:flex-auto> div classflex text-center items-start justify-left lg:justify-center py-2 lg:py-0> a hreftel:01670 860361 target_blank classflex flow-col gap-2 items-center justify-center transition-all> span classflex justify-center items-center> i classfas fa-phone fa-fw fa-lg>/i> /span> span classtext-start>01670 860361/span> /a>/div> div classflex text-center items-center justify-start lg:justify-center py-4 lg:py-0> span classflex flow-col gap-2 items-start justify-center> span classflex justify-center items-center aspect-square> i classfas fa-map-marker-alt fa-fw fa-lg>/i> /span> span classtext-start>Linton, Morpeth, Northumberland. NE61 5SG/span> /span>/div> div classflex items-center justify-start lg:justify-center py-2 lg:py-0> a hrefmailto:admin@linton.northumberland.sch.uk target_blank classflex flow-col gap-2 items-center justify-center transition-all max-w-full> span classflex justify-center items-center> i classfas fa-envelope fa-fw fa-lg>/i> /span> span classtext-start text-ellipsis overflow-hidden block>admin@linton.northumberland.sch.uk/span> /a>/div> /div> /div> /section> div classlg:px-4 xl:px-6 2xl:px-8 transition-all> div classcontainer mx-auto flex flex-col gap-8> section> section> ul classflex justify-center flex-wrap gap-6> li> a hrefhttps://www.eschools.co.uk target_blank classaccreditation> img classh-14 object-contain src/images/eschools_logo.svg alteSchools> /a> /li> /ul>/section> /section> section classpx-4 lg:px-0> ul classflex flex-wrap justify-center gap-6> li> a hrefhttps://www.eschools.co.uk/policies target_blank classtext-blue-500 hover:text-blue-400>Policies and Accessibility Statement/a> /li> li> a hrefhttps://www.linton.northumberland.sch.uk/login> eSchools Login /a> /li> /ul> /section> section classpx-4 lg:px-0> p classtext-center> i classfar fa-copyright fa-fw>/i> Linton Primary School /p> p classtext-center> School website design by a hrefhttps://www.eschools.co.uk/ target_blank classtext-blue-500 hover:text-blue-400>eSchools/a>. Content provided by Linton Primary School. All rights reserved. 2025 /p> /section> /div> /div>/footer> script srchttps://www.linton.northumberland.sch.uk/vendor/livewire/livewire.min.js?iddf3a17f2 data-csrfjmkolJvuiveV7lGJUYeceA27TlNIP0g3dO6KxkIZ data-update-uri/livewire/update data-navigate-oncetrue>/script> div wire:snapshot{"data":{"activeComponent":null,"components":,{"s":"arr"}},"memo":{"id":"hyfweuLCaQRogN9F9U4a","name":"livewire-ui-modal","path":"\/","method":"GET","children":,"scripts":,"assets":,"errors":,"locale":"en"},"checksum":"f679f3f35dcc229f4e5300eff88fcddd588101eb210079681250eb29c7ffa4e6"} wire:effects{"listeners":"openModal","destroyComponent"} wire:idhyfweuLCaQRogN9F9U4a> script>(()>{var t,e{646:()>{function t(t){return function(t){if(Array.isArray(t))return e(t)}(t)||function(t){if(undefined!typeof Symbol&&null!tSymbol.iterator||null!t@@iterator)return Array.from(t)}(t)||function(t,o){if(t){if(stringtypeof t)return e(t,o);var n{}.toString.call(t).slice(8,-1);returnObjectn&&t.constructor&&(nt.constructor.name),Mapn||Setn?Array.from(t):Argumentsn||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?e(t,o):void 0}}(t)||function(){throw new TypeError(Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a Symbol.iterator() method.)}()}function e(t,e){(nulle||e>t.length)&&(et.length);for(var o0,nArray(e);oe;o++)noto;return n}window.LivewireUIModalfunction(){return{show:!1,showActiveComponent:!0,activeComponent:!1,componentHistory:,modalWidth:null,listeners:,getActiveComponentModalAttribute:function(t){if(void 0!this.$wire.get(components)this.activeComponent)return this.$wire.get(components)this.activeComponent.modalAttributest},closeModalOnEscape:function(t){if(!1!this.getActiveComponentModalAttribute(closeOnEscape)&&this.closingModal(closingModalOnEscape)){var e!0this.getActiveComponentModalAttribute(closeOnEscapeIsForceful);this.closeModal(e)}},closeModalOnClickAway:function(t){!1!this.getActiveComponentModalAttribute(closeOnClickAway)&&this.closingModal(closingModalOnClickAway)&&this.closeModal(!0)},closingModal:function(t){var ethis.$wire.get(components)this.activeComponent.name,o{id:this.activeComponent,closing:!0};return Livewire.dispatchTo(e,t,o),o.closing},closeModal:function(){var targuments.length>0&&void 0!arguments0&&arguments0,earguments.length>1&&void 0!arguments1?arguments1:0,oarguments.length>2&&void 0!arguments2&&arguments2;if(!1!this.show){if(!0this.getActiveComponentModalAttribute(dispatchCloseEvent)){var nthis.$wire.get(components)this.activeComponent.name;Livewire.dispatch(modalClosed,{name:n})}if(!0this.getActiveComponentModalAttribute(destroyOnClose)&&Livewire.dispatch(destroyComponent,{id:this.activeComponent}),e>0)for(var i0;ie;i++){if(o){var sthis.componentHistorythis.componentHistory.length-1;Livewire.dispatch(destroyComponent,{id:s})}this.componentHistory.pop()}var rthis.componentHistory.pop();r&&!t&&r?this.setActiveModalComponent(r,!0):this.setShowPropertyTo(!1)}},setActiveModalComponent:function(t){var ethis,oarguments.length>1&&void 0!arguments1&&arguments1;if(this.setShowPropertyTo(!0),this.activeComponent!t){!1!this.activeComponent&&!1o&&this.componentHistory.push(this.activeComponent);var n50;!1this.activeComponent?(this.activeComponentt,this.showActiveComponent!0,this.modalWidththis.getActiveComponentModalAttribute(maxWidthClass)):(this.showActiveComponent!1,n400,setTimeout((function(){e.activeComponentt,e.showActiveComponent!0,e.modalWidthe.getActiveComponentModalAttribute(maxWidthClass)}),300)),this.$nextTick((function(){var o,inull(oe.$refst)||void 0o?void 0:o.querySelector(autofocus);i&&setTimeout((function(){i.focus()}),n)}))}},focusables:function(){return t(this.$el.querySelectorAll(a, button, input:not(typehidden), textarea, select, details, tabindex:not(tabindex-1))).filter((function(t){return!t.hasAttribute(disabled)}))},firstFocusable:function(){return this.focusables()0},lastFocusable:function(){return this.focusables().slice(-1)0},nextFocusable:function(){return this.focusables()this.nextFocusableIndex()||this.firstFocusable()},prevFocusable:function(){return this.focusables()this.prevFocusableIndex()||this.lastFocusable()},nextFocusableIndex:function(){return(this.focusables().indexOf(document.activeElement)+1)%(this.focusables().length+1)},prevFocusableIndex:function(){return Math.max(0,this.focusables().indexOf(document.activeElement))-1},setShowPropertyTo:function(t){var ethis;this.showt,t?document.body.classList.add(overflow-y-hidden):(document.body.classList.remove(overflow-y-hidden),setTimeout((function(){e.activeComponent!1,e.$wire.resetState()}),300))},init:function(){var tthis;this.modalWidththis.getActiveComponentModalAttribute(maxWidthClass),this.listeners.push(Livewire.on(closeModal,(function(e){var o,n,i;t.closeModal(null!(onulle?void 0:e.force)&&void 0!o&&o,null!(nnulle?void 0:e.skipPreviousModals)&&void 0!n?n:0,null!(inulle?void 0:e.destroySkipped)&&void 0!i&&i)}))),this.listeners.push(Livewire.on(activeModalComponentChanged,(function(e){var oe.id;t.setActiveModalComponent(o)})))},destroy:function(){this.listeners.forEach((function(t){t()}))}}}},761:()>{}},o{};function n(t){var iot;if(void 0!i)return i.exports;var sot{exports:{}};return et(s,s.exports,n),s.exports}n.me,t,n.O(e,o,i,s)>{if(!o){var r1/0;for(u0;ut.length;u++){for(varo,i,stu,a!0,c0;co.length;c++)(!1&s||r>s)&&Object.keys(n.O).every((t>n.Ot(oc)))?o.splice(c--,1):(a!1,sr&&(rs));if(a){t.splice(u--,1);var li();void 0!l&&(el)}}return e}ss||0;for(var ut.length;u>0&&tu-12>s;u--)tutu-1;tuo,i,s},n.o(t,e)>Object.prototype.hasOwnProperty.call(t,e),(()>{var t{931:0,994:0};n.O.je>0te;var e(e,o)>{var i,s,r,a,co,l0;if(r.some((e>0!te))){for(i in a)n.o(a,i)&&(n.miai);if(c)var uc(n)}for(e&&e(o);lr.length;l++)srl,n.o(t,s)&&ts&&ts0(),ts0;return n.O(u)},oself.webpackChunkself.webpackChunk||;o.forEach(e.bind(null,0)),o.pushe.bind(null,o.push.bind(o))})(),n.O(void 0,994,(()>n(646)));var in.O(void 0,994,(()>n(761)));in.O(i)})();/script> div x-dataLivewireUIModal() x-on:close.stopsetShowPropertyTo(false) x-on:keydown.escape.windowshow && closeModalOnEscape() x-showshow classfixed inset-0 z-100 overflow-y-auto styledisplay: none; > div classflex items-center justify-center min-h-screen px-4 pt-4 pb-10 text-center sm:block sm:p-0> div x-showshow x-on:clickcloseModalOnClickAway() x-transition:enterease-out duration-300 x-transition:enter-startopacity-0 x-transition:enter-endopacity-100 x-transition:leaveease-in duration-200 x-transition:leave-startopacity-100 x-transition:leave-endopacity-0 classfixed inset-0 transition-all transform > div classabsolute inset-0 block cursor-default bg-black/70 duration-700 backdrop-blur transition-all >/div> /div> span classhidden sm:inline-block sm:align-middle sm:h-screen aria-hiddentrue>/span> div x-showshow && showActiveComponent x-transition:enterease-out duration-300 x-transition:enter-startopacity-0 translate-y-4 sm:translate-y-0 sm:scale-95 x-transition:enter-endopacity-100 translate-y-0 sm:scale-100 x-transition:leaveease-in duration-200 x-transition:leave-startopacity-100 translate-y-0 sm:scale-100 x-transition:leave-endopacity-0 translate-y-4 sm:translate-y-0 sm:scale-95 x-bind:classmodalWidth classinline-block w-full align-bottom bg-white rounded-lg text-start overflow-hidden shadow-xl transform transition-all sm:my-8 sm:align-middle sm:w-full idmodal-container x-trap.noscroll.inertshow && showActiveComponent aria-modaltrue > /div> /div> /div>/div> script> let textblocks document.getElementsByClassName(textblock); formatTables(); window.addEventListener(resize, formatTables); function formatTables() { if (textblocks.length > 0) { for (var i 0; i textblocks.length; i++) { var tables textblocksi.getElementsByTagName(table); if (tables.length > 0) { for (var i2 0; i2 tables.length; i2++) { tablesi2.classList.add(table, m-0); let width tablesi2.offsetWidth; org_html tablesi2.outerHTML; new_html div idtable_wrapper classtable-responsive shadow overflow-x-auto mb-4> + org_html + /div>; if(!tablesi2.closest(.table-responsive)) { tablesi2.outerHTML new_html; } else { tablesi2.closest(.table-responsive).id table_wrapper; } let table_wrapper document.getElementById(table_wrapper); table_wrapper.removeAttribute(id); if (width > table_wrapper.offsetWidth && table_wrapper.parentElement.querySelectorAll(.table-slider).length 0) { let prep document.createElement(div); prep.classList.add(table-slider, px-2,py-1,bg-slate-100,border,border-slate-300); let icon document.createElement(i); icon.classList.add(fas, fa-fw, fa-hand-point-up, scroll-to-view, rotate--20deg, animate-swipetable_2s_linear_infinite_alternate); prep.prepend(Scroll table to view, icon); table_wrapper.before(prep); } else if (width table_wrapper.offsetWidth) { table_wrapper.parentElement.querySelectorAll(.table-slider).forEach((item) > item.remove()) } } } } } } /script> script typetext/javascript> window.addEventListener(load, function () { Livewire.dispatch(openModal, { component: cookies-consent-modal }); }); /script> script> const observer new IntersectionObserver( (e) > e.target.toggleAttribute(stuck, e.intersectionRatio 1), {threshold: 1} ); observer.observe(document.querySelector(nav)); /script> script typetext/javascript> function dropnavPositioning() { let pageNav document.getElementById(pagenav); let navItems pageNav.querySelectorAll(.nav-link.canhavechildren); navItems.forEach((item) > { let viewportOffset item.getBoundingClientRect(); if(viewportOffset.left > (window.innerWidth / 2)) { let ddl item.querySelector(.nav-dropdown); ddl.classList.add(lg:right-0); } }); let allNavItems pageNav.querySelectorAll(.nav-link); allNavItems.forEach((item, index) > { let viewportOffset item.getBoundingClientRect(); if(typeof allNavItemsindex+1 ! undefined) { let nextViewportOffset allNavItemsindex+1.getBoundingClientRect(); if(viewportOffset.left > nextViewportOffset.left) { item.classList.add(borderless); } else { item.classList.remove(borderless); } } }); } window.addEventListener(load, dropnavPositioning); window.addEventListener(resize, dropnavPositioning); /script> /body>/html>
Subdomains
Date
Domain
IP
www.ford.northumberland.sch.uk
2025-11-22
51.132.219.75
www.cragside.northumberland.sch.uk
2025-11-22
109.228.39.254
www.glendale.northumberland.sch.uk
2025-05-15
51.132.219.75
www.shilbottle.northumberland.sch.uk
2025-11-22
51.132.219.75
www.whytrig.northumberland.sch.uk
2025-11-22
193.201.64.226
www.seatonsluicesouth.northumberland.sch.uk
2025-09-13
51.132.219.75
www.stmichaelsalnwick.northumberland.sch.uk
2025-06-29
20.13.192.238
www.seatondelaval.northumberland.sch.uk
2025-09-21
51.132.219.75
www.cleaswellhill.northumberland.sch.uk
2025-11-19
35.214.34.89
www.wylam.northumberland.sch.uk
2024-08-13
40.127.230.183
www.acklington.northumberland.sch.uk
2025-11-07
51.132.219.75
www.whalton.northumberland.sch.uk
2025-09-11
109.228.39.254
www.linton.northumberland.sch.uk
2025-11-23
20.50.126.190
www.chollerton.northumberland.sch.uk
2025-11-22
20.50.126.190
www.otterburn.northumberland.sch.uk
2019-10-15
52.48.122.230
www.amblelinks.northumberland.sch.uk
2024-12-17
51.132.219.75
www.beaufront.northumberland.sch.uk
2025-11-22
20.50.126.190
www.corbridgefirst.northumberland.sch.uk
2025-11-22
20.50.126.190
www.slaley.northumberland.sch.uk
2025-09-22
51.132.219.75
www.whitley.northumberland.sch.uk
2025-11-22
20.50.126.190
www.newhartley.northumberland.sch.uk
2024-12-27
51.132.219.75
www.allendaleprimary.northumberland.sch.uk
2025-11-22
51.132.219.75
www.blythstwilfridsprimary.northumberland.sch.uk
2025-11-23
104.16.225.253
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]