-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
106 lines (75 loc) · 4.12 KB
/
index.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!doctype html>
<html>
<head>
<title> commentUi</title>
<link rel="stylesheet" href="css/all.css"/>
<link rel="stylesheet" href="css/reset.css"/>
<link rel="stylesheet" href="css/unsemantic-grid-responsive-tablet.css"/>
<link rel="stylesheet" href="css/style.css"/>
</head>
<body>
<div id="wrapper">
<div class="comment_box">
<div class="comment_cont1">
<aside>
<img src="assets/User Avatar.png" width="56px" height="56px"/>
<span class="wrap">
</span>
</aside>
<div class="content">
<h5>adamsdavid <span>20 hours ago</span></h5>
<p>I genuinely think that codewell's community is AMAZING. It's just stating out but <br/>
the tmeplates on there are amazing. 👀 </p>
<a href="#"><i class="fas fa-arrow-up"></i> 2 <i class="fas fa-arrow-down"></i></a>
<a href="#">Reply</a>
<a href="#">Report</a>
</div>
<div class="comment_sub">
<div class="aside2">
<img src="assets/User Avatar-3.png" width="56px" height="56px"/>
<div class="wrap2">
</div>
</div>
<div class="content_sub">
<h5>saramy <span>16 hours ago</span></h5>
<p>I agree. I've been codding realy well(pun intended) ever
since I started <br/>practicing on their templates hehe.
</p>
<a href="#"><i class="fas fa-arrow-up"></i> 5 <i class="fas fa-arrow-down"></i></a>
<a href="#">Reply</a>
<a href="#">Report</a>
</div>
</div>
<div class="comment_rep">
<div class="aside">
<img src="assets/User Avatar-1.png" width="56px" height="56px"/>
<div class="wrap">
</div>
</div>
<div class="rep_sub">
<h5>jessica21 <span>16 hours ago</span></h5>
<p>Okay, this comment wins.</p>
<a href="#"><i class="fas fa-arrow-up"></i> 3 <i class="fas fa-arrow-down"></i></a>
<a href="#">Reply</a>
<a href="#">Report</a>
</div>
</div>
</div>
<div class="comment_cont2">
<div class="aside3">
<img src="assets/User Avatar-2.png" width="56px" height="56px"/>
<div class="wrap3">
</div>
</div>
<div class="comment2_cont">
<h5>andrew231 <span>20 hours ago</span></h5>
<p>Thanks for making this, super helpful</p>
<a href="#"><i class="fas fa-arrow-up"></i> 2 <i class="fas fa-arrow-down"></i></a>
<a href="#">Reply</a>
<a href="#">Report</a>
</div>
</div>
</div>
</div>
</body>
</html>