BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
hmchvvva
Root
/
home
/
hmchvvva
/
public_html
/
ziaur-rahman6
📤 Upload
📝 New File
📁 New Folder
Close
Editing: smart-innovation-school.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> <title>Ziaur Rahman</title> <!-- Stylesheets --> <link rel="stylesheet" href="fontawesome/css/all.css" /> <link rel="stylesheet" href="fontawesome/css/regular.min.css" /> <link rel="stylesheet" href="fontawesome/css/solid.css" /> <link rel="stylesheet" href="css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="css/slick.min.css" type="text/css" /> <link rel="stylesheet" href="css/swiper.min.css" type="text/css" /> <link rel="stylesheet" href="css/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=Raleway:ital,wght@0,100..900;1,100..900&family=Vidaloka&display=swap" rel="stylesheet"> <link rel="stylesheet" href="css/owl.css"> <link rel="stylesheet" href="css/responsive.css"> <link rel="shortcut icon" href="img/fav.png" /> <link rel="stylesheet" href="css/aos.css" /> </head> <body> <div class="top-menu-bar"> <nav class="navbar navbar-expand-lg navbar-light"> <div class="container"> <a class="navbar-brand" href="index.html"> <img src="img/logoziaur.png" alt="Logo" > </a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul class="navbar-nav"> <li class="nav-item"> <a class="nav-link active" href="index.html">Home</a> </li> <li class="nav-item"> <a class="nav-link" href="about.html">Bio</a> </li> <li class="nav-item"> <a class="nav-link" href="thought-leadership.html">Thought Leadership</a> </li> <li class="nav-item"> <a class="nav-link" href="impact.html">Impact</a> </li> </ul> </div> </div> </nav> <hr class="no-mar"> </div> <div class="profcmpinner"> <div class="cust-container"> <h2>Smart Innovations School </h2> <div class="row"> <div class="col-12 col-md-6 col-lg-6"> <img src="img/sis.jpg" class="img-fluid" alt=""> </div> <div class="col-12 col-md-6 col-lg-6"> <p> The Smart Innovations School in Bangladesh, launched in the capital's Gulshan neighborhood, distinguishes itself through its adherence to the STEAM (Science, Technology, Engineering, the Arts, and Mathematics) Curriculum designed by the Massachusetts Institute of Technology (MIT). The school, approved by the Ministry of Education, aims to be a forward-looking educational institution, blending modern teaching methodologies with a focus on the future under the policy of 'Where Education Meets the Future'. It boasts an entirely foreign teaching staff, led by the renowned academic Dr. Lori Sanchez. Unique features include a student-friendly environment, the Reggio Emilia teaching approach, project-based learning, and native English-speaking teachers. Additionally, it offers low-cost education options to the disadvantaged. </p> </div> </div> </div> </div> <footer> <ul> <li> <a href="index.html">Home</a> </li> <li> <a href="about.html">Bio</a> </li> <li> <a href="thought-leadership.html">Thought Leadership</a> </li> <li> <a href="impact.html">Impact</a> </li> </ul> <div class="pwrdby"> Powered By <a href="http://www.evoguedigital.com/">Evoguedigital</a> </div> </footer> <!-- Scripts--> <script src="js/jquery.js"></script> <script src="js/popper.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/jquery.appear.js"></script> <script src="js/slick.min.js"></script> <script src="js/owl.js"></script> <script src="js/scrollbar.js"></script> <script src="js/swiper.min.js"></script> <script src="js/script.js"></script> <script src="js/wow.js"></script> <script src="js/aos.js"></script> <script> AOS.init(); </script> </body> </html>
Save
Cancel