Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit ef2efa7

Browse files
committed
Add and update values on features
1 parent 9ebf123 commit ef2efa7

File tree

25 files changed

+683
-344
lines changed

25 files changed

+683
-344
lines changed
1.39 KB
Loading
1.15 KB
Loading
1.55 KB
Loading
927 Bytes
Loading

src/data/CourseFeatures.js

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
export const features = {
2+
primary : [
3+
{
4+
line1: "One on One ",
5+
line2: "Mentorship",
6+
image: "/static/images/courses/features/one2one.png"
7+
},
8+
{
9+
line1: "Live Doubt ",
10+
line2: "Resolution",
11+
image: "/static/images/courses/features/live.png"
12+
},
13+
{
14+
line1: "Progress",
15+
line2: "Tracking",
16+
image: "/static/images/courses/features/assignments.png"
17+
},
18+
{
19+
line1: "Post Lecture",
20+
line2: "Recordings",
21+
image: "/static/images/courses/features/recordings.png"
22+
},
23+
]
24+
}

src/data/courses/advanced/CompetitiveJava.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,23 @@ export const competitiveJava = {
8181
],
8282
overview: [
8383
"Under Development"
84+
],
85+
faqs: [
86+
{
87+
title:
88+
'Will this help me with my career path?',
89+
answer:
90+
'Yes. If you learn well, all that the course intends to teach, you’ll be able to impress quite a few interviewers across quite a few fine companies.'
91+
}, {
92+
title:
93+
'How your doubts will get resolved?',
94+
answer:
95+
'We have an army of TA’s who are available in different time slots to resolve all your doubts. You can also interact with faculty through Slack.'
96+
}, {
97+
title:
98+
'Is this course suitable for me?',
99+
answer:
100+
'Definitely! If you want to shift to software developer career path, then this course is perfect for you!'
101+
},
84102
]
85103
};

src/data/courses/advanced/MachineLearning.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,5 +163,23 @@ export const machineLearning = {
163163
overview: [
164164
"While VR is all about taking people into virtual worlds, AR is about bringing virtual elements into your real world. Imagine learning about dinosaurs by having life-sized ones walk in front of you. See how a particular dress fits you just by having it be augmented onto your body using your phone's camera. Want a virtual pet to roam around in your house? AR can make that possible.",
165165
"We’ve been teaching VR for over 12 months but this AR course is BRAND NEW! You’ll learn to design and code Augmented Reality apps using Camp K12's very own HatchXR platform."
166+
],
167+
faqs: [
168+
{
169+
title:
170+
'Will this help me with my career path?',
171+
answer:
172+
'Yes. If you learn well, all that the course intends to teach, you’ll be able to impress quite a few interviewers across quite a few fine companies.'
173+
}, {
174+
title:
175+
'How your doubts will get resolved?',
176+
answer:
177+
'We have an army of TA’s who are available in different time slots to resolve all your doubts. You can also interact with faculty through Slack.'
178+
}, {
179+
title:
180+
'Is this course suitable for me?',
181+
answer:
182+
'Definitely! If you want to shift to software developer career path, then this course is perfect for you!'
183+
},
166184
]
167185
};

src/data/courses/advanced/WebDevelopment.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,5 +168,23 @@ export const webDevelopment = {
168168
overview: [
169169
"While VR is all about taking people into virtual worlds, AR is about bringing virtual elements into your real world. Imagine learning about dinosaurs by having life-sized ones walk in front of you. See how a particular dress fits you just by having it be augmented onto your body using your phone's camera. Want a virtual pet to roam around in your house? AR can make that possible.",
170170
"We’ve been teaching VR for over 12 months but this AR course is BRAND NEW! You’ll learn to design and code Augmented Reality apps using Camp K12's very own HatchXR platform."
171+
],
172+
faqs: [
173+
{
174+
title:
175+
'Will this help me with my career path?',
176+
answer:
177+
'Yes. If you learn well, all that the course intends to teach, you’ll be able to impress quite a few interviewers across quite a few fine companies.'
178+
}, {
179+
title:
180+
'How your doubts will get resolved?',
181+
answer:
182+
'We have an army of TA’s who are available in different time slots to resolve all your doubts. You can also interact with faculty through Slack.'
183+
}, {
184+
title:
185+
'Is this course suitable for me?',
186+
answer:
187+
'Definitely! If you want to shift to software developer career path, then this course is perfect for you!'
188+
},
171189
]
172190
};

src/data/courses/foundation/AlgoJava.js

