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 f4919ed

Browse filesBrowse files
committed
2.0.2.1 some minor chnages in link and text
1 parent c9397aa commit f4919ed
Copy full SHA for f4919ed

File tree

5 files changed

+61
-65
lines changed
Filter options

5 files changed

+61
-65
lines changed

‎index.html

Copy file name to clipboardExpand all lines: index.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ <h1 class="text-center section-heading">
297297
<td>1</td>
298298
<td>
299299
<div >
300-
<img src="v2/public/assest/Images/FloData_Analytics.jpeg" alt="Company Logo" class="img-responsive img-fluid company_logo">
300+
<img src="v2/public/assest/Images/FloData_Analytics.png" alt="Company Logo" class="img-responsive img-fluid company_logo">
301301
<p> Flodata Analytics</p>
302302
<span class="text-center">
303303
<a href="https://flodataanalytics.com/" target="_blank">
@@ -307,7 +307,7 @@ <h1 class="text-center section-heading">
307307
</div>
308308

309309
</td>
310-
<td>Python developer</td>
310+
<td>Python Developer</td>
311311
<td class="starting">may 2021</td>
312312
<td class="duration">2 months</td>
313313
</tr>
@@ -438,11 +438,11 @@ <h1 class="text-center section-heading">
438438
<td>Portfolio</td>
439439
<td class="description">
440440
<p>
441-
Simple portfolio
441+
Web portfolio designed and coded by me which act like soft resume.
442442
</p>
443443
</td>
444444
<td class="text-center">
445-
<a href="https://pankajkumar.web.app" target="_blank">
445+
<a href="https://pankajcoder1.github.io/Pankajcoder1/" target="_blank">
446446
<i class="fa fa-link"></i>
447447
</a>
448448
</td>
Binary file not shown.
8.99 KB
Loading

‎v2/public/assest/css/index.css

Copy file name to clipboardExpand all lines: v2/public/assest/css/index.css
+54-58Lines changed: 54 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -267,60 +267,6 @@ nav li a
267267
/* css end for skill section*/
268268

269269

270-
/* css start for project section*/
271-
.project-section
272-
{
273-
padding-top: 70px;
274-
min-height: 400px;
275-
}
276-
.description
277-
{
278-
font-size: 17px;
279-
}
280-
.table1 tbody
281-
{
282-
font-family: 'Source Sans Pro', sans-serif;
283-
}
284-
.table1 thead
285-
{
286-
font-size: 18px;
287-
}
288-
.table1 tbody tr td:nth-child(2)
289-
{
290-
font-weight: bold;
291-
}
292-
.table1 tbody tr td a i
293-
{
294-
margin-top: 5px;
295-
font-size: 20px;
296-
}
297-
.table1 tbody tr:hover a i
298-
{
299-
font-size: 28px;
300-
}
301-
.table1 tr td:nth-child(2)
302-
{
303-
text-transform: capitalize;
304-
font-size: 15px;
305-
}
306-
.table1 tr td:nth-child(1)
307-
{
308-
font-size: 15px;
309-
}
310-
@media (max-width: 767px)
311-
{
312-
.project-section
313-
{
314-
min-height: 550px;
315-
}
316-
/* description column create problem in mobile and tab view so I remove it for that device only */
317-
.description
318-
{
319-
display: none;
320-
}
321-
}
322-
/* css end for project section */
323-
324270
/* css for experience section start*/
325271
.experience_section
326272
{
@@ -347,7 +293,6 @@ nav li a
347293
width: 60px;
348294
height: 60px;
349295
padding-top: 0px;
350-
border-radius: 50%;
351296
}
352297
.table2 tbody tr td:nth-child(2) div p{
353298
width: 83%;
@@ -367,9 +312,7 @@ nav li a
367312
.table2 tbody tr:hover td:nth-child(2) div span i{
368313
font-size: 28px;
369314
}
370-
.table2 tbody tr td:nth-child(3),:nth-child(4),:nth-child(5){
371-
text-transform: capitalize;
372-
}
315+
373316

374317
@media (max-width: 767px)
375318
{
@@ -393,6 +336,59 @@ nav li a
393336
}
394337
/* css for experience section end*/
395338

339+
/* css start for project section*/
340+
.project-section {
341+
padding-top: 70px;
342+
min-height: 400px;
343+
}
344+
345+
.description {
346+
font-size: 17px;
347+
}
348+
349+
.table1 tbody {
350+
font-family: 'Source Sans Pro', sans-serif;
351+
}
352+
353+
.table1 thead {
354+
font-size: 18px;
355+
}
356+
357+
.table1 tbody tr td:nth-child(2) {
358+
font-weight: bold;
359+
}
360+
361+
.table1 tbody tr td a i {
362+
margin-top: 5px;
363+
font-size: 20px;
364+
}
365+
366+
.table1 tbody tr:hover a i {
367+
font-size: 28px;
368+
}
369+
370+
.table1 tr td:nth-child(2) {
371+
text-transform: capitalize;
372+
font-size: 15px;
373+
}
374+
375+
.table1 tr td:nth-child(1) {
376+
font-size: 15px;
377+
}
378+
379+
@media (max-width: 767px) {
380+
.project-section {
381+
min-height: 550px;
382+
}
383+
384+
/* description column create problem in mobile and tab view so I remove it for that device only */
385+
.description {
386+
display: none;
387+
}
388+
}
389+
390+
/* css end for project section */
391+
396392
/* css start for connect me section*/
397393

398394
.reach-out-to-me{

‎v2/public/index.html

Copy file name to clipboardExpand all lines: v2/public/index.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ <h1 class="text-center section-heading">
271271
<td>1</td>
272272
<td>
273273
<div >
274-
<img src="assest/Images/FloData_Analytics.jpeg" alt="Company Logo" class="img-responsive img-fluid company_logo">
274+
<img src="assest/Images/FloData_Analytics.png" alt="Company Logo" class="img-responsive img-fluid company_logo">
275275
<p> Flodata Analytics</p>
276276
<span class="text-center">
277277
<a href="https://flodataanalytics.com/" target="_blank">
@@ -281,7 +281,7 @@ <h1 class="text-center section-heading">
281281
</div>
282282

283283
</td>
284-
<td>Python developer</td>
284+
<td>Python Developer</td>
285285
<td class="starting">may 2021</td>
286286
<td class="duration">2 months</td>
287287
</tr>
@@ -412,7 +412,7 @@ <h1 class="text-center section-heading">
412412
<td>Portfolio</td>
413413
<td class="description">
414414
<p>
415-
Simple portfolio
415+
Portfolio designed and coded by me which act like soft resume.
416416
</p>
417417
</td>
418418
<td class="text-center">

0 commit comments

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