diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-11 07:43:36 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-11 07:43:36 +0000 |
| commit | 598354eef7b05598299dc7eabbee0c7e147d40cc (patch) | |
| tree | b585f18d481d867426c10c7386a6f6a749b8ac51 /user_solutions.html | |
| parent | 311bd49e19b10ca70742bb4cd919dfec1800e23f (diff) | |
Added top info for user post, need background fixing
Diffstat (limited to 'user_solutions.html')
| -rw-r--r-- | user_solutions.html | 28 |
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> |
