Skip to content

Commit

Permalink
added sweet alert & comments,fixed smooth scroll,more styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmineteaa committed Jun 15, 2019
1 parent ef05499 commit 88a1c63
Show file tree
Hide file tree
Showing 6 changed files with 316 additions and 268 deletions.
1 change: 0 additions & 1 deletion assets/skull.svg

This file was deleted.

3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h2>to be honest you</h2>
<div class="score">
<!-- populate final score here -->
</div>
<button><a href="#start-quiz">restart quiz!</a></button>
<button id="restart-btn"><a href="#start-quiz">restart quiz!</a></button>
</div><!--end of final-results-->

<footer>
Expand All @@ -46,6 +46,7 @@ <h2>to be honest you</h2>
</div> <!--end of wrapper-->
<body>
<script src='https://code.jquery.com/jquery-3.2.1.min.js' integrity='sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4='crossorigin='anonymous'></script>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@8"></script>
<script src="./script.js"></script>
</body>
</html>
Loading

0 comments on commit 88a1c63

Please sign in to comment.