-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
585 lines (547 loc) · 32.8 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>I-Day | Ilee's Birthday wowowow</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Free HTML Templates" name="keywords">
<meta content="Free HTML Templates" name="description">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/style.css" rel="stylesheet">
<script>
function playMusic(){
var music = new Audio("audio/watermelon_.mp3");
music.play();
}
</script>
</head>
<body>
<!-- Topbar Start -->
<div class="container-fluid bg-primary py-3 d-none d-md-block">
<div class="container">
<div class="row">
<div class="col-md-6 text-center text-lg-left mb-2 mb-lg-0">
<div class="d-inline-flex align-items-center">
<a class="text-white pr-3" href="">FAQs</a>
<span class="text-white">|</span>
<a class="text-white px-3" href="">Help</a>
<span class="text-white">|</span>
<a class="text-white pl-3" href="">Support</a>
</div>
</div>
<div class="col-md-6 text-center text-lg-right">
<div class="d-inline-flex align-items-center">
<a class="text-white px-3" href="https://www.facebook.com/ileejinndejesus.dj26">
<i class="fab fa-facebook-f"></i>
</a>
<a class="text-white px-3" href="https://www.instagram.com/jinn_lee26/">
<i class="fab fa-instagram"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Topbar End -->
<!-- Navbar Start -->
<div class="container-fluid position-relative nav-bar p-0">
<div class="container-lg position-relative p-0 px-lg-3" style="z-index: 9;">
<nav class="navbar navbar-expand-lg bg-white navbar-light shadow p-lg-0">
<a href="index.html" class="navbar-brand d-block d-lg-none">
<h1 class="m-0 display-4 text-primary"><span class="text-secondary">i</span>DAY</h1>
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="navbarCollapse">
<div class="navbar-nav ml-auto py-0">
<a href="index.html" class="nav-item nav-link active">Home</a>
<a href="about.html" class="nav-item nav-link">About</a>
<a href="music.html" class="nav-item nav-link">Music</a>
</div>
<a href="index.html" class="navbar-brand mx-5 d-none d-lg-block">
<h1 class="m-0 display-4 text-primary"><span class="text-secondary">i</span>Day</h1>
</a>
<div class="navbar-nav mr-auto py-0">
<a href="service.html" class="nav-item nav-link">Dating Service</a>
<a href="product.html" class="nav-item nav-link ">Date Us</a>
<a href="contact.html" class="nav-item nav-link">Contact</a>
</div>
</div>
</nav>
</div>
</div>
<!-- Navbar End -->
<!-- Carousel Start -->
<div class="container-fluid p-0 mb-5 pb-5">
<div id="header-carousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="w-100" src="img/ileebackground.jpg" alt="Image">
<div class="carousel-caption d-flex flex-column align-items-center justify-content-center">
<div class="p-3" style="max-width: 900px;">
<h4 class="text-white text-uppercase mb-md-3">circa August 2021</h4>
<h1 class="display-3 text-white mb-md-4">Ilee's Profile Picture</h1>
<a href="https://www.facebook.com/photo/?fbid=3055487124664651&set=a.1542891699257542" class="btn btn-primary py-md-3 px-md-5 mt-2">Learn More</a>
</div>
</div>
</div>
<div class="carousel-item">
<img class="w-100" src="img/tour.jpg" alt="Image">
<div class="carousel-caption d-flex flex-column align-items-center justify-content-center">
<div class="p-3" style="max-width: 900px;">
<h4 class="text-white text-uppercase mb-md-3">circa Nov 2019</h4>
<h1 class="display-3 text-white mb-md-4">School Field Trip</h1>
<a href="https://www.facebook.com/photo.php?fbid=426004454968801&set=t.100006101807410&type=3" class="btn btn-primary py-md-3 px-md-5 mt-2">Learn More</a>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#header-carousel" data-slide="prev">
<div class="btn btn-secondary px-0" style="width: 45px; height: 45px;">
<span class="carousel-control-prev-icon mb-n1"></span>
</div>
</a>
<a class="carousel-control-next" href="#header-carousel" data-slide="next">
<div class="btn btn-secondary px-0" style="width: 45px; height: 45px;">
<span class="carousel-control-next-icon mb-n1"></span>
</div>
</a>
</div>
</div>
<!-- Carousel End -->
<!-- About Start -->
<div class="container-fluid py-5">
<div class="container py-5">
<div class="row justify-content-center">
<div class="col-lg-7">
<h1 class="section-title position-relative text-center mb-5 rainbow">Happy Birthday Ilee!!!</h1>
</div>
</div>
<div class="row">
<div class="col-lg-4 py-5">
<h4 class="font-weight-bold mb-3">About Ilee</h4>
<h5 class="text-muted mb-3">Information found through Social Media</h5>
<p>Ilee is 16 years old now! Her birthday was on May 28th. <br> She plays a lot of mobile games and reads a lot of wattpad fanfic.</p>
</div>
<div class="col-lg-4" style="min-height: 400px;">
<div class="position-relative h-100 rounded overflow-hidden">
<img class="position-absolute w-100 h-100" src="img/portait.png" style="object-fit: cover;">
</div>
</div>
<div class="col-lg-4 py-5">
<h4 class="font-weight-bold mb-3">About the Website</h4>
<p>I made this website mostly because I felt guilty that I forgot ilee's birthday(huhu naguiguilty parin ako). I will show how much I care for her by listing things I know about her in this website.</p>
<h5 class="text-muted mb-3"><i class="fa fa-check text-secondary mr-3"></i>Her Hobbies 😮</h5>
<h5 class="text-muted mb-3"><i class="fa fa-check text-secondary mr-3"></i>Her Likes 👍</h5>
<h5 class="text-muted mb-3"><i class="fa fa-check text-secondary mr-3"></i>Her Dislikes 👎</h5>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Promotion Start -->
<div class="container-fluid my-5 py-5 px-0">
<div class="row bg-primary m-0">
<div class="col-md-6 px-0" style="min-height: 500px;">
<div class="position-relative h-100">
<img class="position-absolute w-100 h-100" src="img/dog.gif" style="object-fit: cover;">
</div>
</div>
<div class="col-md-6 py-5 py-md-0 px-0">
<div class="h-100 d-flex flex-column align-items-center justify-content-center text-center p-5">
<div class="d-flex align-items-center justify-content-center bg-white rounded-circle mb-4"
style="width: 100px; height: 100px;">
<h3 class="font-weight-bold text-secondary mb-0">😙</h3>
</div>
<h3 class="font-weight-bold text-white mt-3 mb-4">Birthday Surprise!</h3>
<p class="text-white mb-4">Click the button! You won't be disappointed!</p>
<a href="https://www.youtube.com/shorts/2unOE_EhB18?&ab_channel=JezelleCatherine" class="btn btn-secondary py-3 px-5 mt-2">Touch me senpai!!</a>
</div>
</div>
</div>
</div>
<!-- Promotion End -->
<!-- Video Modal Start -->
<div class="modal fade" id="videoModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<!-- 16:9 aspect ratio -->
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="" id="video" allowscriptaccess="always" allow="autoplay"></iframe>
</div>
</div>
</div>
</div>
</div>
<!-- Video Modal End -->
<!-- Services Start -->
<div class="container-fluid py-5">
<div class="container py-5">
<div class="row">
<div class="col-lg-6">
<h1 class="section-title position-relative mb-5">Her likes</h1>
</div>
<div class="col-lg-6 mb-5 mb-lg-0 pb-5 pb-lg-0"></div>
</div>
<div class="row">
<div class="col-12">
<div class="owl-carousel service-carousel">
<div class="service-item">
<div class="service-img mx-auto">
<img class="rounded-circle w-100 h-100 bg-light p-3" src="img/swiftie.jpg" style="object-fit: cover;">
</div>
<div class="position-relative text-center bg-light rounded p-4 pb-5" style="margin-top: -75px;">
<h5 class="font-weight-semi-bold mt-5 mb-3 pt-5">Singer</h5>
<p>Ilee would love to go to the concert of Taylor Swift😍</p>
<a href="https://www.facebook.com/ileejinndejesus.dj26/posts/pfbid02EAYtE4e32LnoZaPDNvWpEkyP1usiffAFAUq8QVQ4bKjhd5wE7eN6Jh5ySjQn1dqYl" class="border-bottom border-secondary text-decoration-none text-secondary">Source</a>
</div>
</div>
<div class="service-item">
<div class="service-img mx-auto">
<img class="rounded-circle w-100 h-100 bg-light p-3" src="img/pizza.png" style="object-fit: cover;">
</div>
<div class="position-relative text-center bg-light rounded p-4 pb-5" style="margin-top: -75px;">
<h5 class="font-weight-semi-bold mt-5 mb-3 pt-5">Dessert</h5>
<p>Her favorite "dessert" is Double Dutch Ice Cream and Hawaiian Pizza from Greenwich😍😎😁</p>
<a href="https://www.facebook.com/ileejinndejesus.dj26/posts/pfbid0Fm3zvwoJnGzA2LyfsvUi9G9imHkpwRYWpzq8jL3Ahyq6ZSyPFR84ZXzU83Mwqv5pl" class="border-bottom border-secondary text-decoration-none text-secondary">Source</a>
</div>
</div>
<div class="service-item">
<div class="service-img mx-auto">
<img class="rounded-circle w-100 h-100 bg-light p-3" src="img/genie.png" style="object-fit: cover;">
</div>
<div class="position-relative text-center bg-light rounded p-4 pb-5" style="margin-top: -75px;">
<h5 class="font-weight-semi-bold mt-5 mb-3 pt-5">Wish</h5>
<p>If a genie pops out of a bottle and grants her wishes, she would wish for a new cellphone why? because her cellphone is broken...😂😥</p>
<a href="https://www.facebook.com/ileejinndejesus.dj26/posts/pfbid0rcK7svS73h1wW1xRdUVjy7MQrqsXBPok3UdD7pW3UWEuXLq2KEa4FVbXRe5AndN3l" class="border-bottom border-secondary text-decoration-none text-secondary">Source</a>
</div>
</div>
<div class="service-item">
<div class="service-img mx-auto">
<img class="rounded-circle w-100 h-100 bg-light p-3" src="img/watermelon.jpg" style="object-fit: cover;">
</div>
<div class="position-relative text-center bg-light rounded p-4 pb-5" style="margin-top: -75px;">
<h5 class="font-weight-semi-bold mt-5 mb-3 pt-5">Food</h5>
<p>🍉Watermelon🍉</p>
<p><input type="button" value="🍉" onclick="playMusic()" /></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Services End -->
<!-- Portfolio Start -->
<div class="container-fluid my-5 py-5 px-0">
<div class="row justify-content-center m-0">
<div class="col-lg-5">
<h1 class="section-title position-relative text-center mb-5">Some of Ilee's Hobbies😗(that I know of...)</h1>
</div>
</div>
<div class="row m-0 portfolio-container">
<div class="col-lg-4 col-md-6 p-0 portfolio-item">
<div class="position-relative overflow-hidden">
<img class="img-fluid w-100" src="img/kagura.jpg" alt="">
<a class="portfolio-btn" href="img/kagura.jpg" data-lightbox="portfolio">
<i class="fa fa-plus text-primary" style="font-size: 60px;"></i>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 p-0 portfolio-item">
<div class="position-relative overflow-hidden">
<img class="img-fluid w-100" src="img/ship.jpg" alt="">
<a class="portfolio-btn" href="img/ship.jpg" data-lightbox="portfolio">
<i class="fa fa-plus text-primary" style="font-size: 60px;"></i>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 p-0 portfolio-item">
<div class="position-relative overflow-hidden">
<img class="img-fluid w-100" src="img/wattpad.jpg" alt="">
<a class="portfolio-btn" href="img/wattpad.jpg" data-lightbox="portfolio">
<i class="fa fa-plus text-primary" style="font-size: 60px;"></i>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 p-0 portfolio-item">
<div class="position-relative overflow-hidden">
<img class="img-fluid w-100" src="img/RUN.png" alt="">
<a class="portfolio-btn" href="img/RUN.png" data-lightbox="portfolio">
<i class="fa fa-plus text-primary" style="font-size: 60px;"></i>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 p-0 portfolio-item">
<div class="position-relative overflow-hidden">
<img class="img-fluid w-100" src="img/yelan.jpg" alt="">
<a class="portfolio-btn" href="img/yelan.jpgg" data-lightbox="portfolio">
<i class="fa fa-plus text-primary" style="font-size: 60px;"></i>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 p-0 portfolio-item">
<div class="position-relative overflow-hidden">
<img class="img-fluid w-100" src="img/writing.jpg" alt="">
<a class="portfolio-btn" href="img/writing.jpg" data-lightbox="portfolio">
<i class="fa fa-plus text-primary" style="font-size: 60px;"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Portfolio End -->
<!-- Products Start -->
<div class="container-fluid py-5">
<div class="container py-5">
<div class="row">
<div class="col-lg-6">
<h1 class="section-title position-relative mb-5">Her Dislikes</h1>
</div>
<div class="col-lg-6 mb-5 mb-lg-0 pb-5 pb-lg-0"></div>
</div>
<div class="row">
<div class="col-12">
<div class="owl-carousel product-carousel">
<div class="product-item d-flex flex-column align-items-center text-center bg-light rounded py-5 px-3">
<div class="bg-primary mt-n5 py-3" style="width: 80px;">
<h4 class="font-weight-bold text-white mb-0">😡</h4>
</div>
<div class="position-relative bg-primary rounded-circle mt-n3 mb-4 p-3" style="width: 150px; height: 150px;">
<img class="rounded-circle w-100 h-100" src="img/dishes.jpg" style="object-fit: cover;">
</div>
<h5 class="font-weight-bold mb-4">Sorry wala akong alam</h5>
</div>
<div class="product-item d-flex flex-column align-items-center text-center bg-light rounded py-5 px-3">
<div class="bg-primary mt-n5 py-3" style="width: 80px;">
<h4 class="font-weight-bold text-white mb-0">🤬</h4>
</div>
<div class="position-relative bg-primary rounded-circle mt-n3 mb-4 p-3" style="width: 150px; height: 150px;">
<img class="rounded-circle w-100 h-100" src="img/laundry.jpg" style="object-fit: cover;">
</div>
<h5 class="font-weight-bold mb-4">Idk kung bat ko pa to linagay</h5>
</div>
<div class="product-item d-flex flex-column align-items-center text-center bg-light rounded py-5 px-3">
<div class="bg-primary mt-n5 py-3" style="width: 80px;">
<h4 class="font-weight-bold text-white mb-0">💔</h4>
</div>
<div class="position-relative bg-primary rounded-circle mt-n3 mb-4 p-3" style="width: 150px; height: 150px;">
<img class="rounded-circle w-100 h-100" src="img/cheater.jpg" style="object-fit: cover;">
</div>
<h5 class="font-weight-bold mb-4">Magchat tayo</h5>
</div>
<div class="product-item d-flex flex-column align-items-center text-center bg-light rounded py-5 px-3">
<div class="bg-primary mt-n5 py-3" style="width: 80px;">
<h4 class="font-weight-bold text-white mb-0">😤</h4>
</div>
<div class="position-relative bg-primary rounded-circle mt-n3 mb-4 p-3" style="width: 150px; height: 150px;">
<img class="rounded-circle w-100 h-100" src="img/drunk.jpg" style="object-fit: cover;">
</div>
<h5 class="font-weight-bold mb-4">kung ano ang mga hates tas dislike mo</h5>
</div>
<div class="product-item d-flex flex-column align-items-center text-center bg-light rounded py-5 px-3">
<div class="bg-primary mt-n5 py-3" style="width: 80px;">
<h4 class="font-weight-bold text-white mb-0">🤢</h4>
</div>
<div class="position-relative bg-primary rounded-circle mt-n3 mb-4 p-3" style="width: 150px; height: 150px;">
<img class="rounded-circle w-100 h-100" src="img/socializing.jpg" style="object-fit: cover;">
</div>
<h5 class="font-weight-bold mb-4">Sorry na aku lang to😣✊</h5>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Products End -->
<!-- Team Start -->
<div class="container-fluid py-5">
<div class="container py-5">
<div class="row">
<div class="col-lg-6">
<h1 class="section-title position-relative mb-5">Date us we're desperate.</h1>
</div>
<div class="col-lg-6 mb-5 mb-lg-0 pb-5 pb-lg-0"></div>
</div>
<div class="row">
<div class="col-12">
<div class="owl-carousel team-carousel">
<div class="team-item">
<div class="team-img mx-auto">
<img class="rounded-circle w-100 h-100" src="img/roy.jpg" style="object-fit: cover;">
</div>
<div class="position-relative text-center bg-light rounded px-4 py-5" style="margin-top: -100px;">
<h3 class="font-weight-bold mt-5 mb-3 pt-5">Roy</h3>
<h6 class="text-uppercase text-muted mb-4">Contacts</h6>
<div class="d-flex justify-content-center pt-1">
<a class="btn btn-outline-secondary btn-social mr-2" href="https://www.facebook.com/royemmanuel.bernardo.10"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-outline-secondary btn-social mr-2" href="https://www.instagram.com/fakeroytoh"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
<div class="team-item">
<div class="team-img mx-auto">
<img class="rounded-circle w-100 h-100" src="img/bts.jpg" style="object-fit: cover;">
</div>
<div class="position-relative text-center bg-light rounded px-4 py-5" style="margin-top: -100px;">
<h3 class="font-weight-bold mt-5 mb-3 pt-5">Andrei</h3>
<h6 class="text-uppercase text-muted mb-4">Contacts</h6>
<div class="d-flex justify-content-center pt-1">
<a class="btn btn-outline-secondary btn-social mr-2" href="https://twitter.com/NosusChrist"><i class="fab fa-twitter"></i></a>
<a class="btn btn-outline-secondary btn-social mr-2" href="https://www.facebook.com/profile.php?id=100079385284475"><i class="fab fa-facebook-f"></i></a>
</div>
</div>
</div>
<div class="team-item">
<div class="team-img mx-auto">
<img class="rounded-circle w-100 h-100" src="img/gian.jpg" style="object-fit: cover;">
</div>
<div class="position-relative text-center bg-light rounded px-4 py-5" style="margin-top: -100px;">
<h3 class="font-weight-bold mt-5 mb-3 pt-5">Gian</h3>
<h6 class="text-uppercase text-muted mb-4">Contacts</h6>
<div class="d-flex justify-content-center pt-1">
<a class="btn btn-outline-secondary btn-social mr-2" href="https://www.facebook.com/iamgian060606"><i class="fab fa-facebook-f"></i></a>
</div>
</div>
</div>
<div class="team-item">
<div class="team-img mx-auto">
<img class="rounded-circle w-100 h-100" src="img/shella.jpg" style="object-fit: cover;">
</div>
<div class="position-relative text-center bg-light rounded px-4 py-5" style="margin-top: -100px;">
<h3 class="font-weight-bold mt-5 mb-3 pt-5">Shella</h3>
<h6 class="text-uppercase text-muted mb-4">Contacts</h6>
<div class="d-flex justify-content-center pt-1">
<a class="btn btn-outline-secondary btn-social mr-2" href="https://twitter.com/JowaNiJeongyeon"><i class="fab fa-twitter"></i></a>
<a class="btn btn-outline-secondary btn-social mr-2" href="https://www.facebook.com/Skyler8889"><i class="fab fa-facebook-f"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Team End -->
<!-- Testimonial Start -->
<div class="container-fluid py-5">
<div class="container py-5">
<div class="row justify-content-center">
<div class="col-lg-6">
<h1 class="section-title position-relative text-center mb-5">Friends' opinions aboot ilee😙</h1>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="owl-carousel testimonial-carousel">
<div class="text-center">
<i class="fa fa-3x fa-quote-left text-primary mb-4"></i>
<h4 class="font-weight-light mb-4">Intelligent<br>Beautiful<br>Resourceful<br>Great sense of humor<br>Caring<br>And honestly the best friend anyone could ask for.</h4>
<img class="img-fluid mx-auto mb-3" src="img/roy.jpg" alt="">
<h5 class="font-weight-bold m-0">Roy</h5>
<span>Best Friend~</span>
</div>
<div class="text-center">
<i class="fa fa-3x fa-quote-left text-primary mb-4"></i>
<h4 class="font-weight-light mb-4">Idk she's cute and smart..</h4>
<img class="img-fluid mx-auto mb-3" src="img/shela.jpg" alt="">
<h5 class="font-weight-bold m-0">Shella</h5>
<span>Classmate</span>
</div>
<div class="text-center">
<i class="fa fa-3x fa-quote-left text-primary mb-4"></i>
<h4 class="font-weight-light mb-4">Cute mo. (I-I'ts not like I like you or anything...😔✊)</h4>
<img class="img-fluid mx-auto mb-3" src="img/bts.jpg" alt="NO">
<h5 class="font-weight-bold m-0">Akuh</h5>
<span>Classmate(huhu puro classmate)</span>
</div>
<div class="text-center">
<i class="fa fa-3x fa-quote-left text-primary mb-4"></i>
<h4 class="font-weight-light mb-4">Okay namn bro mabait masipag</h4>
<img class="img-fluid mx-auto mb-3" src="img/russel.jpg" alt="">
<h5 class="font-weight-bold m-0">Russel</h5>
<span>Classmate</span>
</div>
<div class="text-center">
<i class="fa fa-3x fa-quote-left text-primary mb-4"></i>
<h4 class="font-weight-light mb-4">Mabait tsaka wife material sya</h4>
<img class="img-fluid mx-auto mb-3" src="img/marco.jpg" alt="">
<h5 class="font-weight-bold m-0">Marquax</h5>
<span>Classmate</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Testimonial End -->
<!-- Footer Start -->
<div class="container-fluid footer bg-light py-5" style="margin-top: 90px;">
<div class="container text-center py-5">
<div class="row">
<div class="col-12 mb-4">
<a href="index.html" class="navbar-brand m-0">
<h1 class="m-0 mt-n2 display-4 text-primary"><span class="text-secondary">i</span>Day</h1>
</a>
</div>
<div class="col-12 mb-4">
<a class="btn btn-outline-secondary btn-social mr-2" href="https://www.facebook.com/ileejinndejesus.dj26"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-outline-secondary btn-social" href="https://www.instagram.com/jinn_lee26/"><i class="fab fa-instagram"></i></a>
</div>
<div class="col-12 mt-2 mb-4">
<div class="row">
<div class="col-sm-6 text-center text-sm-right border-right mb-3 mb-sm-0">
<h5 class="font-weight-bold mb-2">Creators</h5>
<p class="mb-3">Andricole</p>
<a class="mb-2" href="https://github.com/Andricole12">Github account</a>
<p class="mb-0">0927-790-7413</p>
</div>
<div class="col-sm-6 text-center text-sm-left">
<h5 class="font-weight-bold mb-2">Creators</h5>
<p class="mb-3">Roy</p>
<a class="text-primary" href="https://www.facebook.com/royemmanuel.bernardo.10">Facebook <br></a>
<a class="text-primary" href="https://www.instagram.com/fakeroytoh">Instagram</a>
<p class="mb-2">𓁹‿𓁹</p>
</div>
</div>
<div class="col-12">
<p class="mt-2">© <a href="#">Domain</a>. All Rights Reserved. Designed by <a href="https://htmlcodex.com">HTML Codex</a></p>
</div>
</div>
</div>
<p class="d-flex m-0 justify-content-center">love<br> -Amore❤</p>
</div>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-secondary px-2 back-to-top"><i class="fa fa-angle-double-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>