diff --git a/README.md b/README.md index 86d641b..4176837 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ -# gPanel  +

Logo by @bvhme
+ + +# gPanel A web-hosting control panel written in Go. *__Note:__ This software currently only runs on Linux systems.* -This project may qualify for Mozilla's 2018 Global Sprint, in efforts to satisfy their rules I am linking their Community Participation Guidelines [here](https://www.mozilla.org/en-US/about/governance/policies/participation/) along with their already being a code of conduct within this project located [here](https://github.com/Ennovar/gPanel/blob/master/CODE_OF_CONDUCT.md). - ## Table of Contents 1. [Technology Stack](#technology-stack) 2. [Preview Images](#preview-images) @@ -19,7 +21,7 @@ This project may qualify for Mozilla's 2018 Global Sprint, in efforts to satisfy ## Technology Stack -Backend: __[Go (1.8+)](https://golang.org/)__ +Backend: __[Go (1.9.2+)](https://golang.org/)__ Database: __[Bolt](https://github.com/boltdb/bolt)__ CSS Toolkit(s): __[Bootstrap 4](http://getbootstrap.com/) & [Font Awesome](http://fontawesome.io/)__ JS Toolkit(s): __[jQuery](https://jquery.com/)__ @@ -27,7 +29,7 @@ JS Toolkit(s): __[jQuery](https://jquery.com/)__ ## Preview Images gPanel Structure - + gPanel Server  diff --git a/account/assets/css/style.css b/account/assets/css/style.css index 5a9ced0..335d132 100644 --- a/account/assets/css/style.css +++ b/account/assets/css/style.css @@ -28,6 +28,11 @@ body { .btn { cursor:pointer; } + +.loginLogo img { + width:600px; + height:auto; +} /* General End */ /* IP Filter Modal Start */ diff --git a/account/assets/img/gpanel-account.jpg b/account/assets/img/gpanel-account.jpg new file mode 100644 index 0000000..8a4dd7f Binary files /dev/null and b/account/assets/img/gpanel-account.jpg differ diff --git a/account/index.html b/account/index.html index 8a996ff..bbd9a00 100644 --- a/account/index.html +++ b/account/index.html @@ -25,6 +25,12 @@
+
+