Skip to content

Commit a650913

Browse files
Merge pull request #1644 from OSCode-Community/changes-18Nov23
Modified chapter.html and fixed broken links
2 parents 87e9262 + 2b468b6 commit a650913

File tree

2 files changed

+7
-19
lines changed

2 files changed

+7
-19
lines changed

chapters/chapter.html

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
</svg> -->
120120
<img
121121
class="logo1"
122-
src="./assets/img/logo.webp"
122+
src="../assets/img/logo.webp"
123123
width="60px"
124124
height="60px"
125125
alt="logo"
@@ -275,21 +275,9 @@ <h1 class="logo me-auto" id="landingPage"><a href="../index.html">OS-CODE</a></h
275275

276276
</header>
277277
<!-- End Header -->
278-
<!-- End Header -->
279-
<!-- ======= Hero Section ======= -->
280-
<section id="hero" class="d-flex align-items-center">
281-
<div class="hero">
282-
<div class="col-xl-12 top-nav">
283-
<div class="container-input">
284-
<input type="text" placeholder="Search..." name="text" class="input" id="search-bar" />
285278

286-
</div>
287-
<ul id="results"></ul>
288-
</div>
289-
</div>
290-
</section>
291-
<div></div>
292-
<div></div>
279+
<!-- ======= Hero Section ======= -->
280+
293281
<!-- End Hero -->
294282

295283
<main id="main">
@@ -298,7 +286,7 @@ <h1 class="logo me-auto" id="landingPage"><a href="../index.html">OS-CODE</a></h
298286
<div class="container" data-aos="fade-up">
299287
<div class="row" data-aos="fade-up" data-aos-delay="100">
300288
<div class="col-lg-6">
301-
<h1 class="us">College_Chapters</h1>
289+
<h1 class="us">College Chapters</h1>
302290
<hr class="line" />
303291
</div>
304292
</div>
@@ -313,7 +301,7 @@ <h1 class="us">College_Chapters</h1>
313301
alt="bit"
314302
/>
315303
<div class="heading">
316-
<a href="bit.html" target="_blank"
304+
<a href="./bit.html" target="_blank"
317305
>Bangalore Institute of Technology</a
318306
>
319307
</div>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<link rel="stylesheet" href="./assets/css/override.css" />
120120

121121
<!--Start of Tawk.to Script-->
122-
<script type="text/javascript">
122+
<!--<script type="text/javascript">
123123
var Tawk_API = Tawk_API || {},
124124
Tawk_LoadStart = new Date();
125125
(function () {
@@ -131,7 +131,7 @@
131131
s1.setAttribute("crossorigin", "*");
132132
s0.parentNode.insertBefore(s1, s0);
133133
})();
134-
</script>
134+
</script>-->
135135
<!-- End of Tawk.to Script-->
136136
</head>
137137

0 commit comments

Comments
 (0)