Skip to content

Commit 15f8481

Browse files
committed
some ui improved
1 parent f44ab9f commit 15f8481

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Pankaj_Kumar.pdf

50.5 KB
Binary file not shown.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134

135135
<!-- resume button -->
136136
<li class="nav-item" style="font-weight: 900;">
137-
<a href="Resume.pdf" class="nav-link" target="_blank">Resume</a>
137+
<a href="Pankaj_Kumar.pdf" class="nav-link" target="_blank">Resume</a>
138138
</li>
139139

140140
<!-- dark mode system -->

js/change_mode.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ function change_light_mode()
4747

4848
// js for experience section start
4949

50-
var logo_background = document.getElementsByClassName("company_logo")[0];
51-
logo_background.style.backgroundColor="white";
50+
// var logo_background = document.getElementsByClassName("company_logo")[0];
51+
// logo_background.style.backgroundColor="white";
5252

53-
var column=document.querySelectorAll(".table2 tbody tr");
54-
for(var i=0;i<column.length;i+=2)
55-
column[i].style.backgroundColor="#141414";
53+
// var column=document.querySelectorAll(".table2 tbody tr");
54+
// for(var i=0;i<column.length;i+=2)
55+
// column[i].style.backgroundColor="#141414";
5656

5757
// js for experience section end
5858

@@ -104,12 +104,12 @@ function change_dark_mode()
104104
// js for project section end
105105
// js for experience section start
106106

107-
var logo_background = document.getElementsByClassName("company_logo")[0];
108-
logo_background.style.backgroundColor="transparent";
107+
// var logo_background = document.getElementsByClassName("company_logo")[0];
108+
// logo_background.style.backgroundColor="transparent";
109109

110-
var column=document.querySelectorAll(".table2 tbody tr");
111-
for(var i=0;i<column.length;i+=2)
112-
column[i].style.backgroundColor="rgba(0,0,0,0.05)";
110+
// var column=document.querySelectorAll(".table2 tbody tr");
111+
// for(var i=0;i<column.length;i+=2)
112+
// column[i].style.backgroundColor="rgba(0,0,0,0.05)";
113113

114114
// js for experience section end
115115

0 commit comments

Comments
 (0)