http status code 302 indicates that the requested resource is temporarily available at a different URL.
The user is automatically redirected to the new URL, but search engines continue to index the old address.
http status code 200 is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: iitce.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>IITCE | Home</title> <link rel="icon" href="image\web_logo.png"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- <link rel="stylesheet" href="1657-font.otf"> --> <link rel="stylesheet" href="style/style.css"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:[email protected]&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet"> <!-------------------------------- ion icons cdn starts here --------------------------------> <script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script> <script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script> <!-- ------------------------------ion icons cdn ends here --------------------------------> <!-- boot --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous"> <!-- boot --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"> <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css"> <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.css"> <link rel="stylesheet" type="text/css" href="swiper-bundle.min.css"> <!-- nav --> </head> <body> <!-- nav bar start --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <link rel="icon" href="image\web_logo.png"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:[email protected]&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet"> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"> <!-- --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" /> <script src="https://kit.fontawesome.com/a076d05399.js"></script> <style> .collapse a { color: black !important; } .collapse a:hover { color: #4070f4 !important; } .dropdown-item { font-size: 15px !important; } nav a { font-family: Roboto Slab, sans-serif !important; } .nav-link:focus, .nav-link { font-size: 15px !important; } .nav-link:focus, .nav-link:hover { color: #1a54f3; transform: scale(1.03); transition: transform 0.3s; } @media (max-width:520px) { .nav-link:focus, .nav-link:hover { color: #1a54f3; transform: scale(1.02); transition: transform 0.3s; } } @media all and (min-width: 950px) { .navbar .nav-item .dropdown-menu { display: none; } .navbar .nav-item:hover .dropdown-menu { display: block; } .navbar .nav-item .dropdown-menu { margin-top: 0; } } @media only screen and (max-width: 600px) { .container-fluid img { width: 60%; } } /* nav responsive */ @media only screen and (max-width: 600px) { .navbar-toggler:focus { text-decoration: none; outline: 0; box-shadow: 0 0 0 0.1rem !important; padding: 0px; background-color: #4070f4; color: white; } } /* .navbar-nav li:hover { border-bottom: 2px solid red; } */ </style> </head> <body> <section> <nav class="navbar navbar-expand-lg fixed-top" style="background-color: white; border-bottom: 1px solid white; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);"> <div class="container-fluid"> <img width="25%" src="image/iitce-logo color.png" style="cursor:pointer" onclick="window.location.href='index.php'"> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#main_nav" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"><i class="fas fa-bars"></i></span> </button> <div class="collapse navbar-collapse" id="main_nav"> <ul class="navbar-nav ms-auto"> <li class="nav-item"><a class="nav-link" href="index.php"> Home</a></li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown"></i> About</a> <ul class="dropdown-menu dropdown-menu-end"> <li><a class="dropdown-item" href="aboutus.php"> About us</a></li> <li><a class="dropdown-item" href="ourInstructors.php"> Our Instructors</a> </li> </ul> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown"> Career</a> <ul class="dropdown-menu dropdown-menu-end"> <li><a class="dropdown-item" href="career.php"> Jobs at IITCE</a></li> </ul> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown"> Franchise</a> <ul class="dropdown-menu dropdown-menu-end"> <li><a class="dropdown-item" href="franchiseEnquiry.php"> Franchise Enquiry</a></li> <li><a class="dropdown-item" href="ourCenters.php"> Our Centers</a></li> </ul> </li> <li class="nav-item"><a class="nav-link" href="course.php"> Course</a></li> <li class="nav-item"><a class="nav-link" href="contactus.php"> Contact us</a></li> <li class="nav-item"><a class="nav-link" href="verify_students.php"> Verify Students</a></li> <li class="nav-item"><a class="nav-link" href="https://iitce.com/institute-management/ims/student/login.php"><i class="fas fa-user" style="color:blue"></i> Student Login</a></li> </ul> </div> <!-- navbar-collapse.// --> </div> <!-- container-fluid.// --> </nav> <!-- vav bar end --> </body> </html> <!-- nav bar end --> <!-- 2nd new --> <section class="main-home" data-aos="zoom-in" style="margin-top: 30px;"> <div class="container " style="display: flex;align-items: center;"> <div class="col-md-6 col-lg-6 content-side"> <div class="card bg-nonee" style="border: none;"> <h5 style="color: white;">MAKING YOUR FUTURE READY !</h5> <h1 >Learn a new Skill from our Advanced courses. </h1> <p style="color: white !important; ">IITCE provides you with top-notch computer education to prepare you for your bright future. IITCE provides you with top-notch computer education to prepare you for your <div class="wrap"> <a href="course.php"> <button class="top-butn" >View Courses <ion-icon name="arrow-redo-outline"></ion-icon> </button> </a> <a href="contactus.php"> <button class="top-butn" >Get Free consultation <ion-icon name="arrow-redo-outline"> </ion-icon></button> </a> </div> </div> </div> <div class="col-md-6 img-side right-side"> <div class="card bg-nonee" style="border: none;"> <figure> <img src="image/main.png" alt="" class="main-png"> </figure> </div> </div> </div> </div> </section> <!-- upper new --> <section> <div class=" container marq" style=" background-color: white;"> <div class="courses-marque"> <marquee class="li" style="color: #4070F4 !important; " direction=”right” onmouseover="stop()" onmouseout="start()"> <ion-icon name="pencil-outline"></ion-icon> <a href=""> ADIT </a> <ion-icon name="pencil-outline"></ion-icon> <a href="">ACIA </a> <ion-icon name="pencil-outline"></ion-icon> <a href="">MS EXCEL EXPERT </a> <ion-icon name="pencil-outline"></ion-icon> <a href="">Digital Marketing </a> <ion-icon name="pencil-outline"></ion-icon> <a href="">CAA </a> <ion-icon name="pencil-outline"></ion-icon> <a href="">COA </a> </marquee> </div> </div> </section> <!-- card box --> <!-- 3rd --> <section class="we-provide" style="margin-bottom: 20px;"> <div class="container cont-2"> <div class="row"> <div class="col-md-6 col-lg-3 professional"> <div class="card "> <div class="content"> <h6>PROFESSIONAL COURSES </h6> <p class="par" >Professional courses are not just about acquiring skills; they are about transforming yourself into the best version of who you can be. </p> </div> </div> </div> <div class="col-md-6 col-lg-3 professional"> <div class="card "> <div class="content"> <h6>EXPERIENCED INSTRUCTOR </h6> <p class="par">In the hands of an experienced instructor, every lesson becomes a journey, and every student, a traveler of knowledge. </p> </div> </div> </div> <div class="col-md-6 col-lg-3 professional"> <div class="card "> <div class="content"> <h6>PRACTICAL TRAINING </h6> <p class="par">Learning is most profound when theory meets practice. Practical training is the forge where knowledge is shaped into real-world skills </p> </div> </div> </div> <div class="col-md-6 col-lg-3 professional"> <div class="card "> <div class="content"> <h6>VALIDATED CERTIFICATE </h6> <p class="par">A certificate is not just a piece of paper; it's a symbol of expertise and a key to unlocking doors of opportunity. </p> </div> </div> </div> </div> </div> </section> <!-- company --> <section class="cmpny-sec" style="margin-bottom: 30px; padding: 20px;"> <div class="container cmpny-tag"> <h1> <our style="color: rgb(61,100,255); margin-bottom: 10px; font-family: roboto slab; "> Our Company</our> <span style="font-family: roboto slab; ">& Partners</span> </h1> <div class="logo-slider"> <div class="item"><a href=""><img src="image/logo1.png" alt=""></a></div> <div class="item"><a href=""><img src="image/logo2.png" alt=""></a></div> <div class="item"><a href=""><img src="image/logo3.png" alt="" style="width: 100px;"></a></div> <div class="item"><a href=""><img src="image/logo4.png" alt=""></a></div> <div class="item"><a href=""><img src="image/logo5.png" alt=""></a></div> <div class="item"><a href=""><img src="image/logo6.png" alt=""></a></div> <div class="item"><a href=""><img src="image/logo7.png" alt=""></a></div> </div> </div> </div> </section> <!-- course --> <!-- <div class="four-box" style="background: rgb(242, 251, 255);"> --> <div class="container " style="margin-bottom: 30px;"> <div class="row"> <div class="col-lg-6 explore-center" style="background-image:url(image/book.jpg);"> <!-- Left Section --> <div class="left-section" style="width: 100%;"> <!-- <img src="dgree-removebg-preview.png" alt=""> --> <h1> <span style="color: rgb(61,100,255); font-family: roboto slab; ">Explore our Latest</span> <span style="color: #312951; font-family: roboto slab;"><br>Courses</span> </h1> </div> </div> <div class="col-lg-6 "> <!-- Right Section --> <div class="row"> <div class="col-md-6 four-box"> <div class="right-section"> <h2>Up Your Skill</h2> <p>With on-demand training and career development programs.</p> <a href="course.php"> <center><button class="btn4-butn">View more </button></center> </a> </div> </div> <div class="col-md-6 four-box"> <div class="right-section"> <h2>Our Courses</h2> <p>In high-demand fields like IT, AI and cloud engineering.</p> <a href="course.php"> <center><button class="btn4-butn">View Courses </i></button></center> </a> </div> </div> <div class="col-md-6 four-box"> <div class="right-section"> <h2>Learn Latest Skills</h2> <p>Like business analytics, graphic design, and more.</p> <a href="course.php"> <center><button class="btn4-butn ">Explore Skill </button></center> </a> </div> </div> <div class="col-md-6 four-box"> <div class="right-section"> <h2>Earn a Certificate</h2> <p>Show your excellence with our verified certifications.</p> <a href="course.php"> <center><button class="btn4-butn ">Get Certificate</button></center> </a> </div> </div> </div> </div> </div> </div> </div> </div> <!-- girl box --> <div class="container digital-skills" style="margin-bottom: 20px; margin-top: 60px; "> <section class="five"> <div class="sectionsmall"> <div class="girlbox"> <div class="india"> <h1 style="color:rgb(61,100,255); font-family: roboto slab;">INDIA'S NO.1 <br><span style="color:#312951; font-family: roboto slab; "> Digital Skills Institute</span> </h1> <h5>Making your future ready.</h5> <p>At IITCE, change comes naturally to us. At each turning point of our story, we've embraced change and been ready for the next generation. With your help and support, we embark on this journey to change once again. To create a generation of future-ready students and to be instrumental in bringing alive the Digital India dream.</p> <div><img src="image/girl3.jpg" style="width: 100%; height: 100%;"></div> </div> </div> <div class="textbox"> <div class="combo"> <h4>A place where you can achieve</h4> <h5 style="color: rgb(107, 105, 105);">Get ready with IITCE to dominate the IT sector.</h5> <div class="girlright"> <h4 style=" color: #312951;">Certified Teachers</h4> <p class="combo-text">Certified teachers bring expertise, proven skills, and a commitment to quality education. Their certification ensures effective teaching, positive learning environments, and contributes to student success and overall educational advancement. </p> </div> <div class="girlright"> <h4 style=" color: #312951;"> Earn a Certificate</h4> <p class="combo-text">Certificates validate skills, enhance employability, and signal expertise. They provide tangible recognition, boost confidence, and open doors to opportunities, serving as valuable credentials in personal and professional development. </p> </div> <div class="girlright"> <h4 Style=" color: #312951" ;>Sufficient Classrooms</h4> <p class="combo-text"> Spacious, well-equipped classrooms at IITCE provide an ideal setting for optimal learning. With ample resources and a conducive environment, our students thrive academically. </p> </div> <div class="girlright"> <h4 style=" color: #312951;">Creative Lessons</h4> <p class="combo-text">Unleashing creativity in every lesson at IITCE. Our dynamic approach sparks curiosity, inspires innovation, and ensures a learning experience that goes beyond textbooks. </p> </div> </div> </div> </div> <div> <center><a href="contactus.php"><button class="now now-2" style="color: white;"> Enroll Now </button></a></center> </div> </div> <!-- 3 card section start --> <section class="our-courses" style="margin-bottom: 20px; margin-top: 30px;"> <div class="container" style=" background-color: #F2F3F7; "> <center> <h1> <new style=" font-weight: bold; font-family: roboto slab; color: #4070F4; padding:10px; "> New Courses </new> <it style=" color: #312951; font-family: roboto slab; color: #312951; "> on IITCE</it> </h1> <div class="card-containerx"> <div class="row"> <div class="col-md-4" style="margin-bottom: 10px;"> <div class="card" style="width: 100%;"> <figure> <img src="image/girl leptop.jpg" width="100%" alt=""></figure> <div class="padd" style="padding: 10px;"> <div class="course-content"> <h6>1</h6> <ul><p>ADIT is 15 Months Duration Course in which student will learn -> PC Fundamental -> Office Automation -> Desktop Publishing -> Programming -> PC Troubleshoo</p></ul> </div> </div> <a href="single_course.php?id=9" style="text-decoration: none;"> <div style="display: flex; border-top: 1px solid rgba(0, 0, 0, .125); padding: 5px; justify-content: space-between; "> <div class="text"> Read More.. </div> <div class="link"> <ion-icon name="create-outline"></ion-icon> </div></div> </a> </div> </div> <div class="col-md-4" style="margin-bottom: 10px;"> <div class="card" style="width: 100%;"> <figure> <img src="image/girl leptop.jpg" width="100%" alt=""></figure> <div class="padd" style="padding: 10px;"> <div class="course-content"> <h6>CAA </h6> <ul><p>33</p></ul> </div> </div> <a href="single_course.php?id=4" style="text-decoration: none;"> <div style="display: flex; border-top: 1px solid rgba(0, 0, 0, .125); padding: 5px; justify-content: space-between; "> <div class="text"> Read More.. </div> <div class="link"> <ion-icon name="create-outline"></ion-icon> </div></div> </a> </div> </div> <div class="col-md-4" style="margin-bottom: 10px;"> <div class="card" style="width: 100%;"> <figure> <img src="image/girl leptop.jpg" width="100%" alt=""></figure> <div class="padd" style="padding: 10px;"> <div class="course-content"> <h6>MS EXCEL EXPERT</h6> <ul><p>ACIA is 15 Months Duration Course in which student will learn -> Data Entry & Analysing -> Performing Calulation -> Forecasting -> Visualising & Reporting </p></ul> </div> </div> <a href="single_course.php?id=3" style="text-decoration: none;"> <div style="display: flex; border-top: 1px solid rgba(0, 0, 0, .125); padding: 5px; justify-content: space-between; "> <div class="text"> Read More.. </div> <div class="link"> <ion-icon name="create-outline"></ion-icon> </div></div> </a> </div> </div> <!--<div class="col-md-4" style="margin-bottom: 10px;">--> <!-- <div class="card" style="width: 100%;">--> <!-- <figure> <img src="image/girl leptop.jpg" width="100%" alt=""></figure>--> <!-- <div class="padd" style="padding: 10px;">--> <!-- <div class="course-content">--> <!-- <h6>--> <!-- ACIA--> <!-- </h6>--> <!-- <ul>--> <!-- <p> ACIA is 15 Months Duration Course in which student will learn -> Data--> <!-- Entry & Analysing -> Performing Calulation..--> <!-- </p>--> <!-- </ul>--> <!-- </div>--> <!-- </div>--> <!-- <a href="Single-Course.php" style="text-decoration: none;">--> <!-- <div--> <!-- style="display: flex; border-top: 1px solid rgba(0, 0, 0, .125); padding: 5px; justify-content: space-between; ">--> <!-- <div class="text">--> <!-- Read More..--> <!-- </div>--> <!-- <div class="link">--> <!-- <ion-icon name="create-outline"></ion-icon>--> <!-- </div>--> <!-- </div>--> <!-- </a>--> <!-- </div>--> <!--</div>--> <!--<div class="col-md-4" style="margin-bottom: 10px;">--> <!-- <div class="card" style="width: 100%;">--> <!-- <figure> <img src="image/girl leptop.jpg" width="100%" alt=""></figure>--> <!-- <div class="padd" style="padding: 10px;">--> <!-- <div class="course-content">--> <!-- <h6>--> <!-- ACIA--> <!-- </h6>--> <!-- <ul>--> <!-- <p> ACIA is 6 Months Duration Course in which student will learn -> MS--> <!-- Office -> GST -> Tally Prime -> Advance Excel..--> <!-- </p>--> <!-- </ul>--> <!-- </div>--> <!-- </div>--> <!-- <a href="Single-Course.php" style="text-decoration: none;">--> <!-- <div--> <!-- style="display: flex; border-top: 1px solid rgba(0, 0, 0, .125); padding: 5px; justify-content: space-between; ">--> <!-- <div class="text">--> <!-- Read More..--> <!-- </div>--> <!-- <div class="link">--> <!-- <ion-icon name="create-outline"></ion-icon>--> <!-- </div>--> <!-- </div>--> <!-- </a>--> <!-- </div>--> <!--</div>--> </div> </div> <center> <a href="course.php"> <button class="now" style="width: 200px; font-size: 15px; margin-bottom: 10px !important;">Explore More Courses</button> </center> </a> </div> </section> <!-- 3 card section end --> <!-- new box............... --> <div class="container"> <div class="background"> <div class="left-div"> <h1> <our style="color: #312951; font-family: roboto slab; ">Our</our> <pu style="color: white ; font-family: roboto slab;">Purpose</pu> <and style="color: #312951; font-family: roboto slab;">& </and> <vl style="color: white; font-family: roboto slab;" ;>Values</vl> </h1> <p id="long text" >At IITCE, our vision, mission, and values are steadfast guides, shaping the careers of our students. We aim to globally impact employment generation through compelling courses, top-notch instructors, and engaging lessons. </p> </div> <div class="right-div"> <div class="three-coment"> <h4 style="font-family: roboto slab;">Our Vision</h4> <P> To empower through tech education, fostering innovation and digital inclusion. Our vision is to be a catalyst for transformative learning, unlocking vast opportunities in the ever-evolving digital realm. </P> </div> <div class="three-coment"> <h4 style="font-family: roboto slab;">Our Mission</h4> <P>Our Mission Empower through tech education, ensuring accessible, quality learning for all. Bridging gaps, unlocking digital potential. </P> </div> <div class="three-coment"> <h4 style="font-family: roboto slab;">Our Values</h4> <p>Innovation, Inclusivity, Excellence, Integrity. Committed to fostering a dynamic learning environment for technological empowerment and success. </p> </div> </div> </div> </div> <!-- most popular certificate --> <div class=" container important" style=" margin-top: 30px; padding: 10px; background-color: #F2F3F7;"> <center> <h1 style="padding:4px; "> <most style=" color: #4070F4; font-family: roboto slab; ">Most Popular </most> <ce style="font-family:serif ; font-family: roboto slab; color: #312951;">Certificate </ce> </h1> </center> <div class="row w3school"> <div class="slide-container swiper"> <div class="slide-content"> <div class="card-wrapper swiper-wrapper"> <div class="card swiper-slide"> <div class="cardd" style="width: 100%;"> <figure> <img src="image/it3.avif" width="100%" alt=""></figure> <div class="padd" style="padding: 10px;"> <div class="card-content"> <h2 class="name">CAA</h2> <p class="description">PROFESSIONAL CERTIFICATE</p> </div> </div> </div> </div> <div class="card swiper-slide"> <div class="cardd" style="width: 100%;"> <figure> <img src="image/it4.jpg" width="100%" alt=""></figure> <div class="padd" style="padding: 10px;"> <div class="card-content"> <h2 class="name">CAA</h2> <p class="description">PROFESSIONAL CERTIFICATE</p> </div> </div> </div> </div> <div class="card swiper-slide"> <div class="cardd" style="width: 100%;"> <figure> <img src="image/it3.avif" width="100%" alt=""></figure> <div class="padd" style="padding: 10px;"> <div class="card-content"> <h2 class="name">Certificate in DM</h2> <p class="description">PROFESSIONAL CERTIFICATE</p> </div> </div> </div> </div> <div class="card swiper-slide"> <div class="cardd" style="width: 100%;"> <figure> <img src="image/it4.jpg" width="100%" alt=""></figure> <div class="padd" style="padding: 10px;"> <div class="card-content"> <h2 class="name">COA</h2> <p class="description">PROFESSIONAL CERTIFICATE</p> </div> </div> </div> </div> </div> </div> <div class="swiper-button-next swiper-navBtn" style="color: rgb(123,205,240); background-color: white; "></div> <div class="swiper-button-prev swiper-navBt" style="color: rgb(123,205,240); background-color: white;"> </div> <div class="swiper-pagination"></div> </div> </div> </div> <!-- </section> --> <!-- new content become an instructor --> <section class="instructor" style="margin-bottom: 20px;"> <div class="container"> <div class="row"> <div class="col-md-6 content-sidee empower"> <div class="card bg-none " style="margin-top: 20px; "> <h4 style="font-family: roboto slab; font-weight: bold; color: #4070F4;">Become an <in style="font-family: roboto slab; font-weight: bold; color: #312951;"> Instructor</in> </h4> <p class=""> Empower through tech education. Inspire learners, share knowledge, and shape future innovators. Join us today! </p> <div class=" primary-btn box-3 "> <a href="contactus.php"> <div class="btn btn-three"> <a href="contactus.php"> <button class="now">Apply Now</button> </a> </div> </a> </div> </div> </div> <div class="col-md-6 img-side1 note-pick"> </div> <div class="col-md-6 img-side2 note-pick"> </div> <div class="col-md-6 content-sidee empower"> <div class="card bg-none "> <h4 style="font-family: roboto slab;; font-weight: bold; color: #4070F4; ">Become a <pa style="font-family: roboto slab; font-weight: bold; color: #312951;">Partner </pa> </h4> <p class="para"> Collaborate for tech education. Empower communities, unlock potential. Join us as a valued partner in shaping a brighter, digital future. </p> <div class=" primary-btn box-3 "> <a href="contactus.php"> <div class="btn btn-three"> <a href="contactus.php"> <button class="now">Contact Us</button> </a> </div> </a> </div> </div> </div> </div> </div> </section> <!-- instructor --> <section class="instructor become-box last-become "> <div class="container we-are"> <div class="custom-row"> <div class="custom-col cust-box"> <div class="custom-card bg-none become" style=" background-color: white"> <h4 style="font-family: roboto slab; font-weight: bold; color: #4070F4;">Become an <in style="font-family: roboto slab; font-weight: bold; color: #312951;"> Instructor & Value</in> </h4> <p class="para" style="text-align: justify;"> We are the best computer institute in Haridwar providing courses in Graphics Design, Web Design, Web Development, ADIT , Ethical Hacking etc. Our job oriented IITCE prepares students to be a part of this growing industry We are the best computer institute in Haridwar providing courses in Graphics Design, Web Design, Web Development, ADIT , Ethical Hacking etc. Our job oriented courses athrough its courses and various placement assistance activities.IITCE offers a variety of career programs for students who want to join IT courses </p> <div class="prim"> <a href="contactus.php"> <button class="now last-now">Apply Now</button> </a> </div> </div> </div> <div class="custom-col cust-box "> <div class="custom-card bg-none become cust-box-copy" style=" background-color:white"> <h4 style="font-family: roboto slab; font-weight: bold; color: #4070F4;">A Place where <yo style="font-family: roboto slab; font-weight: bold; ; color: #312951;">you can Achieve</yo> </h4> <p class="para" style="text-align: justify;"> IITCE prepares students to be a part of this growing industry We are the best computer institute in Haridwar providing courses in Graphics Design, Web Design, Web Development, ADIT , Ethical Hacking etc. Our job oriented courses athrough its courses and various placement assistance activities.IITCE offers a variety of career programs for students who want to join IT </p> <div class="prim"> <a href="contactus.php"> <button class="now last-now">Apply Now</button> </a> </div> </div> </div> </div> </div> </section> <div class="top-icon"> <i class="fa-solid fa-phone"></i> </div> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>IITCE | footer</title> <link rel="icon" href="image\web_logo.png"> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:[email protected]&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous"> <!-- Aos animation css --> <style> p, li { font-family: Roboto Slab, sans-serif !important; font-size: 14px; } .single_footer a { font-size: 14px !important; font-family: Roboto Slab, sans-serif !important; } h4{ font-family: Roboto Slab, sans-serif !important; } h5{ font-family: Roboto Slab, sans-serif !important; } .footer-section ul { margin: 0; padding: 0; list-style: none; } .footer-section img { max-width: 100%; height: auto; } .footer-section .footer { /* background-color: white; */ background: #0076b50e;; padding: 20px; } @media only screen and (max-width: 768px) { .single_footer { margin-bottom: 30px; } } .footer-section .single_footer h4 { color: #4f4f4f; ; margin-top: 0; font-weight: 700; text-transform: uppercase; font-size: 20px; } /* .footer-section .single_footer h4::after { content: ""; display: block; height: 2px; width: 40px; background: #fff; margin-top: 20px; } */ .footer-section .single_footer p { color: #4f4f4f; } .footer-section .single_footer ul { margin: 0; padding: 0; list-style: none; } .footer-section .single_footer ul li a { color: #4f4f4f; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; line-height: 36px; font-size: 15px; text-decoration: none; } /* .footer-section .single_footer ul li a:hover { color: #ff3666; } */ .footer-section .single_footer_address ul li { color: #4f4f4f; } .footer-section .single_footer_address ul li span { font-weight: 400; color: #4f4f4f; ; line-height: 28px; } .footer-section .contact_social ul { list-style: outside none none; margin: 0; padding: 0; } /*START NEWSLETTER CSS*/ .footer-section .subscribe { display: block; position: relative; margin-top: 15px; width: 800%; } .footer-section .subscribe__input { background-color: #fff; border: medium none; border-radius: 5px; color: #333; display: block; font-size: 15px; font-weight: 500; letter-spacing: 0.4px; margin: 0; padding: 0 15px 0 20px; text-align: center; width: 100%; } @media only screen and (max-width: 768px) { .subscribe__input { padding: 0 50px 0 20px; } } @media only screen and (max-width: 620px) { .fixing{ margin-bottom: 30px; } } /*END SOCIAL PROFILE CSS*/ .footer-section .copyright { text-align: center; padding-top: 20px; color: #fff; border-top: 1px solid #26262625; text-align: center; } .footer-section .copyright a { color: blue; transition: all 0.2s ease 0s; } /* footer end */ .single_footer a:hover { font-weight: bolder; } .bg-white { width: 100%; } .socail-icon ul li a { width: 40px; height: 40px; background-color: #fff; text-align: center; padding: 10px; font-size: 16px; margin: 0 10px; display: block; border-radius: 50%; position: relative; overflow: hidden; border: 1px solid #33333325; z-index: 1; } .socail-icon ul li a .icon { position: relative; color: #262626; transition: .5s; z-index: 3; } .socail-icon ul li a:hover .icon { color: #fff; transform: rotateY(360deg); } .socail-icon ul li a:before { content: ""; position: absolute; top: 100%; left: 0; width: 100%; height: 100%; background: #f00; transition: .5s; z-index: 2; } .socail-icon ul li a:hover:before { top: 0; } .socail-icon ul li:nth-child(1) a:before { background: #3b5999; } .socail-icon ul li:nth-child(2) a:before { background: #55acee; } .socail-icon ul li:nth-child(3) a:before { background: blue; } .socail-icon ul li:nth-child(4) a:before { background: #dd4b39; } .copyrigh { padding: 20px; background: #4070f4; margin-bottom:0px !important; text-align: center !important; } /* .footer-section{ background:red !important; } */ </style> </head> <body> <section class="footer-section" > <div class="footer"> <div class="row"> <div class="col-md-2 col-sm-4 col-xs-12"> <div class="single_footer"> <h4>Quick Links</h4> <ul> <li><a href="aboutus.php"> About us</a></li> <li><a href="franchiseEnquiry.php">Franchise</a></li> <li><a href="ourInstructors.php">Intructor </a></li> <li><a href="contactus.php">Contact</a></li> <li><a href="index.php">FAQ's</a></li> </ul> </div> </div> <div class="col-md-2 col-sm-4 col-xs-12"> <div class="single_footer"> <h4>Other Links </h4> <ul> <li><a href="terms_and_condition.php"> Terms & Conditions</a></li> <li><a href="privacy_policy.php">privacy-policy</a></li> </ul> </div> </div> <!-- 3rd --> <div class="col-md-4 col-sm-4 fixing col-xs-12"> <div class="single_footer"> <figure class=" "> <center><img src="image/iitce-logo color.png" alt=""></center> </figure> </div> <div class="col-lg-12 col-sm-12 col-xs-12"> <div class="socail-icon"> <ul style="display:flex ; flex-direction: row; align-items: center; justify-content: center;"> <li> <a href="#"> <i class="fab fa-facebook-f icon"></i> </a> </li> <li> <a href="#"><i class="fab fa-twitter icon"></i></a> </li> <li> <a href="#"><i class="fab fa-linkedin-in icon"></i></a> </li> <li> <a href="#"><i class="fab fa-google-plus-g icon"></i></a> </li> </ul> </div> </div> </div> <!-- 3end --> <div class="col-md-2 col-sm-4 col-xs-12"> <div class="single_footer single_footer_address"> <h4>Courses</h4> <ul> <li><a href="Single-Course.php">ADIT</a></li> <li><a href="#">ADHN</a></li> <li><a href="#">COA </a></li> <li><a href="#">Ethical hacking</a></li> <li><a href="#">Programming</a></li> </ul> </div> </div> <div class="col-md-2 col-sm-4 col-xs-12"> <div class="single_footer single_footer_address"> <h4>Subscribe today</h4> <ul> <li><a href="#" style="font-size: 14px !important;">Brs tower 1st floor near blue dart courier service arya nagar chowk peer mazaar kankhal road jwalapur haridwar uk 249407 in</a></li> <li><a href="">+91 7055002299 </a> | <a href="">7900660066</a></li> </ul> </div> </div> </div> <div class="row"> <div class="col-lg-12 col-sm-12 col-xs-12"> <h5 class="copyright" style="text-align: left; color: #4f4f4f;">Professional Courses </h5> <p> ADIT ADHN COA Ethical hacking Programming </p> <h5 class="" style="text-align: left; color: #4f4f4f;">Short-term pre-recorded Courses </h5> <p> ADIT ADHN COA Ethical hacking Programming </p> </div> </div> </div> <div> <center> <p class="copyrigh" style="color: white;">Copyright © 2024 All Rights Reserved <a href="" style=" color: black; text-decoration: none; "> IITCE Pvt Ltd.</a></p> </center> </div> </section> <script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.3/jquery.min.js" integrity="sha512-STof4xm1wgkfm7heWqFJVn58Hm3EtS31XFaagaa8VMReCXAkQnJZ+jEy8PCC/iT18dFy95WcExNHFTqLyp72eQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> </body> </html> <!-- boot --> <script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"> </script> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"> </script> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"> </script> <!-- boot --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js"></script> <!-- autoplay: true, --> <script> $('.slider').on('mouseenter', function () { $(this).slick('slickPause'); }); $('.slider').on('mouseleave', function () { $(this).slick('slickPlay'); }); $('.logo-slider').slick({ slidesToShow: 5, slidesToScroll: 1, dots: true, arrows: true, autoplay: true, autoplaySpeed: 1000, Infinite: true, responsive: [{ breakpoint: 991, settings: { slidesToShow: 3, } }, { breakpoint: 767, settings: { slidesToShow: 1, } } ] }); </script> <!-- new slider --> <script src="swiper-bundle.min.js"></script> <script> var swiper = new Swiper(".slide-content", { slidesPerView: 3, spaceBetween: 25, loop: true, centerSlide: 'true', fade: 'true', autoplay: { delay: 2500, // Autoplay delay in milliseconds disableOnInteraction: false, // Allow interaction to stop autoplay }, grabCursor: 'true', pagination: { el: ".swiper-pagination", clickable: true, dynamicBullets: true, }, navigation: { nextEl: ".swiper-button-next", prevEl: ".swiper-button-prev", }, breakpoints: { 0: { slidesPerView: 1, }, 520: { slidesPerView: 2, }, 950: { slidesPerView: 3, }, }, }); </script> <!-- new.....close --> </body> </html>