Skip to content

Commit 425d4a1

Browse files
committed
deploy: 903dae8
1 parent 0c84fd7 commit 425d4a1

File tree

288 files changed

+4470
-1538
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

288 files changed

+4470
-1538
lines changed

404.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<meta name="apple-itunes-app" content="app-id=1560822163">
2323

2424

25-
<link rel="stylesheet" href="/css/main.min.ad9fba037f491e2b138e7993923a3114d922d7eb6e94253dc390a8a531619297.css" integrity="sha256-rZ&#43;6A39JHisTjnmTkjoxFNki1&#43;tulCU9w5CopTFhkpc=" media="screen" />
25+
<link rel="stylesheet" href="/css/main.min.9f87f375c992f058a211511535d438742b63bf7d6ae6a67143a3aaf7eeaee64c.css" integrity="sha256-n4fzdcmS8FiiEVEVNdQ4dCtjv31q5qZxQ6Oq9&#43;6u5kw=" media="screen" />
2626

2727
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="/feed.xml" />
2828

@@ -37,6 +37,9 @@
3737
</head>
3838
<body x-data="{ isNavOpen: false }" :class="isNavOpen && 'overflow-hidden'" class="bg-dark font-body text-gray-900">
3939
<nav x-init="determineGitHubStargazersCount('en')" class="w-full max-h-screen text-primary fixed bg-white shadow z-50">
40+
<div class="w-full bg-primary text-center text-sm text-white p-0.5">
41+
<p>🎁 33%* Discount in December on Mobile Apps and Supporter Certificate! <a class="whitespace-nowrap font-bold" href="/blog/2024/12/01/december-sale/">More Info&nbsp;<span aria-hidden="true">&rarr;</span></a></p>
42+
</div>
4043
<div class="flex justify-between items-stretch w-full lg:px-8">
4144

4245
<div class="flex items-stretch">

android/index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<meta name="apple-itunes-app" content="app-id=1560822163">
2323

2424

25-
<link rel="stylesheet" href="/css/main.min.ad9fba037f491e2b138e7993923a3114d922d7eb6e94253dc390a8a531619297.css" integrity="sha256-rZ&#43;6A39JHisTjnmTkjoxFNki1&#43;tulCU9w5CopTFhkpc=" media="screen" />
25+
<link rel="stylesheet" href="/css/main.min.9f87f375c992f058a211511535d438742b63bf7d6ae6a67143a3aaf7eeaee64c.css" integrity="sha256-n4fzdcmS8FiiEVEVNdQ4dCtjv31q5qZxQ6Oq9&#43;6u5kw=" media="screen" />
2626

2727
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="/feed.xml" />
2828

@@ -34,6 +34,9 @@
3434
</head>
3535
<body x-data="{ isNavOpen: false }" :class="isNavOpen && 'overflow-hidden'" class="bg-dark font-body text-gray-900">
3636
<nav x-init="determineGitHubStargazersCount('en')" class="w-full max-h-screen text-primary fixed bg-white shadow z-50">
37+
<div class="w-full bg-primary text-center text-sm text-white p-0.5">
38+
<p>🎁 33%* Discount in December on Mobile Apps and Supporter Certificate! <a class="whitespace-nowrap font-bold" href="/blog/2024/12/01/december-sale/">More Info&nbsp;<span aria-hidden="true">&rarr;</span></a></p>
39+
</div>
3740
<div class="flex justify-between items-stretch w-full lg:px-8">
3841

3942
<div class="flex items-stretch">
@@ -207,9 +210,10 @@ <h3>Buy a license key</h3>
207210
<div class="text-center mt-8">
208211
<p class="text-sm md:text-base leading-relaxed text-gray-700 mb-4">Payments are securely handled by Paddle.</p>
209212
<p class="text-sm md:text-base leading-relaxed text-gray-700 mb-4">
210-
<input class="mr-1 rounded text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type="checkbox" id="id-627183459" x-model="acceptTerms" />
211-
<label for="id-627183459">I accept the <a class="text-primary no-underline hover:underline" href="/terms/">Terms & Conditions</a> as well as the <a class="text-primary no-underline hover:underline" href="/privacy/">Privacy Policy</a>.</label>
213+
<input class="mr-1 rounded text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type="checkbox" id="id-614298357" x-model="acceptTerms" />
214+
<label for="id-614298357">I accept the <a class="text-primary no-underline hover:underline" href="/terms/">Terms & Conditions</a> as well as the <a class="text-primary no-underline hover:underline" href="/privacy/">Privacy Policy</a>.</label>
212215
</p>
216+
<p class="text-sm md:text-base leading-relaxed text-gray-700 rounded bg-primary-l2 p-2 mb-4">🎁 Use discount code <code>DEC24</code> at checkout to get 33% off!</p>
213217
<button :disabled="checkoutData.inProgress || !acceptTerms" @click.prevent="androidLicense.checkout('en')" type="submit" class="btn btn-primary w-full md:w-64">
214218
<i x-show="!checkoutData.inProgress" class="fas fa-shopping-cart fa-fw" aria-hidden="true"></i><i x-show="checkoutData.inProgress" class="fas fa-spinner fa-spin fa-fw" aria-hidden="true"></i> Checkout
215219
</button>

