diff --git a/docs/img/icons/gan.svg b/docs/img/icons/gan.svg new file mode 100644 index 0000000..7865bcf --- /dev/null +++ b/docs/img/icons/gan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/img/icons/plugin.svg b/docs/img/icons/plugin.svg new file mode 100644 index 0000000..a70c869 --- /dev/null +++ b/docs/img/icons/plugin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/img/icons/screenshots.svg b/docs/img/icons/screenshots.svg new file mode 100644 index 0000000..16f5f28 --- /dev/null +++ b/docs/img/icons/screenshots.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/img/screenshots/1.webp b/docs/img/screenshots/1.webp new file mode 100644 index 0000000..09b5bbd Binary files /dev/null and b/docs/img/screenshots/1.webp differ diff --git a/docs/img/screenshots/10.webp b/docs/img/screenshots/10.webp new file mode 100644 index 0000000..a48f167 Binary files /dev/null and b/docs/img/screenshots/10.webp differ diff --git a/docs/img/screenshots/2.webp b/docs/img/screenshots/2.webp new file mode 100644 index 0000000..dbca9ba Binary files /dev/null and b/docs/img/screenshots/2.webp differ diff --git a/docs/img/screenshots/3.webp b/docs/img/screenshots/3.webp new file mode 100644 index 0000000..3bbc536 Binary files /dev/null and b/docs/img/screenshots/3.webp differ diff --git a/docs/img/screenshots/4.webp b/docs/img/screenshots/4.webp new file mode 100644 index 0000000..39563e3 Binary files /dev/null and b/docs/img/screenshots/4.webp differ diff --git a/docs/img/screenshots/5.webp b/docs/img/screenshots/5.webp new file mode 100644 index 0000000..92bc238 Binary files /dev/null and b/docs/img/screenshots/5.webp differ diff --git a/docs/img/screenshots/6.webp b/docs/img/screenshots/6.webp new file mode 100644 index 0000000..46583ff Binary files /dev/null and b/docs/img/screenshots/6.webp differ diff --git a/docs/img/screenshots/7.webp b/docs/img/screenshots/7.webp new file mode 100644 index 0000000..0beded8 Binary files /dev/null and b/docs/img/screenshots/7.webp differ diff --git a/docs/img/screenshots/8.webp b/docs/img/screenshots/8.webp new file mode 100644 index 0000000..8e9c5e3 Binary files /dev/null and b/docs/img/screenshots/8.webp differ diff --git a/docs/img/screenshots/9.webp b/docs/img/screenshots/9.webp new file mode 100644 index 0000000..786c42f Binary files /dev/null and b/docs/img/screenshots/9.webp differ diff --git a/docs/index.html b/docs/index.html index 934b4d0..1168e8b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -51,7 +51,7 @@ -
+
@@ -140,13 +128,209 @@
-
-
-
-

What is Zoraxy

+ +
+
+
+

+ +
+ Features +
Highlighting a few important features of Zoraxy
+
+

+
+
+
+

+ +
+ Reverse Proxy +
+

+

Simple to use, noobs friendly reverse proxy server that can be easily set-up using a web form and a few toggle switches.

+
+ +
+

+ +
+ Redirection +
+

+

Direct and intuitive redirection rules with basic rewrite options. Suitable for most of the simple use cases.

+
+ +
+

+ +
+ Geo-IP & Blacklist +
+

+

Blacklist with GeoIP support. Allow easy setup for regional services.

+
+ +
+

+ +
+ Global Area Network +
+

+

ZeroTier controller integrated GAN. Enable unlimited nodes in your network with a few clicks.

+
+ + +
+

+ +
+ Web SSH +
+

+

Integrated with Gotty Web SSH terminal, allow one-stop management of your nodes inside private LAN via gateway nodes.

+
+ +
+

+ +
+ Real Time Statistics +
+

+

Traffic data collection and real time analytic tools, provide you the best insights of visitors data without cookies.

+
+ +
+

+ +
+ Scanner & Utilities +
+

+

Build in IP scanner and mDNS discovering service, enable automatic service discovery within LAN.

+
+ +
+

+ +
+ Open Source +
+

+

Project is open source under AGPL on Github. Feel free to contribute on missing functions you need!

+
+
+
+
-
+ +
+
+
+

+ +
+ Screenshots +
A quick overview of the UI designs
+
+

+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+ + +
+
+
+

+ +
+ Plugins +
Add custom routing rules via simple scripts
+
+

+
+
+

Documentation work in progress

+
+
+
+ + +
+
+
+

+ +
+ View the Source +
If you like this project, please feel free to give us a ⭐ star ⭐.
+
+

+
+ +
+
+ +

CopyRight Zoraxy Project and its authors © 2021 -

@@ -157,6 +341,35 @@ diff --git a/docs/style.css b/docs/style.css index ff8ae59..cb3bd1b 100644 --- a/docs/style.css +++ b/docs/style.css @@ -20,6 +20,7 @@ body{ min-width: 80px; background-color: #ffffff; min-height: 100vh; + padding-top: 1.5em; } .iconWrapper{ @@ -83,7 +84,7 @@ body{ .herotext{ padding-top: 15em; - padding-left: 5em; + padding-left: 8vw; min-height: 100vh; } @@ -103,6 +104,24 @@ body{ display: inline-block; } +/* features */ +#features{ + padding-top: 4em; + padding-bottom: 4em; + background-color: white; +} + +/* screenshots */ +.screenshot{ + transition: transform ease-in-out 0.1s; + box-shadow: 3px 3px 5px 0px rgba(51,51,51,0.14); + margin-bottom: 1em; +} + +.screenshot:hover { + transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */ +} + /* RWD */ @media (max-width:960px) {