commit 71472bf09a0994f28ebc852ae431d31c0bf1e9f8 Author: Davide De Rosa Date: Sun Nov 25 15:02:21 2018 +0100 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c41269b --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.DS_Store +*.swp +log +vhost.conf diff --git a/disclaimer/index.html b/disclaimer/index.html new file mode 100644 index 0000000..90d868e --- /dev/null +++ b/disclaimer/index.html @@ -0,0 +1,94 @@ + + + + + + + + Passepartout, OpenVPN client for iOS and macOS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +

Passepartout

+

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

+
+ +
+

Disclaimer

+ +

Passepartout is a VPN client based on independent work. As such, the developer -while making his best efforts to avoid it- takes no responsibility about any damage caused by the use of this software.

+ +

Additionally, the developer takes no responsibility about data usage, monitoring, logging etc. by the servers you connect to, because Passepartout is not involved in server-side policies.

+ +

For more information about data usage by third parties, please review the privacy policy of your VPN provider.

+ +

Beta software

+ +

By using a beta version of the app, you understand that the software might be unstable, unreliable or plain broken from time to time.

+ +
+ + + + + diff --git a/feed.xml b/feed.xml new file mode 100644 index 0000000..aafc43e --- /dev/null +++ b/feed.xml @@ -0,0 +1 @@ +Jekyll2018-11-04T10:42:15+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 new file mode 100644 index 0000000..f8a7765 --- /dev/null +++ b/index.html @@ -0,0 +1,105 @@ + + + + + + + + Passepartout, OpenVPN client for iOS and macOS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +

Passepartout

+

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

+
+ + +
+

Beta testing

+

+ Get early versions of the iOS app via TestFlight.
+ Source code is also available on GitHub under the GPLv3. +

+

Support

+

+ Subscribe to /r/passepartout to report issues, suggestions or just engage conversations about the app. +

+
+ + + + + diff --git a/privacy/index.html b/privacy/index.html new file mode 100644 index 0000000..ae2d87f --- /dev/null +++ b/privacy/index.html @@ -0,0 +1,98 @@ + + + + + + + + Passepartout, OpenVPN client for iOS and macOS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +

Passepartout

+

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

+
+ +
+

Privacy policy

+ +

Data retention

+ +

Passepartout is a bare VPN client and, as such, does not store nor forward any personal data. Therefore, you should get in touch with your VPN service provider to learn about its data retention policy.

+ +

Passepartout may access GitHub repositories on request. Likewise, please refer to GitHub for any information about data retention when accessing their website.

+ +

Website

+ +

The web server behind this website does not log any access information.

+ +

Contacts

+ +

For further information, feel free to submit your enquiry to privacy@passepartoutvpn.app.

+ +
+ + + + + diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..e69de29 diff --git a/s/favicon.ico b/s/favicon.ico new file mode 100644 index 0000000..99d2422 Binary files /dev/null and b/s/favicon.ico differ diff --git a/s/logo.png b/s/logo.png new file mode 100644 index 0000000..3593cc7 Binary files /dev/null and b/s/logo.png differ diff --git a/s/logo.svg b/s/logo.svg new file mode 100644 index 0000000..877330b --- /dev/null +++ b/s/logo.svg @@ -0,0 +1 @@ + diff --git a/s/main-mobile.css b/s/main-mobile.css new file mode 100644 index 0000000..dc4192a --- /dev/null +++ b/s/main-mobile.css @@ -0,0 +1,14 @@ +main { + margin: 2em 0em 3em 0em; + width: 100%; +} + +#logo { + width: 100%; + height: 100%; +} + +.snapshots { + width: 210px; + margin: 0px auto; +} diff --git a/s/main.css b/s/main.css new file mode 100644 index 0000000..3f70122 --- /dev/null +++ b/s/main.css @@ -0,0 +1,68 @@ +body { + background-color: #515d71; + padding: 0em 1em; + font-family: "Helvetica", sans-serif; + font-size: 12pt; + color: white; + text-align: center; +} + +a { + color: #f0d192; + text-decoration: none; +} + +a:hover { + color: #d69c68; +} + +#logo { + width: 400px; + height: 400px; + margin: -2em 0em; +} + +main { + margin: 2em auto 3em auto; + width: 32em; +} + +footer { + color: lightgray; + margin-bottom: 2em; +} + +footer li { + display: inline-block; + margin: 0em 0.3em; +} + +footer .contacts li { + font-size: 2em; +} + +footer .secondary li { + font-size: 1em; +} + +footer .notice { + font-size: 0.7em; +} + +p, ul { + line-height: 1.5em; +} + +ul { + padding: 0em; + list-style-type: none; +} + +.snapshots { + margin-top: 1.5em; +} + +.snapshots img { + width: 100px; + height: 177px; +} diff --git a/s/snap-home.png b/s/snap-home.png new file mode 100644 index 0000000..b476830 Binary files /dev/null and b/s/snap-home.png differ diff --git a/s/snap-home.png.th.png b/s/snap-home.png.th.png new file mode 100644 index 0000000..366e740 Binary files /dev/null and b/s/snap-home.png.th.png differ diff --git a/s/snap-parameters.png b/s/snap-parameters.png new file mode 100644 index 0000000..92e468b Binary files /dev/null and b/s/snap-parameters.png differ diff --git a/s/snap-parameters.png.th.png b/s/snap-parameters.png.th.png new file mode 100644 index 0000000..a2239ae Binary files /dev/null and b/s/snap-parameters.png.th.png differ diff --git a/s/snap-profile.png b/s/snap-profile.png new file mode 100644 index 0000000..1af3d30 Binary files /dev/null and b/s/snap-profile.png differ diff --git a/s/snap-profile.png.th.png b/s/snap-profile.png.th.png new file mode 100644 index 0000000..d2614a3 Binary files /dev/null and b/s/snap-profile.png.th.png differ diff --git a/s/snap-trusted.png b/s/snap-trusted.png new file mode 100644 index 0000000..a2a2eea Binary files /dev/null and b/s/snap-trusted.png differ diff --git a/s/snap-trusted.png.th.png b/s/snap-trusted.png.th.png new file mode 100644 index 0000000..e98d7b5 Binary files /dev/null and b/s/snap-trusted.png.th.png differ