blog/2016/05/25/release-1.1.0/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<meta name="apple-itunes-app" content="app-id=1560822163">
3232

3333

34-
<link rel="stylesheet" href="/css/main.min.ad9fba037f491e2b138e7993923a3114d922d7eb6e94253dc390a8a531619297.css" integrity="sha256-rZ&#43;6A39JHisTjnmTkjoxFNki1&#43;tulCU9w5CopTFhkpc=" media="screen" />
34+
<link rel="stylesheet" href="/css/main.min.9f87f375c992f058a211511535d438742b63bf7d6ae6a67143a3aaf7eeaee64c.css" integrity="sha256-n4fzdcmS8FiiEVEVNdQ4dCtjv31q5qZxQ6Oq9&#43;6u5kw=" media="screen" />
3535

3636
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="/feed.xml" />
3737

@@ -43,6 +43,9 @@
4343
</head>
4444
<body x-data="{ isNavOpen: false }" :class="isNavOpen && 'overflow-hidden'" class="bg-dark font-body text-gray-900">
4545
<nav x-init="determineGitHubStargazersCount('en')" class="w-full max-h-screen text-primary fixed bg-white shadow z-50">
46+
<div class="w-full bg-primary text-center text-sm text-white p-0.5">
47+
<p>🎁 33%* Discount in December on Mobile Apps and Supporter Certificate! <a class="whitespace-nowrap font-bold" href="/blog/2024/12/01/december-sale/">More Info&nbsp;<span aria-hidden="true">&rarr;</span></a></p>
48+
</div>
4649
<div class="flex justify-between items-stretch w-full lg:px-8">
4750

4851
<div class="flex items-stretch">

blog/2016/06/16/indepth-french-app-store/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<meta name="apple-itunes-app" content="app-id=1560822163">
3232

3333

34-
<link rel="stylesheet" href="/css/main.min.ad9fba037f491e2b138e7993923a3114d922d7eb6e94253dc390a8a531619297.css" integrity="sha256-rZ&#43;6A39JHisTjnmTkjoxFNki1&#43;tulCU9w5CopTFhkpc=" media="screen" />
34+
<link rel="stylesheet" href="/css/main.min.9f87f375c992f058a211511535d438742b63bf7d6ae6a67143a3aaf7eeaee64c.css" integrity="sha256-n4fzdcmS8FiiEVEVNdQ4dCtjv31q5qZxQ6Oq9&#43;6u5kw=" media="screen" />
3535

3636
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="/feed.xml" />
3737

@@ -43,6 +43,9 @@
4343
</head>
4444
<body x-data="{ isNavOpen: false }" :class="isNavOpen && 'overflow-hidden'" class="bg-dark font-body text-gray-900">
4545
<nav x-init="determineGitHubStargazersCount('en')" class="w-full max-h-screen text-primary fixed bg-white shadow z-50">
46+
<div class="w-full bg-primary text-center text-sm text-white p-0.5">
47+
<p>🎁 33%* Discount in December on Mobile Apps and Supporter Certificate! <a class="whitespace-nowrap font-bold" href="/blog/2024/12/01/december-sale/">More Info&nbsp;<span aria-hidden="true">&rarr;</span></a></p>
48+
</div>
4649
<div class="flex justify-between items-stretch w-full lg:px-8">
4750

4851
<div class="flex items-stretch">

blog/2016/08/15/release-1.1.4/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<meta name="apple-itunes-app" content="app-id=1560822163">
3030

3131

32-
<link rel="stylesheet" href="/css/main.min.ad9fba037f491e2b138e7993923a3114d922d7eb6e94253dc390a8a531619297.css" integrity="sha256-rZ&#43;6A39JHisTjnmTkjoxFNki1&#43;tulCU9w5CopTFhkpc=" media="screen" />
32+
<link rel="stylesheet" href="/css/main.min.9f87f375c992f058a211511535d438742b63bf7d6ae6a67143a3aaf7eeaee64c.css" integrity="sha256-n4fzdcmS8FiiEVEVNdQ4dCtjv31q5qZxQ6Oq9&#43;6u5kw=" media="screen" />
3333

