-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
641 lines (618 loc) · 24.7 KB
/
index.html
File metadata and controls
641 lines (618 loc) · 24.7 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
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
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Lionel Messi's Tribute page</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Lionel Messi Biography" />
<meta name="author" content="Sheel Panchal" />
<meta name="keywords" content="Lionel Messi, Leo Messi, Messi ,MessivsRonaldo,GOAT" />
<link rel="icon" type="image/png" href="pictures/63635881011.png" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="empty"> </div>
<header>
<div class="carousel slide" id="carouselHeader" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselHeader" data-slide-to="0" class="active"></li>
<li data-target="#carouselHeader" data-slide-to="1"></li>
<li data-target="#carouselHeader" data-slide-to="2"></li>
<li data-target="#carouselHeader" data-slide-to="3"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<img class="img-responsive" src="pictures/2.jpg" alt="Messi Intro"
style="width: 100%;height: 600px;;" />
<blockquote class="blockquote">
<p class="blockquoteText">"For me, watching Messi play is a pleasure. It's like having an
orgasm. It's an incredible pleasure"</p>
<footer><cite>Luis Figo (Former Football player)</cite></footer>
</blockquote>
</div>
<div class="item">
<img class="img-responsive" src="pictures/5.jpg" alt="Celebracion contra el Madrid"
style="width: 100%;height: 600px" />
<blockquote class="blockquote">
<p class="xrt">“Don’t write about him, don’t try to describe him, just watch him.”
</p>
<footer style="position: absolute;top: 110px;left: 1250px;color: rgb(34, 34, 40);"><cite>Pep
Guardiola</cite></footer>
</blockquote>
</div>
<div class="item">
<img class="img-responsive" src="pictures/4.jpeg" alt="Sus 5 balones de oro"
style="width: 100%;height: 600px;" />
<blockquote class="blockquote">
<p class="text">"Messi will be the player to win the most Ballons d’Or in history. He
will win five, six, seven. He is incomparable. He’s in a different league."</p>
<footer style="color: rgb(18, 15, 15);"><cite>Johan Cruyff(Father of Modern Football)</cite>
</footer>
</blockquote>
</div>
<div class="item">
<img class="img-responsive" src="pictures/4.jpg" alt="Sus 5 balones de oro"
style="width: 100%;height: 600px;" />
<blockquote class="blockquote">
<p class="blockquoteText">"He is always going forwards. He never passes the ball backwards or
sideways. He has only one idea, to run towards the goal. So as a football fan, just enjoy
the show." <br></p>
<footer style="color: rgb(255, 250, 250);font-size: 26px;"><cite>- Zinedine Zidane</cite>
</footer>
</blockquote>
</div>
</div>
<!-- Left and right controls-->
<a class="left carousel-control" href="#carouselHeader" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carouselHeader" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</header>
<section data-spy="scroll" data-target="#scrollspy" data-offset="50">
<div class="empty"> </div>
<!-- NAVBAR -->
<nav class="navbar navbar-default" id="scrollspy" data-spy="affix" data-offset-top="600">
<div class="container-fluid">
<!-- navbar-header-->
<div class="navbar-header">
<!-- Brand and toggle get grouped for better mobile display -->
<a class="navbar-brand">Lionel Messi's Tribute Page</a>
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#mainNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- navbar-collapse area: links to the content of each section of the <nav> in the scrollspy -->
<div class="collapse navbar-collapse" id="mainNavbar">
<ul class="nav navbar-nav">
<li><a href="#personalInfo">Personal Information</a></li>
<li><a href="#biography">Biography</a></li>
<li><a href="#trophies">Achivements</a></li>
<li><a href="#stats">Career Stats</a></li>
<li><a href="#records">Records</a></li>
</ul>
</div>
</div>
</nav>
<!-- ARTICLE 1: Personal Information Section of the scrollspy-->
<article class="container-fluid" id="personalInfo">
<!-- Create panel -->
<div class="panel panel-default" id="infoPanel">
<div class="panel-heading" id="panelHeading">
<!-- panel heading -->
<h5 class="panel-title text-center" id="panelTitle"> Lionel Messi</h5>
</div>
<!-- panel body -->
<div class="panel-body">
<div class="row">
<!-- main row -->
<div class="col-xs-12 col-sm-8 column">
<!-- 1st column -->
<div class="row">
<div class="col-xs-12 col-sm-4 thumbnail">
<a href="pictures/profile.jpg" target="_blank"><img class="img-responsive"
src="pictures/profile.jpg" alt="Lionel Messi" width="90%"
title="Leo Messi in 2022-2023" /></a><br>
<a href="https://www.forbes.com/profile/lionel-messi/?sh=ef1a1b15e9fc"
target="_blank">
<div class="caption" id="messiValue"> $130 Million</div>
</a>
</div>
<div class="col-xs-12 col-sm-8">
<table class="table table-striped table-responsive"
style="font-size: 15px;font-weight: bold;">
<tr>
<td>Full Name:</td>
<td><a href="https://www.instagram.com/leomessi/?hl=en"> Andres Messi
Cuccitini</a></td>
</tr>
<tr>
<td>Date of birth:</td>
<td>24/06/1987</td>
</tr>
<tr>
<td>Place of birth:</td>
<td>Rosario</td>
</tr>
<tr>
<td>Country:</td>
<td>Argentina</td>
</tr>
<tr>
<td>Age:</td>
<td>35</td>
</tr>
<tr>
<td>Nacionality:</td>
<td>Argentinan, Spanish</td>
</tr>
<tr>
<td>Wife:</td>
<td><a href="https://www.instagram.com/antonelaroccuzzo/">Antonela
Roccuzzo</a> </td>
</tr>
<tr>
<td>Children</td>
<td>Mateo Messi Roccuzzo, Thiago Messi Roccuzzo, Ciro Messi Roccuzzo</td>
</tr>
<tr>
<td>Foot:</td>
<td>Left</td>
</tr>
<tr>
<td>Agent:</td>
<td>Jorge Messi(father)</td>
</tr>
<tr>
<td>Sponsers</td>
<td>Adidas, Konami, Mastercard, Ooredoo, Pepsi, PepsiCo, Lay's etc</td>
</tr>
<tr>
<td>Ranking $</td>
<td>#1 The World's Highest-Paid Athletes (2022) <br>
#5 Celebrity 100 (2020)</td>
</tr>
</table>
</div>
</div><!-- End secondary row -->
</div> <!-- End 1st column -->
<div class="col-xs-12 col-sm-4 thumbnail column">
<!-- 2nd column -->
<div style="border: spacing 20px; ;">
<a href="https://www.fcbarcelona.com/" target="_blank"><img
class="img-thumbnail img-responsive" src="pictures/fcbShield.png"
alt="FCB shield" title="Go to FCB website" /></a>
<a href="https://en.psg.fr/" target="_blank"><img class="img-thumbnail img-responsive"
src="pictures/PSG.png" alt="PSG shield" title="Go to PSG website" /></a>
<a href="https://www.afa.com.ar/es/" target="_blank"><img
class="img-thumbnail img-responsive" src="pictures/arrg.jpg" alt="PSG shield"
title="Go to AFA website" /></a>
</div>
<div class="caption">
<table class="table table-striped table-responsive"
style="font-size: 15px;font-weight: bold;">
<tr>
<td>Former Club:</td>
<td>FC Barcelona (Spain)</td>
</tr>
<tr>
<td>Current Club:</td>
<td>Paris Saint-Germain(France)</td>
</tr>
<tr>
<td>National Team</td>
<td>Argentina (C)</td>
</tr>
<tr>
<td>League:</td>
<td>LaLiga Santander <br>
Ligue One
</td>
</tr>
<tr>
<td>Position:</td>
<td>Right wing, Playmaker, Forward</td>
</tr>
<tr>
<td>Budget:</td>
<td> $130 Million</td>
</tr>
<tr>
<td>Contract ending:</td>
<td>30/06/2023</td>
</tr>
</table>
</div>
</div> <!-- End 2nd column -->
</div><!-- End main row -->
</div><!-- End panel body -->
</div><!-- End panel -->
</article><!-- End Articale 1 personal information -->
<!--Article 2 Biography -->
<article class="container-fluid" id="biography">
<div class="panel panel-default" id="statPanel">
<div class="panel-heading" id="panelHeading">
<!-- panel heading -->
<h1 class="panel-title text-center" id="statTitle">Biography</h1>
</div>
<div class="row">
<div class="col-xs-12 col-sm-8 biographyColumns">
<!-- 2nd column -->
<ul id="biographyList">
<li><span class="glyphicon glyphicon-star"></span> Lionel Andrés Messi was born on 24
June 1987 in Rosario.</li>
<li><span class="glyphicon glyphicon-star"></span> At the age of four he joined local
club Grandoli, where he was coached by his father, though his earliest influence as a
player came from his maternal grandmother, Celia, who accompanied him to training and
matches.
</li>
<li><span class="glyphicon glyphicon-star"></span> A lifelong supporter of Newell's Old
Boys, Messi joined the Rosario club when he was six years old.</li>
<li><span class="glyphicon glyphicon-star"></span> At age 10, he was diagnosed with a
growth hormone deficiency, wich cost around $1000 per month. Newell's and River plate
rejected to pay it.</li>
<li><span class="glyphicon glyphicon-star"></span> In September 2010, he did a trial
with FC Barcelona, who signed a contract on a napkin.</li>
<li><span class="glyphicon glyphicon-star"></span>Messi progressed through the ranks and was
given his first appearance in the 2004/05 season becoming the youngest player to score a
league goal. </li>
<li><span class="glyphicon glyphicon-star"></span>In the 2009-10 season, Messi scored 47
goals
in all competitions, equalling Ronaldo’s record total for Barcelona. As the seasons have
progressed,
Messi kept improving and breaking his own records.</li>
<li><span class="glyphicon glyphicon-star"></span>In the calendar year of 2012, he broke the
all-time world record for most goals scored in a calendar year. His final total of goals
in 2012 was 91 </li>
<li><span class="glyphicon glyphicon-star"></span>Messi has often been compared to prolific
Real Madrid goalscorer Christiano Ronaldo, but both have been keen to downplay the
rivalry. </li>
<li><span class="glyphicon glyphicon-star"></span>By the standards of modern football,
Messi has a relatively private and modest lifestyle. He makes efforts to keep links to
his hometown of Rosario. He has an Argentinian girlfriend Antonella Roccuzzo,
and they have two children. His first child Thiago was born in November 2012. </li>
<li><span class="glyphicon glyphicon-star"> </span> He had an amazing start in the 2015
season. He
gave a scintillating performance along with team mates Luis Suárez, and Neymar to
score a total of 122 goals in all competitions that season, a record in Spanish
football.
</li>
<li><span class="glyphicon glyphicon-star"></span>Argentina's performance in the 2018 World
Cup was lackluster and they were eliminated when they lost to France in the round of 16
match.
</li>
<li><span class="glyphicon glyphicon-star"></span>Messi was the goodwill ambassador for
UNICEF in 2010. He worked towards supporting children’s rights
</li>
<li><span class="glyphicon glyphicon-star"></span>Messi’s excellence at the field has been
lauded by the world over through the numerous awards, honors and achievements that he
has been bestowed with. Messi has won the prestigious Ballon d'Or Record times. He has
won it in 2009, 2010, 2011, 2012 ,2015,2019 and 2022 </li>
<li><span class="glyphicon glyphicon-star"></span>On 5 August, Barcelona announced that
Messi would not be staying at the club, even though both parties reached an agreement
and were due to sign a contract that day. </li>
<li><span class="glyphicon glyphicon-star"></span>On 10 August, Messi joined French club
Paris Saint-Germain.[323] He signed a two-year deal until June 2023</li>
<li><span class="glyphicon glyphicon-star"></span>During Messi's Career Argentina Won Copa
America Trophy 2021 & Finalissima 2022, the third edition of the CONMEBOL–UEFA Cup of
Champions. </li>
<li><span class="glyphicon glyphicon-star"></span>Now,Seen a Improvement in Argentina Team
,they are more likely strong Contender in World Cup 2022 Will be Held At Qatar
and World is Praying to he will win one that Title finally & Give a pefect Farewell to a
G.O.A.T. Player.</li>
<li><span class="glyphicon glyphicon-star"></span><a id="biographyAnchor"
href="https://en.wikipedia.org/wiki/Lionel_Messi" target="_blank"
title="Go to wikipedia"> More in Wikipedia clicking here!!</a>
</ul>
</div> <!-- End 2nd column -->
<div class="col-xs-12 col-sm-4 biographyColumns1">
<!-- 1st column -->
<iframe width="90%" height="350px" style="margin-top: 70px;"
src="https://www.youtube.com/embed/X0PI1P9p2O8" title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<iframe width="90%" height="350px" style="margin-top: 20px;"
src="https://www.youtube.com/embed/6EStFajuLSg?controls=0" title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<iframe width="90%" height="350px" style="margin-top: 20px;"
src="https://www.youtube.com/embed/eKeuL46-rmo?controls=0" title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div> <!-- End 1st column -->
</div>
</div>
</article>
<!--Article 2 End -->
<!--Article 3 Trophies -->
<article class=" container-fluid" id="trophies">
<div class="panel panel-default" id="statPanel">
<div class="panel-heading" id="panelHeading">
<!-- panel heading -->
<h1 class="panel-title text-center" id="statTitle">TROPHIES - 40*</h1>
</div>
<div class="panel panel-default" id="statPanel1">
<div class="panel-heading" id="panelHeading">
<!-- panel heading -->
<h5 class="panel-title text-center" id="statTitle2" style="margin-bottom:20px ;">FC
Barcelona
</h5>
<div class="panel-footer">
<div class="row">
<div class="col-sm-2 awards">
<img src="pictures/championsLeague.png" alt="Champions Leagues" tit+
e="Champions League" />
<span class="badge">04 </span>
</div>
<div class="col-sm-2 awards">
<img src="pictures/laLiga.png" alt="Spanish League" title="La Liga" />
<span class="badge">10</span>
</div>
<div class="col-sm-2 awards">
<img src="pictures/laCopa.png" alt="Spanish Cup" title="La Copa" />
<span class="badge">07</span>
</div>
<div class="col-sm-2 awards">
<img src="pictures/spanishSupercup.png" alt="Spanish Supercup"
title="Spanish supercup" />
<span class="badge">08</span>
</div>
<div class="col-sm-2 awards">
<img src="pictures/europeSupercup.png" alt="UEFA Supercup" title="UEFA supercup" />
<span class="badge">03</span>
</div>
<div class="col-sm-1 awards">
<img src="pictures/worldClub.png" alt="FIFA World Club Cup"
title="FIFA World Club Cup" />
<span class="badge">03</span>
</div>
</div>
</div>
</div>
</div>
<div class="panel panel-default" id="statPanel1">
<div class="panel-heading" id="panelHeading">
<!-- panel heading -->
<h5 class="panel-title text-center" id="statTitle2" style="margin-bottom:20px;">PSG
</h5>
<div class="panel-footer" style="background-color:rgb(219, 219, 65);">
<div class="
row">
<div class="col-sm-2 awards">
<img src="pictures/ligue 1_prev_ui.png" alt="Ligue 1 title" title="Ligue One" />
<span class="badge">01</span>
</div>
</div>
</div>
</div>
</div>
<div class="panel panel-default" id="statPanel1">
<div class="panel-heading" id="panelHeading">
<!-- panel heading -->
<h5 class="panel-title text-center" id="statTitle2" style="margin-bottom:20px ;">
Argentina</h5>
<div class="panel-footer" style="background-color:rgb(219, 219, 65);">
<div class="row">
<div class="col-sm-2 awards">
<img src="pictures/olympicGames.png" alt="Gold Olympic Games Medallist"
title="Gold Olympic Games" />
<span class="badge">01</span>
</div>
<div class="col-sm-2 awards">
<img src="pictures/u20.png" alt="U20 world cup" title="U20 world cup" />
<span class="badge">01</span>
</div>
<div class="col-sm-2 awards">
<img src="pictures/s-l400_prev_ui.png" alt="fifa 2014 finalist"
title="Fifa 2014 finalist" />
<span class="badge">01</span>
</div>
<div class="col-sm-2 awards">
<img src="pictures/COPA_América_Trophy_prev_ui.png" alt="Copa America"
title="Copa America Trophy" />
<span class="badge">01</span>
</div>
<div class="col-sm-2 awards">
<img src="pictures/Finalissima-_prev_ui.png" alt="2022 Finalissma trophy"
title="Finalissma trophy" />
<span class="badge">01</span>
</div>
<!--<div class="col-sm-2 awards">
<img src="pictures/ballonDor.png" alt="Ballon D'or" title="Ballon D'or" />
<span class="badge">07</span>
</div>
<div class="col-sm-2 awards">
<img src="pictures/bestPlayer.png" alt="UEFA Best Player in Europe"
title="UEFA Best Player in Europe" />
<span class="badge">03</span>
</div>-->
</div>
</div>
</div>
</div>
</div>
</article>
<!--Article 3 end-->
<!--Article 4 Stats -->
<article class="container-fluid" id="stats">
<div class="row">
<!-- Main row-->
<div class="col-xs-12 col-sm-6 statsColumn">
<!-- 1st row 1 column-->
<h1 id="barcelonaStats">ALL TIME STATS</h1>
<div class="row rowStats1">
<!-- secondary row 1-->
<div class="col-xs-6 col-sm-3">
<div class="containerStats">
<h3 class="headerStats">APPERENCE</h3>
<p class="bodyStats">974</p>
</div>
</div>
<div class="col-xs-6 col-sm-3">
<div class="containerStats">
<h3 class="headerStats">GOALS</h3>
<p class="bodyStats">769</p>
</div>
</div>
<div class="col-xs-6 col-sm-3">
<div class="containerStats">
<h3 class="headerStats">ASSISTS</h3>
<p class="bodyStats">331</p>
</div>
</div>
<div class="col-xs-6 col-sm-3">
<div class="containerStats">
<h3 class="headerStats">HAT-TRICKS</h3>
<p class="bodyStats">56</p>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 statsColumn">
<!-- 1st row 2 column-->
<h1 id="argentinaStats">ARGENTINA</h1>
<div class="row rowStats">
<!-- secondary row 2-->
<div class="col-xs-6 col-sm-3">
<div class="containerStats">
<h3 class="headerStats">APPERENCE</h3>
<p class="bodyStats">162</p>
</div>
</div>
<div class="col-xs-6 col-sm-3">
<div class="containerStats">
<h3 class="headerStats">GOALS</h3>
<p class="bodyStats">86</p>
</div>
</div>
<div class="col-xs-6 col-sm-3">
<div class="containerStats">
<h3 class="headerStats">ASSISTS</h3>
<p class="bodyStats">49</p>
</div>
</div>
<div class="col-xs-6 col-sm-3">
<div class="containerStats">
<h3 class="headerStats">HAT-TRICKS</h3>
<p class="bodyStats">08</p>
</div>
</div>
</div>
</div>
<!-- End 1st row -->
</div><!-- End main row-->
<div class="row">
<!-- Main row-->
<div class="col-xs-12 col-sm-6 statsColumn">
<!-- 3rd row -->
<h1 id="argentinaStats">FC BARCELONA</h1>
<div class="row rowStats">
<!-- secondary row 1-->
<div class="col-xs-6 col-sm-3">
<div class="containerStats">
<h3 class="headerStats">APPERENCE</h3>
<p class="bodyStats">778</p>
</div>
</div>
<div class="col-xs-6 col-sm-3">
<div class="containerStats">
<h3 class="headerStats">GOALS</h3>
<p class="bodyStats">672</p>
</div>
</div>
<div class="col-xs-6 col-sm-3">
<div class="containerStats">
<h3 class="headerStats">ASSISTS</h3>
<p class="bodyStats">268</p>
</div>
</div>
<div class="col-xs-6 col-sm-3">
<div class="containerStats">
<h3 class="headerStats">HAT-TRICKS</h3>
<p class="bodyStats">48</p>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 statsColumn">
<!-- 4th Row-->
<h1 id="argentinaStats">PSG</h1>
<div class="row rowStats">
<!-- secondary row 2-->
<div class="col-xs-6 col-sm-3">
<div class="containerStats">
<h3 class="headerStats">APPERENCE</h3>
<p class="bodyStats">34</p>
</div>
</div>
<div class="col-xs-6 col-sm-3">
<div class="containerStats">
<h3 class="headerStats">GOALS</h3>
<p class="bodyStats">11</p>
</div>
</div>
<div class="col-xs-6 col-sm-3">
<div class="containerStats">
<h3 class="headerStats">ASSISTS</h3>
<p class="bodyStats">14</p>
</div>
</div>
<div class="col-xs-6 col-sm-3">
<div class="containerStats">
<h3 class="headerStats">HAT-TRICKS</h3>
<p class="bodyStats">00</p>
</div>
</div>
</div>
</div>
<!-- End 1st row -->
</div><!-- End main row-->
</article>
<!--Article 4 end-->
<!--Article 5 Records -->
<article class="container-fluid" id="records">
<div class="panel panel-default" id="statPanel2">
<div class="panel-heading" id="panelHeading">
<!-- panel heading -->
<h1 class="panel-title text-center" id="statTitle">Records</h1>
</div>
</div>
<div class="abc">
<ul id="reco">
<li>Most Decorated Player In the World Football (Honours)</li>
<li>Top Goal Scorer in Laliga History</li>
<li> Most Assists In the World Football</li>
<li>Most Ballon d'or Winner Record 7 times</li>
<li>Leading Goal Scorer In El Classico</li>
<li>Barcelona All time Top Scorer</li>
<li>Guinness World Record for Most Goals in One Calander Year(91 Goals) </li>
<li>All Time Goal Scorer in South America National Teams </li>
<li>Most Goals in One LaLiGa Season(51 Goals)</li>
<li>Argentina's All time Leading Goal Scorer</li>
<li>Most Numbers of Games in Argentinan Jersey</li>
<li>Most Numbers of Games in Barcelona Jersey</li>
<li><a style="color:rgb(101, 248, 253) ;"
href="https://en.wikipedia.org/wiki/List_of_career_achievements_by_Lionel_Messi#Records"
target="_blank" title="Go to wikipedia"> &Many More....</a></li>
</div>
</article>
<!--Article 5 end-->
<br><br>
<div class="footer2">
<h3>Created by <a href="https://www.instagram.com/sheel_panchal/" target="_blank">Sheel Panchal</a> © 2022
</h3>
</div>
</section>
</body>
</html>