Skip to content

Commit

Permalink
feat: Updated Quiz Page
Browse files Browse the repository at this point in the history
  • Loading branch information
SohamMondal88 committed Jan 21, 2025
1 parent c5fd704 commit f72f807
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issueOpen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
- name: Add Labels to the Issue
uses: actions-ecosystem/action-add-labels@v1
with:
github_token: ${{ secrets.MY_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: 'cwoc'
4 changes: 2 additions & 2 deletions quiz.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li class="dropdown">
<a href="#categories" class="dropdown-toggle">Categories</a>
<a href="categories.html" class="dropdown-toggle">Categories</a>
<ul class="dropdown-menu">
<li><a href="#hacking">Hacking</a></li>
<li><a href="#coding">Coding</a></li>
Expand Down Expand Up @@ -118,4 +118,4 @@ <h3>Follow Us:</h3>
<script src="quizscript.js"></script>

</body>
</html>
</html>
6 changes: 1 addition & 5 deletions quizscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,4 @@ function submitScore(event) {
event.preventDefault();
document.getElementById("submitScoreForm").classList.add("hidden");
document.getElementById("feedbackSection").classList.remove("hidden");
}




}
5 changes: 1 addition & 4 deletions quizstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,4 @@ footer .social-icon1:hover i {
footer {
font-size: 0.9rem;
}
}



}

0 comments on commit f72f807

Please sign in to comment.