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

Commitf4919ed

Browse files
committed
2.0.2.1 some minor chnages in link and text
1 parentc9397aa commitf4919ed

File tree

5 files changed

+61
-65
lines changed

5 files changed

+61
-65
lines changed

‎index.html

Lines 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-
<imgsrc="v2/public/assest/Images/FloData_Analytics.jpeg"alt="Company Logo"class="img-responsive img-fluid company_logo">
300+
<imgsrc="v2/public/assest/Images/FloData_Analytics.png"alt="Company Logo"class="img-responsive img-fluid company_logo">
301301
<p> Flodata Analytics</p>
302302
<spanclass="text-center">
303303
<ahref="https://flodataanalytics.com/"target="_blank">
@@ -307,7 +307,7 @@ <h1 class="text-center section-heading">
307307
</div>
308308

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

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

Lines 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-
.table1tbody
281-
{
282-
font-family:'Source Sans Pro', sans-serif;
283-
}
284-
.table1thead
285-
{
286-
font-size:18px;
287-
}
288-
.table1tbodytrtd:nth-child(2)
289-
{
290-
font-weight: bold;
291-
}
292-
.table1tbodytrtdai
293-
{
294-
margin-top:5px;
295-
font-size:20px;
296-
}
297-
.table1tbodytr:hoverai
298-
{
299-
font-size:28px;
300-
}
301-
.table1trtd:nth-child(2)
302-
{
303-
text-transform: capitalize;
304-
font-size:15px;
305-
}
306-
.table1trtd: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
.table2tbodytrtd:nth-child(2)divp{
353298
width:83%;
@@ -367,9 +312,7 @@ nav li a
367312
.table2tbodytr:hovertd:nth-child(2)divspani{
368313
font-size:28px;
369314
}
370-
.table2tbodytrtd: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+
.table1tbody {
350+
font-family:'Source Sans Pro', sans-serif;
351+
}
352+
353+
.table1thead {
354+
font-size:18px;
355+
}
356+
357+
.table1tbodytrtd:nth-child(2) {
358+
font-weight: bold;
359+
}
360+
361+
.table1tbodytrtdai {
362+
margin-top:5px;
363+
font-size:20px;
364+
}
365+
366+
.table1tbodytr:hoverai {
367+
font-size:28px;
368+
}
369+
370+
.table1trtd:nth-child(2) {
371+
text-transform: capitalize;
372+
font-size:15px;
373+
}
374+
375+
.table1trtd: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

Lines 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-
<imgsrc="assest/Images/FloData_Analytics.jpeg"alt="Company Logo"class="img-responsive img-fluid company_logo">
274+
<imgsrc="assest/Images/FloData_Analytics.png"alt="Company Logo"class="img-responsive img-fluid company_logo">
275275
<p> Flodata Analytics</p>
276276
<spanclass="text-center">
277277
<ahref="https://flodataanalytics.com/"target="_blank">
@@ -281,7 +281,7 @@ <h1 class="text-center section-heading">
281281
</div>
282282

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp