diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-13 08:10:58 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-13 08:10:58 +0000 |
| commit | 8e52b58efedda826184280abbd9cf2c477fecde2 (patch) | |
| tree | ed9546fc1fb4ad8889b021edb412d54ec7f21065 /questions.html | |
| parent | 34f2139f567fb065dce41ff289588066188df096 (diff) | |
| parent | 3408c09a9ad73895bff43d26f348d720314a2ce0 (diff) | |
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
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> |
