Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/courses/algo++.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
}
],
"courseEnroll": {
"registerBoxHeading": "Batches Starting This December(First Week):",
"registerBoxHeading": "",
"highlights": [
{
"icon": "et-line-search",
Expand Down
2 changes: 1 addition & 1 deletion src/courses/classroom/android-app-development.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
}
],
"courseEnroll": {
"upcomingBatches": "Android Course Batches Starting This December(First Week):",
"upcomingBatches": "Upcoming Courses:",
"highlights": [
{
"icon": "et-line-search",
Expand Down
2 changes: 1 addition & 1 deletion src/courses/classroom/web-development-nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
}
],
"courseEnroll": {
"upcomingBatches": "Batches Starting This December(First Week):",
"upcomingBatches": "Upcoming Batches:",
"highlights": [
{
"icon": "et-line-search",
Expand Down
2 changes: 1 addition & 1 deletion src/courses/crux-for-beginners.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
}
],
"courseEnroll": {
"upcomingBatches": "<strong>Fast Track Batches Starting December 3:</strong>",
"upcomingBatches": "Upcoming Batches:",
"highlights": [
{
"icon": "et-line-search",
Expand Down
2 changes: 1 addition & 1 deletion src/courses/crux.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
}
],
"courseEnroll": {
"upcomingBatches": "Fast Track Batches Starting This December(First Week):",
"upcomingBatches": "",
"highlights": [
{
"icon": "et-line-search",
Expand Down
2 changes: 1 addition & 1 deletion src/courses/launchpad-for-beginners.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
}
],
"courseEnroll": {
"upcomingBatches": "<strong>Fast Track Batches Starting December 3:</strong>",
"upcomingBatches": "Upcoming Batches:",
"highlights": [
{
"icon": "et-line-search",
Expand Down
2 changes: 1 addition & 1 deletion src/courses/launchpad.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
}
],
"courseEnroll": {
"upcomingBatches": "Fast Track Batches Starting This December(First Week):",
"upcomingBatches": "Upcoming Batches:",
"highlights": [
{
"icon": "et-line-search",
Expand Down
58 changes: 43 additions & 15 deletions src/data/courses.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
],
"batches": [
{
"slug": "Morning Batch at Pitampura"
"slug": "Fast Track Morning Batch at Pitampura starting December 3"
},
{
"slug": "Evening Fast Track Batch at Pitampura"
"slug": "Evening Batch at Pitampura starting December 3"
},
{
"slug": "Evening Batch at Dwarka"
"slug": "Morning Batch at Dwarka starting December 30"
}
],
"odd": true
Expand All @@ -42,10 +42,9 @@
"300+ Problems, Hackathons"
],
"batches": [
{ "slug": "Morning Batch at Pitampura" },
{ "slug": "Evening Batch at Pitampura" },
{ "slug": "Morning Btach at Dwarka" },
{ "slug": "Evening Batch at Dwarka" }
{ "slug": "Fast Track Evening Batch at Pitampura starting December 3" },
{ "slug": "Morning Batch at Pitampura starting December 25" },
{ "slug": "Evening Batch at Dwarka starting December 3" }
]
},
{
Expand All @@ -63,8 +62,8 @@
"LIVE Project & Pitching Session"
],
"batches": [
{ "slug": "Morning Batch at Pitampura" },
{ "slug": "Evening Batch at Dwarka" }
{ "slug": "Morning Batch at Pitampura starting December 4" },
{ "slug": "Evening Batch at Dwarka starting December 10" }
],
"odd": true
},
Expand All @@ -83,8 +82,8 @@
"LIVE Project &amp; Hackathon"
],
"batches": [
{ "slug": "Evening Batch at Pitampura" },
{ "slug": "Morning Batch at Dwarka" }
{ "slug": "Evening batch at Pitampura starting December 3" },
{ "slug": "Morning batch at Dwarka starting December 10" }
]
},
{
Expand All @@ -103,9 +102,8 @@
],
"odd": true,
"batches": [
{ "slug": "Morning Batch at Pitampura" },
{ "slug": "Evening Batch at Pitampura" },
{ "slug": "Morning Batch at Dwarka" }
{ "slug": "Morning batch at Pitampura starting December 4" },
{ "slug": "Morning batch at Dwarka starting December 3" }
]
},
{
Expand All @@ -125,6 +123,36 @@
"batches": [
{ "slug": "Morning Batch at Pitampura" }
]
}
},
{
"id": "07",
"name": "Crux For Beginners",
"price": "6,000",
"imgSrc": "/assets/images/cb/logosc/color_java.svg",
"imgAlt": "Crux For Beginners Course Logo",
"lectures": "(10 lectures)",
"link": "/courses/crux-for-beginners.html",
"description": [
],
"batches": [
{ "slug": "Morning batch at Pitampura starting December 5" },
{ "slug": "Morning batch at Dwarka starting December 4" }
]
},
{
"id": "08",
"name": "Launchpad For Beginners",
"price": "6,000",
"imgSrc": "/assets/images/cb/logosc/color_cpp.svg",
"imgAlt": "Launchpad For Beginners Course Logo",
"lectures": "(10 lectures)",
"link": "/courses/launchpad-for-beginners.html",
"description": [
],
"batches": [
{ "slug": "Evening batch at Pitampura starting December 7" },
{ "slug": "Evening batch at Dwarka starting December 3" }
]
}
]
}