3434
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="/feed.xml" />
3535

@@ -41,6 +41,9 @@
4141
</head>
4242
<body x-data="{ isNavOpen: false }" :class="isNavOpen && 'overflow-hidden'" class="bg-dark font-body text-gray-900">
4343
<nav x-init="determineGitHubStargazersCount('en')" class="w-full max-h-screen text-primary fixed bg-white shadow z-50">
44+
<div class="w-full bg-primary text-center text-sm text-white p-0.5">
45+
<p>🎁 33%* Discount in December on Mobile Apps and Supporter Certificate! <a class="whitespace-nowrap font-bold" href="/blog/2024/12/01/december-sale/">More Info&nbsp;<span aria-hidden="true">&rarr;</span></a></p>
46+
</div>
4447
<div class="flex justify-between items-stretch w-full lg:px-8">
4548

4649
<div class="flex items-stretch">

blog/2016/09/21/release-1.2.0/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<meta name="apple-itunes-app" content="app-id=1560822163">
3232

3333

34-
<link rel="stylesheet" href="/css/main.min.ad9fba037f491e2b138e7993923a3114d922d7eb6e94253dc390a8a531619297.css" integrity="sha256-rZ&#43;6A39JHisTjnmTkjoxFNki1&#43;tulCU9w5CopTFhkpc=" media="screen" />
34+
<link rel="stylesheet" href="/css/main.min.9f87f375c992f058a211511535d438742b63bf7d6ae6a67143a3aaf7eeaee64c.css" integrity="sha256-n4fzdcmS8FiiEVEVNdQ4dCtjv31q5qZxQ6Oq9&#43;6u5kw=" media="screen" />
3535

3636
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="/feed.xml" />
3737

@@ -43,6 +43,9 @@
4343
</head>
4444
<body x-data="{ isNavOpen: false }" :class="isNavOpen && 'overflow-hidden'" class="bg-dark font-body text-gray-900">
4545
<nav x-init="determineGitHubStargazersCount('en')" class="w-full max-h-screen text-primary fixed bg-white shadow z-50">
46+
<div class="w-full bg-primary text-center text-sm text-white p-0.5">
47+
<p>🎁 33%* Discount in December on Mobile Apps and Supporter Certificate! <a class="whitespace-nowrap font-bold" href="/blog/2024/12/01/december-sale/">More Info&nbsp;<span aria-hidden="true">&rarr;</span></a></p>
48+
</div>
4649
<div class="flex justify-between items-stretch w-full lg:px-8">
4750

4851
<div class="flex items-stretch">

blog/2016/11/04/android-0.1/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<meta name="apple-itunes-app" content="app-id=1560822163">
3030

3131

32-
<link rel="stylesheet" href="/css/main.min.ad9fba037f491e2b138e7993923a3114d922d7eb6e94253dc390a8a531619297.css" integrity="sha256-rZ&#43;6A39JHisTjnmTkjoxFNki1&#43;tulCU9w5CopTFhkpc=" media="screen" />
32+
<link rel="stylesheet" href="/css/main.min.9f87f375c992f058a211511535d438742b63bf7d6ae6a67143a3aaf7eeaee64c.css" integrity="sha256-n4fzdcmS8FiiEVEVNdQ4dCtjv31q5qZxQ6Oq9&#43;6u5kw=" media="screen" />
3333

3434
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="/feed.xml" />
3535

@@ -41,6 +41,9 @@
4141
</head>
4242
<body x-data="{ isNavOpen: false }" :class="isNavOpen && 'overflow-hidden'" class="bg-dark font-body text-gray-900">
4343
<nav x-init="determineGitHubStargazersCount('en')" class="w-full max-h-screen text-primary fixed bg-white shadow z-50">
44+
<div class="w-full bg-primary text-center text-sm text-white p-0.5">
45+
<p>🎁 33%* Discount in December on Mobile Apps and Supporter Certificate! <a class="whitespace-nowrap font-bold" href="/blog/2024/12/01/december-sale/">More Info&nbsp;<span aria-hidden="true">&rarr;</span></a></p>
46+
</div>
4447
<div class="flex justify-between items-stretch w-full lg:px-8">
4548

4649
<div class="flex items-stretch">

blog/2016/12/02/release-1.2.3/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<meta name="apple-itunes-app" content="app-id=1560822163">
3030

3131

