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

Commit15f8481

Browse files
committed
some ui improved
1 parentf44ab9f commit15f8481

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
<liclass="nav-item"style="font-weight: 900;">
137-
<ahref="Resume.pdf"class="nav-link"target="_blank">Resume</a>
137+
<ahref="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-
varlogo_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-
varcolumn=document.querySelectorAll(".table2 tbody tr");
54-
for(vari=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-
varlogo_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-
varcolumn=document.querySelectorAll(".table2 tbody tr");
111-
for(vari=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)

[8]ページ先頭

©2009-2025 Movatter.jp