commit ff4a2af089c7ef3552ba28dabc9e4fdcafadca60
parent 0703e02bd22d665b25760535015460f5ff55fdb2
Author: Amit Dutta <mail@amit.is-a.dev>
Date: Mon, 10 Aug 2026 23:19:10 +0530
Fix punctuation in index.md for consistency
Diffstat:
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/docs/index.md b/docs/index.md
@@ -27,7 +27,7 @@ features:
- icon: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-network-icon lucide-network"><rect x="16" y="16" width="6" height="6" rx="1"/><rect x="2" y="16" width="6" height="6" rx="1"/><rect x="9" y="2" width="6" height="6" rx="1"/><path d="M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3"/><path d="M12 12V8"/></svg>'
title: Algorithms Included
- details: Semester 2 onwards includes written algorithm documentation alongside source code — step-by-step logic, pseudocode, and complexity analysis.
+ details: Semester 2 onwards includes written algorithm documentation alongside source code - step-by-step logic, pseudocode, and complexity analysis.
- icon: '<svg viewBox="0 -0.5 24 24" id="meteor-icon-kit__solid-github" width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.2047 0.00001C6.56031 -0.005731 1.74628 4.08615 0.842541 9.6577C-0.061195 15.2293 3.2126 20.6331 8.56941 22.4118C9.14823 22.5177 9.35294 22.1577 9.35294 21.8541C9.35294 21.5506 9.35294 20.8588 9.35294 19.8988C6.14117 20.5977 5.46353 18.3529 5.46353 18.3529C5.25046 17.6572 4.79779 17.0595 4.18588 16.6659C3.14823 15.96 4.27059 15.96 4.27059 15.96C5.00761 16.0641 5.65578 16.5014 6.02823 17.1459C6.34368 17.7179 6.87393 18.1406 7.50179 18.3208C8.12965 18.5009 8.8034 18.4236 9.37411 18.1059C9.41842 17.5252 9.66876 16.9794 10.08 16.5671C7.5247 16.2777 4.84235 15.2894 4.84235 10.92C4.82481 9.7786 5.24688 8.67412 6.02117 7.8353C5.67632 6.84285 5.71662 5.7571 6.13412 4.79295C6.13412 4.79295 7.10117 4.48236 9.29647 5.97177C11.1816 5.45419 13.1713 5.45419 15.0565 5.97177C17.2518 4.48236 18.2118 4.79295 18.2118 4.79295C18.6351 5.74689 18.6854 6.82486 18.3529 7.81412C19.1272 8.65294 19.5493 9.7574 19.5318 10.8988C19.5318 15.3177 16.8424 16.2847 14.28 16.5459C14.8359 17.1047 15.1218 17.8774 15.0635 18.6635C15.0635 20.2024 15.0635 21.4447 15.0635 21.8188C15.0635 22.1929 15.2682 22.4824 15.8541 22.3694C21.1473 20.5447 24.3569 15.1728 23.4554 9.6469C22.5539 4.1211 17.8034 0.04779 12.2047 0.00001z" fill="currentColor"></path></g></svg>'
title: Open Source
@@ -37,11 +37,11 @@ features:
<div class="why-section">
<p class="why-eyebrow">Why this archive</p>
- <h2 class="why-title">Not a copy-paste dump — a structured reference for how to actually solve the problem.</h2>
+ <h2 class="why-title">Not a copy-paste dump - a structured reference for how to actually solve the problem.</h2>
<div class="why-grid">
<div class="why-card">
<h3>Every semester, indexed</h3>
- <p>All 8 semesters of the WBSU NEP-CCF track in one place, updated in real time as coursework progresses — no digging through scattered folders.</p>
+ <p>All 8 semesters of the WBSU NEP-CCF track in one place, updated in real time as coursework progresses - no digging through scattered folders.</p>
</div>
<div class="why-card">
<h3>Problem-first search</h3>
@@ -49,7 +49,7 @@ features:
</div>
<div class="why-card">
<h3>Logic, not just code</h3>
- <p>From Semester 2 onward, source may paired with written algorithms — pseudocode and complexity analysis — so you can follow the reasoning, not just the syntax.</p>
+ <p>From Semester 2 onward, source may paired with written algorithms - pseudocode and complexity analysis - so you can follow the reasoning, not just the syntax.</p>
</div>
</div>
</div>
@@ -127,4 +127,4 @@ This project is maintained by **Amit Dutta**, a BSc Computer Science student at
<a class="bsc-cta-btn bsc-cta-btn-brand" href="/semester_2/">Browse Semester 2</a>
<a class="bsc-cta-btn" href="/#environment-setup">Environment Setup</a>
</div>
-</div>-
\ No newline at end of file
+</div>