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 29, 2024
1 parent 6129b49 commit 4797f35
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,20 @@
<h1>Educational Repository</h1>
<p>Explore the chapters and learn various programming languages, tools, and APIs.</p>
</header>

<nav>
<a href="#home">Home</a>
<a href="pages-html/languages-dropdown.html">Languages</a>
<a href="#home" class="active">Home</a>
<a href="Languages/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>
<a href="pages-html/powered-by.html">Powered By</a>
</nav>

<main id="home" class="container" role="main">
<section class="section">
<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="pages-html/languages-dropdown.html" class="section-link">
<a href="Languages/languages-all.html" class="section-link">
<h3>Explore Languages</h3>
</a>
<a href="pages-html/tools-dropdown.html" class="section-link">
Expand All @@ -47,11 +44,9 @@ <h3>Explore Powered By</h3>
</div>
</section>
</main>

<footer>
<p>&copy; 2024 Educational Repository. All rights reserved.</p>
</footer>

<script src="script.js"></script>
</body>
</html>
</html>

0 comments on commit 4797f35

Please sign in to comment.