diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-13 07:56:17 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-13 07:56:17 +0000 |
| commit | 641f7c0ba51f228c7de7236238707ca6e9ed6f9a (patch) | |
| tree | 3dad137b3f28a7a6101c41b3905ee12ce2d8e82c /questions.html | |
| parent | 23585340df6464fb5805daa221fcb22a21f5db23 (diff) | |
Created a linked path between the html pages
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> |
