diff options
Diffstat (limited to 'questions.html')
| -rw-r--r-- | questions.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/questions.html b/questions.html index e4da15e..6461dcd 100644 --- a/questions.html +++ b/questions.html @@ -101,6 +101,7 @@ <p><em>Question count:</em> 10</p> </section> + <a href="user_solutions.html"> <section class = 'solutions-card row'> <div class='pull-left col-sm-8 col-md-8'> <h3 class = 'questions-number'>Question 1</h3> @@ -110,7 +111,9 @@ <img class='rounded' src="assets/images/right-arrow.png"> </div> </section> + </a> + <a href="user_solutions.html"> <section class = 'solutions-card row'> <div class='pull-left col-sm-8 col-md-8'> <h3 class = 'questions-number'>Question 2</h3> @@ -120,7 +123,9 @@ <img class='rounded' src="assets/images/right-arrow.png"> </div> </section> + </a> + <a href="user_solutions.html"> <section class = 'solutions-card row'> <div class='pull-left col-sm-8 col-md-8'> <h3 class = 'questions-number'>Question 3</h3> @@ -131,7 +136,9 @@ </div> </section> + </a> + <a href="user_solutions.html"> <section class = 'solutions-card row'> <div class='pull-left col-sm-8 col-md-8'> <h3 class = 'questions-number'>Question 4</h3> @@ -141,7 +148,9 @@ <img class='rounded' src="assets/images/right-arrow.png"> </div> </section> + </a> + <a href="user_solutions.html"> <section class = 'solutions-card row'> <div class='pull-left col-sm-8 col-md-8'> <h3 class = 'questions-number'>Question 5</h3> @@ -151,6 +160,7 @@ <img class='rounded' src="assets/images/right-arrow.png"> </div> </section> + </a> </div> </main> |
