From b5d2ac4fc87b6f1d7e5b4389dc3cda661045542d Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Fri, 1 Jan 2021 01:32:48 +0100 Subject: [PATCH] . --- disclaimer/index.html | 16 ++++---- donation/index.html | 16 ++++---- faq/index.html | 16 ++++---- feed.xml | 2 +- index.html | 27 +++++++------- privacy/index.html | 16 ++++---- providers/index.html | 16 ++++---- s/{app-store.svg => ios-app-store.svg} | 0 s/mac-app-store.svg | 51 ++++++++++++++++++++++++++ s/main.css | 13 ++++++- 10 files changed, 117 insertions(+), 56 deletions(-) rename s/{app-store.svg => ios-app-store.svg} (100%) create mode 100644 s/mac-app-store.svg diff --git a/disclaimer/index.html b/disclaimer/index.html index 2d56740..b7e3d4b 100644 --- a/disclaimer/index.html +++ b/disclaimer/index.html @@ -21,7 +21,7 @@ - + @@ -31,23 +31,23 @@ - + - + - - + + - - + + @@ -55,7 +55,7 @@

Passepartout

-

A non-official, user-friendly OpenVPN® client for iOS. Soon for macOS.

+

A non-official, user-friendly OpenVPN® client for iOS and macOS.

diff --git a/donation/index.html b/donation/index.html index 3382c6f..8117203 100644 --- a/donation/index.html +++ b/donation/index.html @@ -21,7 +21,7 @@ - + @@ -31,23 +31,23 @@ - + - + - - + + - - + + @@ -55,7 +55,7 @@

Passepartout

-

A non-official, user-friendly OpenVPN® client for iOS. Soon for macOS.

+

A non-official, user-friendly OpenVPN® client for iOS and macOS.

diff --git a/faq/index.html b/faq/index.html index ed4763f..bd372e9 100644 --- a/faq/index.html +++ b/faq/index.html @@ -21,7 +21,7 @@ - + @@ -31,23 +31,23 @@ - + - + - - + + - - + + @@ -55,7 +55,7 @@

Passepartout

-

A non-official, user-friendly OpenVPN® client for iOS. Soon for macOS.

+

A non-official, user-friendly OpenVPN® client for iOS and macOS.

diff --git a/feed.xml b/feed.xml index 8a19dec..ded5736 100644 --- a/feed.xml +++ b/feed.xml @@ -1 +1 @@ -Jekyll2020-12-28T22:53:34+01:00https://passepartoutvpn.app/feed.xmlPassepartout, OpenVPN client for iOS and macOSPassepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS.Davide De Rosa \ No newline at end of file +Jekyll2021-01-01T01:32:47+01:00https://passepartoutvpn.app/feed.xmlPassepartout, OpenVPN client for iOS and macOSPassepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS.Davide De Rosa \ No newline at end of file diff --git a/index.html b/index.html index 1a44977..fa329b6 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ - + @@ -31,23 +31,23 @@ - + - + - - + + - - + + @@ -55,27 +55,28 @@

Passepartout

-

A non-official, user-friendly OpenVPN® client for iOS. Soon for macOS.

+

A non-official, user-friendly OpenVPN® client for iOS and macOS.

diff --git a/privacy/index.html b/privacy/index.html index f3fa256..bb20e37 100644 --- a/privacy/index.html +++ b/privacy/index.html @@ -21,7 +21,7 @@ - + @@ -31,23 +31,23 @@ - + - + - - + + - - + + @@ -55,7 +55,7 @@

Passepartout

-

A non-official, user-friendly OpenVPN® client for iOS. Soon for macOS.

+

A non-official, user-friendly OpenVPN® client for iOS and macOS.

diff --git a/providers/index.html b/providers/index.html index e8a90d0..4171b26 100644 --- a/providers/index.html +++ b/providers/index.html @@ -21,7 +21,7 @@ - + @@ -31,23 +31,23 @@ - + - + - - + + - - + + @@ -55,7 +55,7 @@

Passepartout

-

A non-official, user-friendly OpenVPN® client for iOS. Soon for macOS.

+

A non-official, user-friendly OpenVPN® client for iOS and macOS.

diff --git a/s/app-store.svg b/s/ios-app-store.svg similarity index 100% rename from s/app-store.svg rename to s/ios-app-store.svg diff --git a/s/mac-app-store.svg b/s/mac-app-store.svg new file mode 100644 index 0000000..c36a76a --- /dev/null +++ b/s/mac-app-store.svg @@ -0,0 +1,51 @@ + + Download_on_the_Mac_App_Store_Badge_US-UK_RGB_blk_092917 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/s/main.css b/s/main.css index 15fed95..1ee3a1d 100644 --- a/s/main.css +++ b/s/main.css @@ -30,6 +30,11 @@ p, ul { line-height: 1.5em; } +aside ul { + padding-left: 0; + list-style-position: inside; +} + pre, code { background-color: #ddd; color: #515d71; @@ -80,6 +85,10 @@ footer ul { height: 177px; } -#app-store-badge { - width: 160px; +#app-store { + margin-top: 1.5em; +} + +.app-store-badge { + height: 50px; }