Skip to content

Commit f2c47e2

Browse files
committed
changes
1 parent 0bc3189 commit f2c47e2

File tree

4 files changed

+18
-283
lines changed

4 files changed

+18
-283
lines changed

index.css

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ nav li a
4141
}
4242
.nav-link:hover
4343
{
44-
font-size: 19px;
44+
font-weight: 500;
4545
}
4646
.dropdown-menu li
4747
{
@@ -268,6 +268,15 @@ nav li a
268268
{
269269
font-size: 28px;
270270
}
271+
tr td:nth-child(2)
272+
{
273+
text-transform: capitalize;
274+
font-size: 15px;
275+
}
276+
tr td:nth-child(1)
277+
{
278+
font-size: 15px;
279+
}
271280
@media (max-width: 768px)
272281
{
273282
.project-section
@@ -306,7 +315,7 @@ nav li a
306315
font-size: 52px;
307316
color: #7456c6;
308317
}
309-
.contact .container .row .col-md-4:hover i
318+
.contact .container .row :hover i
310319
{
311320
padding-top: 20px;
312321
font-size: 60px;
@@ -365,8 +374,9 @@ nav li a
365374
.footer div
366375
{
367376
color: #000;
368-
opacity: 0.4;
377+
opacity: 0.6;
369378
top: 50%;
379+
font-size: 14px;
370380
position: relative;
371381
transform: translateY(-50%);
372382
}
@@ -403,6 +413,8 @@ nav li a
403413
}
404414
}
405415

416+
/* css used during debuging and fixing issues */
417+
/* css end for debuging */
406418
/* issue not fixed yet */
407419
/* for very small device max-width: 300px ; last section that is connect with me
408420
is not responsive */

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@
126126
<div class="container about-intro-div">
127127
<h1 class="section-heading">About</h1>
128128
<p class="intro">
129-
Hi, My name is <b>Pankaj Kumar</b>. I'm currently pursuing B.Tech from Computer Sciecne and enginerring at National Institute of Technology Uttarakhand (2018-2022).
129+
Hi, My name is <b>Pankaj Kumar</b>. I'm currently pursuing B.Tech from Computer Sciecne and Enginerring at National Institute of Technology Uttarakhand (2018-2022).
130130
</p>
131131
<p class="intro">
132-
I am a <b>Frontend Web Developer and Software Developer.</b>
132+
I am a <b>Software Developer</b> and <b>Frontend Web Developer.</b>
133133
</p>
134134
<div class="btn explore-button">
135135
<a href="#skill">Explore More</a>
@@ -414,7 +414,7 @@ <h1 class="text-center section-heading">
414414
<footer class="footer">
415415
<div class="container-fluid text-center">
416416
<p>
417-
All rights reserved &copy;Pankaj Kumar
417+
All rights reserved &copy;<a href="https://github.com/Pankajcoder1"> Pankaj Kumar</a>.
418418
</p>
419419
</div>
420420
</footer>

pk.jpg

-2.51 MB
Binary file not shown.

resume.tex

Lines changed: 0 additions & 277 deletions
This file was deleted.

0 commit comments

Comments
 (0)