Skip to content
Snippets Groups Projects
Commit 2d2e6492 authored by Phoi Luong's avatar Phoi Luong
Browse files

Update why.html

parent e0c8df77
Branches
No related tags found
No related merge requests found
...@@ -5,34 +5,36 @@ ...@@ -5,34 +5,36 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sixth Sense</title> <title>Sixth Sense</title>
<link rel="icon" href="logo.PNG" type="image/PNG" /> <link rel="icon" href="logo.PNG" type="image/PNG">
<!-- bootstrap core css -->
<link rel="stylesheet" type="text/css" href="bootstrap.css" /> <!-- Bootstrap core CSS -->
<!-- progress barstle --> <link rel="stylesheet" href="bootstrap.css">
<!-- fonts style -->
<!-- Font styles -->
<link href="https://fonts.googleapis.com/css?family=Poppins:400,700|Raleway:400,600&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Poppins:400,700|Raleway:400,600&display=swap" rel="stylesheet">
<!-- font wesome stylesheet -->
<!-- Font Awesome stylesheet -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<!-- Custom styles for this template -->
<link href="style.css" rel="stylesheet" /> <!-- Custom styles -->
<!-- responsive style --> <link href="style.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet" />
<!-- activity.css --> <!-- Responsive style -->
<link href="css/responsive.css" rel="stylesheet">
<!-- Activity CSS -->
<link rel="stylesheet" href="css/activity_page.css"> <link rel="stylesheet" href="css/activity_page.css">
</head> </head>
<body> <body>
<div class="top_container"> <div class="top_container">
<!-- header section strats --> <!-- Header section starts -->
<header class="header_section"> <header class="header_section">
<div class="container"> <div class="container">
<nav class="navbar navbar-expand-lg custom_nav-container"> <nav class="navbar navbar-expand-lg custom_nav-container">
<a class="navbar-brand" href="main.html"> <a class="navbar-brand" href="main.html">
<span> <span>Sixth Sense</span>
Sixth Sense
</span>
</a> </a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span> <span class="navbar-toggler-icon"></span>
</button> </button>
<div class="collapse navbar-collapse" id="navbarSupportedContent"> <div class="collapse navbar-collapse" id="navbarSupportedContent">
...@@ -52,16 +54,16 @@ ...@@ -52,16 +54,16 @@
</li> </li>
</ul> </ul>
</div> </div>
</div>
</nav> </nav>
</div> </div>
</header> </header>
<br> <br>
<!-- About Us section -->
<section class="client_section layout_padding"> <section class="client_section layout_padding">
<h2 class="">
About Us
</h2>
<div class="container"> <div class="container">
<h2>About Us</h2>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel"> <div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<div class="carousel-inner"> <div class="carousel-inner">
<div class="row"> <div class="row">
...@@ -74,10 +76,7 @@ ...@@ -74,10 +76,7 @@
<div class="client_detail-box"> <div class="client_detail-box">
<h5>Sixth Sense</h5> <h5>Sixth Sense</h5>
<p> <p>
Imagine a world where every child, regardless of their abilities or challenges, has equal access to quality education. Imagine a world where every child, regardless of their abilities or challenges, has equal access to quality education. Introducing an innovative solution tailored specifically to empower children with deafness or special educational needs to thrive academically and socially. Our solution, dubbed "InnovateEd," is a comprehensive educational platform that utilizes cutting-edge technology and personalized learning strategies to cater to the diverse needs of these children.
Introducing an innovative solution tailored specifically to empower children with deafness or special educational needs to thrive academically and socially.
Our solution, dubbed "InnovateEd,"
is a comprehensive educational platform that utilizes cutting-edge technology and personalized learning strategies to cater to the diverse needs of these children.
</p> </p>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment