-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofile-unfollow.html
293 lines (283 loc) · 13.1 KB
/
profile-unfollow.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
<html lang="en">
<head>
<!--====== Required meta tags ======-->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--====== Title ======-->
<title>Followers profile </title>
<!--====== Bootstrap css ======-->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!--====== Animate css ======-->
<link href="assets/css/animate.min.css" rel="stylesheet">
<!--====== Fontawesome css ======-->
<link href="assets/css/fontawesome.min.css" rel="stylesheet">
<!--====== flaticon css ======-->
<link href="assets/flaticon/flaticon.css" rel="stylesheet">
<!--====== Default css ======-->
<link href="assets/css/default.css" rel="stylesheet">
<!--====== Style css ======-->
<link href="assets/css/style.css" rel="stylesheet">
<!--====== Responsive css ======-->
<link href="assets/css/responsive.css" rel="stylesheet">
<!--google font -->
<link href="https://fonts.googleapis.com/css2?family=Baloo+Paaji+2&display=swap" rel="stylesheet">
<style type="text/css">
@media all and (min-width: 992px) {
.navbar{ padding-top: 0; padding-bottom: 0; }
.navbar .has-megamenu{position:static!important;}
.navbar .megamenu{left:0; right:0; width:100%; padding:20px; }
.navbar .nav-link{ padding-top:1rem; padding-bottom:1rem; }
}
</style>
</head>
<body>
<header class="header-area">
<div class="container-fluid">
<div class="row mx-5">
<div class="col-md-4">
<div class="logo">
<h2 class="m-0 mb-1"><img src="assets/img/logo-alt.png" style="width: 11%;"> Nitrix</h2>
</div>
</div>
<div class="col-md-4">
<div class="main_search mt-0 rounded" style="border: 1px solid #fff;border-radius: 0px;background: #fff;">
<form action="#" method="get">
<div class="input-group ">
<button type="button" class="btn rounded-0"><i class="fas fa-search"></i></button>
<input type="search" class="form-control rounded-0 pl-0" name="query"
style="border: 1px solid transparent !important" placeholder="Search..." value="">
</div>
</form>
</div>
</div>
<div class="col-md-4">
<div class="header-main-icon d-flex justify-content-end">
<a href="#"><i class="fas fa-user-friends"></i></a>
<a href="#"><i class="fab fa-telegram-plane"></i></a>
<a href="#" id="notification_icon"><i class="fas fa-bell"></i> <sup>4</sup></a>
<a href="#" id="feed-setting-button"><img src="assets/img/pp.png" style=" width: 38px;
margin-top: -5px;"></a>
</div>
<div class="notification-area shadow-sm ">
<ul>
<li>
<div class="notification-single d-flex justify-content-between">
<a href="#">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Est, ex.</a>
<div class="notification_time"><small>10m ago</small></div>
</div>
</li>
<li>
<div class="notification-single d-flex justify-content-between">
<a href="#">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Est, ex.</a>
<div class="notification_time"><small>10m ago</small></div>
</div>
</li>
</ul>
</div>
<div class="feed-setting-area shadow-lg bg-light">
<ul>
<li>
<a href="#" class="d-flex justify-content-between">
<span>Profile</span>
<i class="fas fa-user"></i>
</a>
</li>
<li>
<a href="#" class="d-flex justify-content-between">
<span>Reports</span>
<i class="far fa-chart-bar"></i>
</a>
</li>
</li>
<li>
<a href="wallet.html" class="d-flex justify-content-between">
<span>Wallet</span>
<i class="fas fa-wallet"></i>
</a>
</li>
<hr style="width: 20px; margin-left: 11px;">
<li>
<a href="setting.html" class="d-flex justify-content-between">
<span>Edit setting</span>
<i class="fas fa-cog"></i>
</a>
</li>
<li>
<a href="#" class="d-flex justify-content-between">
<span>get help</span>
</a>
</li>
<li>
<a href="#" class="d-flex justify-content-between">
<span>Tos</span>
</a>
</li>
<li>
<a href="#" class="d-flex justify-content-between">
<span>logout</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<!-- main panel start -->
<div class="page-mainpanel pb-5">
<!-- top hading -->
<!-- single person profile area -->
<div class="container">
<div class="col-md-10 offset-md-1">
<div class="single-profile-page">
<div class="single-profile-info-area shadow-sm bg-white mt-4">
<div class="row">
<div class="col-md-3 col-lg-3 ml-0 pl-0 mr-0 pr-0">
<div class="single-profile-info-img">
<img src="assets/img/people/Blake-profile-photo-square.jpg" alt="">
<div class="user-score shadow-lg">
<p>user score</p>
<i class="fas fa-running"></i>
<h4>202</h4>
</div>
</div>
</div>
<div class="col-md-6 col-lg-6">
<div class="single-profile-info-details mt-3">
<div class="single-profile-name-follow d-flex justify-content-between">
<div class="single-profile-name">
<h2>Charles H</h2>
</div>
<div class="single-profile-follow">
<button type="button" class="btn btn-outline-primary">Unfollow</button>
<div class="btn-group dropleft">
<button type="button" class="btn btn-outline-primary rounded" data-toggle="dropdown" style="padding: 10px 14px;" aria-haspopup="true" aria-expanded="false">
<i class="fas fa-angle-down"></i>
</button>
<div class="dropdown-menu">
<!-- Dropdown menu links -->
<a class="dropdown-item" href="#">Block</a>
<a class="dropdown-item" href="#">Report</a>
</div>
</div>
</div>
</div>
</div>
<div class="single-profile-follow-post-details">
<ul class="d-flex justify-content-start">
<li><a href="#"><i class="fas fa-user"></i> <span>844</span> </a></li>
<li><a href="#"><i class="fas fa-user-shield"> <span>2k</span></i></a></li>
<li><a href="#"><i class="far fa-image"></i><span>500</span></a></li>
</ul>
</div>
<div class="single-profile-about-content">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Reprehenderit vel voluptatibus distinctio asperiores quod.</p>
</div>
</div>
<div class="col-md-3 col-lg-3">
<div class="single-profile-qrcode-area text-center mt-3">
<i class="fas fa-qrcode"></i>
<div class="qrcode-text">
<a href="#">Copy QR code</a>
<p class="m-0 p-0">nitrx.com/user24345234</p>
<a href="#">Copy link</a>
</div>
</div>
</div>
</div>
</div>
<div class="single-profile-recent-post-area mt-5">
<p style="color: #9B9B9B;text-align: center;font-size: 18px;font-family: Roboto,sans-serif;">Recent post</p>
<div class="recent-post-main mt-3">
<div class="row">
<!-- post single -->
<div class="col-md-4 col-lg-4 p-2">
<div class="newsfeed-single">
<div class="newsfeed-single-img">
<img src="assets/img/newsfeed/marius-ciocirlan-vMV6r4VRhJ8-unsplash.jpg" class="img-thumbnail" alt="">
<div class="newsfeed-single-shadow">
<h6>Just riding around town</h6>
<div class="link-and-rate-btn d-flex justify-content-between">
<div class="newsfeed-link">
<a href="#">https://www.facebook.com/ <i class="fas fa-external-link-alt"></i> </a>
</div>
<button type="button" class="btn btn-sm btn-primary rounded-0 mr-2">Rate</button>
</div>
</div>
</div>
</div>
</div>
<!--end of post single -->
<!-- post single -->
<div class="col-md-4 col-lg-4 p-2">
<div class="newsfeed-single">
<div class="newsfeed-single-img">
<img src="assets/img/newsfeed/marius-ciocirlan-vMV6r4VRhJ8-unsplash.jpg" class="img-thumbnail" alt="">
<div class="newsfeed-single-shadow">
<h6>Just riding around town</h6>
<div class="link-and-rate-btn d-flex justify-content-between">
<div class="newsfeed-link">
<a href="#">https://www.facebook.com/ <i class="fas fa-external-link-alt"></i> </a>
</div>
<button type="button" class="btn btn-sm btn-primary rounded-0 mr-2">Rate</button>
</div>
</div>
</div>
</div>
</div>
<!--end of post single -->
<!-- post single -->
<div class="col-md-4 col-lg-4 p-2">
<div class="newsfeed-single">
<div class="newsfeed-single-img">
<img src="assets/img/newsfeed/marius-ciocirlan-vMV6r4VRhJ8-unsplash.jpg" class="img-thumbnail" alt="">
<div class="newsfeed-single-shadow">
<h6>Just riding around town</h6>
<div class="link-and-rate-btn d-flex justify-content-between">
<div class="newsfeed-link">
<a href="#">https://www.facebook.com/ <i class="fas fa-external-link-alt"></i> </a>
</div>
<button type="button" class="btn btn-sm btn-primary rounded-0 mr-2">Rate</button>
</div>
</div>
</div>
</div>
</div>
<!--end of post single -->
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end of single person profile area -->
</div>
<!-- end of mainpanel -->
<footer class="footer-area">
<div class="copyright-section">
<!-- <p>Copyright © Joinoffers</p> -->
</div>
</footer>
<!--====== jquery js ======-->
<script src="assets/js/jquery.min.js"></script>
<!--====== Popper js ======-->
<script src="assets/js/Popper.js"></script>
<!--====== Bootstrap js ======-->
<script src="assets/js/bootstrap.min.js"></script>
<!--====== Jquery easing js ======-->
<script src="assets/js/jquery.easing.min.js"></script>
<!--====== Main js ======-->
<script src="assets/js/main.js"></script>
<script>
$(document).on('click', '#notification_icon', function () {
$('.feed-setting-area').hide();
$('.notification-area').slideToggle();
});
$(document).on('click', '#feed-setting-button', function () {
$('.notification-area').hide();
$('.feed-setting-area').slideToggle();
});
</script>
</body>
</html>