-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsicssors.html
More file actions
513 lines (443 loc) · 16.9 KB
/
sicssors.html
File metadata and controls
513 lines (443 loc) · 16.9 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Scissors</title>
<link rel="stylesheet" href="scissors.css" />
<link
href="https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
</head>
<body>
<header>
<nav class="nav-bar">
<img
src="./asset/images/Scissors Logo.png"
alt="Scissors logo"
class="logo"
/>
<input type="checkbox" id="menu-toggle" />
<label for="menu-toggle" class="menu-icon">
<!-- Hamburger icon -->
<span></span>
<span></span>
<span></span>
</label>
<div class="middle-nav">
<ul class="nav-links">
<li>
<a href="#"><span>My URLs</span></a>
</li>
<li>
<a href="#" class="features"
>Features
<img src="./asset/images/drop-down.png" alt="drop-down"
/></a>
</li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Analytics</a></li>
<li><a href="#">FAQs</a></li>
</ul>
<ul class="log-on">
<li>
<a href="#" id="log">Log In</a>
</li>
<li>
<a href="#" id="trial">Try for free</a>
</li>
</ul>
</div>
</nav>
</header>
<main>
<p class="hero">
Optimize Your Online Experience with Our <br />
Advanced
<span>URL Shortening <img src="./asset/images/stroke.png" alt="stroke"/></span> Solution
</p>
<p class="summary">
Personalize your shortened URLs to align with your brand identity.
Utilize custom slugs, <br />
branded links, and domain customization options to reinforce your brand
presence and <br />
enhance user engagement.
</p>
<p class="sign-on">
<a href="#" id="sign-up-btn">Sign Up</a>
<a href="#">Learn More</a>
</p>
</main>
<!-- Section One and Two -->
<section class="section-1">
<img src="./asset/images/secc 1.png" alt="section-1" />
</section>
<section class="section-2">
<img src="./asset/images/secc 2.png" alt="section-2" />
</section>
<!-- Section Three -->
<section class="section-3">
<div class="section-3-left">
One Stop. <br />
Four <span>Possibilities</span>.
</div>
<div class="benefits">
<ul class="benefits-list">
<li>
<h3>3M</h3>
Active users
</li>
<li>
<h3>60M</h3>
Links and Qr <br />
codes created
</li>
<li>
<h3>1B</h3>
Clicked and Scanned <br />connections
</li>
<li>
<h3>300k</h3>
App Integrations
</li>
</ul>
</div>
</section>
<!-- Section Four -->
<section class="section-4">
<div class="section-4-left">
<h2 class="line-head">
<img src="./asset/images/line.png" alt="line" /> <span class="h2">Why choose</span> <span> Scissors</span>
</h2>
<p>
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="section-4-right">
<div class="top">
<div class="reasons-top-x">
<img src="./asset/images/url.png" alt="url" />
<h3>URL Shortening</h3>
<p>
Scissor allows you to shorten URLs of your business, events.
Shorten your URL at scale, URL redirects.
</p>
</div>
<div class="reasons-top-x">
<img src="./asset/images/custom.png" alt="custom" />
<h3>Custom URLs</h3>
<p>
With Scissor, you can create custom URLs, with the length you
want! A solution for socials and businesses.
</p>
</div>
</div>
<div class="bottom">
<div class="reasons-top-x">
<img src="./asset/images/qr code.png" alt="QR-code" />
<h3>QR Codes</h3>
<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="reasons-top-x">
<img src="./asset/images/data.png" alt="data-analysis" />
<h3>Data Analytics</h3>
<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>
</section>
<!-- Section Five -->
<section class="section-5">
<div class="section-5-top">
<h2 class="line-head-2">
<img src="./asset/images/line.png" alt="line" />A <span>price perfect</span> for
your needs.
</h2>
<p>
From catering for your personal, business, event, socials needs, you
can be <br />
rest assured we have you in mind in our pricing.
</p>
</div>
<div class="section-5-mid">
<!-- Basic Plan -->
<div class="plan-left price">
<span>Basic</span>
<h1>Free</h1>
<p>Free plans for all users</p>
<ul>
<li>
<img src="./asset/images/check.png" alt="checkbox" /> Unlimited URL Shortening
</li>
<li><img src="./asset/images/check.png" alt="checkbox" /> Basic Link Analytics</li>
<li>
<img src="./asset/images/check.png" alt="checkbox" /> Customizable Short Links
</li>
<li><img src="./asset/images/check.png" alt="checkbox" /> Standard Support</li>
<li><img src="./asset/images/check.png"alt="checkbox" /> Ads-Supported</li>
</ul>
</div>
<!-- Professional Plan -->
<div id="plan-middle">
<span>Professional</span>
<h1>$15/Month</h1>
<p>Ideal for business creators</p>
<ul>
<li>
<img src="./asset/images/white-check .png" alt="white checkbox" /> Enhanced Link
Analytics
</li>
<li>
<img src="./asset/images/white-check .png" alt="white checkbox" /> Custom Brand Domains
</li>
<li>
<img src="./asset/images/white-check .png" alt="white checkbox" /> Advanced Link
Customization
</li>
<li><img src="./asset/images/white-check .png" alt="white checkbox" /> Piority Support</li>
<li>
<img src="./asset/images/white-check .png" alt="white checkbox" /> Ad-Free Experience
</li>
</ul>
</div>
<!-- Teams Plan -->
<div class="plan-right price">
<span>Teams</span>
<h1>$25/Month</h1>
<p>Share with up to 10 users</p>
<ul>
<li><img src="./asset/images/check.png" alt="checkbox" /> Team Collobrations</li>
<li>
<img src="./asset/images/check.png" alt="checkbox" /> User Roles and Permissions
</li>
<li><img src="./asset/images/check.png" alt="checkbox" /> Enhanced Security</li>
<li><img src="./asset/images/check.png" alt="checkbox" /> API Access</li>
<li>
<img src="./asset/images/check.png" alt="checkbox" /> Dedicated Account Manager
</li>
</ul>
</div>
</div>
<div class="pricing-btn">
<button type="button" class="custom-pricing-btn" >Get Custom Pricing</button>
<button type="button" class="select-pricing-btn" >Select Pricing</button>
</div>
</section>
<!-- Section Six -->
<section class="section-6">
<div class="domain">
<input type="url" id="url" name="url" placeholder="Paste URL Here" />
<div class="domain-name">
<select id="domains" name="domains" placeholder="Choose Domain">
<option value="#">Choose Domain</option>
<option value=".com">.com</option>
<option value=".co">.co</option>
<option value=".org">.org</option>
<option value=".uk">.uk</option>
</select>
<input
type="text"
name="alias"
id="alias"
placeholder="Type your alias"
/>
</div>
<a href="#" class="trim-btn"
>Trim Url <img src="./asset/images/magic-stick.png" alt="magic-stick" />
</a>
<p>
By clicking TrimURL, I agree to the
<strong>Terms of Service,</strong> <br />
<strong>Privacy Policy</strong> and Use of Cookies.
</p>
</div>
</section>
<!-- Section Seven -->
<section class="section-7">
<h1 class="faqs"><img src="/asset/images/line.png" alt="line" />FAQs</h1>
<div class="faq-list">
<div class="faq-1">
<h3 class="faq-q">
How does URL shortening work? <img src="./asset/images/minus.png" alt="minus" />
</h3>
<p>
URL shortening works by taking a long URL and creating a shorter,
condensed version that redirects to the <br />
original URL. When a user clicks on the shortened link, they are
redirected to the intended destination.
</p>
</div>
<div class="faq-1">
<h3 class="faq-q-2">
Is it necessary to create an account to use the URL shortening
service?<img src="./asset/images/plus.png" alt="plus" />
</h3>
</div>
<div class="faq-1">
<h3 class="faq-q-2">
Are the shortened links permanent? Will they expire?<img
src="./asset/images/plus.png"
alt="plus"
/>
</h3>
</div>
<div class="faq-1">
<h3 class="faq-q-2">
Are there any limitations on the number of URLs I can shorten?<img
src="./asset/images/plus.png"
alt="plus"
/>
</h3>
</div>
<div class="faq-1">
<h3 class="faq-q-2">
Can I customize the shortened URLs to reflect my brand or
content?<img src="./asset/images/plus.png" alt="plus" />
</h3>
</div>
<div class="faq-1">
<h3 class="faq-q-2">
Can I track the performance of my shortened URLs?<img
src="./asset/images/plus.png"
alt="plus"
/>
</h3>
</div>
<div class="faq-1">
<h3 class="faq-q-2">
How secure is the URL shortening service? Are the shortened links
protected <br />
against spam or malicious activity?<img src="./asset/images/plus.png" alt="plus" />
</h3>
</div>
<div class="faq-1">
<h3 class="faq-q-2">
What is a QR code and what can it do?<img src="./asset/images/plus.png" alt="plus" />
</h3>
</div>
<div class="faq-1">
<h3 class="faq-q-2">
Is there an API available for integrating the URL shortening service
into my own <br />
applications or websites?<img src="./asset/images/plus.png" alt="plus" />
</h3>
</div>
</div>
</section>
<!-- Section Eight -->
<section class="section-8">
<h2>Revolutionizing Link Optimization</h2>
<a href="">Get Started</a>
</section>
<footer>
<div class="footer-links">
<div class="line-1">
<img src="./asset/images/Logo black.png" alt="Scissors black-logo">
<div class="socials">
<a href=""><img src="./asset/images/i.fi-social-twitter.png" alt="twitter"></a>
<a href=""><img src="./asset/images/svg.feather.png" alt="feather"></a>
<a href=""><img src="./asset/images/i.fi-social-linkedin.png" alt="linkedin"></a>
<a href=""><img src="./asset/images/i.fi-social-facebook.png" alt="facebook"></a>
</div>
</div>
<div class="line-2">
<div>
<p><strong>Why Scissor ?</strong></p>
<ul>
<li><a href="">Scissor 101</a></li>
<li><a href="">Integrations & API</a></li>
<li><a href="">Pricing</a></li>
</ul>
</div>
<div>
<p><strong>Resources</strong></p>
<ul>
<li><a href="">Blog</a></li>
<li><a href="">Resource Library</a></li>
<li><a href="">App Connectors</a></li>
<li><a href="">Support</a></li>
<li><a href="">Trust Center</a></li>
<li><a href="">Browser Extension</a></li>
<li><a href="">Mobile App</a></li>
</ul>
</div>
</div>
<div class="line-2 solutions">
<div>
<p><strong>Solutions</strong></p>
<ul>
<li><a href="">Social Media</a></li>
<li><a href="">Digital Marketing</a></li>
<li><a href="">Customer Service</a></li>
<li><a href="">For Developers</a></li>
</ul>
</div>
<div>
<p><strong>Features</strong></p>
<ul>
<li><a href="">Branded Links</a></li>
<li><a href="">Mobile Links</a></li>
<li><a href="">Campaign</a></li>
<li><a href="">Management &</a></li>
<li><a href="">Analytics</a></li>
<li><a href="">QR Code generation</a></li>
</ul>
</div>
</div>
<div class="line-2">
<div>
<p><strong>Products</strong></p>
<ul>
<li><a href="">Link Management</a></li>
<li><a href="">QR Codes</a></li>
<li><a href="">Link-in-bio</a></li>
</ul>
</div>
<div>
<p><strong>Legal</strong></p>
<ul>
<li><a href="">Privacy Policy</a></li>
<li><a href="">Cookie Policy</a></li>
<li><a href="">Terms of Service</a></li>
<li><a href="">Acceptable Use Policy</a></li>
<li><a href="">Code of Conduct</a></li>
</ul>
</div>
</div>
<div class="line-2">
<div>
<p><strong>Company</strong></p>
<ul>
<li><a href="">About Scissor</a></li>
<li><a href="">Careers</a></li>
<li><a href="">Partners</a></li>
<li><a href="">Press</a></li>
<li><a href="">Contact</a></li>
<li><a href="">Reviews</a></li>
</ul>
</div>
</div>
</div>
<div>
<ul class="foot-links">
<li class="tos"><a href="">Term of Service</a></li>
<li class="security"><a href="">Security</a></li>
<li><a href="">Scissor 2023</a></li>
</ul>
</div>
</footer>
</body>
</html>