diff options
Diffstat (limited to 'questions.html')
| -rw-r--r-- | questions.html | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/questions.html b/questions.html new file mode 100644 index 0000000..0ff513d --- /dev/null +++ b/questions.html @@ -0,0 +1,53 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <link href="assets/css/style.css" rel="stylesheet" type="text/css"> + <link href='https://fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'> + <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'> + <meta charset="UTF-8"> + <title>Solutions Repo</title> +</head> +<body> + + <main id = 'solutions-main'> + <div class = 'search' id = 'solutions-div'> + <h1 id = 'solutions-header'>CSC309-Programming on the Web</h1> + <h3> Summer, 2016</h3> + <h3> Final</h3> + <section class = 'solutions-card'> + <h3 class = 'questions-number'>Question 1</h3> + <p class = 'questions-comment' >Comments: 4</p> + </section> + + <section class = 'solutions-card'> + <h3 class = 'questions-number'>Question 2</h3> + <p class = 'questions-comment' >Comments: 3</p> + </section> + + <section class = 'solutions-card'> + <h3 class = 'questions-number'>Question 3</h3> + <p class = 'questions-comment' >Comments: 2</p> + </section> + + <section class = 'solutions-card'> + <h3 class = 'questions-number'>Question 4</h3> + <p class = 'questions-comment' >Comments: 1</p> + </section> + + </div> + </main> + + <footer id = 'solutions-footer'> + <div id="footer-container"> + <nav> + <a href="#">Contact</a> + <a href="#">About Us</a> + <a href="#">Terms of Use</a> + </nav> + <h6>Copyright 2016</h6> + </div> + </footer> + +</body> +</html>
\ No newline at end of file |
