aboutsummaryrefslogtreecommitdiff
path: root/user_solutions.html
diff options
context:
space:
mode:
Diffstat (limited to 'user_solutions.html')
-rw-r--r--user_solutions.html28
1 files changed, 25 insertions, 3 deletions
diff --git a/user_solutions.html b/user_solutions.html
index ee56557..f0261f0 100644
--- a/user_solutions.html
+++ b/user_solutions.html
@@ -40,10 +40,32 @@
<main>
<!--made the id in to a class-->
- <div class='search solutions'>
+ <div class='search solutions-container'>
- <button id="add-solution"><h3>Add a solution</h3></button>
- <p id="show-path">CSC148 > Winter 2015 > Question 1</p>
+ <div id="solutions">
+ <button id="add-solution"><h3>Add a solution</h3></button>
+ <p id="show-path">CSC148 > Winter 2015 > Question 1</p>
+
+ <section id="sol-1">
+ <div class="post-info">
+ <div class="left">
+ <img class="user-image" src="assets/images/user-default.png">
+ <p class="username">jSmith123</p>
+ </div>
+
+ <div class="right">
+ <button class="upvote"><img src="assets/images/up_arrow.png"></button>
+ <p class="num-upvotes">3</p>
+ <button class="downvote"><img src="assets/images/down_arrow.png"></button>
+ <p class="num-downvotes">-1</p>
+ </div>
+ </div>
+
+ </section>
+
+
+ </div>
+
</div>