-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarkAsAnswer HTML
More file actions
51 lines (49 loc) · 4.57 KB
/
markAsAnswer HTML
File metadata and controls
51 lines (49 loc) · 4.57 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<div class="post" data-id="66118c0ed01490094d04312d" data-mainpostbool="" style="
background-color: #aeffae;
border: darkgreen 3px solid;
">
<div class="postActionContainer">
<span><i class="fad fa-check-double" style="
color: #000000;
"></i> Marked as correct by <a href="/profile/kiwe">@kiwe</a></span>
</div>
<div class="mainContentContainer">
<div class="userImageContainer">
<img style="border-radius: 10%;" src="/uploads/images/1891bca5279022f35594224b4cc75f3d.png" alt="Kiwe's Profile Image">
</div>
<div class="postContentContainer">
<div class="header">
<span><a href="/profile/kiwe" class="displayName">Kiwe</a><svg viewBox="0 0 22 22" data-toggle="tooltip" data-placement="top" title="" data-original-title="Verified Brand" style="height: 1.5em;padding-left:0px;vertical-align: -0.45em;"><rect width="10" height="10" x="6" y="6" fill="#000000"></rect><g><linearGradient id="12-a" gradientUnits="userSpaceOnUse" x1="4.411" x2="18.083" y1="2.495" y2="21.508"><stop offset="0" stop-color="#f4e72a"></stop><stop offset=".539" stop-color="#cd8105"></stop><stop offset=".68" stop-color="#cb7b00"></stop><stop offset="1" stop-color="#f4ec26"></stop><stop offset="1" stop-color="#f4e72a"></stop></linearGradient><linearGradient id="12-b" gradientUnits="userSpaceOnUse" x1="5.355" x2="16.361" y1="3.395" y2="19.133"><stop offset="0" stop-color="#f9e87f"></stop><stop offset=".406" stop-color="#e2b719"></stop><stop offset=".989" stop-color="#e2b719"></stop></linearGradient><g clip-rule="evenodd" fill-rule="evenodd"><path d="M13.324 3.848L11 1.6 8.676 3.848l-3.201-.453-.559 3.184L2.06 8.095 3.48 11l-1.42 2.904 2.856 1.516.559 3.184 3.201-.452L11 20.4l2.324-2.248 3.201.452.559-3.184 2.856-1.516L18.52 11l1.42-2.905-2.856-1.516-.559-3.184zm-7.09 7.575l3.428 3.428 5.683-6.206-1.347-1.247-4.4 4.795-2.072-2.072z" fill="url(#12-a)"></path><path d="M13.101 4.533L11 2.5 8.899 4.533l-2.895-.41-.505 2.88-2.583 1.37L4.2 11l-1.284 2.627 2.583 1.37.505 2.88 2.895-.41L11 19.5l2.101-2.033 2.895.41.505-2.88 2.583-1.37L17.8 11l1.284-2.627-2.583-1.37-.505-2.88zm-6.868 6.89l3.429 3.428 5.683-6.206-1.347-1.247-4.4 4.795-2.072-2.072z" fill="url(#12-b)"></path><path d="M6.233 11.423l3.429 3.428 5.65-6.17.038-.033-.005 1.398-5.683 6.206-3.429-3.429-.003-1.405.005.003z" fill="#d18800"></path></g></g></svg><i class="fad fa-kiwi-bird" style="margin-left:5px;color:#1D9BF0;" data-toggle="tooltip" data-placement="top" title="Kiwi Employee"></i></span>
<span class="username"> @kiwe</span>
<span class="date"> • Just now</span>
<span class="datePlaceholder"></span>
<button class="deleteButton" aria-label="Mark as answer" data-id="66118c0ed01490094d04312d" data-toggle="modal" data-target="#deletePostModal"><i class="fas fa-check"></i></button>
</div>
<div class="replyFlag">
Replying to <a href="/profile/kiwe">@kiwe</a>
</div>
<div class="postBody">
<span class="" style="">The condition i <= numbers.length should actually be i < numbers.length</span>
</div>
<div class="postFooter" style="">
<div class="postButtonContainer">
<button aria-label="Comment" data-toggle="modal" data-target="#replyModal">
<i class="fas fa-comments"></i>
</button>
</div>
<div class="postButtonContainer green">
<button aria-label="Reshare" class="reshareButton ">
<i class="fas fa-repeat"></i>
<span></span>
</button>
</div>
<div class="postButtonContainer red">
<button aria-label="Like" class="likeButton ">
<i class="far fa-heart"></i>
<span></span>
</button>
</div>
</div>
</div>
</div>
</div>