Skip to content

Commit 391a1cd

Browse files
committed
2025v1
1 parent 75854c3 commit 391a1cd

File tree

7 files changed

+138
-363
lines changed

7 files changed

+138
-363
lines changed

about-me/anup_cv.pdf

287 KB
Binary file not shown.

about-me/assets/css/style.css

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@
1010
--------------------------------------------------------------*/
1111
body {
1212
font-family: "Open Sans", sans-serif;
13-
color: #272829;
13+
color: #ffffff;
1414
}
1515

1616
a {
1717
color: #0563bb;
1818
text-decoration: none;
1919
}
2020

21+
2122
a:hover {
2223
color: #067ded;
2324
text-decoration: none;
@@ -42,7 +43,7 @@ h6 {
4243
right: 15px;
4344
bottom: 15px;
4445
z-index: 996;
45-
background: #0563bb;
46+
background: #26ff00;
4647
width: 40px;
4748
height: 40px;
4849
border-radius: 50px;
@@ -56,7 +57,7 @@ h6 {
5657
}
5758

5859
.back-to-top:hover {
59-
background: #0678e3;
60+
background: #000000;
6061
color: #fff;
6162
}
6263

@@ -76,15 +77,15 @@ h6 {
7677
bottom: 0;
7778
z-index: 9999;
7879
overflow: hidden;
79-
background: #fff;
80+
background: #2f2a2a;
8081
}
8182

8283
#preloader:before {
8384
content: "";
8485
position: fixed;
8586
top: calc(50% - 30px);
8687
left: calc(50% - 30px);
87-
border: 6px solid #0563bb;
88+
border: 6px solid #26ff00;
8889
border-top-color: #fff;
8990
border-bottom-color: #fff;
9091
border-radius: 50%;
@@ -140,7 +141,7 @@ h6 {
140141
@media (max-width: 991px) {
141142
#header {
142143
width: 300px;
143-
background: #fff;
144+
background: #26ff00;
144145
border-right: 1px solid #e6e9ec;
145146
left: -300px;
146147
}
@@ -221,7 +222,7 @@ h6 {
221222
.nav-menu .active:focus,
222223
.nav-menu li:hover>a {
223224
color: #fff;
224-
background: #0563bb;
225+
background: #26ff00;
225226
}
226227

227228
.nav-menu a:hover span,
@@ -297,7 +298,7 @@ h6 {
297298

298299
#hero:before {
299300
content: "";
300-
background: rgba(255, 255, 255, 0.8);
301+
background: rgba(255, 255, 255, 0.2);
301302
position: absolute;
302303
bottom: 0;
303304
top: 0;
@@ -310,18 +311,18 @@ h6 {
310311
font-size: 64px;
311312
font-weight: 700;
312313
line-height: 56px;
313-
color: #45505b;
314+
color: #ffffff;
314315
}
315316

316317
#hero p {
317-
color: #45505b;
318+
color: #ffffff;
318319
margin: 15px 0 0 0;
319320
font-size: 26px;
320321
font-family: "Poppins", sans-serif;
321322
}
322323

323324
#hero p span {
324-
color: #0563bb;
325+
color: #26ff00;
325326
letter-spacing: 1px;
326327
}
327328

@@ -332,14 +333,14 @@ h6 {
332333
#hero .social-links a {
333334
font-size: 24px;
334335
display: inline-block;
335-
color: #45505b;
336+
color: #ffffff;
336337
line-height: 1;
337338
margin-right: 20px;
338339
transition: 0.3s;
339340
}
340341

341342
#hero .social-links a:hover {
342-
color: #0563bb;
343+
color: #26ff00;
343344
}
344345

345346
@media (max-width: 992px) {
@@ -348,8 +349,8 @@ h6 {
348349
}
349350

350351
#hero h1 {
351-
font-size: 32px;
352-
line-height: 36px;
352+
font-size: 60px;
353+
line-height: 46px;
353354
}
354355

355356
#hero p {
@@ -379,7 +380,7 @@ section {
379380
margin-bottom: 20px;
380381
padding-bottom: 20px;
381382
position: relative;
382-
color: #45505b;
383+
color: #ffffff;
383384
}
384385

385386
.section-title h2::before {
@@ -399,7 +400,7 @@ section {
399400
display: block;
400401
width: 40px;
401402
height: 3px;
402-
background: #0563bb;
403+
background: #26ff00;
403404
bottom: 0;
404405
left: calc(50% - 20px);
405406
}
@@ -414,7 +415,7 @@ section {
414415
.about .content h3 {
415416
font-weight: 700;
416417
font-size: 26px;
417-
color: #728394;
418+
color: #26ff00;
418419
}
419420

420421
.about .content ul {
@@ -452,7 +453,7 @@ section {
452453
width: 100%;
453454
position: relative;
454455
text-align: center;
455-
background: #fff;
456+
456457
}
457458

458459
.facts .count-box i {
@@ -475,7 +476,7 @@ section {
475476
font-size: 36px;
476477
display: block;
477478
font-weight: 600;
478-
color: #011426;
479+
color: #26ff00;
479480
}
480481

481482
.facts .count-box p {
@@ -502,7 +503,7 @@ section {
502503
display: block;
503504
font-weight: 600;
504505
font-family: "Poppins", sans-serif;
505-
color: #45505b;
506+
color: #26ff00;
506507
}
507508

508509
.skills .progress .skill .val {
@@ -529,7 +530,7 @@ section {
529530
font-weight: 700;
530531
margin-top: 20px;
531532
margin-bottom: 20px;
532-
color: #45505b;
533+
color: #26ff00;
533534
}
534535

535536
.resume .resume-item {
@@ -551,7 +552,7 @@ section {
551552

552553
.resume .resume-item h5 {
553554
font-size: 16px;
554-
background: #f7f8f9;
555+
background: #2f2a2a;
555556
padding: 5px 15px;
556557
display: inline-block;
557558
font-weight: 600;
@@ -1025,7 +1026,7 @@ section {
10251026
--------------------------------------------------------------*/
10261027
.contact .info {
10271028
width: 100%;
1028-
background: #fff;
1029+
background: #2f2a2a;
10291030
}
10301031

10311032
.contact .info i {
@@ -1034,7 +1035,7 @@ section {
10341035
float: left;
10351036
width: 44px;
10361037
height: 44px;
1037-
background: #eef7ff;
1038+
background: #2f2a2a;
10381039
display: flex;
10391040
justify-content: center;
10401041
align-items: center;
@@ -1066,12 +1067,12 @@ section {
10661067
.contact .info .address:hover i,
10671068
.contact .info .phone:hover i {
10681069
background: #0563bb;
1069-
color: #fff;
1070+
color: #2f2a2a;
10701071
}
10711072

10721073
.contact .php-email-form {
10731074
width: 100%;
1074-
background: #fff;
1075+
background: #2f2a2a;
10751076
}
10761077

10771078
.contact .php-email-form .form-group {

about-me/assets/img/42141.jpg

621 KB
Loading

about-me/assets/img/g.jpg

-63.7 KB
Binary file not shown.

about-me/assets/img/hero-bg.jpg

1.27 KB
Loading

about-me/assets/img/profile-img.jpeg

-429 KB
Binary file not shown.

0 commit comments

Comments
 (0)