Job Application .time a { background-color: #d65610; color: #fff !important; }
ICC School was established in 2011.
Job Application ::: ICC School Job Application
The Islamic Cultural Center School
222 East 97th Street, New York, NY 10029 Phone: 646-589-3920 _ Fax: 212-722-2730
First Name: Last Name: Date: Position applying for: Home Address: Apt #: City: State: Zip code: Phone: Email Address: Date of Interview (Month/Day/Year): (For Office Use Only) How were you referred to us? Date Available to Start: Social Security Number: If you are under 18 years of age, can you provide a work permit? If no, please explain: Have you ever worked for this company? If yes, when? Are you legally allowed to work in the United States? What Languages do you speak, read, and write fluently? Have you ever been convicted of a crime? Yes No Have you ever been fired from a previous job? Yes No If so, what were the circumstances? References: Name: Contact #: Name: Contact #: Most Recent Position:
Education History
Name & Location of College: Years Attended: Degrees completed: Name & Location of College: Years Attended: Degrees completed: What Skills or qualities do you possess that directly correlate to the position you are applying for? I certify that all answers given herein are true and complete to the best of my knowledge. In the event of employment, I understand that false or misleading information given in my application and/or interview may result in discharge. Submit Application
Contact Info
- 222 East 97th Street, New York, NY 10029
- 646-589-3920
- iccschool96@gmail.com
Menu
Other Links
- Apply to ICC School
- Arts at ICC School
- Careers
- Experience School
- Faculty And Staff Directory
- Gallery
- Getting To ICC School
- Head Of School Welcome
- ICC School at a glance
- Mission Vision
- Our History
- Spirituality
- Spring Open House
- Early Education
- Code Of Conduct
- Enrollment Application
- School Structure
- Important Information
- Tution Fees Contract
Copyright © 2020 – All Rights Reserved.
function job_application(){ var counterror = 0; $(‘.require’).each(function(){ if($(this).val() == ”){ counterror = counterror + 1; } }); if(counterror > 0){ toastr.error(‘Please Fill all the fields and try again.’,’Error!’); return false; }else { var form_id = $(‘#enrollment_form’); var data = form_id.serialize(); var result=ajaxRequest().submit(‘https://www.iccschooleast96.org/submit-application’, data); if(result.status==true){ form_id[0].reset(); } } } function mark_attendance(attendance_id) { const data = {‘attendance_id’: attendance_id}; let result = ajaxRequest().getJsonByPost(‘https://www.iccschooleast96.org/student/mark-attendance’,data); if(result.status==true){ toastr.success(result.message,’Success!’); setTimeout(function () { location.href=”; },3000); }else{ toastr.error(result.message,’Error!’); } }