Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
TMHSDigital authored Jul 30, 2024
1 parent fab8814 commit ce6f013
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ <h1>Educational Repository</h1>
<p>Explore the chapters and learn various programming languages, tools, and APIs.</p>
</header>
<nav>
<a href="#home" class="active">Home</a>
<a href="Languages/languages-all.html">Languages</a>
<a href="index.html">Home</a>
<a href="languages-all.html">Languages</a>
<a href="pages-html/tools-dropdown.html">Tools</a>
<a href="pages-html/apis-dropdown.html">APIs</a>
<a href="pages-html/main-technologies-used.html">Main Technologies Used</a>
Expand All @@ -26,19 +26,19 @@ <h1>Educational Repository</h1>
<h2>Landing Page</h2>
<p>Welcome to the Educational Repository. Explore the chapters and learn various programming languages, tools, and APIs.</p>
<div class="grid">
<a href="Languages/languages-all.html" class="section-link">
<a href="languages-all.html" class="section-link card">
<h3>Explore Languages</h3>
</a>
<a href="pages-html/tools-dropdown.html" class="section-link">
<a href="pages-html/tools-dropdown.html" class="section-link card">
<h3>Explore Tools</h3>
</a>
<a href="pages-html/apis-dropdown.html" class="section-link">
<a href="pages-html/apis-dropdown.html" class="section-link card">
<h3>Explore APIs</h3>
</a>
<a href="pages-html/main-technologies-used.html" class="section-link">
<a href="pages-html/main-technologies-used.html" class="section-link card">
<h3>Explore Main Technologies Used</h3>
</a>
<a href="pages-html/powered-by.html" class="section-link">
<a href="pages-html/powered-by.html" class="section-link card">
<h3>Explore Powered By</h3>
</a>
</div>
Expand All @@ -47,6 +47,6 @@ <h3>Explore Powered By</h3>
<footer>
<p>&copy; 2024 Educational Repository. All rights reserved.</p>
</footer>
<script src="script.js"></script>
<script src="scripts.js"></script>
</body>
</html>

0 comments on commit ce6f013

Please sign in to comment.