Skip to content

Commit 93f591d

Browse files
committed
v2.1.2, solved bug found in v2.1.0
1 parent 190ab2b commit 93f591d

File tree

3 files changed

+32
-7
lines changed

3 files changed

+32
-7
lines changed

index.html

+2
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@ <h1 class="text-center section-heading">
484484
<span class="badge "> Bootstrap</span>
485485
<span class="badge "> CSS</span>
486486
<span class="badge "> JS</span>
487+
<span class="badge "> Firebase</span>
487488
</div>
488489
</td>
489490
<td class="description">
@@ -495,6 +496,7 @@ <h1 class="text-center section-heading">
495496
<span class="badge "> Bootstrap</span>
496497
<span class="badge "> CSS</span>
497498
<span class="badge "> JS</span>
499+
<span class="badge "> Firebase</span>
498500
</div>
499501
</p>
500502
</td>

v2/public/assest/css/index.css

+28-7
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ body{
2121
font-size: 35px;
2222
font-weight: 500;
2323
}
24+
@media(max-width: 575px) {
25+
.section-heading {
26+
font-size: 30px;
27+
}
28+
}
29+
2430
/*css for navbar start*/
2531
.navbar{
2632
position: fixed;
@@ -53,7 +59,6 @@ nav li a{
5359
font-weight: 800;
5460
}
5561
/* css for media query of navbar section*/
56-
/* here navbar are not correct for 1200px */
5762
@media(max-width: 1200px){
5863
.nav-link{
5964
font-size:14px;
@@ -226,7 +231,11 @@ nav li a{
226231
font-size: 19px;
227232
font-family: 'Source Sans Pro', sans-serif;
228233
}
229-
234+
@media (max-width: 576px){
235+
.skill-section{
236+
padding: 30px;
237+
}
238+
}
230239
/* css end for skill section*/
231240

232241

@@ -273,6 +282,18 @@ nav li a{
273282
display: none;
274283
}
275284
}
285+
286+
@media(max-width: 576px){
287+
.experience_section{
288+
padding: 30px;
289+
}
290+
.experience-data-table thead{
291+
font-size: 13px;
292+
}
293+
.experience-data-table tr td:nth-child(1), .experience-data-table tr th:nth-child(1){
294+
width: 5%;
295+
}
296+
}
276297
/* css for experience section end*/
277298

278299
/* css start for project section*/
@@ -340,6 +361,11 @@ nav li a{
340361
display: none;
341362
}
342363
}
364+
@media (max-width: 575px) {
365+
.project-section {
366+
padding: 30px;
367+
}
368+
}
343369

344370
/* css end for project section */
345371

@@ -408,15 +434,11 @@ nav li a{
408434
}
409435
.reach-out-to-me-inner-div ul li{
410436
display: inline;
411-
margin-right: auto;
412437
margin-left: auto;
413438
}
414439
.reach-out-to-me-inner-div ul li a i{
415440
font-size: 28px;
416441
}
417-
.reach-out-to-me-inner-div ul li{
418-
margin-right: 28px;
419-
}
420442
}
421443

422444
/* css for reach out to me section end here */
@@ -442,6 +464,5 @@ nav li a{
442464
border-radius: 19%;
443465
font-size: 25px;
444466
width: 45px;
445-
/*max-height: 50px;*/
446467
}
447468
/* css end for top button */

v2/public/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@ <h1 class="text-center section-heading">
482482
<span class="badge "> Bootstrap</span>
483483
<span class="badge "> CSS</span>
484484
<span class="badge "> JS</span>
485+
<span class="badge "> Firebase</span>
485486
</div>
486487
</td>
487488
<td class="description">
@@ -493,6 +494,7 @@ <h1 class="text-center section-heading">
493494
<span class="badge "> Bootstrap</span>
494495
<span class="badge "> CSS</span>
495496
<span class="badge "> JS</span>
497+
<span class="badge "> Firebase</span>
496498
</div>
497499
</p>
498500
</td>

0 commit comments

Comments
 (0)