Skip to content

Commit

Permalink
Merge pull request #1644 from OSCode-Community/changes-18Nov23
Browse files Browse the repository at this point in the history
Modified chapter.html and fixed broken links
  • Loading branch information
trishanu-init authored Nov 17, 2023
2 parents 87e9262 + 2b468b6 commit a650913
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
22 changes: 5 additions & 17 deletions chapters/chapter.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
</svg> -->
<img
class="logo1"
src="./assets/img/logo.webp"
src="../assets/img/logo.webp"
width="60px"
height="60px"
alt="logo"
Expand Down Expand Up @@ -275,21 +275,9 @@ <h1 class="logo me-auto" id="landingPage"><a href="../index.html">OS-CODE</a></h

</header>
<!-- End Header -->
<!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="hero">
<div class="col-xl-12 top-nav">
<div class="container-input">
<input type="text" placeholder="Search..." name="text" class="input" id="search-bar" />

</div>
<ul id="results"></ul>
</div>
</div>
</section>
<div></div>
<div></div>
<!-- ======= Hero Section ======= -->

<!-- End Hero -->

<main id="main">
Expand All @@ -298,7 +286,7 @@ <h1 class="logo me-auto" id="landingPage"><a href="../index.html">OS-CODE</a></h
<div class="container" data-aos="fade-up">
<div class="row" data-aos="fade-up" data-aos-delay="100">
<div class="col-lg-6">
<h1 class="us">College_Chapters</h1>
<h1 class="us">College Chapters</h1>
<hr class="line" />
</div>
</div>
Expand All @@ -313,7 +301,7 @@ <h1 class="us">College_Chapters</h1>
alt="bit"
/>
<div class="heading">
<a href="bit.html" target="_blank"
<a href="./bit.html" target="_blank"
>Bangalore Institute of Technology</a
>
</div>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<link rel="stylesheet" href="./assets/css/override.css" />

<!--Start of Tawk.to Script-->
<script type="text/javascript">
<!--<script type="text/javascript">
var Tawk_API = Tawk_API || {},
Tawk_LoadStart = new Date();
(function () {
Expand All @@ -131,7 +131,7 @@
s1.setAttribute("crossorigin", "*");
s0.parentNode.insertBefore(s1, s0);
})();
</script>
</script>-->
<!-- End of Tawk.to Script-->
</head>

Expand Down

0 comments on commit a650913

Please sign in to comment.