This repository has been archived by the owner on Jan 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
415 lines (395 loc) · 24.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Bulky</title>
<meta name="description" content="Create high quality PDF certificate in bulk" />
<meta name="keywords" content="pdf,certificate,xlsx" />
<meta name="author" content="ahampriyanshu" />
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="asset/img/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="apple-touch-icon" sizes="57x57" href="asset/img/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="asset/img/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="asset/img/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="asset/img/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="asset/img/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="asset/img/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="asset/img/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="asset/img/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="asset/img/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="asset/img/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="asset/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="asset/img/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="asset/img/favicon-16x16.png">
<link rel="shortcut-icon" href="favicon.ico">
<link rel="manifest" href="manifest.json">
<link href="asset/css/style.css" rel="stylesheet" />
<link href="asset/css/tailwind.min.css" rel="stylesheet" />
<link href="asset/css/custom-forms.min.css" rel="stylesheet" />
<script type="text/javascript" src="asset/js/jszip.min.js"></script>
</head>
<body class="leading-relaxed tracking-wide flex flex-col">
<upper class="gradient">
<nav id="header" class="w-full z-30 top-0 text-white py-1 lg:py-6">
<div class="w-full container mx-auto flex flex-wrap items-center justify-between mt-0 px-2 py-2 lg:py-6">
<div class="pl-4 flex items-center">
<a class="hover:no-underline font-bold text-2xl lg:text-4xl" href="index.html">
<img class="w-24 md:w-36" src="asset/img/logo.png" alt="BulkyLogo" />
</a>
</div>
<div class="block lg:hidden pr-4">
<button id="nav-toggle"
class="flex items-center px-3 py-2 border rounded text-gray-500 border-gray-600 hover:text-gray-800 hover:border-green-500 appearance-none focus:outline-none">
<svg class="fill-current h-3 w-3" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<title>Menu</title>
<path d="M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z" />
</svg>
</button>
</div>
<div
class="w-full flex-grow lg:flex lg:items-center lg:w-auto hidden lg:block mt-2 lg:mt-0 text-black p-4 lg:p-0 z-20"
id="nav-content">
<ul class="list-reset lg:flex justify-end flex-1 items-center">
<li class="mr-3">
<a class="inline-block py-2 px-4 text-black font-bold no-underline"
href="https://github.com/ahampriyanshu/bulky/README.md">About</a>
</li>
<li class="mr-3 mt-3 md:mt-0">
<a href="https://github.com/ahampriyanshu/bulky"
class="mx-auto gradient2 lg:mx-0 hover:underline text-gray-800 font-extrabold rounded py-4 px-8 shadow">
GitHub
</a>
</li>
</ul>
</div>
</div>
</nav>
<section>
<div class="container mx-auto">
<div class="text-center px-3 lg:px-0">
<h1 class="my-4 text-2xl md:text-3xl lg:text-5xl font-black leading-tight">
Create high quality PDF certificate in bulk
</h1>
<p class="leading-normal text-gray-800 text-base md:text-xl lg:text-2xl mb-8">
<button class="hover:underline text-gray-600" onclick="openModal()" id="btn">Click here</button> to know how
this works
</p>
<div class="container center">
<form action="javascript:void(0);">
<div class="flex items-center font-extrabold justify-center mt-4">
<div class="file-input mb-12">
<input type="file" id="file" accept=".xlsx, .xls" class="file">
<label for="file">
Upload XLSX File
<p class="file-name text-center"></p>
</label>
</div>
</div>
<input
class="mx-auto gradient2 lg:mx-0 hover:underline text-black font-extrabold rounded mt-4 lg:mt-0 py-4 px-8 shadow"
type="submit" value="Download" id="upload">
</form>
</div>
<a href="#demoForm"
class="inline-block mx-auto lg:mx-0 hover:underline bg-transparent text-gray-600 font-extrabold my-2 md:my-6 py-2 lg:py-4 px-8">
Dowload single PDF instead</a>
</div>
</div>
</section>
</upper>
<section class="mx-auto max-w-2xl mt-12">
<div id="slidesDiv" class="shadow-2xl relative">
<a class="absolute left-0 inset-y-0 flex items-center px-4 text-black hover:text-gray-800 cursor-pointer text-3xl font-extrabold"
onclick="plusSlides(-1)">❮</a>
<a class="absolute right-0 inset-y-0 flex items-center px-4 text-black hover:text-gray-800 cursor-pointer text-3xl font-extrabold"
onclick="plusSlides(1)">❯</a>
<div class="text-center text-white font-light tracking-wider bg-gray-800 py-2">
<p id="caption"></p>
</div>
</div>
</section>
<section>
<div class="container mx-auto flex flex-wrap items-center justify-between mt-12">
<h2 class="w-full my-2 text-2xl lg:text-3xl font-black leading-tight text-center text-gray-800">
Create Single PDF
</h2>
<div class="w-full mb-4">
<div class="h-1 mx-auto gradient w-64 opacity-25 my-0 py-0 rounded-t"></div>
</div>
</div>
<div id="demoForm" class="w-full mx-auto max-w-3xl bg-white p-8 text-gray-700 ">
<div class="flex flex-wrap mb-3">
<div class="relative w-full appearance-none label-floating">
<input
class="name tracking-wide py-2 px-4 mb-3 leading-relaxed appearance-none block w-full bg-gray-200 border border-gray-200 rounded focus:outline-none focus:bg-white focus:border-gray-500"
name="participant" id="participant" type="text" placeholder="Name of the Participant" required>
<label for="participant"
class="absolute tracking-wide py-2 px-4 mb-4 opacity-0 leading-tight block top-0 left-0 cursor-text">
Name of the Participant
</label>
</div>
</div>
<div class="flex flex-wrap mb-6">
<div class="relative w-full appearance-none label-floating">
<input
class="tracking-wide py-2 px-4 mb-3 leading-relaxed appearance-none block w-full bg-gray-200 border border-gray-200 rounded focus:outline-none focus:bg-white focus:border-gray-500"
name="title" id="title" type="text" placeholder="Title of Certificate" required>
<label for="title"
class="absolute tracking-wide py-2 px-4 mb-4 opacity-0 leading-tight block top-0 left-0 cursor-text">
Certificate of Participation
</label>
</div>
</div>
<div class="flex flex-wrap mb-6">
<div class="relative w-full appearance-none label-floating">
<input
class="tracking-wide py-2 px-4 mb-3 leading-relaxed appearance-none block w-full bg-gray-200 border border-gray-200 rounded focus:outline-none focus:bg-white focus:border-gray-500"
name="organisation" id="organisation" type="text" placeholder="Name of the Organisation" required>
<label for="organisation"
class="absolute tracking-wide py-2 px-4 mb-4 opacity-0 leading-tight block top-0 left-0 cursor-text">
Name of the Organisation
</label>
</div>
</div>
<div class="flex flex-wrap mb-6">
<div class="relative w-full appearance-none label-floating">
<textarea rows="4"
class="autoexpand tracking-wide py-2 px-4 mb-3 leading-relaxed appearance-none block w-full bg-gray-200 border border-gray-200 rounded focus:outline-none focus:bg-white focus:border-gray-500"
name="event" id="event" type="text" placeholder="Details of the Event"></textarea>
<label for="event"
class="absolute tracking-wide py-2 px-4 mb-4 opacity-0 leading-tight block top-0 left-0 cursor-text">
Details of the event
</label>
</div>
</div>
<div class="flex flex-wrap mb-6">
<div class="relative w-full appearance-none label-floating">
<input
class="tracking-wide py-2 px-4 mb-3 leading-relaxed appearance-none block w-full bg-gray-200 border border-gray-200 rounded focus:outline-none focus:bg-white focus:border-gray-500"
name="name" id="name" type="text" placeholder="Name of the Organiser" required>
<label for="name"
class="absolute tracking-wide py-2 px-4 mb-4 opacity-0 leading-tight block top-0 left-0 cursor-text">
Name of the Organiser
</label>
</div>
</div>
<div class="flex flex-wrap mb-6">
<div class="relative w-full appearance-none label-floating">
<input
class="tracking-wide py-2 px-4 mb-3 leading-relaxed appearance-none block w-full bg-gray-200 border border-gray-200 rounded focus:outline-none focus:bg-white focus:border-gray-500"
name="designation" id="designation" type="text" placeholder="Designation of the Organiser" required>
<label for="designation"
class="absolute tracking-wide py-2 px-4 mb-4 opacity-0 leading-tight block top-0 left-0 cursor-text">
Designation of the Organiser
</label>
</div>
</div>
<div class="flex flex-wrap mb-6">
<div class="relative w-full appearance-none label-floating">
<input min="1" max="24"
class="tracking-wide py-2 px-4 mb-3 leading-relaxed appearance-none block w-full bg-gray-200 border border-gray-200 rounded focus:outline-none focus:bg-white focus:border-gray-500"
name="layout" id="layout" type="number" placeholder="Enter layout number" required>
<label for="layout"
class="absolute tracking-wide py-2 px-4 mb-4 opacity-0 leading-tight block top-0 left-0 cursor-text">
Enter between 1-38
</label>
</div>
</div>
<div class="container mx-auto">
<div class="text-center px-3 lg:px-0">
<button
class="mx-auto gradient2 lg:mx-0 hover:underline text-gray-800 font-extrabold rounded my-2 md:my-6 py-4 px-8 shadow-lg w-48"
id="submitBtn">
Create PDF
</button>
</div>
</div>
</div>
</div>
</section>
<footer class="bg-white">
<div class="flex pb-5 px-3 justify-center m-auto text-gray-800 text-sm flex-col
md:flex-row max-w-6xl">
<div class="flex justify-center mt-4">
<a href="https://twitter.com/ahampriyanshu" class="w-6 mx-1">
<svg class="fill-current cursor-pointer text-gray-500 hover:text-blue-400" width="100%" height="100%"
viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/"
style="fill-rule: evenodd; clip-rule: evenodd; stroke-linejoin: round; stroke-miterlimit: 2;">
<path id="Twitter" d="M24,12c0,6.627 -5.373,12 -12,12c-6.627,0 -12,-5.373 -12,-12c0,-6.627
5.373,-12 12,-12c6.627,0 12,5.373 12,12Zm-6.465,-3.192c-0.379,0.168
-0.786,0.281 -1.213,0.333c0.436,-0.262 0.771,-0.676
0.929,-1.169c-0.408,0.242 -0.86,0.418 -1.341,0.513c-0.385,-0.411
-0.934,-0.667 -1.541,-0.667c-1.167,0 -2.112,0.945 -2.112,2.111c0,0.166
0.018,0.327 0.054,0.482c-1.754,-0.088 -3.31,-0.929
-4.352,-2.206c-0.181,0.311 -0.286,0.674 -0.286,1.061c0,0.733 0.373,1.379
0.94,1.757c-0.346,-0.01 -0.672,-0.106 -0.956,-0.264c-0.001,0.009
-0.001,0.018 -0.001,0.027c0,1.023 0.728,1.877 1.694,2.07c-0.177,0.049
-0.364,0.075 -0.556,0.075c-0.137,0 -0.269,-0.014 -0.397,-0.038c0.268,0.838
1.048,1.449 1.972,1.466c-0.723,0.566 -1.633,0.904 -2.622,0.904c-0.171,0
-0.339,-0.01 -0.504,-0.03c0.934,0.599 2.044,0.949 3.237,0.949c3.883,0
6.007,-3.217 6.007,-6.008c0,-0.091 -0.002,-0.183 -0.006,-0.273c0.413,-0.298
0.771,-0.67 1.054,-1.093Z"></path>
</svg>
</a>
<a href="http://www.github.com/ahampriyanshu" class="w-6 mx-1">
<svg class="fill-current cursor-pointer text-gray-500 hover:text-black" width="100%" height="100%"
viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="
fill-rule: evenodd;
clip-rule: evenodd;
stroke-linejoin: round;
stroke-miterlimit: 2;
">
<path
d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z" />
</svg>
</a>
<a href="https://www.linkedin.com/in/ahampriyanshu/" class="w-6 mx-1">
<svg class="fill-current cursor-pointer text-gray-500 hover:text-blue-500" width="100%" height="100%"
viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/"
style="fill-rule: evenodd; clip-rule: evenodd; stroke-linejoin: round; stroke-miterlimit: 2;">
<path id="Shape" d="M7.3,0.9c1.5,-0.6 3.1,-0.9 4.7,-0.9c1.6,0 3.2,0.3 4.7,0.9c1.5,0.6 2.8,1.5
3.8,2.6c1,1.1 1.9,2.3 2.6,3.8c0.7,1.5 0.9,3 0.9,4.7c0,1.7 -0.3,3.2
-0.9,4.7c-0.6,1.5 -1.5,2.8 -2.6,3.8c-1.1,1 -2.3,1.9 -3.8,2.6c-1.5,0.7
-3.1,0.9 -4.7,0.9c-1.6,0 -3.2,-0.3 -4.7,-0.9c-1.5,-0.6 -2.8,-1.5
-3.8,-2.6c-1,-1.1 -1.9,-2.3 -2.6,-3.8c-0.7,-1.5 -0.9,-3.1 -0.9,-4.7c0,-1.6
0.3,-3.2 0.9,-4.7c0.6,-1.5 1.5,-2.8 2.6,-3.8c1.1,-1 2.3,-1.9
3.8,-2.6Zm-0.3,7.1c0.6,0 1.1,-0.2 1.5,-0.5c0.4,-0.3 0.5,-0.8 0.5,-1.3c0,-0.5
-0.2,-0.9 -0.6,-1.2c-0.4,-0.3 -0.8,-0.5 -1.4,-0.5c-0.6,0 -1.1,0.2
-1.4,0.5c-0.3,0.3 -0.6,0.7 -0.6,1.2c0,0.5 0.2,0.9 0.5,1.3c0.3,0.4 0.9,0.5
1.5,0.5Zm1.5,10l0,-8.5l-3,0l0,8.5l3,0Zm11,0l0,-4.5c0,-1.4 -0.3,-2.5
-0.9,-3.3c-0.6,-0.8 -1.5,-1.2 -2.6,-1.2c-0.6,0 -1.1,0.2 -1.5,0.5c-0.4,0.3
-0.8,0.8 -0.9,1.3l-0.1,-1.3l-3,0l0.1,2l0,6.5l3,0l0,-4.5c0,-0.6 0.1,-1.1
0.4,-1.5c0.3,-0.4 0.6,-0.5 1.1,-0.5c0.5,0 0.9,0.2 1.1,0.5c0.2,0.3 0.4,0.8
0.4,1.5l0,4.5l2.9,0Z"></path>
</svg>
</a>
<a href="https://www.instagram.com/ahampriyanshu/" class="w-6 mx-1">
<svg class="fill-current cursor-pointer text-gray-500 hover:text-pink-500" width="100%" height="100%"
viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="
fill-rule: evenodd;
clip-rule: evenodd;
stroke-linejoin: round;
stroke-miterlimit: 2;
">
<path
d="M14.829 6.302c-.738-.034-.96-.04-2.829-.04s-2.09.007-2.828.04c-1.899.087-2.783.986-2.87 2.87-.033.738-.041.959-.041 2.828s.008 2.09.041 2.829c.087 1.879.967 2.783 2.87 2.87.737.033.959.041 2.828.041 1.87 0 2.091-.007 2.829-.041 1.899-.086 2.782-.988 2.87-2.87.033-.738.04-.96.04-2.829s-.007-2.09-.04-2.828c-.088-1.883-.973-2.783-2.87-2.87zm-2.829 9.293c-1.985 0-3.595-1.609-3.595-3.595 0-1.985 1.61-3.594 3.595-3.594s3.595 1.609 3.595 3.594c0 1.985-1.61 3.595-3.595 3.595zm3.737-6.491c-.464 0-.84-.376-.84-.84 0-.464.376-.84.84-.84.464 0 .84.376.84.84 0 .463-.376.84-.84.84zm-1.404 2.896c0 1.289-1.045 2.333-2.333 2.333s-2.333-1.044-2.333-2.333c0-1.289 1.045-2.333 2.333-2.333s2.333 1.044 2.333 2.333zm-2.333-12c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6.958 14.886c-.115 2.545-1.532 3.955-4.071 4.072-.747.034-.986.042-2.887.042s-2.139-.008-2.886-.042c-2.544-.117-3.955-1.529-4.072-4.072-.034-.746-.042-.985-.042-2.886 0-1.901.008-2.139.042-2.886.117-2.544 1.529-3.955 4.072-4.071.747-.035.985-.043 2.886-.043s2.14.008 2.887.043c2.545.117 3.957 1.532 4.071 4.071.034.747.042.985.042 2.886 0 1.901-.008 2.14-.042 2.886z" />
</svg>
</a>
</div>
</div>
</footer>
<alert id="alertBox" style="display: none;">
<div class="fixed z-10 inset-0 overflow-y-auto" aria-labelledby="modal-title" role="dialog" aria-modal="true">
<div class="flex items-end justify-center min-h-screen pt-4 px-4 pb-20 text-center sm:block sm:p-0">
<div class="fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity" aria-hidden="true"></div>
<span class="hidden sm:inline-block sm:align-middle sm:h-screen" aria-hidden="true">​</span>
<div
class="inline-block align-bottom bg-white rounded-lg text-left overflow-hidden shadow-xl transform transition-all sm:my-8 sm:align-middle sm:max-w-lg sm:w-full">
<div class="bg-white px-4 pt-5 pb-4 sm:p-6 sm:pb-4">
<div class="sm:flex sm:items-start">
<div
class="mx-auto flex-shrink-0 flex items-center justify-center h-12 w-12 rounded-full bg-red-100 sm:mx-0 sm:h-10 sm:w-10">
<svg class="h-6 w-6 text-red-600" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"
stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z" />
</svg>
</div>
<div class="mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left">
<h3 class="modalTitle text-lg leading-6 font-medium text-gray-900">
</h3>
<div class="mt-2">
<p class="message text-sm text-gray-500">
</p>
</div>
</div>
</div>
</div>
<div class="bg-gray-50 px-4 py-3 sm:px-6 sm:flex sm:flex-row-reverse">
<button onclick="openClose('alertBox', 'Closing Dialog', 'Exiting...')" type="button"
class="w-full inline-flex justify-center rounded-md border border-transparent shadow-sm px-4 py-2 bg-red-600 text-base font-medium text-white hover:bg-red-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-red-500 sm:ml-3 sm:w-auto sm:text-sm">
Close
</button>
</div>
</div>
</div>
</div>
</alert>
<alert id="successBox" style="display: none;">
<div class="fixed z-10 inset-0 overflow-y-auto" aria-labelledby="modal-title" role="dialog" aria-modal="true">
<div class="flex items-end justify-center min-h-screen pt-4 px-4 pb-20 text-center sm:block sm:p-0">
<div class="fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity" aria-hidden="true"></div>
<span class="hidden sm:inline-block sm:align-middle sm:h-screen" aria-hidden="true">​</span>
<div class="inline-block align-bottom bg-white rounded-lg text-left overflow-hidden
shadow-xl transform transition-all sm:my-8 sm:align-middle sm:max-w-lg sm:w-full">
<div class="bg-white px-4 pt-5 pb-4 sm:p-6 sm:pb-4">
<div class="sm:flex sm:items-start">
<div class="mx-auto flex-shrink-0 flex items-center justify-center h-12 w-12 rounded-full
bg-green-100 sm:mx-0 sm:h-10 sm:w-10">
<svg class="h-6 w-6 text-green-600" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"
stroke="currentColor" aria-hidden="true">
<path stroke-width="2"
d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.393 7.5l-5.643 5.784-2.644-2.506-1.856 1.858 4.5 4.364 7.5-7.643-1.857-1.857z" />
</svg>
</div>
<div class="mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left">
<h3 class="modalTitle text-lg leading-6 font-medium text-gray-900">
</h3>
<div class="mt-2">
<p class="message text-sm text-gray-500">
</p>
</div>
</div>
</div>
</div>
<div class="bg-gray-50 px-4 py-3 sm:px-6 sm:flex sm:flex-row-reverse">
<button onclick="openClose('successBox', 'Closing Dialog', 'Exiting...')" type="button"
class="w-full inline-flex justify-center rounded-md border border-transparent shadow-sm px-4 py-2 bg-green-600 text-base font-medium text-white hover:bg-green-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-green-500 sm:ml-3 sm:w-auto sm:text-sm">
Close
</button>
</div>
</div>
</div>
</div>
</alert>
<div
class="main-modal fixed w-full h-100 inset-0 z-50 overflow-hidden flex justify-center items-center animated fadeIn faster"
style="background: rgba(0,0,0,.7); display: none;">
<div
class="border border-yellow-555 shadow-lg modal-container bg-white w-11/12 md:max-w-3xl mx-auto rounded shadow-lg z-50 overflow-y-auto">
<div class="modal-content py-4 text-left px-6">
<div class="flex text-black-555 justify-between items-center pb-3">
<p class="font-bold text-2xl md:text-3xl p-2 md:p-4">How it works</p>
<div class="modal-close cursor-pointer z-50">
<svg class="fill-current text-black" xmlns="http://www.w3.org/2000/svg" width="18" height="18"
viewBox="0 0 18 18">
<path
d="M14.53 4.53l-1.06-1.06L9 7.94 4.53 3.47 3.47 4.53 7.94 9l-4.47 4.47 1.06 1.06L9 10.06l4.47 4.47 1.06-1.06L10.06 9z">
</path>
</svg>
</div>
</div>
<div class="w-full text-center py-10 px-2 bg-gray-200 rounded text-gray-500">
<p> <a class="hover:underline text-gray-800 font-extrabold" href="asset/sample.xlsx">Click here</a> to
download
sample .xlsx file => Enter data in correct sequence => Upload .xlsx => Download .pdf</p>
<p>Or fill up <a class="modal-close hover:underline text-gray-800 font-extrabold" href="#demoForm">this</a>
form to create single pdf instead.</p>
</div>
</div>
</div>
</div>
<script src="asset/js/pdf-lib@1.4.0"></script>
<script src="asset/js/fontkit@0.0.4"></script>
<script src="asset/js/FileSaver.js"></script>
<script src="asset/js/xlsx.full.min.js"></script>
<script src="asset/js/index.js"></script>
</body>
</html>