32-
<link rel="stylesheet" href="/css/main.min.ad9fba037f491e2b138e7993923a3114d922d7eb6e94253dc390a8a531619297.css" integrity="sha256-rZ&#43;6A39JHisTjnmTkjoxFNki1&#43;tulCU9w5CopTFhkpc=" media="screen" />
32+
<link rel="stylesheet" href="/css/main.min.9f87f375c992f058a211511535d438742b63bf7d6ae6a67143a3aaf7eeaee64c.css" integrity="sha256-n4fzdcmS8FiiEVEVNdQ4dCtjv31q5qZxQ6Oq9&#43;6u5kw=" media="screen" />
3333

3434
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="/feed.xml" />
3535

@@ -41,6 +41,9 @@
4141
</head>
4242
<body x-data="{ isNavOpen: false }" :class="isNavOpen && 'overflow-hidden'" class="bg-dark font-body text-gray-900">
4343
<nav x-init="determineGitHubStargazersCount('en')" class="w-full max-h-screen text-primary fixed bg-white shadow z-50">
44+
<div class="w-full bg-primary text-center text-sm text-white p-0.5">
45+
<p>🎁 33%* Discount in December on Mobile Apps and Supporter Certificate! <a class="whitespace-nowrap font-bold" href="/blog/2024/12/01/december-sale/">More Info&nbsp;<span aria-hidden="true">&rarr;</span></a></p>
46+
</div>
4447
<div class="flex justify-between items-stretch w-full lg:px-8">
4548

4649
<div class="flex items-stretch">

blog/2017/05/09/cyberduck-meets-cryptomator/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<meta name="apple-itunes-app" content="app-id=1560822163">
3030

3131

32-
<link rel="stylesheet" href="/css/main.min.ad9fba037f491e2b138e7993923a3114d922d7eb6e94253dc390a8a531619297.css" integrity="sha256-rZ&#43;6A39JHisTjnmTkjoxFNki1&#43;tulCU9w5CopTFhkpc=" media="screen" />
32+
<link rel="stylesheet" href="/css/main.min.9f87f375c992f058a211511535d438742b63bf7d6ae6a67143a3aaf7eeaee64c.css" integrity="sha256-n4fzdcmS8FiiEVEVNdQ4dCtjv31q5qZxQ6Oq9&#43;6u5kw=" media="screen" />
3333

3434
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="/feed.xml" />
3535

@@ -41,6 +41,9 @@
4141
</head>
4242
<body x-data="{ isNavOpen: false }" :class="isNavOpen && 'overflow-hidden'" class="bg-dark font-body text-gray-900">
4343
<nav x-init="determineGitHubStargazersCount('en')" class="w-full max-h-screen text-primary fixed bg-white shadow z-50">
44+
<div class="w-full bg-primary text-center text-sm text-white p-0.5">
45+
<p>🎁 33%* Discount in December on Mobile Apps and Supporter Certificate! <a class="whitespace-nowrap font-bold" href="/blog/2024/12/01/december-sale/">More Info&nbsp;<span aria-hidden="true">&rarr;</span></a></p>
46+
</div>
4447
<div class="flex justify-between items-stretch w-full lg:px-8">
4548

4649
<div class="flex items-stretch">

blog/2017/07/01/release-1.3.0/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<meta name="apple-itunes-app" content="app-id=1560822163">
3434

3535

36-
<link rel="stylesheet" href="/css/main.min.ad9fba037f491e2b138e7993923a3114d922d7eb6e94253dc390a8a531619297.css" integrity="sha256-rZ&#43;6A39JHisTjnmTkjoxFNki1&#43;tulCU9w5CopTFhkpc=" media="screen" />
36+
<link rel="stylesheet" href="/css/main.min.9f87f375c992f058a211511535d438742b63bf7d6ae6a67143a3aaf7eeaee64c.css" integrity="sha256-n4fzdcmS8FiiEVEVNdQ4dCtjv31q5qZxQ6Oq9&#43;6u5kw=" media="screen" />
3737

3838
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="/feed.xml" />
3939

@@ -45,6 +45,9 @@
4545
</head>
4646
<body x-data="{ isNavOpen: false }" :class="isNavOpen && 'overflow-hidden'" class="bg-dark font-body text-gray-900">
4747
<nav x-init="determineGitHubStargazersCount('en')" class="w-full max-h-screen text-primary fixed bg-white shadow z-50">
48+
<div class="w-full bg-primary text-center text-sm text-white p-0.5">
49+
<p>🎁 33%* Discount in December on Mobile Apps and Supporter Certificate! <a class="whitespace-nowrap font-bold" href="/blog/2024/12/01/december-sale/">More Info&nbsp;<span aria-hidden="true">&rarr;</span></a></p>
50+
</div>
4851
<div class="flex justify-between items-stretch w-full lg:px-8">
4952

5053
<div class="flex items-stretch">

0 commit comments

Comments
 (0)