Lines changed: 39 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ export const algoJava = {
88
upcoming: 'Oct 1st',
99
schedule: [
1010
{
11-
dates: "01st Oct - 05th Dec",
12-
days: "Sat, Sun, Tue, Thur",
13-
timing: "06:00 PM - 08:00 PM (IST)",
14-
link: "",
15-
priceCut: "15,000 INR",
16-
price: "4,850 INR",
17-
active: true,
18-
},
19-
{
20-
dates: "10th Jan - 10th Apr",
21-
days: "Sat, Sun, Wed",
22-
timing: "06:00 PM - 08:00 PM (IST)",
23-
link: "",
24-
priceCut: "15,000 INR",
25-
price: "6,850 INR",
26-
active: false,
11+
dates: '01st Oct - 05th Dec',
12+
days: 'Sat, Sun, Tue, Thur',
13+
timing: '06:00 PM - 08:00 PM (IST)',
14+
link: '',
15+
priceCut: '15,000 INR',
16+
price: '4,850 INR',
17+
active: true
18+
},
19+
{
20+
dates: '10th Jan - 10th Apr',
21+
days: 'Sat, Sun, Wed',
22+
timing: '06:00 PM - 08:00 PM (IST)',
23+
link: '',
24+
priceCut: '15,000 INR',
25+
price: '6,850 INR',
26+
active: false
2727
}
2828
],
2929
projects: [
@@ -200,7 +200,7 @@ export const algoJava = {
200200
'AdjacencyMap implementation',
201201
'Searching Algorithms- DFS, BFS',
202202
'Connected component, Cycle detection',
203-
'Kruskal\'s, Dijkstra\'s, Prim\'s Algorithms'
203+
"Kruskal's, Dijkstra's, Prim's Algorithms"
204204
]
205205
},
206206
{
@@ -223,7 +223,7 @@ export const algoJava = {
223223
heading: 'Search routes like Google Maps',
224224
subheading: 'Using Graph Algorithms',
225225
image: '/static/images/courses/projects/maps.png'
226-
},
226+
}
227227
],
228228
tags: [
229229
'Problem Solving',
@@ -241,8 +241,26 @@ export const algoJava = {
241241
'Interview Prep'
242242
],
243243
overview: [
244-
"Every students have in their mind that why to study Data Structure. How it helps me in real life problem? Data Structures are the most important skills for a person belonging to computer-science background to understand the nature of problems, develop the logic to solve a problem in an optimised way with an efficient use of appropriate Data Structures.",
245-
"From Competitive programming to development, the first step on the success ladder will be to master in Data Structures & Algorithms. To solve any real-life problem, we use an algorithm, but is that algorithm is the most optimised and efficient one? Today, every company believes that a person with strong DSA skills would be a perfect candidate to hire!"
244+
'Every students have in their mind that why to study Data Structure. How it helps me in real life problem? Data Structures are the most important skills for a person belonging to computer-science background to understand the nature of problems, develop the logic to solve a problem in an optimised way with an efficient use of appropriate Data Structures.',
245+
'From Competitive programming to development, the first step on the success ladder will be to master in Data Structures & Algorithms. To solve any real-life problem, we use an algorithm, but is that algorithm is the most optimised and efficient one? Today, every company believes that a person with strong DSA skills would be a perfect candidate to hire!'
246246
],
247-
mentors: ['anuj', 'kunal']
247+
mentors: ['anuj', 'kunal'],
248+
faqs: [
249+
{
250+
title:
251+
'Will this help me with my career path?',
252+
answer:
253+
'Yes. If you learn well, all that the course intends to teach, you’ll be able to impress quite a few interviewers across quite a few fine companies.'
254+
}, {
255+
title:
256+
'How your doubts will get resolved?',
257+
answer:
258+
'We have an army of TA’s who are available in different time slots to resolve all your doubts. You can also interact with faculty through Slack.'
259+
}, {
260+
title:
261+
'Is this course suitable for me?',
262+
answer:
263+
'Definitely! If you want to shift to software developer career path, then this course is perfect for you!'
264+
},
265+
]
248266
};

src/data/courses/foundation/AlgoPython.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,5 +238,23 @@ export const algoPython = {
238238
overview: [
239239
"Every student has in their mind that why to study Data Structure. How it helps them in a real-life problem? Data Structures are the most important skills for a person belonging to the computer-science background to understand the nature of problems, develop the logic to solve a problem in an optimized way with the efficient use of appropriate Data Structures.",
240240
"From Competitive programming to development, the first step on the success ladder will be to master in Data Structures & Algorithms. To solve any real-life problem, we use an algorithm, but is that algorithm is the most optimized and efficient one? Today, every company believes that a person with strong DSA skills would be a perfect candidate to hire!"
241+
],
242+
faqs: [
243+
{
244+
title:
245+
'Will this help me with my career path?',
246+
answer:
247+
'Yes. If you learn well, all that the course intends to teach, you’ll be able to impress quite a few interviewers across quite a few fine companies.'
248+
}, {
249+
title:
250+
'How your doubts will get resolved?',
251+
answer:
252+
'We have an army of TA’s who are available in different time slots to resolve all your doubts. You can also interact with faculty through Slack.'
253+
}, {
254+
title:
255+
'Is this course suitable for me?',
256+
answer:
257+
'Definitely! If you want to shift to software developer career path, then this course is perfect for you!'
258+
},
241259
]
242260
};

0 commit comments

Comments
 (0)