diff --git a/index.html b/index.html index 249370fc..16583a6e 100644 --- a/index.html +++ b/index.html @@ -201,7 +201,7 @@

No profiles found

- +
diff --git a/login.css b/login.css index e289e3cb..7b16292c 100644 --- a/login.css +++ b/login.css @@ -45,7 +45,7 @@ form { align-items: center; justify-content: center; flex-direction: column; - padding: 0rem 5rem; + padding: 0 5rem; transition: all 0.2s 0.7s; overflow: hidden; grid-column: 1 / 2; @@ -61,11 +61,28 @@ form.sign-in-form { z-index: 2; } -.github-login{ +.remember-me { + display: flex; + align-items: center; + margin: 10px 0; + color: #333; +} + +.remember-me input { + margin-right: 5px; +} + +.github-login { cursor: pointer; background-color: transparent; border: none; outline: none; + padding: 5px; + transition: transform 0.3s ease; +} + +.github-login:hover { + transform: scale(1.1); } .title { @@ -96,7 +113,6 @@ form.sign-in-form { } .input-field input { - background: none; outline: none; border: none; @@ -109,9 +125,8 @@ form.sign-in-form { .input-field input::placeholder { color: #aaa; font-weight: 500; - padding-right: 2.5rem; - } + .social-text { padding: 0.7rem 0; font-size: 1rem; @@ -122,26 +137,6 @@ form.sign-in-form { justify-content: center; } -.social-icon { - height: 46px; - width: 46px; - display: flex; - justify-content: center; - align-items: center; - margin: 0 0.45rem; - color: #333; - /* border-radius: 50%; - border: 1px solid #333; */ - text-decoration: none; - font-size: 1.1rem; - transition: 0.3s; -} - -.social-icon:hover { - color: #0b3174; - border-color: #000000; -} - .btn { width: 150px; background-color: #000000; @@ -160,6 +155,7 @@ form.sign-in-form { .btn:hover { background-color: #161618; } + .panels-container { position: absolute; height: 100%; @@ -193,6 +189,7 @@ form.sign-in-form { .panel { display: flex; flex-direction: column; + align-items: flex-end; justify-content: space-around; text-align: center; z-index: 6; @@ -200,7 +197,7 @@ form.sign-in-form { .left-panel { pointer-events: all; - padding: 4rem 17% 2rem 12%; + padding: 3rem 17% 2rem 12%; } .right-panel { @@ -209,7 +206,7 @@ form.sign-in-form { } .panel .content { - color: #ffffff; + color: #fff; transition: transform 0.9s ease-in-out; transition-delay: 0.6s; } @@ -241,7 +238,6 @@ form.sign-in-form { } /* ANIMATION */ - .container.sign-up-mode:before { transform: translate(100%, -50%); right: 52%; @@ -279,11 +275,30 @@ form.sign-in-form { pointer-events: all; } +.homeBtn { + position: absolute; + top: 20px; + left: 20px; + background: #ffffff; + padding: 10px; + border-radius: 10px; + cursor: pointer; + transition: 0.3s; + text-decoration: none; + z-index: 7; +} + +.toggle-password { + cursor: pointer; +} + +/* Responsive Design */ @media (max-width: 870px) { .container { min-height: 800px; height: 100vh; } + .signin-signup { width: 100%; top: 95%; diff --git a/login.html b/login.html index 0fbebb2c..87d9ba61 100644 --- a/login.html +++ b/login.html @@ -16,11 +16,11 @@

Sign in

- +
- +
@@ -30,16 +30,16 @@

Sign in

Or Sign in with social platforms

- +

Sign up

- +
@@ -47,11 +47,11 @@

Sign up

- +
- +
@@ -61,7 +61,7 @@

Sign up

@@ -71,23 +71,27 @@

Sign up

- +
-

New here?

+

New here ?

- Discover new experiences and profiles with awesome-github-profiles. Get access to exclusive content and features. Create your account. + Discover new experiences and profiles with awesome-github-profiles
+ Get access to exclusive content and features.
+ Create your account.

+
+
-

One of us?

+

One of us ?

Welcome to our community

@@ -99,24 +103,6 @@

One of us?

- - - + \ No newline at end of file diff --git a/pages/githubbadge.html b/pages/githubbadge.html index 00d1538d..e9422cc9 100644 --- a/pages/githubbadge.html +++ b/pages/githubbadge.html @@ -54,6 +54,7 @@ img { max-width: 100%; height: auto; + border-radius: 15px; } .center { diff --git a/styles/githubbadge.css b/styles/githubbadge.css index 171603ea..4c437dbf 100644 --- a/styles/githubbadge.css +++ b/styles/githubbadge.css @@ -226,16 +226,21 @@ body.dark-mode .themed-text { .ways-content p{ font-size: 20px !important; } -.ways img{ - object-fit: contain; - border-radius: 20px; + +.ways1 img, .ways2 img { + width: 100%; + height: 100%; + object-fit: contain; } + .ways1{ width: 80%; display: flex; /* flex-wrap: wrap; */ margin-top: 20px; margin-bottom: 20px !important; + overflow: hidden; + border-radius: 15px; } .ways2{ width: 80%; @@ -244,6 +249,8 @@ body.dark-mode .themed-text { margin-top: 30px; /* flex-wrap: wrap; */ margin-bottom: 30px !important; + overflow: hidden; + border-radius: 15px; } @media only screen and (max-width:1300px){ .certificate-left{