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

Appearance settings

Commit 3097600

Browse filesBrowse files
committed
update file structure, experience detail about publicis sapient
1 parent cc67c48 commit 3097600
Copy full SHA for 3097600

15 files changed

+1548
-15
lines changed

‎details.txt

Copy file name to clipboard
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
This file contain information about some file.
22

3-
v2/public/assest/css/light_mode.css -> contain css code which lead to change color of page.
4-
v2/public/assest/css/index.css -> contain remaining css code of page.
5-
v2/public/assest/js/index.js -> contain js code for bottom right arrow button.
6-
v2/public/assest/js/change_mode.js -> contain js code to change mode.
7-
v2/public/assest/Images -> contain all images
3+
public/assest/css/light_mode.css -> contain css code which lead to change color of page.
4+
public/assest/css/index.css -> contain remaining css code of page.
5+
public/assest/js/index.js -> contain js code for bottom right arrow button.
6+
public/assest/js/change_mode.js -> contain js code to change mode.
7+
public/assest/Images -> contain all images

‎firebase.json

Copy file name to clipboardExpand all lines: firebase.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"hosting": {
3-
"public": "v2/public",
3+
"public": "public",
44
"ignore": [
55
"firebase.json",
66
"**/.*",

‎index.html

Copy file name to clipboardExpand all lines: index.html
+9-9Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525

2626
<!-- css -->
27-
<link rel="stylesheet" type="text/css" href="v2/public/assest/css/index.css">
28-
<link rel="stylesheet" type="text/css" href="v2/public/assest/css/light_mode.css">
27+
<link rel="stylesheet" type="text/css" href="public/assest/css/index.css">
28+
<link rel="stylesheet" type="text/css" href="public/assest/css/light_mode.css">
2929
</head>
3030
<body>
3131
<!-- starting navbar -->
@@ -125,7 +125,7 @@
125125

126126
<!-- resume button -->
127127
<li class="nav-item" style="font-weight: 900;">
128-
<a href="v2/public/Pankaj_Kumar.pdf" class="nav-link" target="_blank">Resume</a>
128+
<a href="public/Pankaj_Kumar.pdf" class="nav-link" target="_blank">Resume</a>
129129
</li>
130130

131131
<!-- dark mode system -->
@@ -149,7 +149,7 @@
149149
<div class="container about-div" style="">
150150
<div class="row" style="">
151151
<div class="col-sm col-sm-12 col-md-5 col-xl-5">
152-
<img src="v2/public/assest/Images/Pankaj_Kumar.png" class="img-fluid img-responsive" alt="Profile Image">
152+
<img src="public/assest/Images/Pankaj_Kumar.png" class="img-fluid img-responsive" alt="Profile Image">
153153
</div>
154154
<div class="col-sm col-sm-12 col-md-7 col-xl-7 container about-intro">
155155
<div class="container about-intro-div">
@@ -264,7 +264,7 @@ <h1 class="text-center section-heading">
264264
<td>1</td>
265265
<td>
266266
<div class="d-flex align-items-center experience-detail">
267-
<img src="v2/public/assest/Images/FloData_Analytics.png" alt="Company Logo" class="rounded-circle company_logo" />
267+
<img src="public/assest/Images/FloData_Analytics.png" alt="Company Logo" class="rounded-circle company_logo" />
268268
<div class="ms-3">
269269
<p class="mb-1">Flodata Analytics</p>
270270
<p class="mb-0 badge rounded-pill d-inline position-in-company">
@@ -281,7 +281,7 @@ <h1 class="text-center section-heading">
281281
<td>2</td>
282282
<td>
283283
<div class="d-flex align-items-center experience-detail">
284-
<img src="v2/public/assest/Images/YouTube.svg" alt="Company Logo" class="rounded-circle company_logo" />
284+
<img src="public/assest/Images/YouTube.svg" alt="Company Logo" class="rounded-circle company_logo" />
285285
<div class="ms-3">
286286
<p class="mb-1">YouTube</p>
287287
<p class="mb-0 badge rounded-pill d-inline position-in-company">
@@ -298,7 +298,7 @@ <h1 class="text-center section-heading">
298298
<td>3</td>
299299
<td>
300300
<div class="d-flex align-items-center experience-detail">
301-
<img src="v2/public/assest/Images/publicis_sapient.png" alt="Company Logo" class="rounded-circle company_logo" />
301+
<img src="public/assest/Images/publicis_sapient.png" alt="Company Logo" class="rounded-circle company_logo" />
302302
<div class="ms-3">
303303
<p class="mb-1">Publicis Sapient</p>
304304
<p class="mb-0 badge rounded-pill d-inline position-in-company">
@@ -681,8 +681,8 @@ <h1 class="text-center section-heading">
681681
</a>
682682

683683
<!-- js files added here -->
684-
<script type="text/javascript" src="v2/public/assest/js/change_mode.js"></script>
685-
<script type="text/javascript" src="v2/public/assest/js/index.js"></script>
684+
<script type="text/javascript" src="public/assest/js/change_mode.js"></script>
685+
<script type="text/javascript" src="public/assest/js/index.js"></script>
686686

687687
<!-- end here -->
688688

‎public/Pankaj_Kumar.pdf

Copy file name to clipboard
68.1 KB
Binary file not shown.

‎public/assest/GIF/SDE.gif

Copy file name to clipboard
373 KB
Loading
8.99 KB
Loading

‎public/assest/Images/Pankaj_Kumar.png

Copy file name to clipboard
3.73 MB
Loading

‎public/assest/Images/YouTube.svg

Copy file name to clipboard
+1Lines changed: 1 addition & 0 deletions
Loading
1.92 MB
Loading
8.9 KB
Loading

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.