-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
695 lines (639 loc) · 31.9 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
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
<!DOCTYPE html>
<html lang="en">
<head>
<!-- META -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="uisual" content="Made with Uisual (uisual.com)">
<meta name="author" content="#">
<meta name="description" content="#">
<meta name="referrer" content="unsafe-url">
<meta name="robots" content="index, follow">
<!-- Font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap" rel="stylesheet">
<!-- Primary Meta Tags -->
<title>Flow Launcher</title>
<meta name="title" content="Flow Launcher">
<meta name="description" content="Quick file search & app launcher for Windows with community-made plugins">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.flowlauncher.com/">
<meta property="og:title" content="Flow Launcher">
<meta property="og:description" content="Quick file search & app launcher for Windows with community-made plugins">
<meta property="og:image" content="https://flowlauncher.com/public/images/flowlauncher_large.jpg">
<meta property="og:site_name" content="Flow Launcher">
<meta property="og:locale" content="en_US">
<meta property="og:image:width" content="1500">
<meta property="og:image:height" content="500">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://www.flowlauncher.com/">
<meta property="twitter:title" content="Flow Launcher">
<meta property="twitter:description" content="Quick file search & app launcher for Windows with community-made plugins">
<meta property="twitter:image" content="https://flowlauncher.com/public/images/flowlauncher_large.jpg">
<!-- SPEED -->
<link rel="preconnect" href="https://res.cloudinary.com">
<link rel="dns-prefetch" href="https://res.cloudinary.com">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="dns-prefetch" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<!-- LINK -->
<link rel="me" href="#">
<link rel="canonical" href="#">
<link rel="icon" type="image/png" href="public/favicon.ico" sizes="32x32">
<!-- PERFORMANCE -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap">
<link rel="preload" as="style" href="public/style/style.css">
<link rel="stylesheet" href="public/style/style.css">
<!-- SCRIPTS -->
<script src="public/style/jquery-1.11.0.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>
<script src="https://cdn.jsdelivr.net/clipboard.js/1.5.12/clipboard.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async="async"
src="https://www.googletagmanager.com/gtag/js?id=G-ZMW9NFVGQL"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-ZMW9NFVGQL");
</script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css"/>
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.4/clipboard.min.js"></script>
<script>
loadRelease = async () => {
let releaseRequest = await fetch(
"https://api.github.com/repos/Flow-Launcher/Flow.Launcher/releases/latest"
);
let release = await releaseRequest.json();
let publishedAt = new Date(release.published_at);
let assets = release.assets;
let portableAssetsIndex = assets.findIndex(obj => obj.name=="Flow-Launcher-Portable.zip");
let installerAssetsIndex = assets.findIndex(obj => obj.name=="Flow-Launcher-Setup.exe");
let portableDownload = assets[portableAssetsIndex].browser_download_url;
let installerDownload = assets[installerAssetsIndex].browser_download_url;
let portableSize = "ZIP, " + Math.floor((assets[portableAssetsIndex].size / (1024*1024)).toFixed(2)) + "MB";
let installerSize = "EXE, " + Math.floor((assets[installerAssetsIndex].size / (1024*1024)).toFixed(2)) + "MB";
let name = release.name;
const options = {
year: "numeric",
month: "short",
day: "numeric",
};
$("#releaseInfo").text(
`${name} - ${publishedAt.toLocaleDateString(
undefined,
options
)}`
);
$("#releaseInfo2").text(
`${name} - ${publishedAt.toLocaleDateString(
undefined,
options
)}`
);
$("#installer").attr('href', installerDownload);
$("#portable").attr('href', portableDownload);
$("#installerSize").text(installerSize);
$("#portableSize").text(portableSize);
};
loadRelease();
</script>
<!-- TITLE -->
<title>Flow Launcher</title>
</head>
<body>
<div id="myModal" class="modal">
<!-- Modal content -->
<div class="modal-content">
<div class="close">
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" class="CloseBtn">
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7071 1.70711C14.0976 1.31658 14.0976 0.683417 13.7071 0.292893C13.3166 -0.0976311 12.6834 -0.0976311 12.2929 0.292893L7 5.58579L1.70711 0.292893C1.31658 -0.0976311 0.683417 -0.0976311 0.292893 0.292893C-0.0976311 0.683417 -0.0976311 1.31658 0.292893 1.70711L5.58579 7L0.292893 12.2929C-0.0976311 12.6834 -0.0976311 13.3166 0.292893 13.7071C0.683417 14.0976 1.31658 14.0976 1.70711 13.7071L7 8.41421L12.2929 13.7071C12.6834 14.0976 13.3166 14.0976 13.7071 13.7071C14.0976 13.3166 14.0976 12.6834 13.7071 12.2929L8.41421 7L13.7071 1.70711Z" />
</svg>
</div>
<div class="details-modal-title">
<h3 style="margin:0px;">Downloads</h3>
</div>
<div class="details-modal-content">
<div style="display: flex; margin: 8px;">
<p id="releaseInfo2" style="white-space: nowrap; font-size:12px; margin:0px;"></p>
<a class="infolink" style="white-space: nowrap; font-size:12px; margin:0px 0px 0px 8px; display: inline;" href="https://github.com/Flow-Launcher/Flow.Launcher/releases" target="_blank" ><p>Release Note</p></a>
</div>
<a id="installer" class="installerBtn">
<i class="fa fa-download" style="margin:0px 5px;"></i><span>Installer</span>
<p id="installerSize" style="color:#fff !important; white-space: nowrap; font-size:12px; margin-top:0px; opacity: 0.8; "></p>
</a>
<a id="portable" class="portableBtn">
<i class="fa fa-file-archive-o" style="margin:0px 10px;"></i><span>Portable</span>
<p id="portableSize" style="color:#fff !important; white-space: nowrap; font-size:12px; margin-top:0px; opacity: 0.8;"></p>
</a>
</div>
<div class="details-modal-content-winget">
<div style="margin-bottom:4px;">Windows Package Manager</div>
<div class="cmdInstallDiv" id="winget">
<p>
<span style="display: inline; user-select: none">></span>
<code><span style="color: rgb(252, 255, 155)">winget</span>
install "Flow Launcher"</code>
<button class="btn" data-clipboard-text="winget install "Flow Launcher"" aria-label="Copied!">
<p>Copy</p>
</button>
</p>
</div>
<div class="cmdInstallDiv" id="scoop">
<p>
<span style="display: inline; user-select: none">></span>
<code><span style="color: rgb(252, 255, 155)">scoop</span>
install Flow-Launcher</code>
<button class="btn" data-clipboard-text="scoop install flow-launcher" aria-label="Copied!">
<p>Copy</p>
</button>
</p>
</div>
<div class="cmdInstallDiv" id="choco">
<p>
<span style="display: inline; user-select: none">></span>
<code><span style="color: rgb(252, 255, 155)">choco</span>
install Flow-Launcher</code>
<button class="btn" data-clipboard-text="choco install flow-launcher" aria-label="Copied!">
<p>Copy</p>
</button>
</p>
</div>
</div>
<div class="details-modal-content-winget" style="padding:1em;">
<p class="supportText">Supports Windows 7+ / Downloads are via GitHub</p>
</div>
</div>
</div>
<header role="banner" class="ui-section-header">
<div class="ui-layout-container">
<div class="ui-section-header__layout ui-layout-flex">
<!-- LOGO -->
<a href="#" role="link" aria-label="#" class="ui-section-header--logo">
<img src="public/images/titlelogo.png" style="height:18px;">
</a>
<!-- HAMBURGER -->
<input type="checkbox" id="ui-section-header--menu-id">
<label for="ui-section-header--menu-id" class="ui-section-header--menu-icon"></label>
<!-- MENU -->
<nav role="navigation" class="ui-section-header--nav ui-layout-flex">
<a href="#" id="myBtn" role="link" aria-label="#" class="ui-section-header--nav-link">Download</a>
<a href="https://www.flowlauncher.com/docs/#/plugins" role="link" aria-label="#" class="ui-section-header--nav-link">Plugins</a>
<a href="https://www.flowlauncher.com/docs/" role="link" aria-label="#" class="ui-section-header--nav-link">Docs</a>
<a href="https://github.com/Flow-Launcher/Flow.Launcher" role="link" aria-label="#" class="ui-section-header--nav-link">GitHub</a>
<a href="#" id="mobile-darkbtn" role="link" aria-label="#" onclick="toggle()" class="ui-section-header--nav-link mobile-darkbtn">Toggle Theme</a>
<a href="#" id="myBtn3" role="link" aria-label="#" class="pc-download">Download</a>
<button class="darkmode-btn" onclick="toggle()">
<svg style="color:#d8d8d8;" width="20px" fill="red" class="theme-toggle-light hide-button" alt="Changing site theme to dark" aria-hidden="true" focusable="false" data-prefix="far" data-icon="moon" class="svg-inline--fa fa-moon fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M494.2 221.9l-59.8-40.5 13.7-71c2.6-13.2-1.6-26.8-11.1-36.4-9.6-9.5-23.2-13.7-36.2-11.1l-70.9 13.7-40.4-59.9c-15.1-22.3-51.9-22.3-67 0l-40.4 59.9-70.8-13.7C98 60.4 84.5 64.5 75 74.1c-9.5 9.6-13.7 23.1-11.1 36.3l13.7 71-59.8 40.5C6.6 229.5 0 242 0 255.5s6.7 26 17.8 33.5l59.8 40.5-13.7 71c-2.6 13.2 1.6 26.8 11.1 36.3 9.5 9.5 22.9 13.7 36.3 11.1l70.8-13.7 40.4 59.9C230 505.3 242.6 512 256 512s26-6.7 33.5-17.8l40.4-59.9 70.9 13.7c13.4 2.7 26.8-1.6 36.3-11.1 9.5-9.5 13.6-23.1 11.1-36.3l-13.7-71 59.8-40.5c11.1-7.5 17.8-20.1 17.8-33.5-.1-13.6-6.7-26.1-17.9-33.7zm-112.9 85.6l17.6 91.2-91-17.6L256 458l-51.9-77-90.9 17.6 17.6-91.2-76.8-52 76.8-52-17.6-91.2 91 17.6L256 53l51.9 76.9 91-17.6-17.6 91.1 76.8 52-76.8 52.1zM256 152c-57.3 0-104 46.7-104 104s46.7 104 104 104 104-46.7 104-104-46.7-104-104-104zm0 160c-30.9 0-56-25.1-56-56s25.1-56 56-56 56 25.1 56 56-25.1 56-56 56z"></path></svg>
<svg style="color:#d8d8d8;" width="20px" fill="white" class="theme-toggle-dark" alt="Changing site theme to light" aria-hidden="true" focusable="false" data-prefix="far" data-icon="sun" class="svg-inline--fa fa-sun fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M279.135 512c78.756 0 150.982-35.804 198.844-94.775 28.27-34.831-2.558-85.722-46.249-77.401-82.348 15.683-158.272-47.268-158.272-130.792 0-48.424 26.06-92.292 67.434-115.836 38.745-22.05 28.999-80.788-15.022-88.919A257.936 257.936 0 0 0 279.135 0c-141.36 0-256 114.575-256 256 0 141.36 114.576 256 256 256zm0-464c12.985 0 25.689 1.201 38.016 3.478-54.76 31.163-91.693 90.042-91.693 157.554 0 113.848 103.641 199.2 215.252 177.944C402.574 433.964 344.366 464 279.135 464c-114.875 0-208-93.125-208-208s93.125-208 208-208z"></path></svg>
</button>
</nav>
</div>
</div>
</header>
<main role="main">
<section class="ui-section-hero">
<div class="ui-layout-container">
<div class="ui-section-hero__layout ui-layout-grid ui-layout-grid-2">
<!-- COPYWRITING -->
<div>
<h1 class="ui-text-title">Flow Launcher</h1>
<p class="ui-text-intro">Quick File Search & App Launcher for Windows</p>
<!-- CTA -->
<div class="ui-component-cta ui-layout-flex">
<!--<a href="#" role="link" aria-label="#" class="ui-component-button ui-component-button-normal ui-component-button-primary">Download</a>-->
<button id="myBtn2" class="downloadBtn">
<i class="fa fa-download"></i> Download
<p id="releaseInfo" style="color:#fff !important; white-space: nowrap; font-size:12px; margin-top:2px; "></p>
</button>
</div>
</div>
<!-- IMAGE -->
<picture class="ui-image-half-right" style="background: url('public/images/screenshot_bg.png') no-repeat center center; background-size: contain;">
<source style="width:620px;"
srcset="public/images/dark_screenshot.png"
media="(prefers-color-scheme: dark)">
<img src="public/images/light_screenshot.png" style="margin-top:20px; width:620px;">
</picture>
</div>
</div>
</section>
<section class="ui-section-customer">
<div class="ui-layout-container">
<p class="SponsorTitle">Sponsored by</p>
<div class="ui-section-customer__layout ui-layout-flex">
<div style="display:flex; flex-wrap: wrap; justify-content: center; gap: 6px;">
<a href="https://appwrite.io/" target="_blank">
<div class="sponsorBanner">
<img src="public\images\sponsors\appwrite_light.png" alt="appwrite" style="width:120px;">
</div>
</a>
<a href="https://coderabbit.ai/" target="_blank">
<div class="sponsorBanner">
<img src="public\images\sponsors\coderabbit.svg" alt="coderabbit" style="width:120px;">
</div>
</a>
<a href="https://github.com/TheBestPessimist" target="_blank">
<div class="sponsorBanner">
<img src="public\images\sponsors\TheBestPessimist.png" alt="TheBestPessimist" style="width:34px;">
<p style="color:black; margin-left:4px; font-size:12px; font-weight:500">TheBestPessimist</p>
</div>
</a>
</div>
</div>
</div>
</section>
<section class="ui-section-sub">
<div class="ui-layout-container">
<div class="ui-section-feature__layout ui-layout-grid ui-layout-grid-gif" style="margin-top:2rem; margin-bottom:2rem">
<!-- IMAGE -->
<div class="ui-image-half-left gif-image">
<img src="public/images/flow-launcher.gif">
<img src="public/images/taskbar_bg.png">
</div>
<!-- FEATURE -->
<div class="gif-text">
<h2>Start Flow Launcher anytime, anywhere.</h2>
<p class="ui-text-intro">Use your customizable hotkey to trigger the search window immediately.</p>
<p style="Font-size:13px;">※ Default hotkey is Alt+Space</p>
</div>
</div>
</div>
</section>
<section class="ui-section-feature">
<div class="ui-layout-container">
<h2 style="margin:0">Features</h2>
<div class="ui-section-feature__layout ui-layout-grid ui-layout-column-center" style="margin-top:1rem; margin-bottom:1rem;">
<!-- Slider main container -->
<div class="swiper">
<!-- Additional required wrapper -->
<div class="swiper-wrapper">
<!-- Slides -->
<div class="swiper-slide">
<div class="card-inside">
<div class="screenshot" style="background-color:#e7d8e1;">
<img src="public/images/screenshots/bs_apps.png">
</div>
<div class="card-details">
<div class="name">Open Apps</div>
<p>Search and launch apps quickly.</p>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card-inside">
<div class="screenshot" style="background-color:#f4dab1;">
<img src="public/images/screenshots/bs_files.png">
</div>
<div class="card-details">
<div class="name">Search Files</div>
<p>Use Everything or Windows Search to find files and file contents.</p>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card-inside">
<div class="screenshot" style="background-color:#d0e7ed;">
<img src="public/images/screenshots/bs_websearch.png">
</div>
<div class="card-details">
<div class="name">Web Searches</div>
<p>Browse the Internet with your favorite search engine.</p>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card-inside">
<div class="screenshot" style="background-color:#ede4cc;">
<img src="public/images/screenshots/bs_bookmark.png">
</div>
<div class="card-details">
<div class="name">Search Bookmarks</div>
<p>Quickly find bookmarks from different browsers.</p>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card-inside">
<div class="screenshot" style="background-color:#d7d3dc;">
<img src="public/images/screenshots/bs_system.png">
</div>
<div class="card-details">
<div class="name">System Commands</div>
<p>Restart, sleep or shutdown, manage your computer with a couple of keystrokes.</p>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card-inside">
<div class="screenshot" style="background-color:#b9b9b9;">
<img src="public/images/screenshots/bs_cli.png">
</div>
<div class="card-details">
<div class="name">Shell Commands</div>
<p>Easily run batch and PowerShell commands as Administrator or another user.</p>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card-inside">
<div class="screenshot" style="background-color:#c1e1df;">
<img src="public/images/screenshots/bs_calc.png">
</div>
<div class="card-details">
<div class="name">Calculator</div>
<p>Do mathematical calculations then copy the result to clipboard for later use.</p>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card-inside">
<div class="screenshot" style="background-color:#dddfc9;">
<img src="public/images/screenshots/bs_windowssettings.png">
</div>
<div class="card-details">
<div class="name">Windows Settings</div>
<p>Search for Windows & Control Panel settings.</p>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card-inside">
<div class="screenshot" style="background-color:#b09cd0;">
<img src="public/images/screenshots/bs_store.png">
</div>
<div class="card-details">
<div class="name">Plugin Store</div>
<p>Browse and install many different types of plugins to add new search capabilities.</p>
</div>
</div>
</div>
</div>
<!-- If we need pagination -->
<div class="swiper-pagination"></div>
<!-- If we need navigation buttons -->
<div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>
<!-- If we need scrollbar -->
<!--<div class="swiper-scrollbar"></div>-->
</div>
</div>
</section>
<section class="ui-section-custom">
<div class="ui-layout-container">
<h2>Customizations</h2>
<p class="ui-text-intro">Different Themes, Animation & Sound, Or Simply Build Your Own</p>
<div class="ui-section-feature__layout ui-layout-grid ui-layout-grid-custom" style="margin-top:2rem; margin-bottom:2rem">
<!-- IMAGE -->
<img src="public/images/screenshots/cm_modern.png"/>
<!-- FEATURE -->
<div>
<img src="public/images/screenshots/cm_theme.png"/>
</div>
</div>
</div>
</section>
<section class="ui-section-feature">
<div class="ui-layout-container" style="margin-top:2rem; margin-bottom:2rem;">
<h2>Community-made Plugins</h2>
<p class="ui-text-intro" style="margin-bottom:2rem;">Write your own plugins in C#, F#, Python, JavaScript or TypeScript.</p>
<div class="ui-section-feature__layout ui-layout-grid ui-layout-column-center">
<!-- Slider main container -->
<div class="swiper">
<!-- Additional required wrapper -->
<div class="swiper-wrapper">
<!-- Slides -->
<div class="swiper-slide">
<div class="card-inside">
<div class="screenshot" style="background-color:#1ed760;">
<img src="public/images/screenshots/bs_sp.png">
</div>
<div class="card-details">
<img src="public/images/screenshots/icon_sp.png" class="card-icon">
<div class="name">Spotify Premium<span class="author">- fow5040</span></div>
<p>Control your Spotify directly from Flow Launcher</p>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card-inside">
<div class="screenshot" style="background-color:#3a3a3a;">
<img src="public/images/screenshots/bs_st.png">
</div>
<div class="card-details">
<img src="public/images/screenshots/icon_st.png" class="card-icon">
<div class="name">Steam Search<span class="author">- Garulf</span></div>
<p>Search your Steam Game library and launch the game</p>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card-inside">
<div class="screenshot" style="background-color:#4e3ba4;">
<img src="public/images/screenshots/bs_op.png">
</div>
<div class="card-details">
<img src="public/images/screenshots/icon_op.png" class="card-icon">
<div class="name">Obsidian Notes<span class="author">- Garulf</span></div>
<p>Search through your Obsidian notes</p>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card-inside">
<div class="screenshot" style="background-color:#c1e1df;">
<img src="public/images/screenshots/bs_gn.png">
</div>
<div class="card-details">
<img src="public/images/screenshots/icon_gh.png" class="card-icon">
<div class="name">Github-Notification<span class="author">- Garulf</span></div>
<p>View your GitHub notifications directly from Flow Launcher</p>
</div>
</div>
</div>
</div>
<!-- If we need pagination -->
<div class="swiper-pagination"></div>
<!-- If we need navigation buttons -->
<div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>
<!-- If we need scrollbar -->
<!--<div class="swiper-scrollbar"></div>-->
</div>
</div>
</section>
<section class="ui-section-close">
<div class="ui-layout-container">
<div class="ui-layout-column-6 ui-layout-column-center">
<h2>Flow Launcher is a free and open-source software</h2>
<p class="ui-text-intro">Support this project.</p>
<!-- CTA -->
<div class="ui-component-cta ui-layout-flex">
<a href="https://github.com/sponsors/Flow-Launcher?frequency=one-time" role="link" aria-label="#" class="ui-component-button ui-component-button-normal ui-component-button-primary">Become A Sponsor</a>
</div>
</div>
</div>
</section>
</main>
<footer role="contentinfo" class="ui-section-footer">
<div class="ui-layout-container">
<div class="ui-section-footer__layout ui-layout-flex">
<!-- COPYRIGHT -->
<p class="ui-section-footer--copyright ui-text-note"><small>Flow Launcher Team © 2024</small></p>
<!-- MENU -->
</div>
</div>
</footer>
</body>
<script>
$(document).on("click", ".naccs .menu div", function() {
var numberIndex = $(this).index();
if (!$(this).is("active")) {
$(".naccs .menu div").removeClass("active");
$(".naccs ul li").removeClass("active");
$(this).addClass("active");
$(".naccs ul").find("li:eq(" + numberIndex + ")").addClass("active");
var listItemHeight = $(".naccs ul")
.find("li:eq(" + numberIndex + ")")
.innerHeight();
$(".naccs ul").height(listItemHeight + "px");
}
});
</script>
<Script>
var theme, prefersDarkScheme = window.matchMedia("(prefers-color-scheme: dark)");
if (prefersDarkScheme.matches)
theme = document.body.classList.contains("light-mode") ? "light" : "dark";
else
theme = document.body.classList.contains("dark-mode") ? "dark" : "light";
localStorage.setItem("theme", theme);
function toggle() {
const svgs = document.querySelectorAll(".darkmode-btn svg");
svgs.forEach(btn => {
btn.classList.toggle("hide-button");
});
var currentTheme = localStorage.getItem("theme");
if (currentTheme == "dark")
document.body.classList.toggle("light-mode");
else if (currentTheme == "light")
document.body.classList.toggle("dark-mode");
}
</Script>
<Script>
const swiper = new Swiper('.swiper', {
slidesPerView: 1,
spaceBetween: 10,
breakpoints: {
// when window width is >= 320px
// when window width is >= 480px
480: {
slidesPerView: 1,
spaceBetween: 30
},
// when window width is >= 640px
640: {
slidesPerView: 2,
spaceBetween: 20
},
1024: {
slidesPerView: 3,
spaceBetween: 30
}
},
// Optional parameters
loop: true,
// If we need pagination
pagination: {
el: '.swiper-pagination',
},
// Navigation arrows
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
// And if we need scrollbar
//scrollbar: {
// el: '.swiper-scrollbar',
//},
});
</Script>
<Script>
// Get the modal
var modal = document.getElementById("myModal");
// Get the button that opens the modal
var btn = document.getElementById("myBtn");
var btn2 = document.getElementById("myBtn2");
var btn3 = document.getElementById("myBtn3");
// Get the <span> element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks on the button, open the modal
btn.onclick = function() {
modal.style.display = "block";
}
btn2.onclick = function() {
modal.style.display = "block";
}
btn3.onclick = function() {
modal.style.display = "block";
}
// When the user clicks on <span> (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}
</Script>
<Script>
var clipboard = new Clipboard('.btn');
var btns = document.querySelectorAll('.btn');
for (var i = 0; i < btns.length; i++) {
btns[i].addEventListener('mouseleave', function(e) {
e.currentTarget.setAttribute('class', 'btn');
e.currentTarget.removeAttribute('aria-label');
});
}
clipboard.on('success', function(e) {
console.info('Action:', e.action);
console.info('Text:', e.text);
console.info('Trigger:', e.trigger);
showTooltip(e.trigger,'Copied!');
e.clearSelection();
});
clipboard.on('error', function(e) {
console.error('Action:', e.action);
console.error('Trigger:', e.trigger);
showTooltip(e.trigger,fallbackMessage(e.action));
});
function showTooltip(elem, msg) {
elem.setAttribute('class', 'btn tooltipped tooltipped-s');
elem.setAttribute('aria-label', msg);
}
function fallbackMessage(action) {
var actionMsg = '';
var actionKey = (action === 'cut' ? 'X' : 'C');
if (/iPhone|iPad/i.test(navigator.userAgent)) {
actionMsg = 'No support :(';
} else if (/Mac/i.test(navigator.userAgent)) {
actionMsg = 'Press ⌘-' + actionKey + ' to ' + action;
} else {
actionMsg = 'Press Ctrl-' + actionKey + ' to ' + action;
}
return actionMsg;
}
</Script>
</html>