diff --git a/README.md b/README.md index 86d641b..2270af2 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # 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) 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 @@
+
+