-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
627 lines (590 loc) · 23.6 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
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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js"> <!--<![endif]-->
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-39433012-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-39433012-2');
</script>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Ivana and Kevin Got Married</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Ivana and Kevin wedding web site" />
<meta name="keywords" content="wedding, kevin, ivana, mexico, html5, css3, mobile first, responsive" />
<meta name="author" content="Kevin Boutin" />
<!-- Facebook and Twitter integration -->
<meta property="og:title" content="" />
<meta property="og:image" content="" />
<meta property="og:url" content="" />
<meta property="og:site_name" content="" />
<meta property="og:description" content="" />
<meta name="twitter:title" content="" />
<meta name="twitter:image" content="" />
<meta name="twitter:url" content="" />
<meta name="twitter:card" content="" />
<link href="https://fonts.googleapis.com/css?family=Work+Sans:400,300,600,400italic,700" rel="stylesheet"
type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Sacramento" rel="stylesheet" type="text/css" />
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css" type="text/css" />
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css" type="text/css" />
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css" type="text/css" />
<!-- Magnific Popup -->
<link rel="stylesheet" href="css/magnific-popup.css" type="text/css" />
<!-- Owl Carousel -->
<link rel="stylesheet" href="css/owl.carousel.min.css" type="text/css" />
<link rel="stylesheet" href="css/owl.theme.default.min.css" type="text/css" />
<!-- Theme style -->
<link rel="stylesheet" href="css/style.css" type="text/css" />
<link rel="apple-touch-icon" sizes="57x57" href="apple-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="60x60" href="apple-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="72x72" href="apple-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="apple-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="apple-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="apple-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="apple-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="apple-icon-152x152.png" />
<link rel="apple-touch-icon" sizes="180x180" href="apple-icon-180x180.png" />
<link rel="icon" type="image/png" sizes="192x192" href="android-icon-192x192.png" />
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="96x96" href="favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png" />
<link rel="manifest" href="manifest.json" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-TileImage" content="ms-icon-144x144.png" />
<meta name="theme-color" content="#ffffff" />
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="iak-loader"></div>
<div id="page">
<nav class="iak-nav" role="navigation">
<div class="container">
<div class="row">
<div class="col-xs-2">
<div id="iak-logo"><a href="index.html">Wedding<strong>.</strong></a></div>
</div>
<div class="col-xs-10 text-right menu-1">
<ul>
<li class="active"><a href="index.html" title="Planned Events">Events</a></li>
<li><a href="#story" rel="section" title="Our Story">Story</a></li>
<li><a href="#gallery" rel="section" title="Photo Gallery">Gallery</a></li>
<li><a href="#wishes" rel="section" title="Friendly Wishes">Wishes</a></li>
<li><a href="#location" rel="section" title="Location">Location</a></li>
<li><a href="#contact" rel="section" title="RSVP/Contact">RSVP/Contact</a></li>
</ul>
</div>
</div>
</div>
</nav>
<header id="iak-header" class="iak-cover" role="banner" style="background-image:url(images/img_bg_6.jpg);"
data-stellar-background-ratio="0.5">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<div class="display-t">
<div class="display-tc animate-box" data-animate-effect="fadeIn">
<h1>Ivana & Kevin</h1>
<h2>We Are Getting Married</h2>
<div class="simply-countdown simply-countdown-one"></div>
<p><a href="#" id="save-date" class="btn btn-default btn-sm">Save the date</a>
<a href="http://add.eventable.com/events/59ac1abbf3139b0015442ee9/59ac1abc25b793001ac76011/"
class="eventable-link" target="_blank" data-key="59ac1abbf3139b0015442ee9"
data-event="59ac1abc25b793001ac76011" style="display: none;"
data-target="save-date">Add to Calendar</a>
</p>
<script>!function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (!d.getElementById(id)) { js = d.createElement(s); js.id = id; js.src = 'https://plugins.eventable.com/eventable.js'; fjs.parentNode.insertBefore(js, fjs); } }(document, 'script', 'eventable-script');</script>
</div>
</div>
</div>
</div>
</div>
</header>
<div id="iak-couple">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center iak-heading animate-box">
<h2>Hello!</h2>
<h3>May 12, 2018 - Playa del Carmen, Mexico</h3>
<p>Welcome to our wedding site. This site will be the best source for information about our
wedding so please visit again if you require any further information. We will update
this site as we get closer to the events. Please RSVP below and remember that you can
always update the RSVP by submitting again. Only your last RSVP will be retained. Please
RSVP by February 1, 2018.</p>
<p>There will be no wedding registry. Your attendance is our gift so please do not give us
gifts.</p>
</div>
</div>
<div class="couple-wrap animate-box">
<div class="couple-half">
<div class="groom">
<img src="images/groom.jpg" alt="groom" class="img-responsive">
</div>
<div class="desc-groom">
<h3>Kevin Boutin</h3>
<p>Born in Atlanta USA, Kevin works as a software engineer and is an avid soccer and
volleyball player with a penchant for wine.</p>
</div>
</div>
<p class="heart text-center"><i class="icon-heart2"></i></p>
<div class="couple-half">
<div class="bride">
<img src="images/bride.jpg" alt="groom" class="img-responsive">
</div>
<div class="desc-bride">
<h3>Ivana Massud</h3>
<p>Born in San Juan Argentina, Ivana moved to the USA in pursuit of her PhD not knowing
that she would meet the love of her life.</p>
</div>
</div>
</div>
</div>
</div>
<div id="iak-event" class="iak-bg" style="background-image:url(images/img_bg_3.jpg);">
<div class="overlay"></div>
<div class="container">
<section id="events">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center iak-heading animate-box">
<span>Our Special Events</span>
<h2>Wedding Events</h2>
</div>
</div>
<div class="row">
<div class="display-t">
<div class="display-tc">
<div class="col-md-10 col-md-offset-1">
<div class="col-md-6 col-sm-6 text-center">
<div class="event-wrap animate-box">
<h3>Main Ceremony</h3>
<div class="event-col">
<i class="icon-clock"></i>
<span>5:00 PM</span>
<span>6:30 PM</span>
</div>
<div class="event-col">
<i class="icon-calendar"></i>
<span>Saturday 12</span>
<span>May, 2018</span>
</div>
<p>Join us on the beach for the main ceremony. Please be early as to not
interrupt the service. There will be a cocktail hour immediately
following the ceremony with light hors d'oeuvres, cocktails and
a mariachi band.</p>
</div>
</div>
<div class="col-md-6 col-sm-6 text-center">
<div class="event-wrap animate-box">
<h3>Wedding Reception</h3>
<div class="event-col">
<i class="icon-clock"></i>
<span>6:30 PM</span>
<span>9:30 PM</span>
</div>
<div class="event-col">
<i class="icon-calendar"></i>
<span>Saturday 12</span>
<span>May, 2018</span>
</div>
<p>The reception will also take place on the beach. There will be
platforms for dancing and other festivities. A DJ will provide the
music. For those that wish to party late, we will venture to one of
the night spots in the resort once the reception closes.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<div id="iak-couple-story">
<div class="container">
<section id="story">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center iak-heading animate-box">
<span>We Love Each Other</span>
<h2>Our Story</h2>
<p>Both Ivana and Kevin have never been engaged before. Their paths never crossed prior
to their first date despite knowing some of the same people in Atlanta. Timing is
incredibly important and they feel fortunate to have met each other when they did.</p>
</div>
</div>
<div class="row">
<div class="col-md-12 col-md-offset-0">
<ul class="timeline animate-box">
<li class="animate-box">
<div class="timeline-badge" style="background-image:url(images/couple-1.jpg);">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h3 class="timeline-title">First Date</h3>
<span class="date">June 9, 2016</span>
</div>
<div class="timeline-body">
<p>We first met for a drink at Apres Diem in midtown Atlanta.</p>
</div>
</div>
</li>
<li class="timeline-inverted animate-box">
<div class="timeline-badge" style="background-image:url(images/couple-2.jpg);">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h3 class="timeline-title">In A Relationship</h3>
<span class="date">July, 2016</span>
</div>
<div class="timeline-body">
<p>Knowing this was something special, we agreed to date exclusively after a
few dates.</p>
</div>
</div>
</li>
<li class="animate-box">
<div class="timeline-badge" style="background-image:url(images/couple-3.jpg);">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h3 class="timeline-title">Engaged</h3>
<span class="date">February 22, 2017</span>
</div>
<div class="timeline-body">
<p>While Ivana was working in Puerto Rico, Kevin visited her and proposed on
Condado beach in San Juan.</p>
</div>
</div>
</li>
</ul>
</div>
</div>
</section>
</div>
</div>
<div id="iak-gallery" class="iak-section-gray">
<div class="container">
<section id="gallery">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center iak-heading animate-box">
<span>Our Memories</span>
<h2>Wedding Gallery</h2>
<p>It is easy for everyone to contribute to our wedding gallery. Just post your wedding
picture on Instagram or Twitter with the hashtag #IvanaAndKevinWedding and we will
grab it and put it in our gallery below.</p>
</div>
</div>
<div class="row row-bottom-padded-md">
<div class="col-md-12">
<ul id="iak-gallery-list">
<li class="one-third animate-box" data-animate-effect="fadeIn"
style="background-image: url(images/gallery-1.jpg); ">
<a href="images/gallery-1.jpg">
<div class="case-studies-summary">
<span>0 Photos</span>
<h2>Rehearsal</h2>
</div>
</a>
</li>
<li class="one-third animate-box" data-animate-effect="fadeIn"
style="background-image: url(images/gallery-ceremony.jpg); ">
<a href="ceremony.html" class="color-1">
<div class="case-studies-summary">
<span>23 Photos</span>
<h2>Ceremony</h2>
</div>
</a>
</li>
<li class="one-third animate-box" data-animate-effect="fadeIn"
style="background-image: url(images/gallery-cocktailhour.jpg); ">
<a href="cocktailhour.html" class="color-2">
<div class="case-studies-summary">
<span>11 Photos</span>
<h2>Cocktail Hour</h2>
</div>
</a>
</li>
<li class="one-third animate-box" data-animate-effect="fadeIn"
style="background-image: url(images/gallery-reception.jpg); ">
<a href="reception.html" class="color-3">
<div class="case-studies-summary">
<span>1 Photos</span>
<h2>Reception</h2>
</div>
</a>
</li>
<li class="one-third animate-box" data-animate-effect="fadeIn"
style="background-image: url(images/gallery-5.jpg); ">
<a href="#" class="color-4">
<div class="case-studies-summary">
<span>0 Photos</span>
<h2>After the Wedding</h2>
</div>
</a>
</li>
<li class="one-third animate-box" data-animate-effect="fadeIn"
style="background-image: url(images/gallery-6.jpg); ">
<a href="#" class="color-5">
<div class="case-studies-summary">
<span>0 Photos</span>
<h2>Other</h2>
</div>
</a>
</li>
</ul>
</div>
</div>
</section>
</div>
</div>
<div id="iak-testimonial">
<div class="container">
<section id="wishes">
<div class="row">
<div class="row animate-box">
<div class="col-md-8 col-md-offset-2 text-center iak-heading">
<span>Best Wishes</span>
<h2>Friends and Family Wishes</h2>
</div>
</div>
<div class="row animate-box">
<div class="col-md-10 col-md-offset-1">
<p id="wishes-message" class="col-md-8 col-md-offset-2 text-center"></p>
<form class="form-inline">
<div class="col-md-4 col-sm-4">
<div class="form-group">
<label for="namewishes" class="sr-only">Name</label>
<input type="text" class="form-control" id="namewishes" placeholder="Name"
maxlength="60">
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="form-group">
<label for="message" class="sr-only">Message</label>
<input type="text" class="form-control" id="message"
placeholder="Your Message" maxlength="2000" />
</div>
</div>
<div class="col-md-4 col-sm-4">
<button type="submit" id="btn-wishes"
class="btn btn-default btn-block btn-form">Send Wishes
</button>
</div>
</form>
</div>
</div>
<div class="row">
<div class="col-md-12 animate-box">
<div class="wrap-testimony">
<div class="owl-carousel-fullwidth">
<div class="item">
<div class="testimony-slide active text-center">
<span>Robert & Malu</span>
<blockquote>
<p>"So happy to celebrate this day with you both! We love you
."</p>
</blockquote>
</div>
</div>
<div class="item">
<div class="testimony-slide active text-center">
<span>Michael & Guisela</span>
<blockquote>
<p>"Congratulations on this special day. We cannot wait to
celebrate this unforgettable day with you and your loved ones.
We are booked, packed and ready to go!!:)"</p>
</blockquote>
</div>
</div>
<div class="item">
<div class="testimony-slide active text-center">
<span>Ana & Shane</span>
<blockquote>
<p>"Cannot wait to celebrate this amazing day with you. Best
wishes from both of us."</p>
</blockquote>
</div>
</div>
<div class="item">
<div class="testimony-slide active text-center">
<span>Marco & Cecilia</span>
<blockquote>
<p>"We are so happy the two of you found each other! We
cannot wait to share this once in a lifetime experience with
you guys! Playa, get ready!"</p>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<div id="iak-services" class="iak-section-gray">
<div class="container">
<section id="location">
<div class="row animate-box">
<div class="col-md-8 col-md-offset-2 text-center iak-heading">
<span>Where Is It?</span>
<h2>Location</h2>
<p>The Royal Playa del Carmen and The Gran Porto resorts are located here about a 45 minute
drive south of Cancún. All wedding events will take place on the beach at The Royal.
The Gran Porto is an option for those attending with children. The Royal is an
adult-only resort; however, The Gran Porto is under the same management and is
adjacent to The Royal for your convenience. All wedding-related events will be
accessible from both resorts.</p>
<h2>Dress</h2>
<p>The dress code during the wedding ceremony and reception is beach formal or beach
chic.</p>
<p>The weather will most likely be hot and breezy on the beach. Men should wear pants
with light fabrics (chinos, linen, cotton are great), shoes and a collared shirt
(polo shirts are fine).
Women can wear long or short dresses (fun colors encouraged) - not too much and not too
little. Wedges or flats are ideal. Flip-flops or heals could be problematic.</p>
</div>
</div>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div id="map">
</div>
</div>
</div>
</section>
</div>
</div>
<div id="iak-started" class="iak-bg" style="background-image:url(images/img_bg_5.jpg);">
<div class="overlay"></div>
<div class="container">
<section id="contact">
<div class="row animate-box">
<div class="col-md-8 col-md-offset-2 text-center iak-heading">
<h2>Are You Attending?</h2>
<p class="no-alpha">Please submit the form to notify us that you are attending. If you
need to update your RSVP, you can just resubmit at any time. Please use a valid email
for yourself in case we need to send you updates. Thanks.</p>
</div>
</div>
<div class="row animate-box">
<div class="col-md-10 col-md-offset-1">
<p id="rsvp-message" class="col-md-8 col-md-offset-2 text-center"></p>
<form class="form-inline">
<div class="col-md-3 col-sm-3">
<div class="form-group">
<label for="name" class="sr-only">Name</label>
<input type="text" class="form-control" id="name" placeholder="Name"
maxlength="60">
</div>
</div>
<div class="col-md-3 col-sm-3">
<div class="form-group">
<label for="email" class="sr-only">Email</label>
<input type="email" class="form-control" id="email" placeholder="Email"
maxlength="100">
</div>
</div>
<div class="col-md-3 col-sm-3">
<div class="form-group">
<label for="people" class="sr-only">Number of People</label>
<input type="number" class="form-control" id="people"
placeholder="Number of People" maxlength="2">
</div>
</div>
<div class="col-md-3 col-sm-3">
<button type="submit" id="btn-attend" class="btn btn-default btn-block">I am
Attending</button>
</div>
</form>
</div>
</div>
</section>
</div>
</div>
<footer id="iak-footer" role="contentinfo">
<div class="container">
<div class="row copyright">
<div class="col-md-12 text-center">
<p>
<small class="block">© 2017-2018 Kevin Boutin. All Rights Reserved.</small>
<small class="block">Designed and developed by <a href="http://kevinboutin.me/"
target="_blank" title="my site">Kevin Boutin</a></small>
</p>
<ul class="iak-social-icons">
<li><a href="me [at] kevinboutin [dot] me" title="email me"
onclick="this.href='mailto:' + 'me' + '@' + 'kevinboutin.me'"><i
class="icon-email"></i></a></li>
<li><a href="https://plus.google.com/100734934401965975191" title="google plus"><i
class="icon-google"></i></a></li>
<li><a href="https://twitter.com/kevboutin" title="twitter"><i class="icon-twitter"></i></a>
</li>
<li><a href="https://www.facebook.com/kevin.boutin" title="facebook"><i
class="icon-facebook"></i></a></li>
<li><a href="https://www.linkedin.com/in/kevinboutin" title="linkedIn"><i
class="icon-linkedin"></i></a></li>
<li><a href="https://www.instagram.com/kboutin/" title="instagram"><i
class="icon-instagram"></i></a></li>
<li><a href="https://github.com/kevboutin" title="github"><i class="icon-github"></i></a>
</li>
</ul>
</div>
</div>
</div>
</footer>
</div>
<div class="gototop js-top">
<a href="#" class="js-gotop"><i class="icon-arrow-up"></i></a>
</div>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Carousel -->
<script src="js/owl.carousel.min.js"></script>
<!-- countTo -->
<script src="js/jquery.countTo.js"></script>
<!-- Stellar -->
<script src="js/jquery.stellar.min.js"></script>
<!-- Magnific Popup -->
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific-popup-options.js"></script>
<!-- Simply Countdown -->
<script src="js/simplyCountdown.js"></script>
<!-- Solve issues with browsers that do not have a console -->
<script src="js/plugins.js"></script>
<!-- Google Maps -->
<script src="js/google_map.js"></script>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAdrbN0j4aqBCFHP_zdvPqGCJIoadfmtGo&callback=initMap">
</script>
<!-- Main -->
<script src="js/main.js"></script>
<script>
simplyCountdown('.simply-countdown-one', {
year: 2018,
month: 5,
day: 12
});
</script>
</body>
</html>