diff --git a/newpage/assets/img/Vector11.png b/newpage/assets/img/Vector11.png new file mode 100644 index 0000000..8205707 Binary files /dev/null and b/newpage/assets/img/Vector11.png differ diff --git a/newpage/assets/img/Vector12.png b/newpage/assets/img/Vector12.png new file mode 100644 index 0000000..09963fd Binary files /dev/null and b/newpage/assets/img/Vector12.png differ diff --git a/newpage/assets/img/Vector13.png b/newpage/assets/img/Vector13.png new file mode 100644 index 0000000..383d53d Binary files /dev/null and b/newpage/assets/img/Vector13.png differ diff --git a/newpage/assets/img/Vector14.png b/newpage/assets/img/Vector14.png new file mode 100644 index 0000000..35caf80 Binary files /dev/null and b/newpage/assets/img/Vector14.png differ diff --git a/newpage/assets/img/Vector15.png b/newpage/assets/img/Vector15.png new file mode 100644 index 0000000..a97a1f1 Binary files /dev/null and b/newpage/assets/img/Vector15.png differ diff --git a/newpage/index.html b/newpage/index.html index f6e9eab..6c3fd69 100644 --- a/newpage/index.html +++ b/newpage/index.html @@ -73,7 +73,7 @@ -
+
@@ -85,22 +85,22 @@ with a sub title
-
-
-

Two line header
-with a sub title -

+
+
+

Two line header
with a sub title

Sign Up for Free Career Counseling

- - + + + -
+
-
+ +
@@ -124,7 +124,7 @@ with a sub title
-
+
@@ -171,17 +171,17 @@ professional guidance.

Graduate Diploma in
Montessori Teacher Training

-
+
 6 months - 1 Year
-
+
 Online Program
-
+
Weekday in-class program
Weekend in-class program
Certification
@@ -193,17 +193,17 @@ professional guidance.

Post Graduate Diploma in
Montessori Teacher Training

-
+
 6 months - 1 Year
-
+
 Online Program
-
+
Weekday in-class program
Weekend in-class program
Certification
@@ -322,36 +322,41 @@ professional guidance.
-
+
-
© 2020 IIMTT. All Rights Reserved.
-
+ +
-
+
@@ -382,7 +387,7 @@ professional guidance. var warning = document.getElementById('warning'); var success = document.getElementById('success'); var emailError = document.getElementById('emailError'); - var req = document.getElementById("req"); + // var req = document.getElementById("req"); function setOptions(s) { // console.log(s[s.selectedIndex].value); // get value option = s[s.selectedIndex].value; @@ -391,12 +396,12 @@ professional guidance. function submitForm() { name = document.getElementById("name1").value; phn = document.getElementById("phn").value; - addr = document.getElementById("addr").value; + // addr = document.getElementById("addr").value; email = document.getElementById("email").value; success.style.display = "none"; - subject = req.options[req.selectedIndex].value; + // subject = req.options[req.selectedIndex].value; // console.log(name+phn+addr+email+subject); - if (name == '' || addr == '' || phn == '' || email == '' || subject == '') { + if (name == '' || phn == '' || email == '') { warning.style.display = "block"; } else { var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/; @@ -415,9 +420,9 @@ professional guidance. formData.append('Name', name); formData.append('Email', email); formData.append('Phone', phn); - formData.append('Field', subject); - formData.append('Address', addr); - formData.append('MessageDetails', addr + " Field:" + subject); + // formData.append('Field', subject); + // formData.append('Address', addr); + // formData.append('MessageDetails', addr + " Field:" + subject); fetch('https://api.teenybeans.in/API/contactFormProcessor/v1/', { method: 'POST', body: formData @@ -433,7 +438,7 @@ professional guidance. success.style.display = "block"; document.getElementById("name1").value = ""; document.getElementById("phn").value = ""; - document.getElementById("addr").value = ""; + // document.getElementById("addr").value = ""; document.getElementById("email").value = ""; // document.getElementById("message").value = ""; @@ -464,10 +469,10 @@ professional guidance. email + "Phone:- :- " + phn + - "Address:- :- " + - addr + - "Service:- :- " + - subject + + // "Address:- :- " + + // addr + + // "Service:- :- " + + // subject + // "Message:- :- " + // message + ""