Help
RSS
API
Feed
Maltego
Contact
Domain > codeschool101.co.uk
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-04-25
18.239.225.75
(
ClassC
)
2025-11-27
18.133.0.148
(
ClassC
)
Port 443
HTTP/1.1 200 OKcontent-length: 9609content-type: text/html; charsetutf-8date: Thu, 27 Nov 2025 13:37:10 GMTserver: envoyx-envoy-upstream-service-time: 3 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>CodeSchool101/title> link relstylesheet href/static/styles.css>/head>body> header> h1>CodeSchool101/h1> /header> nav classdesktop-nav> ul> li>a href#what-learn>What Will You Learn/a>/li> li>a href#what-is-scratch>What is Scratch?/a>/li> li>a href#why-choose>Why Choose Us/a>/li> li>a href#levels>Levels of Learning/a>/li> li>a href#teachers>Teachers/a>/li> li>a href#signup>Sign up/a>/li> /ul> /nav> section idwhat-learn> div classbanner> img src/static/2025_feb_half_term_banner.png width400 height400 alt2025 February Half-Term> /div> /section> section idwhat-learn> h2>What Will Your Child Learn?/h2> div classrow> div classcolumn> p>Your child will first start with Scratch 3 - a block based coding platform, where they will be introduced to fundamental coding principles through creative projects./p> p>Once they have mastered the basics of coding, they will then swiftly move on to developing their own mobile applicatoins, as well as learn how to code using Python which is a text based language./p> /div> /div> /section> section idwhat-is-scratch> h2>What is Scratch?/h2> div classrow> div classcolumn> video width640 height360 controls autoplay> source src/static/452ee741-9d83-4e75-84af-cbf3f3552ab0.mp4 typevideo/mp4> Your browser does not support the video tag. /video> /div> /div> /section> section idwhy-choose> h2>Why Choose CodeSchool101/h2> div classrow> div classcolumn> p>At CodeSchool101 we teach our students more than just coding. There is a common perception that coding is just about the syntax, debugging, and abstract code. At Codeschool101, however, our curriculum is driven to focus students on creativity rather than just syntax through creative projects such as their own games that others can play, and their very own mobile applications that can be tested out on their smartphones./p> p>Your child will need access to the internet, a computer, email, and the ability to download the free version of Microsoft Teams./p> /div> !-- div classcolumn> img srcassets/teams-logo.png width300 height300 altMicrosoft Teams> /div> --> /div> /section> section idlevels> h2>Levels of Learning/h2> div classrow> div classcolumn> p>Your child will work through different levels of coding. We use colors for each level as seen above. Each level consists of a variety of creative projects with increasing difficulty./p> p>All projects are completed through scheduled holiday camps./p> /div> !-- div classcolumn> img srcassets/levels.jpg width300 height300 altLevels> /div> --> /div> /section> section idteachers> h2>Teachers/h2> p>All lessons are created by highly experienced teachers trained by MIT and teachers who have considerable years of professional coding experience./p> /section> section idsignup> h2>Sign up - Half-term Scratch camp/h2> ul classaligned-list> li>Age 9 to 12 yrs old/li> li>17 to 20 February 2025/li> li>4 days - Monday to Thursday/li> li>10am to 12pm/li> li>£ 99/li> /ul> br> div classsignup-form> form> div classform-row> div classform-col-25> label forstudent-name>Student name:/label> /div> div classform-col-75> input typetext idstudent-name namestudent-name> /div> /div> div classform-row> div classform-col-25> label forstudent-surname>Student surname:/label> /div> div classform-col-75> input typetext idstudent-surname namestudent-surname> /div> /div> div classform-row> div classform-col-25> label forstudent-age>Student age:/label> /div> div classform-col-75> input typetext idstudent-age namestudent-age> /div> /div> div classform-row> div classform-col-25> label foryear-group>Year group:/label> /div> div classform-col-75> input typetext idyear-group nameyear-group> /div> /div> div classform-row> div classform-col-25> label forschool>School:/label> /div> div classform-col-75> input typetext idschool nameschool> /div> /div> div classform-row> div classform-col-25> label forprior-coding-experience>Prior coding experience:/label> /div> div classform-col-75> input typetext idprior-coding-experience nameprior-coding-experience> /div> /div> div classform-row> div classform-col-25> label forused-scratch-before>Used Scratch before:/label> /div> div classform-col-75> input typetext idused-scratch-before nameused-scratch-before> /div> /div> div classform-row> div classform-col-25> label forparent-email>Parent email:/label> /div> div classform-col-75> input typeemail idparent-email nameparent-emailvc> /div> /div> br>br> button idsignup-button classsignup-button>Sign up/button> /form> /div> script> document.getElementById(signup-button).addEventListener(click, async function (event) { // Prevent default form handling event.preventDefault(); // Collect form data const studentName document.getElementById(student-name).value; const studentSurname document.getElementById(student-surname).value; const studentAge document.getElementById(student-age).value; const yearGroup document.getElementById(year-group).value; const school document.getElementById(school).value; const priorCodingExperience document.getElementById(prior-coding-experience).value; const usedScratchBefore document.getElementById(used-scratch-before).value; const parentEmail document.getElementById(parent-email).value; // Validate form data if (!studentName || !studentSurname || !studentAge || !yearGroup || !school || !priorCodingExperience || !usedScratchBefore || !parentEmail) { alert(Please fill in all the fields); return; } if (parentEmail.indexOf(@) -1) { alert(Please enter a valid email address); return; } // Make API call try { const response await fetch(https://codeschool101.co.uk/api/registration, { method: POST, headers: { Content-Type: application/json, }, body: JSON.stringify({ studentName, studentSurname, studentAge, yearGroup, school, priorCodingExperience, usedScratchBefore, parentEmail }), }); if (!response.ok) { throw new Error(Failed to submit the form data); } console.log(API call successful); // Redirect to a payment page const paymentUrl `https://buy.stripe.com/14kbLa7BV9b0esw4gh`; window.location.href paymentUrl; } catch (error) { console.error(Error:, error.message); } }); /script> br> p>Easter and summer camps prices and timings will follow./p> /section> footer> p>© 2025 Codeschool101, admin@codeschool101.com/p> /footer>/body>/html>
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
]