-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
582 lines (475 loc) · 16.7 KB
/
index.html
File metadata and controls
582 lines (475 loc) · 16.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="El Perdón">
<meta name="author" content="">
<title>El Perdón (Forgiveness) - Nicky Jam & Enrique Iglesias</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/style.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
</head>
<body data-spy="scoll" data-target="#my-navbar">
<!-- Navbar -->
<nav class="navbar navbar-inverse navbar-fixed-top" id="my-navbar">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="" class="navbar-brand">Bootstrap SPA</a>
</div><!-- Navbar header -->
<div class="collapse navbar-collapse" id="navbar-collapse">
<a href="" class="btn btn-warning navbar-btn navbar-right">Download Now</a>
<ul class="nav navbar-nav">
<li><a href="#feedback">Feedback</a></li>
<li><a href="#gallery">Gallery</a></li>
<li><a href="#lyrics">Lyrics</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</div>
</div><!-- End of Container -->
</nav><!-- End Of Navbar -->
<!-- Header -->
<header id="top" class="header">
<div class="text-vertical-center">
<br>
<br>
<br>
<br>
<br>
<h1>El Perdón (Forgiveness) - Nicky Jam & Enrique Iglesias</h1>
<br>
<br>
<div class="btn-group">
<a href="https://www.youtube.com/watch?v=hXI8RQYC36Q" target="_blank" class="btn btn-lg btn-warning">Official Video</a>
<a href="https://www.youtube.com/watch?v=uU_FFtbCcLc" target="_blank" class="btn btn-lg btn-warning">Lyric Video</a>
<a href="https://itunes.apple.com/us/album/el-perdon-single/id964610914" target="_blank" class="btn btn-lg btn-warning">Purchase</a>
</div>
</div>
</header>
<!-- About -->
<section id="about" class="bg-primary">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>El Perdón</h2>
<p class="lead">Musical album by Ben Lee, Christopher Vélez, Enrique Iglesias, Eric a. Michael, Erick Brian Colón, Joel Pimentel, Llueve, Nicky Jam, Rolanoid, Sandy Contrera, and Sebastian Rivera</p>
<br>
<p>
Release date: January 20, 2015
Songs: El Perdón
Label: Sony Music Latin
</p>
</div>
</div><!-- end of row -->
</div><!-- end of container -->
</section><!-- end of About -->
<!-- Feedback -->
<section> <!-- id="feedback" class="page">-->
<div class="container">
<div class="page-header" id="feedback">
<h2>Records.<small>Thanks for the awesome support</small></h2>
</div>
<div class="row">
<div class="col-md-4">
<blockquote>
<p>Billboard ranked "El Perdón" at number 12 on its year-end list: "So much has been said about records set by "El Perdón," the second longest running No. 1 song on Billboard's Hot Latin Songs chart.</p>
<footer>Wiki</footer>
</blockquote>
</div>
<div class="col-md-4">
<blockquote>
<p>The Spanish version of the "El Perdón" music video has over 450 million views, and the lyric video over 410 million views. The single also peaked at number one in Spain, France, Italy and The Netherlands and charted in the top 5 in Switzerland and Belgium.</p>
<footer>Latin Top 10</footer>
</blockquote>
</div>
<div class="col-md-4">
<blockquote>
<p>In The Netherlands, Enrique scored his first number 1 hit with "El Perdón", after having previously scored four top 2 hits ("Could I Have This Kiss Forever", "Hero", "Do You Know" and "Can You Hear Me") in that country.</p>
<footer>Music lover</footer>
</blockquote>
</div>
</div><!-- End of row -->
</div><!-- end of container -->
</section><!-- end of feedback -->
<!-- call to action -->
<section>
<div class="well">
<div class="container text-center">
<h3>Subscibe</h3>
<p>Enter your name and email id</p>
<form action="" class="form-inline">
<div class="form-group">
<label for="subsciption">Subscribe</label>
<input type="text" class="form-control" id="subscription" placeholder="Enter your name"></input>
</div>
<div class="form-group">
<label for="email">Email address</label>
<input type="email" class="form-control" id="email" placeholder="Enter your email"></input>
</div>
<button type="submit" class="btn btn-default">Subscribe</button>
<hr>
</form>
</div><!-- end of container -->
</div><!-- end well -->
</section><!-- end of call to action -->
<!-- gallery -->
<section>
<div class="container">
<div class="page-header" id="gallery">
<h3>Gallery.<small>Check out the Awesome Gallery</small></h3>
</div>
<div class="carousel slide" id="screenshot-carousel" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#screenshot-carousel" data-slide-to="0" class="active"></li>
<li data-target="#screenshot-carousel" data-slide-to="1"></li>
<li data-target="#screenshot-carousel" data-slide-to="2"></li>
<li data-target="#screenshot-carousel" data-slide-to="3"></li>
<li data-target="#screenshot-carousel" data-slide-to="4"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<img src="img/1.png" alt="Text of the image">
<div class="carousel-caption">
<h3>El Perdón</h3>
<p>Nicky Jam Feat. Enrique Iglesias</p>
</div>
</div>
<div class="item">
<img src="img/2.png" alt="Text of the image">
<div class="carousel-caption">
<h3>El Perdón</h3>
<p>Nicky Jam Feat. Enrique Iglesias</p>
</div>
</div>
<div class="item">
<img src="img/3.png" alt="Text of the image">
<div class="carousel-caption">
<h3>El Perdón</h3>
<p>Lyrics</p>
</div>
</div>
<div class="item">
<img src="img/4.png" alt="Text of the image">
<div class="carousel-caption">
<h3>El Perdón</h3>
<p>Nicky Jam Feat. Enrique Iglesias</p>
</div>
</div>
<div class="item">
<img src="img/5.png" alt="Text of the image">
<div class="carousel-caption">
<h3>El Perdón</h3>
<p>Model</p>
</div>
</div>
<div class="item">
<img src="img/6.png" alt="Text of the image">
<div class="carousel-caption">
<h3>El Perdón</h3>
<p>Nicky Jam</p>
</div>
</div>
<div class="item">
<img src="img/11.png" alt="Text of the image">
<div class="carousel-caption">
<h3>Best Urban Performance Grammy for 'El Perdon'</h3>
<p>6th Annual Latin Grammy Awards on November 19, 2015, in Las Vegas</p>
</div>
</div>
<div class="item">
<img src="img/12.png" alt="Text of the image">
<div class="carousel-caption">
<h3>Best Urban Performance Grammy for 'El Perdon'</h3>
<p>6th Annual Latin Grammy Awards on November 19, 2015, in Las Vegas</p>
</div>
</div>
<div class="item">
<img src="img/13.png" alt="Text of the image">
<div class="carousel-caption">
<h3>Best Urban Performance Grammy for 'El Perdon'</h3>
<p>6th Annual Latin Grammy Awards on November 19, 2015, in Las Vegas</p>
</div>
</div>
</div> <!-- end of inner carousel -->
<a href="#screenshot-carousel" class="left carousel-control" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a href="#screenshot-carousel" class="right carousel-control" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div><!-- end of carousel -->
</div><!-- end of container -->
</section> <!-- end of gallery -->
<!-- Lyrics -->
<section class="bg-danger">
<div class="container">
<div class="page-header" id="lyrics">
<h2>Lyrics</h2>
</div>
<div class="panel-group" id="accordion">
<div class="panel panel-default">
<div class="panel-heading">
<div class="panel-title">
<a href="#collapse-1" data-toggle="collapse" data-parent="#accordion">
Original Lyrics
</a>
</div><!-- End panel title -->
<div id="collapse-1" class="panel-collapse collapse in">
<div class="panel-body">
<div class="text-center">
<p class="verse">
Dime si es verdad<br>
Me dijeron que te estas casando<br>
Tú no sabes como estoy sufriendo<br>
Esto te lo tengo que decir</p>
<p class="verse">
Cuéntame<br>
Tu despedida para mi fue dura<br>
Será que él te llevo a la luna<br>
Y yo no supe hacerlo así</p>
<p class="verse">
Te estaba buscando<br>
Por las calles gritando<br>
Eso me esto está matando, oh no</p>
<p class="verse">
Te estaba buscando<br>
Por las calles gritando<br>
Como un loco tomando oh</p>
<p class="verse">
Es que yo sin ti, y tú sin mi<br>
Dime quién puede ser feliz<br>
Esto no me gusta<br>
Esto no me gusta</p>
<p class="verse">
Es que yo sin ti, y tú sin mi<br>
Dime quién puede ser feliz<br>
Eso no me gusta<br>
Eso no me gusta</p>
<p class="verse">
Vivir si ti, no aguanto más<br>
Por eso vengo a decirte lo que siento<br>
Estoy sufriendo en esta soledad</p>
<p class="verse">
Y aunque tu padre no aprobó esta relación<br>
Yo sigo insistiendo a pedir perdón<br>
Lo único que importa está en tu corazón</p>
<p class="verse">
Te estaba buscando<br>
Por las calles gritando<br>
Esto me está matando oh no</p>
<p class="verse">
Te estaba buscando<br>
Por las calles gritando<br>
Como un loco tomando oh</p>
<p class="verse">
Es que yo sin ti, y tú sin mi<br>
Dime quién puede ser feliz<br>
Esto no me gusta<br>
Esto no me gusta</p>
<p class="verse">
Es que yo sin ti, y tú sin mi<br>
Dime quién puede ser feliz<br>
Eso no me gusta<br>
Eso no me gusta</p>
<p class="verse">
Yo te juré a ti eterno amor<br>
Y ahora otro te da calor<br>
Cuando en las noches tienes frío oh oh, oh</p>
<p class="verse">
Yo sé que él te parece mejor<br>
Pero yo estoy en tu corazón<br>
Y por eso pido perdón</p>
<p class="verse">
Es que yo sin ti, y tú sin mi<br>
Dime quién puede ser feliz<br>
Esto no me gusta, oh no</p>
<p class="verse">
Es que yo sin ti, y tú sin mi<br>
Dime quién puede ser feliz<br>
Esto no me gusta oh yeah, oh</p>
<p class="verse">
Dicen que uno no sabe lo que tiene hasta que lo pierde pero<br>
(Yo sin ti) Vale la pena luchar por lo que uno quiere<br>
(No puedo vivir así) Y hacer el intento<br>
(No quiero vivir así)</p>
<p class="verse">
N.I.C.K<br>
Nicky Nicky Nicky Jam<br>
(No quiero que me dejes por favor)<br>
Saga White Black<br>
(Y te pido perdón)<br>
La Industria Inc.</p>
</div>
</div>
</div><!-- End Panel collapse -->
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<div class="panel-title">
<a href="#collapse-2" data-toggle="collapse" data-parent="#accordion">
English Transalation
</a>
</div><!-- End panel title -->
<div id="collapse-2" class="panel-collapse collapse">
<div class="panel-body">
<div class="text-center">
<p class="verse">
Enrique<br>
Tell me if it is true<br>
They told me you are marrying<br>
You don’t know how I’m suffering<br>
I need to tell you this</p>
<p class="verse">
Nicky Jam<br>
Tell me<br>
Your farewell was hard to me<br>
He must have taken you to the moon<br>
And I didn’t know how to make it so</p>
<p class="verse">
Enrique<br>
I’ve been looking for you<br>
Shouting in the streets<br>
This is killing me, oh no</p>
<p class="verse">
Nicky Jam<br>
I’ve been looking for you<br>
Shouting in the streets<br>
Drinking like a man gone mad, oh</p>
<p class="verse">
Enrique<br>
Me without you<br>
And you without me<br>
Tell me who can be happy<br>
I don’t like this<br>
I don’t like this</p>
<p class="verse">
Nicky Jam<br>
Me without you<br>
And you without me<br>
Tell me who can be happy<br>
I don’t like this<br>
I don’t like this</p>
<p class="verse">
Enrique<br>
I can no longer stand living without you<br>
That’s why I came to tell I’m sorry<br>
I’m suffering in this solitude</p>
<p class="verse">
Nicky Jam<br>
Although your father didn’t approve our relationship<br>
I still insist on asking for forgiveness<br>
The only thing that matters is in my heart</p>
<p class="verse">
Enrique<br>
I’ve been looking for you<br>
Shouting in the streets<br>
This is killing me, oh no</p>
<p class="verse">
Nicky Jam<br>
I’ve been looking for you<br>
Shouting in the streets<br>
Drinking like a man gone mad, oh</p>
<p class="verse">
Enrique<br>
Me without you<br>
And you without me<br>
Tell me who can be happy<br>
I don’t like this<br>
I don’t like this</p>
<p class="verse">
Nicky Jam<br>
Me without you<br>
And you without me<br>
Tell me who can be happy<br>
I don’t like this<br>
I don’t like this</p>
<p class="verse">
Enrique<br>
I swore my eternal love to you<br>
And now someone else keeps you warm<br>
When at night you feel cold oh oh</p>
<p class="verse">
Nicky Jam<br>
I know he looks better to you<br>
But I am in your heart<br>
That is why I ask for forgiveness</p>
<p class="verse">
Enrique<br>
Me without you<br>
And you without me<br>
Tell me who can be happy<br>
I don’t like this<br>
I don’t like this, oh no</p>
<p class="verse">
Nicky Jam<br>
(The thing is that) Me without you<br>
And you without me<br>
Tell me who can be happy<br>
I don’t like this<br>
I don’t like this, oh yeah</p>
<p class="verse">
(You without me)<br>
They say that we don’t know what we have got<br>
Until we lose it, but…<br>
(Me without you)<br>
It is worth fighting for what we want<br>
(I can’t live like this)<br>
And making an attempt<br>
(I don’t want to live like this)</p>
<p class="verse">
N.I.C.K<br>
Nicky Jam, Enrique Iglesias<br>
(I don’t want you to leave me, please)<br>
Making history. Saga White Black<br>
(And I ask for forgiveness)</p>
</div>
</div>
</div><!-- End Panel collapse -->
</div>
</div>
</div>
</div>
</section> <!-- end of lyrics -->
<!-- footer -->
<footer class="bg-info">
<div class="container">
<div class="page-header" id="contact">
<h2>Contact us</h2>
</div>
<div class="row">
<div class="col-lg-10 col-lg-offset-1 text-center">
<h4><strong>Sifar</strong></h4>
<p>Mumbai, India</p>
<br>
<ul class="list-inline">
<li>
<a href="https://twitter.com/raviphilips" target="_blank"><i class="fa fa-twitter fa-fw fa-3x"></i></a>
</li>
<li>
<a href="https://github.com/raviphilips" target="_blank"><i class="fa fa-github fa-fw fa-3x"></i></a>
</li>
</ul>
<hr class="small">
<p class="text-muted">Copyright © Sifar2016</p>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>