Skip to content

Commit

Permalink
Merge pull request #6 from msaad1999/system-upgrade
Browse files Browse the repository at this point in the history
System Revamp
  • Loading branch information
msaad1999 authored Jan 16, 2020
2 parents 1a7480e + f23dbf3 commit 1629f1a
Show file tree
Hide file tree
Showing 1,830 changed files with 161,141 additions and 1,942 deletions.
Empty file added .gitignore
Empty file.
38 changes: 38 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@

<p align="center">
<img src="assets/images/contribution_cover.png" width="700" align="center"/>
</p><br>

# Contributing to the Project

> First of all, thanks for considering or taking the time to contribute!
The following is a simple guide on contributing to this Project. These are mostly guidelines, so feel free to use your best judgement and propose changes to this document in a pull request.

### Did you fix whitespace, format code, or make a purely cosmetic patch?

- Changes that are cosmetic in nature and do not add anything substantial to the stability, functionality, or testability of the project will generally not be accepted.

### Do you intend to add a new feature or change an existing one?

- Suggest your idea to [my email](mailto:[email protected]) and start development on your idea.
- Do not open an issue on GitHub until you have collected positive feedback about the change. GitHub issues are primarily intended for bug reports and fixes.
- If you want to add to this project, I have a list of features to add in the future [here](README.md#future-improvements). It would be best if you pick a feature from this list to develop on.
- Once development is complete, make a pull request to this project's master branch. Ensure the Pull Request's description clearly (and in detail) defines the goal, functionality and purpose of the new feature as well as details on the changes in original Project files.

### Did you find a bug?

- Ensure the bug was not already reported by searching on GitHub under Issues.
- If you're unable to find an open issue addressing the problem, open a [new one](https://github.com/msaad1999/PHP-Login-System/issues/new). Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.

### Did you write a patch that fixes a bug?

- Open a new GitHub pull request with the patch.
- Ensure the Pull Request description clearly describes the problem and solution.

### Do you have questions about the source code?

- Ask any questions related to the Project to [my email](mailto:[email protected]).


> Any contribution from you guys would be greatly appreciated and welcomed.
497 changes: 308 additions & 189 deletions README.md

Large diffs are not rendered by default.

Binary file removed _git assets/cover.png
Binary file not shown.
Binary file removed _git assets/klik.png
Binary file not shown.
268 changes: 268 additions & 0 deletions assets/css/app.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,268 @@
html,
body {
overflow-x: hidden;
height: 100%;
}

.box-shadow {
box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.form-auth {
margin-top: 10%;
width: 100%;
padding: 15px;
}

.form-auth .checkbox {
font-weight: 400;
}

.form-auth .form-control {
position: relative;
box-sizing: border-box;
height: auto;
padding: 10px;
font-size: 16px;
}

.form-auth .form-control:focus {
z-index: 2;
}

.form-auth input[type="email"] {
margin-bottom: -1px;
}

.form-auth input[type="password"] {
margin-bottom: 10px;
}


/* --------------User Image Upload---------------------- */

.avatar-upload {
text-align: center;
display: inline-block;
}

.avatar-edit {
top: 150px;
margin-right: -125px;
margin-top: -40px;
}

.avatar-upload .avatar-edit input {
display: none;
}

.avatar-upload .avatar-edit input+label {
width: 34px;
height: 34px;
margin-bottom: 0;
border-radius: 100%;
z-index: 1000000;
background: blue;
border: 1px solid transparent;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
cursor: pointer;
font-weight: normal;
transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
background: #757575;
border-color: #757575;
}

.avatar-upload .avatar-edit input+label:after {
color: #757575;
position: absolute;
top: 5px;
left: 1px;
right: 0;
text-align: center;
margin: auto;
}

.avatar-upload .avatar-preview {
width: 162px;
height: 162px;
position: relative;
border-radius: 100%;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}

.avatar-upload .avatar-preview>div {
width: 100%;
height: 100%;
border-radius: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.navbar-img {
width: 30px;
height: 30px;
object-fit: cover;
border-radius: 50%;
}


/* --------------Profile card---------------------- */

.card-profile {
width: 230px;
min-height: 330px;
margin: 50px auto;
/* background-color: #e6e5e1; */
border-radius: 0;
border: 0;
}

.card-profile .card-img-top {
border-radius: 0;
}

.card-img-profile {
width: 110px;
height: 110px;
object-fit: cover;
border-radius: 50%;
margin-top: -45px;
margin-bottom: 35px;
border: 2px solid #ffffff;
}

.edit-profile {
position: absolute;
right: 10px;
top: 110px;
}

.card-img-profile {
transition: transform .2s;
}

.card-img-profile:hover {
transform: scale(1.02);
}

.card-profile .card-title {
margin-bottom: 30px;
}

.card-profile .card-title small {
display: block;
font-size: .6em;
margin-top: .2em;
padding-left: 20px;
padding-right: 20px;
}

.card-profile .fa {
color: grey;
}

.card-profile .fa:hover {
color: blue;
}


/* --------------Footer---------------------- */

footer {
margin-top: 100px;
}

#myFooter {
background-color: #3c3d41;
color: white;
padding-top: 30px;
}

#myFooter .footer-copyright {
background-color: #333333;
padding-top: 3px;
padding-bottom: 3px;
text-align: center;
}

#myFooter .row {
margin-bottom: 60px;
}

#myFooter .navbar-brand {
margin-top: 45px;
height: 65px;
}

#myFooter .footer-copyright p {
margin: 10px;
color: #ccc;
}

#myFooter .footer-copyright a:hover {
color: #d84b6b;
}

#myFooter ul {
list-style-type: none;
padding-left: 0;
line-height: 1.7;
}

#myFooter h5 {
font-size: 18px;
color: white;
font-weight: bold;
margin-top: 30px;
}

#myFooter h2 a {
font-size: 50px;
text-align: center;
color: #fff;
}

#myFooter a {
color: #d2d1d1;
text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
text-decoration: none;
color: white;
}

#myFooter .social-networks {
text-align: center;
padding-top: 30px;
padding-bottom: 16px;
}

#myFooter .social-networks a {
font-size: 32px;
color: #f9f9f9;
padding: 10px;
transition: 0.2s;
}

#myFooter .social-networks a:hover {
text-decoration: none;
color: #d84b6b;
}

#myFooter .btn {
color: white;
background-color: #d84b6b;
border-radius: 20px;
border: none;
width: 150px;
display: block;
margin: 0 auto;
margin-top: 10px;
line-height: 25px;
}
Binary file added assets/images/README_cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/contribution_cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logo_blackbg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logonotext.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logonotextwhite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logowhite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/profile_banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/repo_gitklik.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/repo_klik.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/repo_loginsystem.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1629f1a

Please sign in to comment.