Compare commits

...

4 Commits

Author SHA1 Message Date
51b4628562 added phone num 2025-09-27 03:20:23 +05:30
ac36157032 fix: url 2025-09-27 03:20:04 +05:30
95c7c6f95e fix: url 2025-09-27 03:17:55 +05:30
4c47555466 Merge pull request 'added phone num' (#25) from rajesh into main
Reviewed-on: #25
2025-09-26 21:47:30 +00:00
2 changed files with 12 additions and 13 deletions

View File

@ -144,7 +144,7 @@
.green {
background: #9BE6C1;
background-image: url('templateapi/assets/images/unlockcarrer/internship.png');
background-image: url('assets/images/unlockcarrer/internship.png');
background-size: 115px;
background-repeat: no-repeat;
background-position: bottom right;
@ -152,7 +152,7 @@
.orange {
background: #fec192;
background-image: url('templateapi/assets/images/unlockcarrer/jobs.png');
background-image: url('assets/images/unlockcarrer/jobs.png');
background-size: 115px;
background-repeat: no-repeat;
background-position: bottom right;
@ -160,7 +160,7 @@
.blue {
background: #9bc9ff;
background-image: url('templateapi/assets/images/unlockcarrer/mentorship.png');
background-image: url('assets/images/unlockcarrer/mentorship.png');
background-size: 115px;
background-repeat: no-repeat;
background-position: bottom right;
@ -169,7 +169,7 @@
.purple {
background: #c8bbff;
background-image: url('templateapi/assets/images/unlockcarrer/practice.png');
background-image: url('assets/images/unlockcarrer/practice.png');
background-size: 120px;
background-repeat: no-repeat;
background-position: bottom right;
@ -177,7 +177,7 @@
.yellow {
background: #ffdd80;
background-image: url('templateapi/assets/images/unlockcarrer/competitions.png');
background-image: url('assets/images/unlockcarrer/competitions.png');
background-size: 115px;
background-repeat: no-repeat;
background-position: bottom right;
@ -185,7 +185,7 @@
.pink {
background: #ffb1cc;
background-image: url('templateapi/assets/images/unlockcarrer/more.png');
background-image: url('assets/images/unlockcarrer/more.png');
background-size: 115px;
background-repeat: no-repeat;
background-position: bottom right;
@ -560,27 +560,27 @@
}
.card-quizzes {
background: url('templateapi/assets/images/seize/quizz.png') no-repeat center/cover;
background: url('assets/images/seize/quizz.png') no-repeat center/cover;
color: white;
}
.card-hackathons {
background: url('templateapi/assets/images/seize/hackathon.png') no-repeat center/cover;
background: url('assets/images/seize/hackathon.png') no-repeat center/cover;
color: white;
}
.card-scholarships {
background: url('templateapi/assets/images/seize/scholarships.png') no-repeat center/cover;
background: url('assets/images/seize/scholarships.png') no-repeat center/cover;
color: white;
}
.card-conferences {
background: url('templateapi/assets/images/seize/conference.png') no-repeat center/cover;
background: url('assets/images/seize/conference.png') no-repeat center/cover;
color: #1f2937;
}
.card-festivals {
background: url('templateapi/assets/images/seize/techfest.png') no-repeat center/cover;
background: url('assets/images/seize/techfest.png') no-repeat center/cover;
color: #1f2937;
}
@ -1437,7 +1437,6 @@
display: flex;
gap: 20px;
overflow-x: hidden;
overflow-y: hidden;
scroll-behavior: smooth;
flex: 1;
max-width: 100%;

View File

@ -3,7 +3,7 @@ function goToApplay() {
}
function getInTouch() {
window.open("https://wa.me/8870760431?text=Hi%20Link%20kodepilote%20Team...", "_blank");
window.open("https://wa.me/918870760431?text=Hi%20Link%20kodepilote%20Team...", "_blank");
}