Skip to content

Commit 3b32e40

Browse files
committed
2 issue fixed
1 parent 41de8c3 commit 3b32e40

File tree

2 files changed

+42
-48
lines changed

2 files changed

+42
-48
lines changed

css/index.css

Lines changed: 35 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ body
2424
width: 100%;
2525
top: 0px;
2626
}
27+
.navbar-toggler:focus{
28+
outline: none;
29+
}
2730
.navbar-light .navbar-nav .nav-link
2831
{
2932
margin-top: 6px;
@@ -81,10 +84,6 @@ nav li a
8184
@media(max-width: 576px)
8285
{
8386
.nav .nav-item
84-
{
85-
padding: 5px;
86-
}
87-
.nav .nav-link
8887
{
8988
padding: 0px;
9089
font-size: 12px;
@@ -199,16 +198,8 @@ nav li a
199198
padding-top: 10px;
200199
min-height: 250px;
201200
}
202-
/* to align img at center */
203-
/*.row .col-xl-5
204-
{
205-
background-color: red;
206-
left: 0%;
207-
}*/
208201
.row div img
209202
{
210-
/*background-color: red;*/
211-
/*top: 50px;*/
212203
height: 260px;
213204
width: 250px;
214205
padding: 15px;
@@ -328,14 +319,7 @@ nav li a
328319
font-family: 'Source Sans Pro', sans-serif;
329320
font-size: 17px;
330321
}
331-
/*.table2 thead tr th:nth-child(1){
332-
width: 5px;
333-
background-color: red;
334-
}
335-
.table2 tbody tr td:nth-child(1){
336-
width: 5px;
337-
background-color: red;
338-
}*/
322+
339323
.table2 tbody tr td:nth-child(2){
340324
min-width: 60%;
341325
}
@@ -352,13 +336,12 @@ nav li a
352336
width: 83%;
353337
padding: 3px;
354338
height: 25px;
339+
font-weight: bold;
355340
}
356341
.table2 tbody tr td:nth-child(2) div span{
357342
width: 50px;
358343
}
359-
.table2 tbody tr td:nth-child(2) div p{
360-
font-weight: bold;
361-
}
344+
362345
.table2 tbody tr td:nth-child(2) div span i{
363346
margin-top: 5px;
364347
font-size: 20px;
@@ -367,22 +350,29 @@ nav li a
367350
.table2 tbody tr:hover td:nth-child(2) div span i{
368351
font-size: 28px;
369352
}
370-
.table2 tbody tr td:nth-child(3){
371-
text-transform: capitalize;
372-
}
373-
.table2 tbody tr td:nth-child(4){
353+
.table2 tbody tr td:nth-child(3),:nth-child(4),:nth-child(5){
374354
text-transform: capitalize;
375355
}
356+
376357
@media (max-width: 768px)
377358
{
378-
.experience_section
379-
{
359+
.experience_section{
380360
min-height: 100px;
381361
}
382-
.duration
383-
{
362+
.comapny_logo{
384363
display: none;
385364
}
365+
.duration{
366+
display: none;
367+
}
368+
.table2 tbody tr td:nth-child(2) div p{
369+
font-weight: bold;
370+
font-size: 15px;
371+
}
372+
.table2 tbody tr td:nth-child(3),:nth-child(4){
373+
font-size: 15px;
374+
}
375+
386376
}
387377
/* css for experience section end*/
388378

@@ -448,6 +438,19 @@ nav li a
448438
width: 30px;
449439
}
450440
}
441+
@media(max-width: 300px)
442+
{
443+
.connect-me div .row ul li
444+
{
445+
padding-top: 30px;
446+
float: left;
447+
display: block;
448+
}
449+
.github
450+
{
451+
margin-left: 50%;
452+
}
453+
}
451454
/* css for connect me section end here */
452455

453456
/* css for footer section */
@@ -479,19 +482,7 @@ nav li a
479482
/* css end for top button */
480483
/* css to just debug some thing*/
481484

482-
@media(max-width: 300px)
483-
{
484-
.connect-me div .row ul li
485-
{
486-
padding-top: 30px;
487-
float: left;
488-
display: block;
489-
}
490-
.github
491-
{
492-
margin-left: 50%;
493-
}
494-
}
485+
495486

496487
/* css used during debuging and fixing issues */
497488
/* css end for debuging */

index.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
<!-- starting navbar -->
2929
<nav class="navbar navbar-light navbar-expand-lg" id="top">
3030
<div class="container">
31-
<!-- <h1 class="navbar-brand" style="font-size: 20px;">Pankaj Kumar</h1> -->
3231
<ul class="nav">
3332
<li class="nav-item">
3433
<a href="#about" class="nav-link active">About</a>
@@ -56,7 +55,7 @@
5655
<a href="#contact" class="nav-link">Contact</a>
5756
</li>
5857

59-
<li class=" nav-item dropdown">
58+
<li class="nav-item dropdown">
6059

6160
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Professional Link
6261
</a>
@@ -400,7 +399,7 @@ <h1 class="text-center section-heading">
400399
Experience
401400
</h1>
402401
<table class="table table-striped table2">
403-
<thead class="table-dar">
402+
<thead class="table-dark">
404403
<tr>
405404
<th>
406405
S.no
@@ -411,6 +410,9 @@ <h1 class="text-center section-heading">
411410
<th>
412411
Position
413412
</th>
413+
<th>
414+
Starting
415+
</th>
414416
<th class="duration">
415417
Duration
416418
</th>
@@ -434,7 +436,8 @@ <h1 class="text-center section-heading">
434436

435437
</td>
436438
<td>Web developer</td>
437-
<td class="duration">3 Months</td>
439+
<td>may 2021</td>
440+
<td class="duration">3 months</td>
438441
</tr>
439442
</tbody>
440443
</table>

0 commit comments

Comments
 (0)