Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Garima-149 committed Jan 5, 2024
2 parents 4400a2c + 14f53af commit bf58991
Show file tree
Hide file tree
Showing 49 changed files with 97 additions and 618 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion Updated webD-kviz-app/Dark/end.html → Dark/end.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1 id="finalScore"></h1>
</form>
<a class="btn" href="game.html">Play Again</a>
<a class="btn" href="index.html">Go Home</a>
<a class="btn" href="../Main Page.html">Change Theme</a>
<a class="btn" href="../Light/end.html">Change Theme</a>
</div>
</div>
<script src="end.js"></script>
Expand Down
File renamed without changes.
14 changes: 13 additions & 1 deletion Updated webD-kviz-app/Dark/game.css → Dark/game.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,13 @@
background-color: #56a5eb;
width: 0%;
}

#display{
border:2px solid black;
border-radius: 5px;
width:100%;
margin-bottom:2px;
display:block;
}
/* LOADER */
#loader {
border: 1.6rem solid white;
Expand Down Expand Up @@ -158,3 +164,9 @@ footer{
position: relative;
color: white;
}
.next_btn:hover {
cursor: pointer;
box-shadow: 0 0.4rem 1.4rem 0 rgba(86, 185, 235, 0.5);
transform: translateY(-0.1rem);
transition: transform 150ms;
}
2 changes: 1 addition & 1 deletion Updated webD-kviz-app/Dark/game.html → Dark/game.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h2 id="question"></h2>
<p class="choice-text" data-number="4"></p>
</div>
<footer>
<button class="next_btn">Next Que</button>
<button class="next_btn">Next Ques</button>
</footer>
</div>
</div>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
transform: scale(1.025);
}
#finalScore{
font-size: 10vw;
text-align: center;
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<h1 id="finalScore">High Scores</h1>
<ul id="highScoresList"></ul>
<a class="btn" href="index.html">Go Home</a>
<a class="btn" href="../Main Page.html">Change Theme</a>
<a class="btn" href="../Light/highscore.html">Change Theme</a>
</div>
</div>
<script src="highscore.js"></script>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion Updated webD-kviz-app/Light/end.html → Light/end.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1 id="finalScore"></h1>
</form>
<a class="btn" href="game.html">Play Again</a>
<a class="btn" href="index.html">Go Home</a>
<a class="btn" href="../Main Page.html">Change Theme</a>
<a class="btn" href="../Dark/end.html">Change Theme</a>
</div>
</div>
<script src="end.js"></script>
Expand Down
File renamed without changes.
6 changes: 6 additions & 0 deletions Updated webD-kviz-app/Light/game.css → Light/game.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,9 @@ footer{
color: white;
}

.next_btn:hover {
cursor: pointer;
box-shadow: 0 0.4rem 1.4rem 0 rgba(86, 185, 235, 0.5);
transform: translateY(-0.1rem);
transition: transform 150ms;
}
6 changes: 2 additions & 4 deletions game.html → Light/game.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1 class="hud-main-text" id="score">
</h1>
</div>
</div>
<h2 id="question1">Question </h2><h2 id="question"></h2>
<h2 id="question"></h2>
<div class="choice-container">
<p class="choice-prefix">A</p>
<p class="choice-text" data-number="1"></p>
Expand All @@ -48,11 +48,9 @@ <h2 id="question1">Question </h2><h2 id="question"></h2>
<p class="choice-prefix">D</p>
<p class="choice-text" data-number="4"></p>
</div>
<h2 id="display">Correct option :</h2>
</div>

</div>

<div>
<input type="checkbox" class="checkbox" id="checkbox">
<label for="checkbox" class="label">
Expand Down
File renamed without changes.
5 changes: 4 additions & 1 deletion highscore.css → Light/highscore.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@
margin-bottom: 0.5rem;
}




.high-score:hover {
transform: scale(1.025);
}
#finalScore{
font-size: 10vw;
text-align: center;
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<h1 id="finalScore">High Scores</h1>
<ul id="highScoresList"></ul>
<a class="btn" href="index.html">Go Home</a>
<a class="btn" href="../Main Page.html">Change Theme</a>
<a class="btn" href="../Dark/highscore.html">Change Theme</a>
</div>
</div>
<script src="highscore.js"></script>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
30 changes: 13 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,29 @@ This is a quiz platform
This Application contains the following added features:

- Has a timer for every quiz question.
- Has both light and dark theme options.
- Has both light and dark themes options.
- Has its own logo that I have designed.
- Has different/changed background color.
- Has got a Next button to navigate to the upcoming question.

Contribution period ends: 28 January 2024
## Issues

## ☃️ Prizes
- Top 3 contributors ❄️<br/>
Special prize | Bonanza Swag Kits | Shoutouts on Social Media handles | Certificate of appreciation
Addressing to the respective issues of the repository:
- Issue # 9
- Issue # 2
- Issue # 1
- Issue # 16
- Issue # 19

- Top 5 female contributors ❄️ <br/>
Special prize | Special Swag Kits | Shoutouts on Social Media handles | Certificate of appreciation
## Demo

- Top 10 contributors ❄️ <br/>
Shoutouts on Social Media handles | Swag kits and lots of exciting goodies | Certificate of appreciation
Demo Video:

- Top 25 contributors ❄️ <br/>
Swag kits and lots of exciting goodies | Certificate of appreciation

- All the contributors will get a certificate of appreciation for their first successful pull request :)


### ☃️ For Contributors that identify as women
- Mention your pronouns in the profile to be eligible for the women-only prizes.


Join our [Discord](https://discord.gg/xTNC4MGB) to stay in touch with project mentors and for any furthur questions.
https://user-images.githubusercontent.com/98908906/206414690-4c8a9f10-3130-4741-9dc4-4fa05fd490f3.mp4



Please refer to the above video for demo.
17 changes: 0 additions & 17 deletions Updated webD-kviz-app/Dark/highscore.css

This file was deleted.

64 changes: 0 additions & 64 deletions Updated webD-kviz-app/Light/game.html

This file was deleted.

Binary file removed Updated webD-kviz-app/Light/sounds/gametheme.mp3
Binary file not shown.
25 changes: 0 additions & 25 deletions Updated webD-kviz-app/Main Page.html

This file was deleted.

43 changes: 0 additions & 43 deletions Updated webD-kviz-app/README.md

This file was deleted.

Loading

0 comments on commit bf58991

Please sign in to comment.