-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from vishnurchityala/main
Added some folders.
- Loading branch information
Showing
3 changed files
with
307 additions
and
30 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
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,116 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>BU Notes</title> | ||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous"> <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" /> | ||
<link rel="stylesheet" href="../css/style.css"> | ||
<link rel="shortcut icon" href="../images/buLogo.png" type="image/x-icon"> | ||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script> | ||
</head> | ||
<body> | ||
|
||
<div class="container-fluid p-0 d-flex h-100"> | ||
<div id="bdSidebar" class="d-flex flex-column flex-shrink-0 p-3 text-dark bg-slate offcanvas-md offcanvas-start" style="width: 280px;"> | ||
<a href="#" class="navbar-brand"> | ||
<h4> <i class="fa-solid fa-book-open-reader me-2"></i> BU Notes</h4> | ||
</a> | ||
<hr> | ||
<ul class="mynav nav nav-pills flex-column mb-auto"> | ||
<li class="nav-item mb-1"> | ||
<a href="../index.html" class="active"> | ||
<i class="fa-solid fa-house" ></i> | ||
Home | ||
</a> | ||
</li> | ||
<li class="nav-item mb-1"> | ||
<a href="./firstYear.html"> | ||
<i class="fa-solid fa-graduation-cap" style="color: black;"></i> | ||
1st Year | ||
</a> | ||
</li> | ||
<li class="nav-item mb-1"> | ||
<a href=""> | ||
<i class="fa-brands fa-youtube" style="color: red;" ></i> | ||
Videos | ||
</a> | ||
</li> | ||
<li class="nav-item mb-1"> | ||
<a href=""> | ||
<i class="fa-solid fa-fire" style="color: rgb(255, 132, 0);"></i> | ||
Miscellaneous | ||
</a> | ||
</li> | ||
<li class="nav-item mb-1"> | ||
<a href=""> | ||
<i class="fa-solid fa-info" style="color: rgb(0, 0, 0);"></i> | ||
About | ||
</a> | ||
</li> | ||
<li class="nav-item mb-1"> | ||
<a href=""> | ||
<i class="fa-regular fa-paper-plane" style="color: rgb(85, 159, 255);"></i> | ||
Grievances | ||
</a> | ||
</li> | ||
</ul> | ||
<div class="d-flex"> | ||
<span> | ||
<h6 class="mt-1 mb-0">Arihant Gupta</h6> | ||
<small>arihant@bennett.edu.in</small> | ||
</span> | ||
</div> | ||
<hr> | ||
<div class="d-flex"> | ||
<span> | ||
<h6 class="mt-1 mb-0">Vishnu Chityala</h6> | ||
<small>vishnu@bennett.edu.in</small> | ||
</span> | ||
</div> | ||
</div> | ||
|
||
<div class=" flex-fill"> | ||
<div class="p-3 py-3 d-md-none d-flex text-white bg-dark"> | ||
<a href="" class="text-white" data-bs-toggle="offcanvas" data-bs-target="#bdSidebar"> | ||
<i class="fa-solid fa-bars" style="font-size: 25px;"></i> | ||
</a> | ||
<span class="ms-3">BU Notes</span> | ||
</div> | ||
<div class="p-4" style="overflow-y: scroll; height: 100%;"> | ||
<div class="d-flex justify-content-between"> | ||
<nav style="--bs-breadcrumb-divider: '>';" aria-label="breadcrumb"> | ||
<ol class="breadcrumb"> | ||
<li class="breadcrumb-item"><a href="../index.html" class="fw-bold">Home</a></li> | ||
<li class="breadcrumb-item active" aria-current="page"><a href="./firstYear.html">1st Year</a></li> | ||
</ol> | ||
</nav> | ||
</div> | ||
<h4 class="fw-bold">1st Year Catalogue</h4> | ||
<hr> | ||
<div class="pt-3"> | ||
<div class="grid px-4"> | ||
<div class="row gap-5 gap-md-5"> | ||
<div class="col-5 col-md-2 rounded py-2 px-3 bg-slate"> | ||
<a href="firstYearFirstSem.html"> | ||
<p class="mt-2" style="font-weight: 600; line-height: 12px;">1st Semester</p> | ||
<hr> | ||
<i class="fa fa-folder" aria-hidden="true" style="font-size: 90px;color: rgb(247, 206, 0);"></i> | ||
</a> | ||
</div> | ||
<div class="col-5 col-md-2 rounded py-2 px-3 bg-slate"> | ||
<a href=""> | ||
<p class="mt-2" style="font-weight: 600; line-height: 12px;">2nd Semester</p> | ||
<hr> | ||
<i class="fa fa-folder" aria-hidden="true" style="font-size: 90px;color: rgb(247, 206, 0);"></i> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.