Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3b32e40

Browse files
committed
2 issue fixed
1 parent41de8c3 commit3b32e40

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
.rowdivimg
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
.table2tbodytrtd: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
.table2tbodytrtd:nth-child(2)divspan{
357342
width:50px;
358343
}
359-
.table2tbodytrtd:nth-child(2)divp{
360-
font-weight: bold;
361-
}
344+
362345
.table2tbodytrtd:nth-child(2)divspani{
363346
margin-top:5px;
364347
font-size:20px;
@@ -367,22 +350,29 @@ nav li a
367350
.table2tbodytr:hovertd:nth-child(2)divspani{
368351
font-size:28px;
369352
}
370-
.table2tbodytrtd:nth-child(3){
371-
text-transform: capitalize;
372-
}
373-
.table2tbodytrtd:nth-child(4){
353+
.table2tbodytrtd: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+
.table2tbodytrtd:nth-child(2)divp{
369+
font-weight: bold;
370+
font-size:15px;
371+
}
372+
.table2tbodytrtd: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-mediv .rowulli
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-mediv .rowulli
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
<navclass="navbar navbar-light navbar-expand-lg"id="top">
3030
<divclass="container">
31-
<!-- <h1 class="navbar-brand" style="font-size: 20px;">Pankaj Kumar</h1> -->
3231
<ulclass="nav">
3332
<liclass="nav-item">
3433
<ahref="#about"class="nav-link active">About</a>
@@ -56,7 +55,7 @@
5655
<ahref="#contact"class="nav-link">Contact</a>
5756
</li>
5857

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

6160
<ahref="#"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
<tableclass="table table-striped table2">
403-
<theadclass="table-dar">
402+
<theadclass="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
<thclass="duration">
415417
Duration
416418
</th>
@@ -434,7 +436,8 @@ <h1 class="text-center section-heading">
434436

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp