-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
445 lines (445 loc) · 43 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
<!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">
<title>Simple URL Shortener - MAVN Click Finder</title>
<meta name="title" content="Simple URL Shortener - MAVN Click Finder">
<meta property="og:type" content="website">
<meta property="og:url" content="https://mavn.cf/">
<meta property="og:title" content="Simple URL Shortener - MAVN Click Finder">
<meta property="og:description" content="MAVN Click Finder is a free, simple, and easy-to-use tool to shorten any long URL into something easier to remember and share.">
<meta property="og:image" content="https://mavn.cf/img/social.jpg">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://mavn.cf/">
<meta property="twitter:title" content="Simple URL Shortener - MAVN Click Finder">
<meta property="twitter:description" content="MAVN Click Finder is a free, simple, and easy-to-use tool to shorten any long URL into something easier to remember and share.">
<meta property="twitter:image" content="https://mavn.cf/img/social.jpg">
<link rel="apple-touch-icon" sizes="180x180" href="img/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/icons/favicon-16x16.png">
<link rel="manifest" href="img/icons/site.webmanifest">
<link rel="stylesheet" href="css/style.css">
<script src="js/head.js"></script>
<script type="application/ld+json">
{
"@context": "http://www.schema.org",
"@type": "WebSite",
"name": "MAVN",
"alternateName": "MAVN URL Shortener",
"url": "https://mavn.cf"
}
</script>
</head>
<body class="is-boxed">
<div class="body-wrap boxed-container">
<header class="site-header">
<div class="container">
<div class="site-header-inner">
<div class="header-links">
<h1 class="m-0"><a href="/" title="MAVN">MAVN</a></h1>
</div>
</div>
</div>
</header>
<main>
<section class="hero">
<div class="container">
<div class="hero-inner">
<div class="hero-copy">
<h1 class="hero-title mt-0 is-revealing">Simple URL Shortener</h1>
<p class="hero-paragraph is-revealing">MAVN Click Finder (.cf) is a free, simple, and easy-to-use tool to shorten any long URL into something easier to remember and share.</p>
<div class="hero-form field field-grouped is-revealing">
<div class="control control-expanded">
<input class="input" type="url" id="long-url" placeholder="Paste your long URL" required>
<input class="input" type="text" maxlength="20" id="url-alias" placeholder="Custom alias (optional)">
<p id="error-message"></p>
</div>
<div class="control">
<button class="button button-primary button-block" type="button" id="submit-button">Shorten URL</button>
</div>
</div>
<input class="input" type="text" id="short-url" placeholder="Your new short URL" disabled>
<p id="sucess-message"></p>
<p class="hero-small is-revealing"><strong>30 Day Retention</strong>: To reduce server load and to keep this service free, short links older than 30 days will be deleted automatically.</p>
</div>
<div class="hero-illustration">
<div class="hero-bg">
<svg width="720" height="635">
<defs>
<linearGradient x1="50%" y1="0%" x2="50%" y2="97.738%" id="a">
<stop stop-color="#151616" offset="0%"/>
<stop stop-color="#222424" offset="100%"/>
</linearGradient>
</defs>
<path d="M0 0h720v504.382L279.437 630.304c-53.102 15.177-108.454-15.567-123.631-68.669-.072-.25-.142-.5-.211-.75L0 0z" fill="url(#a)" fill-rule="evenodd"/>
</svg>
</div>
<div class="hero-square hero-square-1 is-moving-object is-rotating">
<svg width="220" height="220">
<defs>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="square-1-a">
<stop stop-color="#5521FF" offset="0%"/>
<stop stop-color="#5521FF" stop-opacity=".32" offset="100%"/>
</linearGradient>
<linearGradient x1="18.74%" y1="17.384%" x2="96.787%" y2="88.669%" id="square-1-b">
<stop stop-color="#D649FF" stop-opacity="0" offset="0%"/>
<stop stop-color="#D649FF" offset="53.489%"/>
<stop stop-color="#D649FF" stop-opacity="0" offset="100%"/>
</linearGradient>
</defs>
<g fill="none" fill-rule="evenodd">
<path fill="url(#square-1-a)" opacity=".64" d="M0 0h220v220H0z"/>
<path d="M0 65.022V61.7c51.102-26.116 77.322-13.388 77.322 38.41 0 57.718 25.944 67.701 79.782 30.373l1.709 2.466c-55.678 38.604-84.491 27.517-84.491-32.839 0-49.494-24.315-61.27-74.322-35.087z" fill="url(#square-1-b)" fill-rule="nonzero" opacity=".701"/>
<path d="M113.203 220c2.943-57.607 37.666-164 90.473-164 4.973 0 10.458.203 16.324.614v77.24c-5.819.237-11.3 1.007-16.324 2.458-32.685 9.44-57.608 55.87-72.976 83.688h-17.497z" fill-opacity=".096" fill="#D649FF"/>
</g>
</svg>
</div>
<div class="hero-square hero-square-2 is-moving-object is-rotating">
<svg width="88" height="88">
<defs>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="square-2-a">
<stop stop-color="#5521FF" offset="0%"/>
<stop stop-color="#5521FF" stop-opacity=".32" offset="100%"/>
</linearGradient>
<linearGradient x1="-31.43%" y1="104.265%" x2="143.71%" y2="43.581%" id="square-2-b">
<stop stop-color="#D649FF" stop-opacity=".24" offset="0%"/>
<stop stop-color="#D649FF" stop-opacity=".16" offset="100%"/>
</linearGradient>
</defs>
<g fill="none" fill-rule="evenodd">
<path fill="url(#square-2-a)" d="M0 0h88v88H0z"/>
<path d="M19.717 36.579C13.824 33.969 7.004 32.555 0 31.535V0h88v88H76.869C59.773 67.766 40.697 45.872 19.717 36.579z" fill="url(#square-2-b)"/>
</g>
</svg>
</div>
<div class="hero-square hero-square-3 is-moving-object is-rotating">
<svg width="64" height="64">
<defs>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="square-3-a">
<stop stop-color="#5521FF" offset="0%"/>
<stop stop-color="#5521FF" stop-opacity=".16" offset="100%"/>
</linearGradient>
<linearGradient x1="-58.825%" y1="39.622%" x2="81.589%" y2="-11.971%" id="square-3-b">
<stop stop-color="#D649FF" stop-opacity=".24" offset="0%"/>
<stop stop-color="#D649FF" stop-opacity=".163" offset="100%"/>
</linearGradient>
</defs>
<g fill="none" fill-rule="evenodd" opacity=".64">
<path fill="url(#square-3-a)" d="M0 0h64v64H0z"/>
<path d="M14.03 0C27.176 13.07 42 27.791 42 38.165c0 17.46-14.154-11.127-31.614-11.127-2.67 0-6.289.931-10.386 2.406V0h14.03z" fill="url(#square-3-b)"/>
</g>
</svg>
</div>
<div class="hero-square hero-square-4 is-moving-object is-rotating">
<svg width="320" height="320">
<defs>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="square-4-a">
<stop stop-color="#5521FF" offset="0%"/>
<stop stop-color="#5521FF" stop-opacity=".32" offset="100%"/>
</linearGradient>
<linearGradient x1="18.74%" y1="17.384%" x2="96.787%" y2="88.669%" id="square-4-b">
<stop stop-color="#D649FF" stop-opacity="0" offset="0%"/>
<stop stop-color="#D649FF" offset="53.489%"/>
<stop stop-color="#D649FF" stop-opacity="0" offset="100%"/>
</linearGradient>
<linearGradient x1="0%" y1="57.64%" x2="94.346%" y2="8.32%" id="square-4-c">
<stop stop-color="#D649FF" stop-opacity=".24" offset="0%"/>
<stop stop-color="#D649FF" stop-opacity=".16" offset="100%"/>
</linearGradient>
<radialGradient cx="100%" cy="100%" fx="100%" fy="100%" r="136.8%" id="square-4-d">
<stop stop-color="#D649FF" offset="0%"/>
<stop stop-color="#D649FF" stop-opacity="0" offset="100%"/>
</radialGradient>
<radialGradient cx="100%" cy="100%" fx="100%" fy="100%" r="140.264%" id="square-4-e">
<stop stop-color="#D649FF" offset="0%"/>
<stop stop-color="#D649FF" stop-opacity="0" offset="100%"/>
</radialGradient>
<radialGradient cx="100%" cy="100%" fx="100%" fy="100%" r="137.638%" id="square-4-f">
<stop stop-color="#D649FF" offset="0%"/>
<stop stop-color="#D649FF" stop-opacity="0" offset="100%"/>
</radialGradient>
</defs>
<g fill="none" fill-rule="evenodd">
<rect fill="url(#square-4-a)" width="320" height="320" rx="2"/>
<path d="M278.958 209.715c-54.758 37.966-82.136 27.43-82.136-31.606s-34.335-65.905-103.005-20.607C49.492 185.246 33.604 160.412 46.154 83" stroke="url(#square-4-b)" stroke-width="3"/>
<path d="M71.05 41.844c57.243-16.532 154.657 38.697 154.657-16.532 0-8.934-4.692-17.934-10.123-25.312H0v99.92c19.6-22.665 44.942-50.536 71.05-58.076z" fill="url(#square-4-c)"/>
<path d="M320 320V66C179.72 66 66 179.72 66 320h254z" fill="url(#square-4-d)" opacity=".16"/>
<path d="M320 320V131c-104.382 0-189 84.618-189 189h189z" fill="url(#square-4-e)" opacity=".32"/>
<path d="M320 320V196c-68.483 0-124 55.517-124 124h124z" fill="url(#square-4-f)"/>
</g>
</svg>
</div>
<div class="hero-square hero-square-5 is-moving-object is-rotating">
<svg width="141" height="140">
<defs>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="square-5-a">
<stop stop-color="#5521FF" offset="0%"/>
<stop stop-color="#5521FF" stop-opacity=".32" offset="100%"/>
</linearGradient>
<linearGradient x1="27.288%" y1="50%" x2="172.696%" y2="-8.701%" id="square-5-b">
<stop stop-color="#D649FF" stop-opacity=".24" offset="0%"/>
<stop stop-color="#D649FF" stop-opacity=".16" offset="100%"/>
</linearGradient>
<linearGradient x1="18.74%" y1="17.384%" x2="96.787%" y2="88.669%" id="square-5-c">
<stop stop-color="#D649FF" stop-opacity="0" offset="0%"/>
<stop stop-color="#D649FF" offset="53.489%"/>
<stop stop-color="#D649FF" stop-opacity="0" offset="100%"/>
</linearGradient>
</defs>
<g fill="none" fill-rule="evenodd">
<path opacity=".24" fill="url(#square-5-a)" d="M19 18h128v128H19z" transform="translate(-6 -6)"/>
<path d="M147 76.088V18h-35.004c-4.63 24.206-16.838 55.057-44.819 79.224-63.217 54.6 46.59-21.136 79.823-21.136z" opacity=".24" fill="url(#square-5-b)" transform="translate(-6 -6)"/>
<path d="M0 0l39.459 40.249" stroke="url(#square-5-c)" stroke-width="3" transform="translate(-6 -6)"/>
</g>
</svg>
</div>
<div class="hero-square hero-square-6 is-moving-object is-rotating">
<svg width="128" height="128">
<defs>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="square-6-a">
<stop stop-color="#5521FF" offset="0%"/>
<stop stop-color="#5521FF" stop-opacity=".32" offset="100%"/>
</linearGradient>
<linearGradient x1="14.98%" y1="57.941%" x2="95.966%" y2="33.366%" id="square-6-b">
<stop stop-color="#D649FF" stop-opacity=".24" offset="0%"/>
<stop stop-color="#D649FF" stop-opacity=".16" offset="100%"/>
</linearGradient>
<linearGradient x1="97.033%" y1="97.033%" x2="0%" y2="0%" id="square-6-c">
<stop stop-color="#D649FF" offset="0%"/>
<stop stop-color="#D649FF" stop-opacity=".24" offset="100%"/>
</linearGradient>
<linearGradient x1="18.74%" y1="17.384%" x2="96.787%" y2="88.669%" id="square-6-d">
<stop stop-color="#D649FF" stop-opacity="0" offset="0%"/>
<stop stop-color="#D649FF" offset="53.489%"/>
<stop stop-color="#D649FF" stop-opacity="0" offset="100%"/>
</linearGradient>
</defs>
<g fill="none" fill-rule="evenodd">
<path fill="url(#square-6-a)" d="M0 0h128v128H0z"/>
<path d="M27.652 128H0V32.762c13.602-4.224 26.559-6.606 36.988-6.606 42.25 0-38.976 13.508-19.488 50.235C25.002 90.529 28.544 109.73 27.652 128z" fill="url(#square-6-b)"/>
<path fill="url(#square-6-c)" opacity=".32" d="M88 88h40v40H88z"/>
<path d="M69 68l39.459 40.249" stroke="url(#square-6-d)" stroke-width="3"/>
</g>
</svg>
</div>
<div class="hero-square hero-square-7 is-moving-object is-rotating">
<svg width="64" height="64">
<defs>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="square-7-a">
<stop stop-color="#5521FF" offset="0%"/>
<stop stop-color="#5521FF" stop-opacity=".32" offset="100%"/>
</linearGradient>
<radialGradient cx="-5.754%" cy="67.691%" fx="-5.754%" fy="67.691%" r="140.869%" gradientTransform="scale(-1 -.64163) rotate(55.582 1.643 -.08)" id="square-7-b">
<stop stop-color="#D649FF" offset="0%"/>
<stop stop-color="#D649FF" stop-opacity="0" offset="100%"/>
</radialGradient>
<linearGradient x1="0%" y1="23.176%" x2="96.787%" y2="88.669%" id="square-7-c">
<stop stop-color="#D649FF" stop-opacity="0" offset="0%"/>
<stop stop-color="#D649FF" offset="32.912%"/>
<stop stop-color="#D649FF" stop-opacity="0" offset="100%"/>
</linearGradient>
</defs>
<g fill="none" fill-rule="evenodd" opacity=".601">
<path fill="url(#square-7-a)" d="M0 0h64v64H0z"/>
<path d="M0 64V.1C22.901 1.644 41 20.709 41 44c0 7.202-1.73 14-4.798 20H0z" fill="url(#square-7-b)"/>
<path d="M63.925 58.495c-4.136-2.459-9.143-4.747-15.272-6.916-23.745-8.402-32.768-20.182-27.972-32.9 2.7-7.16 9.914-13.947 18.763-18.679h7.221c-10.84 4.263-20.209 11.866-23.177 19.737-4.076 10.81 3.808 21.103 26.166 29.014 5.524 1.955 10.252 4.048 14.271 6.3v3.444z" fill="url(#square-7-c)" fill-rule="nonzero"/>
</g>
</svg>
</div>
<div class="hero-square hero-square-8 is-moving-object is-rotating">
<svg width="40" height="40">
<defs>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="square-8-a">
<stop stop-color="#5521FF" offset="0%"/>
<stop stop-color="#5521FF" stop-opacity=".32" offset="100%"/>
</linearGradient>
<linearGradient x1="66.071%" y1="50%" x2="168.952%" y2="11.585%" id="square-8-b">
<stop stop-color="#D649FF" stop-opacity=".123" offset="0%"/>
<stop stop-color="#D649FF" stop-opacity=".16" offset="100%"/>
</linearGradient>
</defs>
<g fill="none" fill-rule="evenodd">
<path fill="url(#square-8-a)" opacity=".24" d="M0 0h40v40H0z"/>
<path d="M40 0h-4.67c-.999 7.225-3.804 17.536-12.85 25.35-15.393 13.294 5.041-.287 17.36-4.644L40 0z" fill="url(#square-8-b)"/>
</g>
</svg>
</div>
<div class="hero-dots hero-dots-1 is-moving-object is-translating" data-translating-factor="160">
<svg width="279" height="97">
<g fill="#D649FF" fill-rule="evenodd">
<path d="M71.686 0l-2.899 1.334L68 4.157l.926 2.688L71.686 8l2.6-1.31L76 4.156l-1.295-2.94z"/>
<path fill-opacity=".64" d="M38.843 2l-1.45.667L37 4.079l.463 1.344 1.38.577 1.3-.655L41 4.079l-.648-1.47z"/>
<path fill-opacity=".24" d="M65.843 55l-1.45.667L64 57.079l.463 1.344 1.38.577 1.3-.655.857-1.266-.648-1.47z"/>
<path fill-opacity=".64" d="M94.765 29l-2.175 1-.59 2.118.695 2.016 2.07.866 1.95-.983 1.285-1.9-.972-2.204z"/>
<path fill-opacity=".8" d="M58.765 25l-2.175 1-.59 2.118.695 2.016 2.07.866 1.95-.983 1.285-1.9-.972-2.204z"/>
<path fill-opacity=".48" d="M18.843 44l-1.45.667L17 46.079l.463 1.344 1.38.577 1.3-.655.857-1.266-.648-1.47z"/>
<path fill-opacity=".64" d="M8.843 29l-1.45.667L7 31.079l.463 1.344 1.38.577 1.3-.655.857-1.266-.648-1.47z"/>
<path fill-opacity=".48" d="M32.843 29l-1.45.667L31 31.079l.463 1.344 1.38.577 1.3-.655.857-1.266-.648-1.47zM.922 45l-.725.333L0 46.04l.232.672.69.289.65-.328L2 46.04l-.324-.735z"/>
<path fill-opacity=".24" d="M267.843 93l-1.45.667-.393 1.412.463 1.344 1.38.577 1.3-.655.857-1.266-.648-1.47z"/>
<path fill-opacity=".8" d="M275.765 75l-2.175 1-.59 2.118.695 2.016 2.07.866 1.95-.983 1.285-1.9-.972-2.204z"/>
<path fill-opacity=".48" d="M259.843 78l-1.45.667-.393 1.412.463 1.344 1.38.577 1.3-.655.857-1.266-.648-1.47z"/>
</g>
</svg>
</div>
<div class="hero-dots hero-dots-2 is-moving-object is-translating" data-translating-factor="120">
<svg width="138" height="132">
<g fill="#D649FF" fill-rule="evenodd">
<path d="M73.686 66l-2.899 1.334L70 70.157l.926 2.688L73.686 74l2.6-1.31L78 70.156l-1.295-2.94z"/>
<path fill-opacity=".64" d="M108.843 0l-1.45.667L107 2.079l.463 1.344 1.38.577 1.3-.655.857-1.266-.648-1.47z"/>
<path fill-opacity=".24" d="M135.843 53l-1.45.667-.393 1.412.463 1.344 1.38.577 1.3-.655.857-1.266-.648-1.47z"/>
<path fill-opacity=".64" d="M107.765 53l-2.175 1-.59 2.118.695 2.016 2.07.866 1.95-.983 1.285-1.9-.972-2.204z"/>
<path fill-opacity=".8" d="M128.765 23l-2.175 1-.59 2.118.695 2.016 2.07.866 1.95-.983 1.285-1.9-.972-2.204z"/>
<path fill-opacity=".48" d="M88.843 42l-1.45.667L87 44.079l.463 1.344 1.38.577 1.3-.655.857-1.266-.648-1.47z"/>
<path fill-opacity=".64" d="M78.843 27l-1.45.667L77 29.079l.463 1.344 1.38.577 1.3-.655.857-1.266-.648-1.47z"/>
<path fill-opacity=".48" d="M102.843 27l-1.45.667-.393 1.412.463 1.344 1.38.577 1.3-.655.857-1.266-.648-1.47zM70.922 43l-.725.333-.197.706.232.672.69.289.65-.328.428-.633-.324-.735z"/>
<path d="M2.765 126L.59 127 0 129.118l.695 2.016 2.07.866 1.95-.983 1.285-1.9-.972-2.204z"/>
<path fill-opacity=".64" d="M24.843 127l-1.45.667-.393 1.412.463 1.344 1.38.577 1.3-.655.857-1.266-.648-1.47z"/>
<path fill-opacity=".48" d="M6.922 114l-.725.333-.197.706.232.672.69.289.65-.328.428-.633-.324-.735z"/>
</g>
</svg>
</div>
<div class="hero-dots hero-dots-3 is-moving-object is-translating" data-translating-factor="160">
<svg width="98" height="59">
<g fill="#D649FF" fill-rule="evenodd">
<path d="M26.314 0l2.899 1.334L30 4.157l-.926 2.688L26.314 8l-2.6-1.31L22 4.156l1.295-2.94z"/>
<path fill-opacity=".64" d="M59.157 2l1.45.667L61 4.079l-.463 1.344-1.38.577-1.3-.655L57 4.079l.648-1.47z"/>
<path fill-opacity=".24" d="M32.157 55l1.45.667.393 1.412-.463 1.344-1.38.577-1.3-.655L30 57.079l.648-1.47z"/>
<path fill-opacity=".64" d="M3.235 29l2.175 1L6 32.118l-.695 2.016-2.07.866-1.95-.983L0 32.117l.972-2.204z"/>
<path fill-opacity=".8" d="M39.235 25l2.175 1 .59 2.118-.695 2.016-2.07.866-1.95-.983-1.285-1.9.972-2.204z"/>
<path fill-opacity=".48" d="M79.157 44l1.45.667.393 1.412-.463 1.344-1.38.577-1.3-.655L77 46.079l.648-1.47z"/>
<path fill-opacity=".64" d="M89.157 29l1.45.667.393 1.412-.463 1.344-1.38.577-1.3-.655L87 31.079l.648-1.47z"/>
<path fill-opacity=".48" d="M65.157 29l1.45.667.393 1.412-.463 1.344-1.38.577-1.3-.655L63 31.079l.648-1.47zM97.078 45l.725.333.197.706-.232.672-.69.289-.65-.328L96 46.04l.324-.735z"/>
</g>
</svg>
</div>
<div class="hero-line hero-line-1">
<svg width="344" height="217">
<defs>
<linearGradient x1="18.74%" y1="17.384%" x2="96.787%" y2="88.669%" id="line-1-a">
<stop stop-color="#A25DFF" stop-opacity="0" offset="0%"/>
<stop stop-color="#A25DFF" offset="53.489%"/>
<stop stop-color="#A25DFF" stop-opacity="0" offset="100%"/>
</linearGradient>
</defs>
<path d="M340.86 180.664l2.281 3.287c-79.796 55.378-120.994 39.511-120.994-47.035 0-82.777-47.283-92.246-144.735-27.901-32.607 20.428-55.391 21.53-67.544 2.516C-1.882 93.147-3.092 56.053 5.987 0l3.948.64c-8.928 55.125-7.743 91.453 3.303 108.736 10.644 16.653 31.058 15.666 62.01-3.725 99.65-65.797 150.9-55.534 150.9 31.265 0 83.03 37.371 97.424 114.713 43.748z" fill="url(#line-1-a)" fill-rule="nonzero" transform="matrix(-1 0 0 1 343.141 0)"/>
</svg>
</div>
</div>
</div>
</div>
</section>
<!-- <section class="features section">
<div class="container">
<div class="features-inner section-inner">
<div class="features-wrap">
<div class="feature">
<div class="feature-inner">
<div class="feature-header mb-16">
<div class="feature-icon mr-16">
<svg width="32" height="32">
<g fill-rule="nonzero" fill="none">
<path d="M7 8H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1zM19 8h-6a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1z" fill="#5521FF"/>
<path d="M19 20h-6a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1z" fill="#D649FF"/>
<path d="M31 8h-6a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1z" fill="#5521FF"/>
<path d="M7 20H1a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1z" fill="#D649FF"/>
<path d="M7 32H1a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1z" fill="#5521FF"/>
<path d="M29.5 18h-3a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5z" fill="#D649FF"/>
<path d="M17.5 30h-3a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5zM29.5 30h-3a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5z" fill="#5521FF"/>
</g>
</svg>
</div>
<h4 class="feature-title m-0">Discover</h4>
</div>
<p class="text-sm mb-0">A pseudo-Latin text used in web design, layout, and printing in place of things to emphasise design elements.</p>
</div>
</div>
<div class="feature">
<div class="feature-inner">
<div class="feature-header mb-16">
<div class="feature-icon mr-16">
<svg width="32" height="32">
<g fill-rule="nonzero" fill="none">
<path d="M4 12H0V5a5.006 5.006 0 0 1 5-5h7v4H5a1 1 0 0 0-1 1v7z" fill="#D649FF"/>
<path d="M32 12h-4V5a1 1 0 0 0-1-1h-7V0h7a5.006 5.006 0 0 1 5 5v7zM12 32H5a5.006 5.006 0 0 1-5-5v-7h4v7a1 1 0 0 0 1 1h7v4z" fill="#5521FF"/>
<path d="M27 32h-7v-4h7a1 1 0 0 0 1-1v-7h4v7a5.006 5.006 0 0 1-5 5z" fill="#D649FF"/>
</g>
</svg>
</div>
<h4 class="feature-title m-0">Discover</h4>
</div>
<p class="text-sm mb-0">A pseudo-Latin text used in web design, layout, and printing in place of things to emphasise design elements.</p>
</div>
</div>
<div class="feature">
<div class="feature-inner">
<div class="feature-header mb-16">
<div class="feature-icon mr-16">
<svg width="32" height="32">
<g fill="none" fill-rule="nonzero">
<path d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4z" fill="#5521FF"/>
<path d="M27 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4z" fill="#D649FF"/>
<path d="M27 12c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4z" fill="#5521FF"/>
<path d="M5 23c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4z" fill="#D649FF"/>
<path d="M27 23c-1.859 0-3.41 1.28-3.858 3h-3.284A3.994 3.994 0 0 0 17 23.142v-3.284c1.72-.447 3-2 3-3.858 0-2.206-1.794-4-4-4-1.859 0-3.41 1.28-3.858 3H8.858A3.994 3.994 0 0 0 6 12.142V8.858c1.72-.447 3-2 3-3.858 0-2.206-1.794-4-4-4S1 2.794 1 5c0 1.858 1.28 3.41 3 3.858v3.284c-1.72.447-3 2-3 3.858 0 2.206 1.794 4 4 4 1.859 0 3.41-1.28 3.858-3h3.284A3.994 3.994 0 0 0 15 19.858v3.284c-1.72.447-3 2-3 3.858 0 2.206 1.794 4 4 4 1.859 0 3.41-1.28 3.858-3h3.284c.447 1.72 2 3 3.858 3 2.206 0 4-1.794 4-4s-1.794-4-4-4z" fill="#5521FF"/>
</g>
</svg>
</div>
<h4 class="feature-title m-0">Discover</h4>
</div>
<p class="text-sm mb-0">A pseudo-Latin text used in web design, layout, and printing in place of things to emphasise design elements.</p>
</div>
</div>
</div>
</div>
</div>
</section> -->
</main>
<footer class="site-footer">
<div class="footer-bg">
<svg width="385" height="305">
<defs>
<linearGradient x1="50%" y1="34.994%" x2="50%" y2="97.738%" id="footer-bg">
<stop stop-color="#151616" offset="0%"/>
<stop stop-color="#222424" offset="100%"/>
</linearGradient>
</defs>
<path d="M384.557 116.012V305H0L210.643 0l173.914 116.012z" fill="url(#footer-bg)" fill-rule="evenodd"/>
</svg>
</div>
<div class="footer-dots is-moving-object is-translating" data-translating-factor="160">
<svg width="69" height="91">
<g fill="#D649FF" fill-rule="evenodd">
<path d="M37.105 41.007l-2.9 1.334-.786 2.823.926 2.689 2.76 1.154 2.6-1.31 1.714-2.533-1.296-2.94z"/>
<path fill-opacity=".64" d="M63.109 27.24l-1.45.666-.394 1.412.464 1.344 1.38.577 1.3-.655.856-1.266-.647-1.47z"/>
<path fill-opacity=".24" d="M66.226 86.638l-1.45.667-.393 1.412.463 1.344 1.38.577 1.3-.655.857-1.266-.648-1.47z"/>
<path fill-opacity=".64" d="M13.497 43.713l-2.175 1-.59 2.118.695 2.016 2.07.866 1.95-.983 1.285-1.9-.972-2.204z"/>
<path fill-opacity=".8" d="M59.076 56.658l-2.175 1-.59 2.117.695 2.017 2.07.866 1.949-.983 1.286-1.9-.972-2.204z"/>
<path fill-opacity=".48" d="M22.262 18.49l-1.45.667-.393 1.412.463 1.344 1.38.577 1.3-.655.857-1.266-.648-1.47z"/>
<path fill-opacity=".64" d="M23.422.5l-1.45.667-.393 1.412.463 1.344 1.38.577 1.3-.655.857-1.266-.648-1.47z"/>
<path fill-opacity=".48" d="M2.637 12.5l-1.45.667-.393 1.412.463 1.344 1.38.577 1.3-.655.857-1.266-.648-1.47zM36.563 10.856l-.725.334-.197.706.232.672.69.288.65-.327.428-.633-.324-.735z"/>
</g>
</svg>
</div>
<div class="container">
<div class="site-footer-inner has-top-divider">
<p>URL references are on a <a href="https://github.com/vasanthv/jsonbox" target="_blank" title="jsonbox">third-party public API</a>, please don't submit sensitive links.</p>
<div class="footer-copyright">
©
<div id="year"></div>
<a href="/" title="MAVN">MAVN Click Finder</a>. Developed by
<a href="https://factmaven.com" title="Fact Maven">
<svg width="60" height="17" viewBox="0 0 658 188">
<path fill="#768696" d="M0 0L124.9 0C124.4 1.1 123.9 2.2 123.3 3.3 112.9 18.8 102.5 34.4 92.1 50 62.8 50 33.4 50 4 50 2.7 49.9 1.3 49.8 0 49.7L0 0ZM297.7 0L306.3 0C319 28.7 331.7 57.3 344.4 86 340.2 86 336.1 86 331.9 86 328.2 77.7 324.2 69.5 320.7 61.1 308.5 60.8 296.4 61 284.2 61 280.7 69.3 277 77.6 273.6 85.9 269.4 86 265.2 86 261 86 273.2 57.3 285.3 28.6 297.7 0M289 50C297.8 50.1 306.7 50 315.5 50 310.9 39.7 306.4 29.4 301.8 19 297.5 29.3 293.3 39.7 289 50ZM389.5 0L396.3 0C405.3 0.9 413.9 3.5 422.1 7 422.1 11.3 422.1 15.7 422.1 20.1 413.5 15.2 404 11.4 394 11.3 384 10.9 373.7 14.5 366.9 22 356.3 33.5 356 53 366.3 64.7 372.4 71.8 381.8 75.3 391 75.7 402.4 76.2 413.5 72.2 423 66.2 422.9 70.7 423.1 75.2 422.8 79.7 408.4 87 391.2 89.3 375.6 84.5 360.6 79.9 349.1 66.3 346.6 50.9 344.6 38.4 348.2 25.1 356.6 15.5 364.7 6 377.1 0.9 389.5 0ZM15.7 182.6C56.2 121.9 96.6 61.1 137.2 0.5 137.2 31.7 137.2 62.9 137.2 94.1 157.9 62.9 178.7 31.7 199.6 0.5 199.5 63 199.8 125.5 199.5 188L13.3 188C12.9 185.9 14.7 184.3 15.7 182.6ZM218.8 1C233.9 1 249.1 1 264.2 1 264.2 4.7 264.2 8.3 264.2 12 253.2 12 242.1 12 231 12 231 19.7 231 27.3 231 35 242.1 35.1 253.2 35 264.2 35 264.2 38.7 264.2 42.3 264.2 46 253.2 46 242.1 46 231 46 231 59.3 231 72.6 231 86 226.9 86 222.8 86 218.8 86 218.8 57.7 218.8 29.4 218.8 1ZM430.3 1C454 1 477.7 1.1 501.5 1 501.5 4.7 501.5 8.3 501.5 12 491.6 12 481.8 12 472 12 472 36.6 471.9 61.3 472 86 467.9 86 463.8 86 459.8 86 459.8 61.3 459.8 36.6 459.8 12 449.9 12 440.1 12 430.3 12 430.3 8.3 430.3 4.7 430.3 1ZM0 62.4C1.3 62.2 2.6 62.1 4 62 30.7 62.1 57.4 62 84.1 62 58.3 100.7 32.6 139.3 6.8 177.9 4.6 181.1 2.8 184.5 0 187.2L0 62.4ZM344.4 101.2C347.4 101 350.3 101 353.2 101 366 129.6 378.7 158.3 391.4 187 387.2 187 383.1 187 378.9 187 375.1 178.7 371.2 170.5 367.6 162.1 355.5 161.8 343.4 162 331.2 162 327.8 170.4 324 178.5 320.6 186.9 316.4 187 312.2 186.9 308 187 320.1 158.4 332.5 129.8 344.4 101.2M348.7 120.1C344.5 130.4 340.2 140.7 336 151 344.8 151.1 353.7 151 362.5 151 357.9 140.7 353.4 130.3 348.7 120.1ZM219 102C222.9 102.1 226.8 102 230.7 102.1 240 113.8 249.6 125.3 259 136.9 268.6 125.3 278 113.5 287.7 102 291.5 102.1 295.2 102 299 102 299 130.3 299 158.7 299 187 294.9 187 290.8 187 286.8 187 286.8 164.9 286.8 142.8 286.8 120.7 278 131.4 269.5 142.1 260.8 152.8 260.1 154.2 258 154.2 257.3 152.9 248.6 142.2 240 131.4 231.2 120.7 231.2 142.8 231.2 164.9 231.2 187 227.2 187 223.1 187 219 187 219.1 158.7 219.1 130.3 219 102ZM381 102C385.1 102 389.1 102.1 393.2 102 401.8 121.7 410.1 141.5 418.6 161.3 419.3 160.4 420 159.4 420.4 158.4 428.3 139.6 436.4 120.9 444.3 102.1 448.4 102 452.4 102 456.5 102 444.4 130.7 432.5 159.4 420.3 188L417.9 188C405.6 159.3 393.3 130.7 381 102ZM465.8 102.1C481.9 102 498 102 514.1 102 514.1 105.7 514.1 109.3 514.1 113 502.1 113 490 113 478 113 478 121.3 478 129.7 478 138 489.6 138.1 501.2 138 512.9 138 512.8 141.7 512.8 145.3 512.9 149 501.2 149 489.6 149 478 149 478 158 478 167 478 176 490.4 176.1 502.8 176 515.2 176 515.2 179.7 515.2 183.3 515.2 187 498.8 187 482.3 187 465.8 187 465.8 158.7 465.8 130.4 465.8 102.1ZM528.5 102.1C531.7 102 534.9 102.1 538.2 102 556.9 123.3 575.4 144.7 594 166 594.4 166.3 595.2 166.8 595.5 167.1 595.5 145.4 595.5 123.7 595.5 102 599.3 102 603.2 102.1 607 102 607 130.3 607 158.7 607 187 603.4 186.9 599.9 187 596.3 186.9 577.6 165.1 558.9 143.4 540 121.7 539.9 143.5 540 165.2 540 187 536.2 187 532.3 187 528.5 187 528.5 158.7 528.6 130.4 528.5 102.1ZM618 102C624 102 630 102.1 636 102 636 102.8 636 104.5 635.9 105.3 633.6 105.3 631.3 105.3 629 105.3 629 111.3 629 117.4 629 123.5 627.7 123.5 626.3 123.5 625 123.5 625 117.4 625.1 111.3 625 105.2 622.7 105.3 620.4 105.3 618.1 105.3 618 104.5 618 102.8 618 102ZM638 102C639.3 102 640.5 102 641.8 102 643.9 104.7 645.9 107.4 648 110 650.1 107.4 652.2 104.8 654.2 102.1 655.5 102.1 656.7 102 658 102L658 123.5C656.7 123.5 655.4 123.5 654 123.5 654 118.4 654.1 113.3 654 108.2 652.1 110.8 650.2 113.4 648 115.8 645.8 113.4 643.9 110.8 642 108.2 641.9 113.3 642 118.4 642 123.5 640.7 123.5 639.3 123.5 638 123.5 638 116.3 638 109.2 638 102Z"/>
</svg>
</a>
</div>
</div>
</div>
</footer>
</div>
<script src="js/url-shortener.js"></script>
<script src="js/main.js"></script>
</body>
</html>