diff --git a/README.md b/README.md index 349f05a7..ca79bb8f 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,12 @@ [![License](https://img.shields.io/packagist/l/corpsee/php-censor.svg?label=License&style=flat-square)](https://packagist.org/packages/corpsee/php-censor) [![SensioLabs Insight](https://img.shields.io/sensiolabs/i/26f28bee-a861-45b2-bc18-ed2ac7defd22.svg?label=Insight&style=flat-square)](https://insight.sensiolabs.com/projects/26f28bee-a861-45b2-bc18-ed2ac7defd22) -PHP Censor -========== +

+ PHP Censor +

-**PHP Censor** is a open source self-hosted continuous integration server for PHP projects (Fork of -[PHPCI](https://www.phptesting.org)). +**PHP Censor** is a open source self-hosted continuous integration server for PHP projects +([PHPCI](https://www.phptesting.org) fork). [![Dashboard](docs/screenshots/dashboard.png)](docs/screenshots/dashboard.png) diff --git a/docs/images/php-censor-black.png b/docs/images/php-censor-black.png new file mode 100644 index 00000000..39497cb2 Binary files /dev/null and b/docs/images/php-censor-black.png differ diff --git a/docs/images/php-censor-black.svg b/docs/images/php-censor-black.svg new file mode 100644 index 00000000..9dba17a3 --- /dev/null +++ b/docs/images/php-censor-black.svg @@ -0,0 +1,71 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/docs/images/php-censor-white.svg b/docs/images/php-censor-white.svg new file mode 100644 index 00000000..0a320509 --- /dev/null +++ b/docs/images/php-censor-white.svg @@ -0,0 +1,71 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/public/assets/css/login.css b/public/assets/css/login.css new file mode 100644 index 00000000..52f474e1 --- /dev/null +++ b/public/assets/css/login.css @@ -0,0 +1,42 @@ +html { + min-height: 100%; +} + +body +{ + background: #222d32; + min-height: 100%; + font-style: normal; + font-weight: 300; + padding-top: 0; +} + +a { + color: #3c8dbc; +} +a:hover, +a:active, +a:focus { + outline: none; + text-decoration: none; + color: #72afd2; +} + +#logo { + margin: 0 auto; + padding: 100px 30px 50px 30px; + width: 350px; + text-align: center; + display: block; +} + +#login-box +{ + background: #fcfcfc; + border-radius: 5px; + box-shadow: 0 0 30px rgba(0,0,0, 0.3); + margin: 0 auto; + padding: 15px 30px; + text-align: left; + width: 350px; +} diff --git a/public/assets/css/main.css b/public/assets/css/main.css index 92b07137..1fc0d12e 100644 --- a/public/assets/css/main.css +++ b/public/assets/css/main.css @@ -1,3 +1,7 @@ +.main-header .logo { + padding: 0 30px; +} + .wrapper, .main-sidebar, .left-side { @@ -552,8 +556,7 @@ h6, .h3, .h4, .h5, -.h6, -.main-header .logo { +.h6 { font-family: sans-serif; } diff --git a/public/assets/img/favicon.png b/public/assets/img/favicon.png deleted file mode 100644 index 0b6f60ec..00000000 Binary files a/public/assets/img/favicon.png and /dev/null differ diff --git a/public/assets/img/php-censor-white.svg b/public/assets/img/php-censor-white.svg new file mode 100644 index 00000000..0a320509 --- /dev/null +++ b/public/assets/img/php-censor-white.svg @@ -0,0 +1,71 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/src/PHPCensor/View/BuildStatus/view.phtml b/src/PHPCensor/View/BuildStatus/view.phtml index 078f517b..73460545 100644 --- a/src/PHPCensor/View/BuildStatus/view.phtml +++ b/src/PHPCensor/View/BuildStatus/view.phtml @@ -24,14 +24,16 @@
-
+

Builds

- +
diff --git a/src/PHPCensor/View/Session.phtml b/src/PHPCensor/View/Session.phtml index 3770cb1f..411c2958 100644 --- a/src/PHPCensor/View/Session.phtml +++ b/src/PHPCensor/View/Session.phtml @@ -8,59 +8,22 @@ - - - - +
- + + + + diff --git a/src/PHPCensor/View/Session/forgotPassword.phtml b/src/PHPCensor/View/Session/forgotPassword.phtml index 1ebdadf0..75e14508 100644 --- a/src/PHPCensor/View/Session/forgotPassword.phtml +++ b/src/PHPCensor/View/Session/forgotPassword.phtml @@ -13,7 +13,6 @@
-
@@ -26,6 +25,4 @@
- - - \ No newline at end of file + diff --git a/src/PHPCensor/View/Session/login.phtml b/src/PHPCensor/View/Session/login.phtml index e53ab58a..4ff7451d 100644 --- a/src/PHPCensor/View/Session/login.phtml +++ b/src/PHPCensor/View/Session/login.phtml @@ -4,6 +4,6 @@ - + - \ No newline at end of file + diff --git a/src/PHPCensor/View/Session/resetPassword.phtml b/src/PHPCensor/View/Session/resetPassword.phtml index dab61ef0..ee693789 100644 --- a/src/PHPCensor/View/Session/resetPassword.phtml +++ b/src/PHPCensor/View/Session/resetPassword.phtml @@ -1,26 +1,23 @@ - -
- -
- -
-
-
- - -
- -
- -
- -
- -
- +
+
- +
+
+
+ + +
+
+ +
+ +
+ +
+ +
+ diff --git a/src/PHPCensor/View/layout.phtml b/src/PHPCensor/View/layout.phtml index 29b1dec8..5556256a 100644 --- a/src/PHPCensor/View/layout.phtml +++ b/src/PHPCensor/View/layout.phtml @@ -36,78 +36,80 @@
- - - +
+
ID