-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
562 lines (537 loc) · 19.3 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
<!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.0" />
<script
type="module"
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"
></script>
<link rel="stylesheet" href="css/style.css" />
<title>sciccor</title>
</head>
<body>
<header class="gradient-header">
<nav class="nav-wrapper">
<div class="nav-container">
<a class="brand-logo" href="#">
<img src="images/logo.png" alt="Logo" />
<img src="images/logo-seperator.png" alt="Logo" />
<img src="images/SCISSOR.png" alt="Logo" />
</a>
<div class="menu-wrapper">
<ul class="menu-items">
<li class="menu-item">
<a class="menu-link active-link" href="">My URLs</a>
</li>
<li class="menu-item aligned-center">
<a class="menu-link" href="">Features</a>
<a class="dropdown-icon" href="#">
<i class="fa fa-solid fa-angle-down"></i>
</a>
</li>
<li class="menu-item">
<a class="menu-link" href="">Pricing</a>
</li>
<li class="menu-item">
<a class="menu-link" href="">Analytics</a>
</li>
<li class="menu-item">
<a class="menu-link" href="">FAQs</a>
</li>
</ul>
</div>
<div class="action-buttons">
<a class="login-button custom-btn" href="">Log in</a>
<a class="try-button custom-btn" href="">Try for free</a>
</div>
</div>
</nav>
<!-- HERO -->
<section class="hero-banner">
<h1>
Optimize Your Online Experience with Our Advanced
<span class="highlight">URL Shortening</span>
Solution
<img src="images/hero-image.png" class="banner-img" />
</h1>
<p>
Personalize your shortened URLs to align with your brand identity.
Utilize custom slugs, branded links, and domain customization options
to reinforce your brand presence and enhance user engagement.
</p>
<div class="banner-buttons">
<div class="signup-button custom-btn" href="">Sign Up</div>
<div class="learn-button custom-btn" href="">Learn more</div>
</div>
</section>
</header>
<!-- About Images -->
<div class="about-section">
<img src="images/about-image-background.png" class="about-img-bg" />
<div class="about-img-fg">
<div class="about-vector-group">
<ion-icon
name="link-outline"
class="vector-icon vector-icon-left"
></ion-icon>
<ion-icon
name="link-outline"
class="vector-icon vector-icon-left"
></ion-icon>
<ion-icon
name="link-outline"
class="vector-icon vector-icon-left"
></ion-icon>
<img src="images/arrow.png" class="vector-arrow-icon" />
<ion-icon
name="link-outline"
class="vector-icon vector-icon-right"
></ion-icon>
<p>
Seamlessly transform your long URLs into <b>concise</b> and
<b>shareable links</b> with just few clicks.
</p>
</div>
</div>
<img src="images/about-image-background2.png" class="about-img-bg-2" />
<img src="images/about-image-top2.png" class="about-img-fg-2" />
</div>
<div class="about-details-section">
<div class="container">
<div class="flex-row">
<div class="flex-col flex-col-md-4">
<h2>
One Stop. <br />
Four <span class="active-link">Possibilities</span>.
</h2>
</div>
<div class="flex-col flex-col-about">
<h6>
3M
<p>Active users</p>
</h6>
</div>
<div class="flex-col flex-col-about">
<h6>
60M
<p>Links & QR <br />codes created</p>
</h6>
</div>
<div class="flex-col flex-col-about">
<h6>
1B
<p>Clicked & Scanned connections</p>
</h6>
</div>
<div class="flex-col flex-col-about">
<h6>
300k
<p>App Integrations</p>
</h6>
</div>
</div>
</div>
</div>
<!-- Why -->
<div class="why-container">
<div class="custom-box">
<div class="flex-structure">
<div class="flex-item-lg">
<h2>
<img src="images/why-line.png" /> Why choose
<span class="active-link">Scissors</span>
</h2>
<p class="paragraph">
Scissors is the hub of everything that has to do with your link
management. We shorten your URLs, allow you creating custom ones
for your personal, business, event usage. Our swift QR code
creation, management and usage tracking with advance analytics for
all of these is second to none.
</p>
</div>
<div class="flex-item-sm">
<div class="circle-bg">
<img src="images/why-url.png" class="url-icon" />
<img src="images/why-url-line.png" class="url-line-icon" />
</div>
<h6>URL Shortening</h6>
<p>
Scissor allows you to shorten URLs of your business, events.
Shorten your URL at scale, URL redirects.
</p>
</div>
<div class="flex-item-sm">
<div class="circle-bg">
<img src="images/why-custom.png" class="custom-icon" />
<img src="images/why-custom-pen.png" class="custom-pen-icon" />
</div>
<h6>Custom URLs</h6>
<p>
With Scissor, you can create custom URLs, with the length you
want! A solution for socials and businesses.
</p>
</div>
<div class="flex-item-lg"></div>
<div class="flex-item-sm">
<div class="circle-bg">
<img src="images/qr-code-1.png" class="code1-icon" />
<img src="images/qr-code-2.png" class="code2-icon" />
<img src="images/qr-code-2.png" class="code3-icon" />
<img src="images/qr-code-1.png" class="code4-icon" />
</div>
<h6>QR Codes</h6>
<p>
Generate QR codes to your business, events. Bring your audience
and customers to your doorstep with this scan and go solution.
</p>
</div>
<div class="flex-item-sm">
<div class="circle-bg">
<img src="images/why-analytics.png" class="custom-icon" />
</div>
<h6>Data Analytics</h6>
<p>
Receive data on the usage of either your shortened URL, custom
URLs or generated QR codes. Embedded to monitor progress.
</p>
</div>
</div>
</div>
</div>
<!-- Pricing -->
<div class="pricing-container">
<div class="custom-container">
<h2>
<img src="images/why-line.png" /> A
<span class="active-link">price perfect</span> for your needs.
</h2>
<p>
From catering for your personal, business, events, and socials needs,
you can be rest assured we have you in mind in our pricing.
</p>
<div class="cards-flex">
<div class="basic-card">
<div class="card-content">
<h6>Basic</h6>
<h4>Free</h4>
<h5>Free plan for all users</h5>
<ul class="no-bullet">
<li>
<img src="images/check-circle.svg" alt="" />
Unlimited URL Shortening
</li>
<li>
<img src="images/check-circle.svg" alt="" /> Basic Link
Analytics
</li>
<li>
<img src="images/check-circle.svg" alt="" />
Customizable Short Links
</li>
<li>
<img src="images/check-circle.svg" alt="" /> Standard Support
</li>
<li>
<img src="images/check-circle.svg" alt="" /> Ad-supported
</li>
</ul>
</div>
</div>
<div class="professional-card">
<div class="card-content">
<h6>Professional</h6>
<h4>$15/month</h4>
<h5>Ideal for business creators</h5>
<ul class="no-bullet">
<li>
<img src="images/check-circle-white.svg" alt="" />
Enhanced Link Analytics
</li>
<li>
<img src="images/check-circle-white.svg" alt="" />
Custom Branded Domains
</li>
<li>
<img src="images/check-circle-white.svg" alt="" />
Advanced Link Customization
</li>
<li>
<img src="images/check-circle-white.svg" alt="" />
Priority Support
</li>
<li>
<img src="images/check-circle-white.svg" alt="" />
Ad-free Experience
</li>
</ul>
</div>
</div>
<div class="teams-card">
<div class="card-content">
<h6>Teams</h6>
<h4>$25/month</h4>
<h5>Share with up to 10 users</h5>
<ul class="no-bullet">
<li>
<img src="images/check-circle.svg" alt="" /> Team
Collaboration
</li>
<li>
<img src="images/check-circle.svg" alt="" /> User Roles and
Permissions
</li>
<li>
<img src="images/check-circle.svg" alt="" /> Enhanced Security
</li>
<li><img src="images/check-circle.svg" alt="" /> API Access</li>
<li>
<img src="images/check-circle.svg" alt="" /> Dedicated Account
Manager
</li>
</ul>
</div>
</div>
</div>
<div class="buttons">
<a class="custom-pricing-btn" href="">Get Custom Pricing</a>
<a class="select-pricing-btn" href="">Select Pricing</a>
</div>
</div>
</div>
<div class="trim-container">
<img src="images/get-started-vector-2.png" class="started-vector-2" />
<img src="images/get-started-vector-3.png" class="started-vector-3" />
<div class="custom-container">
<div class="trim-card">
<input placeholder="Paste URL here..." />
<div class="input-wrapper">
<select>
<option value="">Choose Domain</option>
</select>
<input placeholder="Type Alias here" />
</div>
<a class="trim-button" href="">Trim URL</a>
<p>
By clicking TrimURL, I agree to the <b>Terms of Service</b>,
<b>Privacy Policy </b>and Use of Cookies.
</p>
</div>
</div>
<img src="images/get-started-vector-4.png" class="started-vector-4" />
<img src="images/get-started-vector-5.png" class="started-vector-4" />
</div>
<div class="faq-container">
<div class="custom-container">
<h2><img src="images/why-line.png" /> FAQs</h2>
<img src="images/faq-vector-1.png" class="faq-vector-1" />
<img src="images/faq-vector-2.png" class="faq-vector-2" />
<img src="images/faq-vector-3.png" class="faq-vector-3" />
<div class="faq-wrapper">
<div class="faq-accordion">
<div class="faq-item">
<h2 class="faq-header">
<button class="faq-button">
<h6>
How does URL shortening work?<span class="minus">-</span>
</h6>
</button>
</h2>
<div class="faq-content">
URL shortening works by taking a long URL and creating a
shorter, condensed version that redirects to the original URL.
When a user clicks on the shortened link, they are redirected to
the intended destination.
</div>
</div>
<div class="faq-item">
<h2 class="faq-header">
<button class="faq-button">
<h6>
Is it necessary to create an account to use the URL
shortening service?<span class="plus">+</span>
</h6>
</button>
</h2>
</div>
<div class="faq-item">
<h2 class="faq-header">
<button class="faq-button">
<h6>Are the shortened links permanent? Will they expire? <span class="plus">+</span></h6>
</button>
</h2>
</div>
</div>
<div class="faq-item">
<h2 class="faq-header">
<button class="faq-button">
<h6>
Are there any limitations on the number of URLs I can
shorten?<span class="plus">+</span>
</h6>
</button>
</h2>
</div>
<div class="faq-item">
<h2 class="faq-header">
<button class="faq-button">
<h6>
Can I customize the shortened URLs to reflect my brand or
content?<span class="plus">+</span>
</h6>
</button>
</h2>
</div>
<div class="faq-item">
<h2 class="faq-header">
<button class="faq-button">
<h6>Can I track the performance of my shortened URLs?<span class="plus">+</span></h6>
</button>
</h2>
</div>
<div class="faq-item">
<h2 class="faq-header">
<button class="faq-button">
<h6>
How secure is the URL shortening service? Are the shortened
links protected against spam or malicious activity?<span class="plus">+</span>
</h6>
</button>
</h2>
</div>
<div class="faq-item">
<h2 class="faq-header">
<button class="faq-button">
<h6>What is a QR code and what can it do? <span class="plus">+</span></h6>
</button>
</h2>
</div>
<div class="faq-item">
<h2 class="faq-header">
<button class="faq-button">
<h6>
Is there an API available for integrating the URL shortening
service into my own applications or websites?<span class="plus">+</span>
</h6>
</button>
</h2>
</div>
</div>
</div>
</div>
</div>
<div class="get-started">
<div class="custom-container">
<img src="images/get-started-vector-1.png" class="get-started-vector" />
<img src="images/get-started-vector-2.png" class="get-started-vector" />
<img src="images/get-started-vector-3.png" class="get-started-vector-3" />
<h2>Revolutionizing Link Optimization</h2>
<img src="images/get-started-vector-4.png" class="get-started-vector-4" />
<img src="images/get-started-vector-5.png" class="get-started-vector-4" />
<img src="images/get-started-vector-6.png" class="get-started-vector-4" />
</div>
<div class="get-started-btn myButton" href="">
Get Started
</div>
</div>
<footer>
<div class="custom-container">
<img src="images/footer-vector-1.png" class="footer-vector" />
<img src="images/footer-vector-2.png" class="footer-vector" />
<img src="images/footer-vector-3.png" class="footer-vector" />
<div class="footer-flex">
<div class="footer-logo">
<div style="height: 10px; margin-bottom: 10px;">
<img src="images/footer-icon.png" alt="Logo" />
<img src="images/footer-line.png" alt="Logo" />
<img src="images/SCISSOR-black.png" alt="Logo" />
</div>
<div class="social-icons">
<ion-icon name="logo-twitter"></ion-icon>
<ion-icon name="logo-instagram"></ion-icon>
<ion-icon name="logo-linkedin"></ion-icon>
<ion-icon name="logo-facebook"></ion-icon>
</div>
</div>
<div class="footer-section">
<h5>Why Scissor ?</h5>
<ul class="no-bullet">
<li>Scissor 101</li>
<li>Integrations & API Pricing</li>
</ul>
</div>
<div class="footer-section">
<h5>Solutions</h5>
<ul class="no-bullet">
<li>Social Media</li>
<li>Digital Marketing</li>
<li>Customer Service</li>
<li>For Developers</li>
</ul>
</div>
<div class="footer-section">
<h5>Products</h5>
<ul class="no-bullet">
<li>Link Management</li>
<li>QR Codes</li>
<li>Link Management</li>
<li>Link-in-bio</li>
</ul>
</div>
<div class="footer-section">
<h5>Company</h5>
<ul class="no-bullet">
<li>About Scissor</li>
<li>Careers</li>
<li>Partners</li>
<li>Press</li>
<li>Contact</li>
<li>Reviews</li>
</ul>
</div>
<div class="footer-section">
<h5>Resources</h5>
<ul class="no-bullet">
<li>Blog</li>
<li>Resource Library</li>
<li>Developers</li>
<li>App Connectors</li>
<li>Support</li>
<li>Trust Center</li>
<li>Browser Extension</li>
<li>Mobile App</li>
</ul>
</div>
<div class="footer-section">
<h5>Features</h5>
<ul class="no-bullet">
<li>Branded Links</li>
<li>Mobile Links</li>
<li>Campaign Management & Analytics</li>
<li>QR Code generation</li>
</ul>
</div>
<div class="footer-section">
<h5>Legal</h5>
<ul class="no-bullet">
<li>Privacy Policy</li>
<li>Cookie Policy</li>
<li>Terms of Service</li>
<li>Acceptable Use Policy</li>
<li>Code of Conduct</li>
</ul>
</div>
</div>
<img src="images/footer-vector-4.png" class="footer-vector-right" />
<img src="images/footer-vector-5.png" class="footer-vector-right" />
<img src="images/footer-vector-6.png" class="footer-vector-right" />
<p class="text-right">Term of Service | Security | Scissor 2023</p>
</div>
</footer>
</body>
</html>