Skip to content

Commit

Permalink
Added README.md and screenshots, fixed footer
Browse files Browse the repository at this point in the history
  • Loading branch information
galgaz committed Nov 29, 2024
1 parent db3ea32 commit 35727d7
Show file tree
Hide file tree
Showing 13 changed files with 33 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2>This page cannot be found</h2>
</div>

<footer>
<a href="mailto:[email protected]">Gal Gazič</a> | <a class="footerIconContainer" href="https://github.com/galgaz/quiz"><img class="footerIcon" src="assets/images/github-mark-white.svg"></img></a> | <span>All of the questions are from <a href="https://opentdb.com/">Open Trivia Database.</a></span>
<a class="footerIconContainer" href="https://github.com/galgaz/quiz"><img class="footerIcon" src="assets/images/github-mark-white.svg"></img></a> | <span>All of the questions are from <a href="https://opentdb.com/">Open Trivia Database.</a></span>
</footer>
</body>
</html>
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Quiz

A simple quiz game avaliable at https://galgaz.github.io/quiz.

## Screenshots

<details>
<summary>Desktop</summary>

![](screenshots/quizDesktop01.png)
![](screenshots/quizDesktop02.png)
![](screenshots/quizDesktop03.png)
![](screenshots/quizDesktop04.png)

</details>

<details>
<summary>Mobile</summary>

![](screenshots/quizMobile01.png)
![](screenshots/quizMobile02.png)
![](screenshots/quizMobile03.png)
![](screenshots/quizMobile04.png)

</details>

## Source of questions

All of the questions are from [Open Trivia Database](https://opentdb.com).
2 changes: 1 addition & 1 deletion game.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h2 id="vprasanje">If you don't see the question, wait at least 5s and then refr
</main>

<footer id="game-footer">
<a href="mailto:[email protected]">Gal Gazič</a> | <a class="footerIconContainer" href="https://github.com/galgaz/quiz"><img class="footerIcon" src="assets/images/github-mark-white.svg"></img></a> | <span>All of the questions are from <a href="https://opentdb.com/">Open Trivia Database.</a></span>
<a class="footerIconContainer" href="https://github.com/galgaz/quiz"><img class="footerIcon" src="assets/images/github-mark-white.svg"></img></a> | <span>All of the questions are from <a href="https://opentdb.com/">Open Trivia Database.</a></span>
</footer>

<script src="assets/scripts/global.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1>Play quiz now!</h1>
</main>

<footer>
<a href="mailto:[email protected]">Gal Gazič</a> | <a class="footerIconContainer" href="https://github.com/galgaz/quiz"><img class="footerIcon" src="assets/images/github-mark-white.svg"></img></a> | <span>All of the questions are from <a href="https://opentdb.com/">Open Trivia Database.</a></span>
<a class="footerIconContainer" href="https://github.com/galgaz/quiz"><img class="footerIcon" src="assets/images/github-mark-white.svg"></img></a> | <span>All of the questions are from <a href="https://opentdb.com/">Open Trivia Database.</a></span>
</footer>
</body>
</html>
2 changes: 1 addition & 1 deletion result.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1 id="scoreNum" class="blueTxt bold">0</h1>
document.getElementById("scoreNum").innerHTML = score;
</script>
<footer>
<a href="mailto:[email protected]">Gal Gazič</a> | <a class="footerIconContainer" href="https://github.com/galgaz/quiz"><img class="footerIcon" src="assets/images/github-mark-white.svg"></img></a> | <span>All of the questions are from <a href="https://opentdb.com/">Open Trivia Database.</a></span>
<a class="footerIconContainer" href="https://github.com/galgaz/quiz"><img class="footerIcon" src="assets/images/github-mark-white.svg"></img></a> | <span>All of the questions are from <a href="https://opentdb.com/">Open Trivia Database.</a></span>
</footer>
</body>
</html>
Binary file added screenshots/quizDesktop01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/quizDesktop02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/quizDesktop03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/quizDesktop04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/quizMobile01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/quizMobile02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/quizMobile03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/quizMobile04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 35727d7

Please sign in to comment.