-
Notifications
You must be signed in to change notification settings - Fork 0
/
post.html
30 lines (26 loc) · 1.11 KB
/
post.html
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
<div class="post-container">
<div class="post-row">
<div class="user-profile">
<img src="Images/images/profile-pic.png">
<div>
<p>John Nicholson</p>
<span>June 24 2021, 13:40 pm</span>
</div>
</div>
</div>
<p class="post-text">Here's a website called
<span><a href="https://leetcode.com"> LeetCode</a></span>
where you can practice coding! Remember coding is a skill not just knowlegde! the faster you can code the better!</p>
<img src="Images/images/feed-image-3.png" class="post-img">
<div class="post-row">
<div class="activity-icons">
<div><img src="Images/images/like-blue.png"> 120 </div>
<div><img src="Images/images/comments.png"> 45 </div>
<div><img src="Images/images/share.png"> 20 </div>
</div>
<div class="post-profile-icon">
<img src="Images/images/profile.png">
</div>
</div>
</div>
<script src="js/jquery-3.6.0.min.js"></script>