forked from hngi/WikiPoli-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuserprofile.html
320 lines (249 loc) · 15.3 KB
/
userprofile.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
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" type="img/png" href="images/favicon.png">
<title>User</title>
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>
<link href="https://fonts.googleapis.com/css?family=Lato&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="styles/userprofile.css">
</head>
<body>
<div class="modal fade" id="myModal" role="dialog">
<div class="modal-dialog ">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<h4 class="modal-title text-center followhead"></h4>
<div class="modal-body" id="followResult">
<!-- <h1><span id="result"></span></h1>
<p id="comments"></p> -->
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<section>
<div id="header">
<div class="nav">
<nav class="navbar navbar-expand-md navbar-light bg-light fixed-top" id="navbar">
<a class="ml-1" href="#"><img id="logo" src="https://res.cloudinary.com/fabianuzukwu/image/upload/v1571749198/c09e9odiqy2cvkosfubl.png" alt="logo"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse mr-2" id="collapsibleNavbar">
<ul class="navbar-nav navbar-nav ml-auto">
<li class="nav-item pr-4">
<a class="nav-link odd" href="#"><span>3<i class="far fa-bell pl-1"></i></span></a>
</li>
<li class="nav-item pr-4">
<a class="nav-link" href="#">Home</a>
</li>
<li class="nav-item pr-4">
<a class="nav-link" href="#">Settings</a>
</li>
<li class="nav-item pr-5 bottom-border">
<a class="nav-link" href="#"><span><i class="far fa-user pr-2"></i><span>John Doe</a>
</li>
<li class="nav-item pr-4">
<a class="nav-link mt-2" id="log-out" href="#">Log Out</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</section>
<main class="main-section container-fluid ">
<section class="intro-section ">
<div class="intro-section__form mt-5 pt-5 mr-2">
<form class="form-inline float-right pt-4">
<label for="email"></label>
<input type="text" name="value" id="value" class=" " placeholder="Enter Politician's name">
<button type="submit" class=" submit" value="submit">Search</button>
</form>
</div>
<div class="intro-section__name float-left mt-5 pt-2">
<p class="john-doe">John Doe</p>
</div>
<div class="banner-image mt-5 pt-5">
<img class="img-fluid mt-5" src="https://res.cloudinary.com/nkechi-christabel/image/upload/ar_16:9,c_fill,e_sharpen,g_auto,h_700,w_1900/v1571932477/iq3kkzskgnpkpdafppi7.jpg" alt="Fela Durotoye">
</div>
</section>
</main>
<!--Nkechi's work ends here-->
<main class="container">
<div class="row">
<div class="aside col-12 col-sm-4 col-md-4 col-lg-4 py-15">
<h2>John Doe</h2>
<p>I am a Lifestyle journalist par excellence, politics is my game. <br> <b><i class="fas fa-map-marker-alt"></i> Lagos, Nigeria</b> </p>
<p><i class="far fa-calendar-alt"></i> Joined February, 2008</p>
<p class="contrib"><b>50 Contributions 20 Posts 20 Favourites</b></p>
<!-- FOR THE FOLLOW AND UNFOLLOW FEATURES -->
<div class="followDiv">
<span
onclick="showFollowers()"
id="followers"
class="badge badge-primary float-left"
data-toggle="modal"
data-target="#myModal"
>
14+ follower
</span>
<span
onclick="showFollowing()"
id="following"
class="badge badge-primary float-right"
data-toggle="modal"
data-target="#myModal"
>
22+ following
</span>
</div>
<div class="images">
<img src="https://res.cloudinary.com/nkechi-christabel/image/upload/c_scale,h_190,w_281/v1571752819/yrwoswyydymwlcjraa1d.jpg" alt="...">
<img src="https://res.cloudinary.com/nkechi-christabel/image/upload/c_scale,h_190,w_281/v1571752819/yrwoswyydymwlcjraa1d.jpg" alt="...">
<img class="last" src="https://res.cloudinary.com/nkechi-christabel/image/upload/c_scale,h_190,w_281/v1571752819/yrwoswyydymwlcjraa1d.jpg" alt="...">
</div>
<div class="images marg">
<img src="https://res.cloudinary.com/nkechi-christabel/image/upload/c_scale,h_190,w_281/v1571752819/yrwoswyydymwlcjraa1d.jpg" alt="...">
<img src="https://res.cloudinary.com/nkechi-christabel/image/upload/c_scale,h_190,w_281/v1571752819/yrwoswyydymwlcjraa1d.jpg" alt="...">
<img class="last" src="https://res.cloudinary.com/nkechi-christabel/image/upload/c_scale,h_190,w_281/v1571752819/yrwoswyydymwlcjraa1d.jpg" alt="...">
</div>
<div class="images marg">
<img src="https://res.cloudinary.com/nkechi-christabel/image/upload/c_scale,h_190,w_281/v1571752819/yrwoswyydymwlcjraa1d.jpg" alt="...">
<img src="https://res.cloudinary.com/nkechi-christabel/image/upload/c_scale,h_190,w_281/v1571752819/yrwoswyydymwlcjraa1d.jpg" alt="...">
<img class="last" src="https://res.cloudinary.com/nkechi-christabel/image/upload/c_scale,h_190,w_281/v1571752819/yrwoswyydymwlcjraa1d.jpg" alt="...">
<div class="mt-5 mb-2">
<a href=""><button type="submit" class="create-post" value="submit">Create post</button> </a>
</div>
</div>
</div>
<!-- TechieNg Work continues on footer -->
<!-- Theresande's work starts -->
<div class="col-12 col-sm-8 col-md-8 col-lg-8 py-5">
<p>
<b>Contributions</b>     <b><a href="#">Posts</a></b>   <b>Favourites</b>
</p>
<hr>
<div class="col-3 col-sm-2 col-md-2 col-lg-2 mt-3">
<img class="image" src="https://res.cloudinary.com/lissacinta/image/upload/v1571955638/image2_gvpo75.png" alt="">
</div>
<div class="aside_content col-9 col-sm-10 col-md-10 col-lg-10 ml-auto">
<p><b>John Doe</b></p>
<p class="right"><b>October 21 2019</b></p>
<div class="Fela-posts">
<p>He was the Nigerian Presidential Candidate of the Alliance for New Nigeria party
(ANN) for the 2019 Presidential elections. He was born to Lyiwola and Adeline Durotoye,
both profesors at the University... <br><a href="">Read More</a></p>
</div>
<div class="img-container Fela-posts mb-5">
<img class="image" src="https://res.cloudinary.com/nkechi-christabel/image/upload/c_scale,h_190,w_281/v1571752819/yrwoswyydymwlcjraa1d.jpg" alt="Fela Durotoye">
<div class="img__text pl-5 pt-4" style="display: inline;">Fela Durotoye</div>
</div>
<section class="">
<div class="col">
<p class="interactives">
<i class="far fa-heart mr-auto"></i> <b>2.1K</b></p>
</div>
<div class="social-media">
<div class="row">
<div class="ml-auto">
<p class="interactives ml-auto"><b> See comments (50+)</b></p>
<p style="text-align: right;">
<span class="fa-stack">
<i class="fa fa-circle fa-stack-2x icon-background"></i>
<i class="fas fa-share-alt fa-stack-1x" style="color: #fff;"></i>
</span>
</p>
</div>
</div>
</div>
</section>
</div>
<div class="col-3 col-sm-2 col-md-2 col-lg-2 mt-3">
<img class="mt-3 image" src="https://res.cloudinary.com/lissacinta/image/upload/v1571955638/image2_gvpo75.png" alt="">
</div>
<div class="aside_content col-9 col-sm-10 col-md-10 col-lg-10 ml-auto">
<p><b>John Doe</b></p>
<p class="right"><b>October 21 2019</b></p>
<div class="Fela-posts">
<p>He was the Nigerian Presidential Candidate of the Alliance for New Nigeria party
(ANN) for the 2019 Presidential elections. He was born to Lyiwola and Adeline Durotoye,
both profesors at the University... <br><a href="">Read More</a></p>
</div>
<div class="img-container Fela-posts mb-5">
<img class="image" src="https://res.cloudinary.com/nkechi-christabel/image/upload/c_scale,h_190,w_281/v1571752819/yrwoswyydymwlcjraa1d.jpg" alt="Fela Durotoye">
<div class="img__text pl-5 pt-2" style="display: inline;">Fela Durotoye</div>
</div>
<section class="">
<div class="col">
<p class="interactives">
<i class="far fa-heart mr-auto"></i> <b>2.1K</b></p>
</div>
<div class="social-media">
<div class="row">
<div class="ml-auto">
<p class="interactives ml-auto"><b> See comments (50+)</b></p>
<p style="text-align: right;">
<span class="fa-stack">
<i class="fa fa-circle fa-stack-2x icon-background"></i>
<i class="fas fa-share-alt fa-stack-1x" style="color: #fff;"></i>
</span>
</p>
</div>
</div>
</div>
</section>
</div>
</main>
<!-- TechieNg's starts -->
<footer>
<div id="footer">
<div class="container">
<div class="row links">
<div class="col-md-4 col-sm-12 text-center">
<ul class="quick-links">
<li>Legal</li>
<li><a href="Terms-of-use.html">Terms of Use</a></li>
<li><a href="privacypolicy.html">Privacy Policy</a></li>
</ul>
</div>
<div class="col-md-4 col-sm-12 text-center">
<ul class="quick-links">
<li>Company</li>
<li><a href="">About</a></li>
<li><a href="">Careers</a></li>
<li><a href="">FAQs</a></li>
<li><a href="">Donations</a></li>
</ul>
</div>
<div class="col-md-4 col-sm-12 text-center">
<div class="text-center social-links">
<h3>Connect With Us</h3>
<a href="facebook.com"><span class="fa fa-facebook"></span></a>
<a href="twitter.com"><span class="fa fa-twitter"></span></a>
<a href="instagram.com"><span class="fa fa-instagram"></span></a>
<p>contact@wikipoli.gq</p>
</div>
</div>
<div class="col-lg-12 copyright text-center">
<p>© 2019 Wikipoli - All Rights Reserved</p>
</div>
</div>
</div>
</div>
</footer>
<script src="scripts/follow_unfollowscript.js "></script>
</body>
</html>