Skip to content

Commit

Permalink
Merge pull request #111 from CodeByRajeev/Quiz-Spell
Browse files Browse the repository at this point in the history
Fix Quiz Heading
  • Loading branch information
JAYESHBATRA authored Jan 13, 2024
2 parents 026d501 + b0624a8 commit 7706d86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Pages/Quizes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<li><a href="../About-Us/index.html" class="hover-link">About Us</a></li>
<li><a href="../Simulation/index.html" class="hover-link">Simulations</a></li>
<li><a href="../3D-Visualizations/index.html" class="hover-link">3D Visualisations</a></li>
<li><a href="../Quizes/index.html" class="hover-link">Quizes</a></li>
<li><a href="../Quizes/index.html" class="hover-link">Quizzes</a></li>
<li><a href="../Videos/index.html" class="hover-link">Videos</a></li>
<li><a href="../Doubt Engine/index.html" class="hover-link">Doubt Engine</a></li>
</ul>
Expand All @@ -39,7 +39,7 @@
<!-- header section -->
<header>
<div class="header">
<h1 class="head-txt">Quizes</h1>
<h1 class="head-txt">Quizzes</h1>
<img src="assets/asset 42.svg" alt="Simulation" class="head-img">
</div>
</header>
Expand Down
4 changes: 2 additions & 2 deletions Pages/Videos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<li><a href="../About-Us/index.html" class="hover-link">About Us</a></li>
<li><a href="../Simulation/index.html" class="hover-link">Simulations</a></li>
<li><a href="../3D-Visualizations/index.html" class="hover-link">3D Visualisations</a></li>
<li><a href="../Quizes/index.html" class="hover-link">Quizes</a></li>
<li><a href="../Quizes/index.html" class="hover-link">Quizzes</a></li>
<li><a href="../Videos/index.html" class="hover-link">Videos</a></li>
<li><a href="../Doubt Engine/index.html" class="hover-link">Doubt Engine</a></li>
</ul>
Expand Down Expand Up @@ -112,4 +112,4 @@ <h2>The Living World</h2>
<script src="../../scroll-reveal.js"></script>

</body>
</html>
</html>

0 comments on commit 7706d86

Please sign in to comment.