Skip to content

Commit b88d283

Browse files
medss19Medha
andauthored
Corrected linkedin id (#1336)
* Save local changes * Enhanced github badges by adding rounded corners to all * Corrected linkedin id --------- Co-authored-by: Medha <[email protected]>
1 parent ff5438d commit b88d283

File tree

5 files changed

+72
-63
lines changed

5 files changed

+72
-63
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ <h2>No profiles found</h2>
201201
<i class="fab fa-youtube footer-youtube-icon"></i>
202202
<div class="filled"></div>
203203
</a>
204-
<a href="https://www.linkedin.com/in/sanjay-k-v/ footer-linkedin-icon" target="_blank" aria-label="LinkedIn" data-social="linkedin">
204+
<a href="https://www.linkedin.com/in/sanjay-k-v/" target="_blank" aria-label="LinkedIn" data-social="linkedin">
205205
<i class="fab fa-linkedin-in footer-linkedin-icon"></i>
206206
<div class="filled"></div>
207207
</a>

login.css

Lines changed: 43 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ form {
4545
align-items: center;
4646
justify-content: center;
4747
flex-direction: column;
48-
padding: 0rem 5rem;
48+
padding: 0 5rem;
4949
transition: all 0.2s 0.7s;
5050
overflow: hidden;
5151
grid-column: 1 / 2;
@@ -61,11 +61,28 @@ form.sign-in-form {
6161
z-index: 2;
6262
}
6363

64-
.github-login{
64+
.remember-me {
65+
display: flex;
66+
align-items: center;
67+
margin: 10px 0;
68+
color: #333;
69+
}
70+
71+
.remember-me input {
72+
margin-right: 5px;
73+
}
74+
75+
.github-login {
6576
cursor: pointer;
6677
background-color: transparent;
6778
border: none;
6879
outline: none;
80+
padding: 5px;
81+
transition: transform 0.3s ease;
82+
}
83+
84+
.github-login:hover {
85+
transform: scale(1.1);
6986
}
7087

7188
.title {
@@ -96,7 +113,6 @@ form.sign-in-form {
96113
}
97114

98115
.input-field input {
99-
100116
background: none;
101117
outline: none;
102118
border: none;
@@ -109,9 +125,8 @@ form.sign-in-form {
109125
.input-field input::placeholder {
110126
color: #aaa;
111127
font-weight: 500;
112-
padding-right: 2.5rem;
113-
114128
}
129+
115130
.social-text {
116131
padding: 0.7rem 0;
117132
font-size: 1rem;
@@ -122,26 +137,6 @@ form.sign-in-form {
122137
justify-content: center;
123138
}
124139

125-
.social-icon {
126-
height: 46px;
127-
width: 46px;
128-
display: flex;
129-
justify-content: center;
130-
align-items: center;
131-
margin: 0 0.45rem;
132-
color: #333;
133-
/* border-radius: 50%;
134-
border: 1px solid #333; */
135-
text-decoration: none;
136-
font-size: 1.1rem;
137-
transition: 0.3s;
138-
}
139-
140-
.social-icon:hover {
141-
color: #0b3174;
142-
border-color: #000000;
143-
}
144-
145140
.btn {
146141
width: 150px;
147142
background-color: #000000;
@@ -160,6 +155,7 @@ form.sign-in-form {
160155
.btn:hover {
161156
background-color: #161618;
162157
}
158+
163159
.panels-container {
164160
position: absolute;
165161
height: 100%;
@@ -193,14 +189,15 @@ form.sign-in-form {
193189
.panel {
194190
display: flex;
195191
flex-direction: column;
192+
align-items: flex-end;
196193
justify-content: space-around;
197194
text-align: center;
198195
z-index: 6;
199196
}
200197

201198
.left-panel {
202199
pointer-events: all;
203-
padding: 4rem 17% 2rem 12%;
200+
padding: 3rem 17% 2rem 12%;
204201
}
205202

206203
.right-panel {
@@ -209,7 +206,7 @@ form.sign-in-form {
209206
}
210207

211208
.panel .content {
212-
color: #ffffff;
209+
color: #fff;
213210
transition: transform 0.9s ease-in-out;
214211
transition-delay: 0.6s;
215212
}
@@ -241,7 +238,6 @@ form.sign-in-form {
241238
}
242239

243240
/* ANIMATION */
244-
245241
.container.sign-up-mode:before {
246242
transform: translate(100%, -50%);
247243
right: 52%;
@@ -279,11 +275,30 @@ form.sign-in-form {
279275
pointer-events: all;
280276
}
281277

278+
.homeBtn {
279+
position: absolute;
280+
top: 20px;
281+
left: 20px;
282+
background: #ffffff;
283+
padding: 10px;
284+
border-radius: 10px;
285+
cursor: pointer;
286+
transition: 0.3s;
287+
text-decoration: none;
288+
z-index: 7;
289+
}
290+
291+
.toggle-password {
292+
cursor: pointer;
293+
}
294+
295+
/* Responsive Design */
282296
@media (max-width: 870px) {
283297
.container {
284298
min-height: 800px;
285299
height: 100vh;
286300
}
301+
287302
.signin-signup {
288303
width: 100%;
289304
top: 95%;

login.html

Lines changed: 17 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
<h2 class="title">Sign in</h2>
1717
<div class="input-field">
1818
<i class="fas fa-user"></i>
19-
<input type="text" placeholder="Username" required />
19+
<input type="text" placeholder="Username" />
2020
</div>
2121
<div class="input-field">
2222
<i class="fas fa-lock toggle-password" id="toggle-password"></i>
23-
<input type="password" id="password-input" placeholder="Password" required />
23+
<input type="password" id="password-input" placeholder="Password" required/>
2424
</div>
2525
<div class="remember-me">
2626
<input type="checkbox" id="remember-me" />
@@ -30,28 +30,28 @@ <h2 class="title">Sign in</h2>
3030
<p class="social-text">Or Sign in with social platforms</p>
3131
<div class="social-media">
3232
<button type="button" class="github-login" id="gh-lg-btn">
33-
<img src="https://upload.wikimedia.org/wikipedia/commons/9/91/Octicons-mark-github.svg" alt="GitHub" width="40" height="40" style="margin-left: 5px;">
33+
<img src="https://upload.wikimedia.org/wikipedia/commons/9/91/Octicons-mark-github.svg" alt="GitHub" width="40" height="40">
3434
</button>
3535
</div>
3636
</form>
37-
37+
3838
<form action="#" class="sign-up-form">
3939
<h2 class="title">Sign up</h2>
4040
<div class="input-field">
4141
<i class="fas fa-user"></i>
42-
<input type="text" placeholder="Username" required />
42+
<input type="text" placeholder="Username" />
4343
</div>
4444
<div class="input-field">
4545
<i class="fas fa-code-branch"></i>
4646
<input type="text" placeholder="Git Username" />
4747
</div>
4848
<div class="input-field">
4949
<i class="fas fa-envelope"></i>
50-
<input type="email" placeholder="Email" required />
50+
<input type="email" placeholder="Email" />
5151
</div>
5252
<div class="input-field">
5353
<i class="fas fa-lock toggle-password" id="toggle-password-signup"></i>
54-
<input type="password" id="password-input-signup" placeholder="Password" minlength="8" required />
54+
<input type="password" id="password-input-signup" placeholder="Password" minlength="8" />
5555
</div>
5656
<div class="remember-me">
5757
<input type="checkbox" id="remember-me-signup" />
@@ -61,7 +61,7 @@ <h2 class="title">Sign up</h2>
6161
<p class="social-text">Or Sign up with social platforms</p>
6262
<div class="social-media">
6363
<button type="button" class="github-login" id="gh-sg-btn">
64-
<img src="https://upload.wikimedia.org/wikipedia/commons/9/91/Octicons-mark-github.svg" alt="GitHub" width="40" height="40" style="margin-left: 5px;">
64+
<img src="https://upload.wikimedia.org/wikipedia/commons/9/91/Octicons-mark-github.svg" alt="GitHub" width="40" height="40">
6565
</button>
6666
</div>
6767
</form>
@@ -71,23 +71,27 @@ <h2 class="title">Sign up</h2>
7171
<div class="panels-container">
7272
<a href="index.html" class="homeBtn">
7373
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 20" width="30" height="30">
74-
<path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z" />
74+
<path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z" fill="#000000"/>
7575
</svg>
7676
</a>
7777
<div class="panel left-panel">
7878
<div class="content">
79-
<h3>New here?</h3>
79+
<h3>New here ?</h3>
8080
<p>
81-
Discover new experiences and profiles with awesome-github-profiles. Get access to exclusive content and features. Create your account.
81+
Discover new experiences and profiles with awesome-github-profiles<br>
82+
Get access to exclusive content and features.<br>
83+
Create your account.
8284
</p>
8385
<button class="btn transparent" id="sign-up-btn">
8486
Sign up
8587
</button>
8688
</div>
89+
<img src="img/log.svg" class="image" alt="" />
8790
</div>
91+
8892
<div class="panel right-panel">
8993
<div class="content">
90-
<h3>One of us?</h3>
94+
<h3>One of us ?</h3>
9195
<p>
9296
Welcome to our community
9397
</p>
@@ -99,24 +103,6 @@ <h3>One of us?</h3>
99103
</div>
100104
</div>
101105
</div>
102-
103106
<script src="login.js"></script>
104-
<script>
105-
document.getElementById('toggle-password').addEventListener('click', function () {
106-
const passwordInput = document.getElementById('password-input');
107-
const type = passwordInput.getAttribute('type') === 'password' ? 'text' : 'password';
108-
passwordInput.setAttribute('type', type);
109-
this.classList.toggle('fa-eye');
110-
this.classList.toggle('fa-eye-slash');
111-
});
112-
113-
document.getElementById('toggle-password-signup').addEventListener('click', function () {
114-
const passwordInput = document.getElementById('password-input-signup');
115-
const type = passwordInput.getAttribute('type') === 'password' ? 'text' : 'password';
116-
passwordInput.setAttribute('type', type);
117-
this.classList.toggle('fa-eye');
118-
this.classList.toggle('fa-eye-slash');
119-
});
120-
</script>
121107
</body>
122-
</html>
108+
</html>

pages/githubbadge.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
img {
5555
max-width: 100%;
5656
height: auto;
57+
border-radius: 15px;
5758
}
5859

5960
.center {

styles/githubbadge.css

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,16 +226,21 @@ body.dark-mode .themed-text {
226226
.ways-content p{
227227
font-size: 20px !important;
228228
}
229-
.ways img{
230-
object-fit: contain;
231-
border-radius: 20px;
229+
230+
.ways1 img, .ways2 img {
231+
width: 100%;
232+
height: 100%;
233+
object-fit: contain;
232234
}
235+
233236
.ways1{
234237
width: 80%;
235238
display: flex;
236239
/* flex-wrap: wrap; */
237240
margin-top: 20px;
238241
margin-bottom: 20px !important;
242+
overflow: hidden;
243+
border-radius: 15px;
239244
}
240245
.ways2{
241246
width: 80%;
@@ -244,6 +249,8 @@ body.dark-mode .themed-text {
244249
margin-top: 30px;
245250
/* flex-wrap: wrap; */
246251
margin-bottom: 30px !important;
252+
overflow: hidden;
253+
border-radius: 15px;
247254
}
248255
@media only screen and (max-width:1300px){
249256
.certificate-left{

0 commit comments

Comments
 (0)