-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit a17ccc9
Showing
20 changed files
with
838 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,204 @@ | ||
<!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 href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" | ||
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> | ||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" | ||
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="./style.css"> | ||
<link rel="icon" type="image/x-icon" href="./Img/Main Logo.jpg"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" | ||
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" | ||
crossorigin="anonymous" referrerpolicy="no-referrer" /> | ||
</head> | ||
|
||
<body> | ||
<nav class="navbar navbar-expand-lg navbar-light bg-dark text-light "> | ||
<div class="container-fluid bg-dark text-light"> | ||
<nav class="navbar navbar-light"> | ||
<div class="container d-flex justify-content-center align-content-center"> | ||
<a class="navbar-brand text-primary" href="#"> | ||
<!-- <h5>LearningPoint</h5> --> | ||
<img src="./Img/Main Logo.jpg" alt=""> | ||
</a> | ||
</div> | ||
</nav> | ||
<div class="navbar-toggler border-light btn-outline-success" type="button" data-bs-toggle="collapse" | ||
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" | ||
aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon btn-close-white"></span> | ||
</div> | ||
<div class="collapse navbar-collapse bg-dark text-light" id="navbarSupportedContent"> | ||
<ul class="navbar-nav me-auto mb-2 mb-lg-0"> | ||
<li class="nav-item"> | ||
<a class="nav-link active text-light" aria-current="page" href="./index.html">Home</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link text-light" href="#">Video Lectures</a> | ||
</li> | ||
<li class="nav-item dropdown"> | ||
<a class="nav-link dropdown-toggle text-light" href="#" id="navbarDropdown" role="button" | ||
data-bs-toggle="dropdown" aria-expanded="false"> | ||
Home Work | ||
</a> | ||
<ul class="dropdown-menu bg-dark" aria-labelledby="navbarDropdown"> | ||
<li><a class="dropdown-item text-light" href="#">Gujarati</a></li> | ||
<li><a class="dropdown-item text-light" href="#">Maths</a></li> | ||
<li><a class="dropdown-item text-light" href="#">English</a></li> | ||
<li><a class="dropdown-item text-light" href="#">Science</a></li> | ||
<li><a class="dropdown-item text-light" href="#">Social Science</a></li> | ||
<li><a class="dropdown-item text-light" href="#">Sanskrit</a></li> | ||
<!-- <li> | ||
<hr class="dropdown-divider"> | ||
</li> --> | ||
</ul> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link text-light" href="./Aboutus.html" aria-disabled="false">About Us</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link text-light" href="./contactus.html" aria-disabled="false">Contact Us</a> | ||
</li> | ||
</ul> | ||
<form class="d-flex"> | ||
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search"> | ||
<button class="btn btn-outline-success" type="submit">Search</button> | ||
</form> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<div class="container-fluid p-4"> | ||
<h3 >Know More</h3> | ||
<h1><span class="badge bg-success">About Us !</span></h1> | ||
</div> | ||
<div class="container"> | ||
<nav id="navbar-example" class="navbar navbar-light bg-warning px-3"> | ||
<a class="navbar-brand fs-3 fw-bold text-dark " href="#">About KnowBase</a> | ||
<ul class="nav nav-tabs"> | ||
<li class="nav-item"> | ||
<a class="nav-link text-dark" href="#scrollspyHeading1">What is KnowBase</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link text-dark" href="#scrollspyHeading2">Why To Join Us ?</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link text-dark" href="#scrollspyHeading3">Features Of KnowBase</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
<div data-bs-spy="scroll" data-bs-target="#navbar-example" data-bs-offset="0" class="scrollspy-example " | ||
tabindex="0"> | ||
<h4 id="scrollspyHeading1" class="text-success mt-3">What Is Our Main Motive & About ?</h4> | ||
<p>Walcome To The <span class="text-success">@KnowBase-Basic Knowledge</span> Website where Your child | ||
Can Learn Basic things for his/her Brighter Future . Here we will Teach All type of Subject Which | ||
Will help him/her to improve his Knowledge so he/she can know more about their capabilities & | ||
carrier. Thank You for Joining Us.</p> | ||
<h4 id="scrollspyHeading2"><span class="text-success">Why To Join Us?</span></h4> | ||
<p><i class="fa-solid fa-share"></i> The resources offered to you for learning online will depend on the | ||
institution where you take your | ||
online program. Some online learning programs may require you to order physical textbooks in advance | ||
by | ||
in the mail, but these are generally being phased out in favor of eBooks and online-only methods of | ||
delivery. </p> | ||
<p><i class="fa-solid fa-share"></i> For those institutions that have made the transition to using 100% | ||
online resources, students can expect | ||
to study using a combination of cutting-edge technological resources with no need to travel to | ||
attend | ||
lectures, exams or in-person discussion sessions!</p> | ||
<p><i class="fa-solid fa-share"></i> Taking an online learning program, you'll be an officially | ||
registered student at your institution and | ||
have access to the same resources as an on-campus student, like your institution's digital library, | ||
learning management system (like Blackboard), student union membership and more! An online degree is | ||
similar to taking a degree program on campus, but you have the freedom to direct your own study | ||
schedule.</p> | ||
<p><i class="fa-solid fa-share"></i> Your school and your course instructor will determine the format | ||
for each individual course and will | ||
select delivery methods that are best suited to your course or program. What a Biology major needs | ||
to | ||
learn successfully online will differ from what an Art History major needs! </p> | ||
<h4 id="scrollspyHeading3"><span class="text-success">Features Of Us</span></h4> | ||
<h4>eBooks, textbooks & journals</h4> | ||
<p><i class="fa-solid fa-share"></i> These written materials are essential resources in almost every course | ||
you'll take when learning online.</p> | ||
<p><i class="fa-solid fa-share"></i> Using the reading list for each course, or on the advice of your course | ||
instructor, you'll need to dedicate | ||
the amount of time you need to reading and understanding the topics in the literature. The main | ||
advantage of | ||
using this medium (particularly eBooks) is the fact that they are completely portable, allowing you to | ||
study | ||
on the go from your computer, phone or tablet.</p> | ||
<h4>Recorded lectures</h4> | ||
<p><i class="fa-solid fa-share"></i> An essential way of absorbing a large amount of information in a | ||
relatively short amount of time, lectures | ||
are a staple of online and campus-based learning. With online learning, you can attend lectures from | ||
your | ||
bedroom! </p> | ||
<h4>Interactive sessions</h4> | ||
<p><i class="fa-solid fa-share"></i> The greatest challenge an online education provider faces is how to | ||
replicate the face-to-face interaction | ||
and in-person discussions that on-campus institutions can easily provide.</p> | ||
<p><i class="fa-solid fa-share"></i> The solution? Online degree programs often use a combination of | ||
discussion forums and interactive | ||
question-and-answer sessions to give you the interaction with other students and instructors you need. | ||
</p> | ||
</div> | ||
</div> | ||
<div class="Footer container-fluid mt-5"> | ||
<p>This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.</p> | ||
<p>copyright@sherepvt.ltd</p> | ||
</div> | ||
|
||
<!-- Js and bootstrap link with html --> | ||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" | ||
crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" | ||
crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" | ||
integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" | ||
crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" | ||
integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" | ||
crossorigin="anonymous"></script> | ||
<script>var myCarousel = document.querySelector('#myCarousel') | ||
var carousel = new bootstrap.Carousel(myCarousel, { | ||
interval: 1000, | ||
wrap: false, | ||
pause: false | ||
}) | ||
|
||
var scrollSpy = new bootstrap.ScrollSpy(document.body, { | ||
target: '#navbar-example' | ||
}) | ||
|
||
var dataSpyList = [].slice.call(document.querySelectorAll('[data-bs-spy="scroll"]')) | ||
dataSpyList.forEach(function (dataSpyEl) { | ||
bootstrap.ScrollSpy.getInstance(dataSpyEl) | ||
.refresh() | ||
}) | ||
|
||
var firstScrollSpyEl = document.querySelector('[data-bs-spy="scroll"]') | ||
firstScrollSpyEl.addEventListener('activate.bs.scrollspy', function () { | ||
// do something... | ||
}) | ||
|
||
var scrollSpyContentEl = document.getElementById('content') | ||
var scrollSpy = bootstrap.ScrollSpy.getOrCreateInstance(scrollSpyContentEl) // Returns a Bootstrap scrollspy instance | ||
|
||
var dataSpyList = [].slice.call(document.querySelectorAll('[data-bs-spy="scroll"]')) | ||
dataSpyList.forEach(function (dataSpyEl) { | ||
bootstrap.ScrollSpy.getInstance(dataSpyEl) | ||
.refresh() | ||
}) | ||
|
||
|
||
</script> | ||
</body> | ||
|
||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.