-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreuse.html
More file actions
34 lines (34 loc) · 2.02 KB
/
reuse.html
File metadata and controls
34 lines (34 loc) · 2.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<div class="panel panel-default post">
<div class="panel-body">
<div class="row">
<div class="col-sm-2">
<a class="post-avatar thumbnail" href = "profile.html">
<img src="images/user.jpg">
<div class="text-center">DevUser1</div></a>
<div class="likes text center">7 Likes</div>
</div><!--End 2 col--><div class="col-sm-10">
<div class="bubble">
<div class="pointer0">Feed</div>
<div class="pointer-border"></div>
</div><!--bubble ends-->
<p class="post-actions"><a href="#">Comment</a> - <a href="#">Like</a> - <a href="#">Follow</a><a href="#">Share</a></p> <div class="comment-form"><form class="form-inline"><div class="form-group"><label class="sr-only">Comment</label><input type="text" class="form-control" id="inputPassword2" placeholder="comment">
</div>
<button type="submit" class="btn btn-default">Comment</button></form>
</div><!--Comment Form Ends-->
<div class="clearfix"></div>
<div class="comments">
<div class="comment"><a class="comment-avatar pull-left" href="#"><img src="images/user.jpg"></a>
<div class="comment-text"><p>Sde ask ljsa lja lja sd ljasd jldas.</p>
</div>
</div>
<div class="clearfix"></div>
<div class="comments"><div class="comment"><a class="comment-avatar pull-left" href="#"><img src="images/user.jpg"></a><div class="comment-text"><p>Sde ask ljsa lja lja sd ljasd jldas.</p>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</div>
</div>