From cd4263ffd3bea79cb43e3d872f20257a16060444 Mon Sep 17 00:00:00 2001 From: Hoang Dang Date: Wed, 25 Oct 2017 00:50:20 -0500 Subject: [PATCH 1/4] set up a static bootstrap boilerplate --- document_roots/webhost/index.html | 21 +++++++++++++++++++++ document_roots/webhost/test.html | 10 ---------- 2 files changed, 21 insertions(+), 10 deletions(-) create mode 100644 document_roots/webhost/index.html delete mode 100644 document_roots/webhost/test.html diff --git a/document_roots/webhost/index.html b/document_roots/webhost/index.html new file mode 100644 index 0000000..8682587 --- /dev/null +++ b/document_roots/webhost/index.html @@ -0,0 +1,21 @@ + + + + Admin Dashboard + + + + + + + + +

Admin Dashboard

+ + + + + + + + \ No newline at end of file diff --git a/document_roots/webhost/test.html b/document_roots/webhost/test.html deleted file mode 100644 index f9b7e87..0000000 --- a/document_roots/webhost/test.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - Private Test - - -

Private Test

-

My private test paragraph.

- - From 766582698c347daccd4e530579989780cc7f9927 Mon Sep 17 00:00:00 2001 From: Hoang Dang Date: Wed, 25 Oct 2017 11:55:10 -0500 Subject: [PATCH 2/4] completed a general layout --- document_roots/webhost/index.html | 133 ++++++++++++++++++++++++++++-- document_roots/webhost/styles.css | 31 +++++++ 2 files changed, 158 insertions(+), 6 deletions(-) create mode 100644 document_roots/webhost/styles.css diff --git a/document_roots/webhost/index.html b/document_roots/webhost/index.html index 8682587..b574af6 100644 --- a/document_roots/webhost/index.html +++ b/document_roots/webhost/index.html @@ -1,21 +1,142 @@ - Admin Dashboard + Ennovar Panel - + + + + -

Admin Dashboard

+ - - +
+
+
+
+ +
+ +
+
Basic WebHost Manager Setup
+
Change Root Password
+
Configure ePanel Cron Jobs
+
Initial Quota Setup
+
Server Time
+
Statistics Software Configuration
+
Tweak Settings
+
Update Preferences
+
+
+ +
+
+

+ Support +

+
+
+
Create Support Ticket
+
Grant ePanel Support Access
+
Support Center
+
+
+ +
+ +
+
Change Hostname
+
Resolver Configuration
+
+
+ +
+
+

+ Help Wanted +

+
+
+ +
+
+

+ Help Wanted +

+
+
+ +
+
+

+ Help Wanted +

+
+
+ +
+
+

+ Help Wanted +

+
+
+ +
+
+
+

Help Wanted

+
+

Help Wanted

+
+

Help Wanted

+
+

Help Wanted

+
+
Help Wanted
+
+
Help Wanted
+
+
+
+ + + - + \ No newline at end of file diff --git a/document_roots/webhost/styles.css b/document_roots/webhost/styles.css new file mode 100644 index 0000000..f5c0a25 --- /dev/null +++ b/document_roots/webhost/styles.css @@ -0,0 +1,31 @@ +/* Remove the navbar's default margin-bottom and rounded borders */ +.navbar { + margin-bottom: 0; + border-radius: 0; +} + +/* Set height of the grid so .sidenav can be 100% (adjust as needed) */ +.row.content {height: 450px} + +/* Set gray background color and 100% height */ +.sidenav { + padding-top: 20px; + background-color: #f1f1f1; + height: 100%; +} + +/* Set black background color, white text and some padding */ +footer { + background-color: #555; + color: white; + padding: 15px; +} + +/* On small screens, set height to 'auto' for sidenav and grid */ +@media screen and (max-width: 767px) { + .sidenav { + height: auto; + padding: 15px; + } + .row.content {height:auto;} +} \ No newline at end of file From 1e28b01e623d573316ab645af9bc2da62c37560b Mon Sep 17 00:00:00 2001 From: Hoang Dang Date: Wed, 25 Oct 2017 12:21:33 -0500 Subject: [PATCH 3/4] add a readme file on how to contribute to this static page --- document_roots/webhost/README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 document_roots/webhost/README.md diff --git a/document_roots/webhost/README.md b/document_roots/webhost/README.md new file mode 100644 index 0000000..8a74799 --- /dev/null +++ b/document_roots/webhost/README.md @@ -0,0 +1,22 @@ +# ePanel ! + +A client side of gPanel + +## Stack + +See guidelines from gPanel + +## Contribution Set-up & Deployment + +Layout and Components +```shell +gPanel/document_roots/webhost/index.html +``` + +Styles +```shell +gPanel/document_roots/webhost/styles.css +``` + + +## Enjoy static pages ;) \ No newline at end of file From 9c0a107cb1d77b5e6d091750764ae4d5b822ecd9 Mon Sep 17 00:00:00 2001 From: Hoang Dang Date: Wed, 25 Oct 2017 16:53:39 -0500 Subject: [PATCH 4/4] resolve some conflicts --- document_roots/webhost/README.md | 2 +- document_roots/webhost/index.html | 59 +++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 document_roots/webhost/index.html diff --git a/document_roots/webhost/README.md b/document_roots/webhost/README.md index 8a74799..dbb2df1 100644 --- a/document_roots/webhost/README.md +++ b/document_roots/webhost/README.md @@ -10,7 +10,7 @@ See guidelines from gPanel Layout and Components ```shell -gPanel/document_roots/webhost/index.html +gPanel/document_roots/webhost/ePanel.html ``` Styles diff --git a/document_roots/webhost/index.html b/document_roots/webhost/index.html new file mode 100644 index 0000000..f0d770b --- /dev/null +++ b/document_roots/webhost/index.html @@ -0,0 +1,59 @@ + + + + Private Test + + + +
+ + + + + + + + + + + + + + + + + + + +
gPanel Login
Username:
Password:
+
+ + + +