-
Notifications
You must be signed in to change notification settings - Fork 3
/
profile2.html
404 lines (382 loc) · 16.3 KB
/
profile2.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
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Profile 2 - Travelog</title>
<!-- Google OAuth -->
<meta name="google-signin-client_id" content="344814890774-98pb7erarmiq4q2evprthqhd1aq5srmu.apps.googleusercontent.com">
<script src="https://apis.google.com/js/platform.js" async defer></script>
<!--Google Fonts CDN Link-->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins&family=Varela&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Rubik&display=swap" rel="stylesheet">
<!--
Font CSS:
Poppins:
font-family: 'Poppins', sans-serif;
Varela:
font-family: 'Varela', sans-serif;
-->
<!--CSS-->
<link rel="stylesheet" href="./css/profile.css">
<!-- page-specific-css -->
<style>
div#xp-bar-total div#xp-bar-count {
width: calc((8123/10000)*100%);
}
</style>
<!--Favicon-->
<link rel="shortcut icon" href="./img/favicon.png">
</head>
<body>
<div id="profile-bg-img">
<div id="bg-img-tint"></div>
<div id="bg-img"><img src="img/profile-bg.jpg" loading="lazy" alt="Unable to load"></div>
</div>
<!--Loader-->
<div id="loader-container">
<div id="loader-logo">
<img src="./img/logo.png" loading="lazy" alt="Browser not supported">
</div>
<div class="loader-item" id="loader-item-1"></div>
<div class="loader-item" id="loader-item-2"></div>
<div class="loader-item" id="loader-item-3"></div>
<div class="loader-item" id="loader-item-4"></div>
<div class="loader-item" id="loader-item-5"></div>
</div>
<!--/Loader-->
<!--Navbar-->
<!--Toggle On-->
<div id="navbar-toggle-on" onclick="openNav()">
<i class="fas fa-bars"></i>
</div>
<!--/Toggle On-->
<div id="navbar-container">
<!--Toggle Off-->
<div id="navbar-toggle-off" onclick="closeNav()">
<i class="fas fa-times"></i>
</div>
<!--/Toggle Off-->
<div id="menu-container">
<a href="welcome-page.html"><div class="menu-items">Home</div></a>
<a href="map.html"><div class="menu-items">Map</div></a>
<a href="profile.html"><div class="menu-items">Profile</div></a>
<a href="plans.html"><div class="menu-items">Plans</div></a>
<a href="leaderboard.html"><div class="menu-items">Leaderboard</div></a>
<a href="#" onclick="signOut()"><div class="menu-items">Sign Out</div></a>
</div>
</div>
<!--/Navbar-->
<!--Travelog Logo-->
<div id="travelog-logo">
<img src="img/logo-txt.png" loading="lazy" alt="Browser not supported">
</div>
<!--/Travelog Logo-->
<!--Profile Items-->
<div id="profile-items-container">
<div class="profile-items" id="profile-info">
<div id="profile-container">
<i class="far fa-address-card"></i> PROFILE
</div>
<div id="profile-pic">
<img src="./img/default-story.jpg" loading="lazy" alt="browser not supporting">
</div>
<div id="profile-name">
Siyuek Ponkstadts<br>
<span id="profile-uid"> ID: 65920SDKDK09H </span>
</div>
<div id="user-info">
<span id="rank">#2</span>
<hr>
<div id="xp-bar">
<div id="xp-bar-total" title="5000">
<div id="xp-bar-count" title="4123"></div>
</div>
<div id="xp-bar-num"><span id="xp-bar-level">Level: 99</span>
<span id="xp-bar-xp">XP: 8123 / 10000</span></div>
</div>
<div id="user-info-short-stats">
<div id="user-info-trophy" title="Achievements">
<i class="fas fa-trophy"></i> 239
</div>
<div id="user-info-friends" title="Friends">
<i class="fas fa-user-friends"></i> 353
</div>
<div id="user-info-favs" title="Likes">
<i class="fas fa-heart"></i> 21M
</div>
<div id="user-info-favs" title="Coins">
<i class="fas fa-coins"></i> 450k
</div>
</div>
</div>
</div>
<div class="profile-items" id="stats">
<div id="stats-container">
<div id="stats-container-heading"><p> <i class="fas fa-chart-line"></i> STATS</p></div>
<div id="stats-container-items">
<p>Total Trips: 85 <br>
Total Posts: 230 <br>
Places Visited: 140 <br>
Hidden Locations Found: 20 <br>
Highest Global Ranking: #1 </p>
</div>
</div>
</div>
<div class="profile-items" id="history">
<div id="history-container-heading">
<p> <i class="fas fa-history"></i> History</p>
</div>
<div class="past-trips">
<div class="past-trips-items">
<span class="past-trips-items-static" title="Shimla, India">
<span id="location-name">Shimla, India</span><br>
July 2019
</span>
<span class="past-trips-items-hover">
From : 25/07/2019<br>
To: 02/08/2019
</span>
</div>
<div class="past-trips-items">
<span class="past-trips-items-static" title="Shimla, India">
<span id="location-name">Thimpu, Bhutan</span><br>
September 2019
</span>
<span class="past-trips-items-hover">
From : 02/09/2019<br>
To: 11/09/2019
</span>
</div>
<div class="past-trips-items">
<span class="past-trips-items-static" title="Shimla, India">
<span id="location-name">Paris, France</span><br>
October 2019
</span>
<span class="past-trips-items-hover">
From : 15/10/2019<br>
To: 21/10/2019
</span>
</div>
<div class="past-trips-items" id="view-all" title="View All" onclick="viewAllHistoryOpen()">
<i class="fas fa-external-link-alt"></i>
</div>
</div>
</div>
<div class="profile-items" id="medals">
<div id="medals-container-heading">
<p> <i class="fas fa-medal"></i> Medals</p>
</div>
<div id="view-all-button" onclick="medalsViewAllOpen()">
<i class="fas fa-external-link-alt"></i>
</div>
<div id="medals-count">Medals : 23</div>
<div id="medals-medals">
<img src="./img/medal1.png" alt="Browser not supported">
<img src="./img/medal2.png" alt="Browser not supported">
<img src="./img/medal3.png" alt="Browser not supported">
<img src="./img/medal1.png" alt="Browser not supported">
<img src="./img/medal2.png" alt="Browser not supported">
<img src="./img/medal3.png" alt="Browser not supported">
<img src="./img/medal1.png" alt="Browser not supported">
<img src="./img/medal2.png" alt="Browser not supported">
<img src="./img/medal3.png" alt="Browser not supported">
<img src="./img/medal1.png" alt="Browser not supported">
<img src="./img/medal2.png" alt="Browser not supported">
<img src="./img/medal3.png" alt="Browser not supported">
<img src="./img/medal1.png" alt="Browser not supported">
<img src="./img/medal2.png" alt="Browser not supported">
<img src="./img/medal3.png" alt="Browser not supported">
<img src="./img/medal1.png" alt="Browser not supported">
<img src="./img/medal2.png" alt="Browser not supported">
<img src="./img/medal3.png" alt="Browser not supported">
<img src="./img/medal1.png" alt="Browser not supported">
<img src="./img/medal2.png" alt="Browser not supported">
<img src="./img/medal3.png" alt="Browser not supported">
<img src="./img/medal1.png" alt="Browser not supported">
<img src="./img/medal2.png" alt="Browser not supported">
<img src="./img/medal3.png" alt="Browser not supported">
<img src="./img/medal1.png" alt="Browser not supported">
<img src="./img/medal2.png" alt="Browser not supported">
<img src="./img/medal3.png" alt="Browser not supported">
<img src="./img/medal1.png" alt="Browser not supported">
<img src="./img/medal2.png" alt="Browser not supported">
<img src="./img/medal3.png" alt="Browser not supported">
<img src="./img/medal1.png" alt="Browser not supported">
<img src="./img/medal2.png" alt="Browser not supported">
<img src="./img/medal3.png" alt="Browser not supported">
<img src="./img/medal1.png" alt="Browser not supported">
<img src="./img/medal2.png" alt="Browser not supported">
<img src="./img/medal3.png" alt="Browser not supported">
<img src="./img/medal1.png" alt="Browser not supported">
<img src="./img/medal2.png" alt="Browser not supported">
<img src="./img/medal3.png" alt="Browser not supported">
<img src="./img/medal1.png" alt="Browser not supported">
<img src="./img/medal2.png" alt="Browser not supported">
<img src="./img/medal3.png" alt="Browser not supported">
<img src="./img/medal1.png" alt="Browser not supported">
<img src="./img/medal2.png" alt="Browser not supported">
<img src="./img/medal3.png" alt="Browser not supported">
<img src="./img/medal1.png" alt="Browser not supported">
<img src="./img/medal2.png" alt="Browser not supported">
<img src="./img/medal3.png" alt="Browser not supported">
</div>
</div>
</div>
<!--/Profile Items-->
<!--View All-->
<div id="view-all-container">
<div id="view-all-close" onclick="viewAllHistoryClose()"><i class="fas fa-times"></i></div>
<div id="view-all-title"><i class="fas fa-history"></i> History</div>
<div id="view-all-items-container">
<div class="view-all-items">
<div class="view-all-items-left">
<span class="view-all-items-location">Manhattan, New York</span><br>
<span class="view-all-items-country">United States of America</span>
</div>
<div class="view-all-items-right">
<span class="view-all-items-from">From : 01/07/2017<br>
<span class="view-all-items-to">To: 10/07/2017</span>
</div>
</div>
<div class="view-all-items">
<div class="view-all-items-left">
<span class="view-all-items-location">Madagascar</span><br>
<span class="view-all-items-country">Madagascar</span>
</div>
<div class="view-all-items-right">
<span class="view-all-items-from">From : 25/12/2017<br>
<span class="view-all-items-to">To: 02/01/2018</span>
</div>
</div>
<div class="view-all-items">
<div class="view-all-items-left">
<span class="view-all-items-location">London</span><br>
<span class="view-all-items-country">United Kingdom</span>
</div>
<div class="view-all-items-right">
<span class="view-all-items-from">From : 24/05/2018<br>
<span class="view-all-items-to">To: 29/05/2018</span>
</div>
</div>
<div class="view-all-items">
<div class="view-all-items-left">
<span class="view-all-items-location">Shimla</span><br>
<span class="view-all-items-country">India</span>
</div>
<div class="view-all-items-right">
<span class="view-all-items-from">From : 25/07/2019<br>
<span class="view-all-items-to">To: 02/08/2019</span>
</div>
</div>
<div class="view-all-items">
<div class="view-all-items-left">
<span class="view-all-items-location">Thimpu</span><br>
<span class="view-all-items-country">Bhutan</span>
</div>
<div class="view-all-items-right">
<span class="view-all-items-from">From : 02/09/2019<br>
<span class="view-all-items-to">To: 11/09/2019</span>
</div>
</div>
<div class="view-all-items">
<div class="view-all-items-left">
<span class="view-all-items-location">Paris</span><br>
<span class="view-all-items-country">France</span>
</div>
<div class="view-all-items-right">
<span class="view-all-items-from">From : 15/10/2019<br>
<span class="view-all-items-to">To: 21/10/2019</span>
</div>
</div>
</div>
</div>
<div id="medals-view-all">
<div id="medals-view-all-close" onclick="medalsViewAllClose()"><i class="fas fa-times"></i></div>
<div id="medals-view-all-title"><i class="fas fa-medal"></i> Medals</div>
<div id="medals-view-all-container">
<img src="./img/medal1.png" alt="Browser not supported">
<img src="./img/medal2.png" alt="Browser not supported">
<img src="./img/medal3.png" alt="Browser not supported">
<img src="./img/medal1.png" alt="Browser not supported">
<img src="./img/medal2.png" alt="Browser not supported">
<img src="./img/medal3.png" alt="Browser not supported">
<img src="./img/medal1.png" alt="Browser not supported">
<img src="./img/medal2.png" alt="Browser not supported">
<img src="./img/medal3.png" alt="Browser not supported">
<img src="./img/medal1.png" alt="Browser not supported">
<img src="./img/medal2.png" alt="Browser not supported">
<img src="./img/medal3.png" alt="Browser not supported">
<img src="./img/medal1.png" alt="Browser not supported">
<img src="./img/medal2.png" alt="Browser not supported">
<img src="./img/medal3.png" alt="Browser not supported">
<img src="./img/medal1.png" alt="Browser not supported">
<img src="./img/medal2.png" alt="Browser not supported">
<img src="./img/medal3.png" alt="Browser not supported">
<img src="./img/medal1.png" alt="Browser not supported">
<img src="./img/medal2.png" alt="Browser not supported">
<img src="./img/medal3.png" alt="Browser not supported">
<img src="./img/medal1.png" alt="Browser not supported">
<img src="./img/medal2.png" alt="Browser not supported">
<img src="./img/medal3.png" alt="Browser not supported">
<img src="./img/medal1.png" alt="Browser not supported">
<img src="./img/medal2.png" alt="Browser not supported">
<img src="./img/medal3.png" alt="Browser not supported">
<img src="./img/medal1.png" alt="Browser not supported">
<img src="./img/medal2.png" alt="Browser not supported">
<img src="./img/medal3.png" alt="Browser not supported">
<img src="./img/medal1.png" alt="Browser not supported">
<img src="./img/medal2.png" alt="Browser not supported">
<img src="./img/medal3.png" alt="Browser not supported">
<img src="./img/medal1.png" alt="Browser not supported">
<img src="./img/medal2.png" alt="Browser not supported">
<img src="./img/medal3.png" alt="Browser not supported">
<img src="./img/medal1.png" alt="Browser not supported">
<img src="./img/medal2.png" alt="Browser not supported">
<img src="./img/medal3.png" alt="Browser not supported">
<img src="./img/medal1.png" alt="Browser not supported">
<img src="./img/medal2.png" alt="Browser not supported">
<img src="./img/medal3.png" alt="Browser not supported">
<img src="./img/medal1.png" alt="Browser not supported">
<img src="./img/medal2.png" alt="Browser not supported">
<img src="./img/medal3.png" alt="Browser not supported">
<img src="./img/medal1.png" alt="Browser not supported">
<img src="./img/medal2.png" alt="Browser not supported">
<img src="./img/medal3.png" alt="Browser not supported">
</div>
</div>
</body>
<!--Fontawesome CDN-->
<script src="https://kit.fontawesome.com/0cd9f9ba48.js" crossorigin="anonymous"></script>
<!--JQuery-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!--JS Scripts-->
<script src="./js/backToTop.js"></script>
<script src="./js/navbar.js"></script>
<script src="./js/loader.js"></script>
<script src="./js/goauth.js"></script>
<!--Page Specific JS File-->
<script>
function viewAllHistoryOpen(){
$('#view-all-container').css({
'display':'block',
});
}
function viewAllHistoryClose(){
$('#view-all-container').css({
'display':'none',
});
}
function medalsViewAllOpen() {
$('#medals-view-all').css({
'display':'block',
})
}
function medalsViewAllClose() {
$('#medals-view-all').css({
'display':'none',
})
}
</script>
</html>