This repository was archived by the owner on Mar 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathHomeViewData.js
More file actions
223 lines (214 loc) · 6.44 KB
/
HomeViewData.js
File metadata and controls
223 lines (214 loc) · 6.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
export const events = [
{
img: 'https://img.youtube.com/vi/hkx_JFFwM1o/hqdefault.jpg',
title: 'Web Development',
link: 'https://codecau.se/algo3w',
type: 'Webinar',
description: 'DS and Algo with Java Bootcamp Induction',
date_time: 'Aug 29, 7pm IST'
},
{
img: 'https://img.youtube.com/vi/0ASPY4e9His/hqdefault.jpg',
title: 'Machine Learning',
link: 'https://www.youtube.com/watch?v=0ASPY4e9His',
type: 'Webinar',
description: 'Remote Work Best Practices by Joe Nash',
date_time: 'Sept 16, 6:30pm IST'
},
{
img: 'https://img.youtube.com/vi/4sOn2HmVBlM/hqdefault.jpg',
title: 'Machine Learning Web',
link: 'https://www.youtube.com/watch?v=4sOn2HmVBlM',
type: 'Webinar',
description: 'Empowering the Hacker Community - QnA with Mike Swift',
date_time: 'Sept 7, 5:30pm IST'
}
];
// Bootcamps data
export const bootcamps = [
{
domain: 'React',
link: '/zomato-clone-with-react-js',
type: 'Bootcamp',
title: 'Learn to make a Zomato Clone in our week long React Bootcamp',
timeBelow: '1-7 March',
image: '/static/temp/rn.jpeg',
target: '_self'
},
{
domain: 'Machine Learning',
link:
'https://www.youtube.com/watch?v=CjqMg0wyAWY&list=PLyzHIYrZBplo3K0dNUqppd2ynnoZPD6N1',
type: 'Bootcamp',
title: 'Complete Machine Learning Bootcamp to start your ML Journey',
timeBelow: 'July 11',
image: 'https://img.youtube.com/vi/ycvSMpsg7qk/hqdefault.jpg'
},
{
domain: 'DS & Algorithms',
link:
'https://www.youtube.com/watch?v=hkx_JFFwM1o&list=PLyzHIYrZBplpsh_PQimtVosH72wSVOpy2',
type: 'Bootcamp',
title: 'Data Structures and Algorithms with Java',
timeBelow: 'Aug 25',
image: 'https://img.youtube.com/vi/hkx_JFFwM1o/hqdefault.jpg'
}
];
export const mentors = [
{
id: '1',
name: 'Anuj Garg',
avatar: '/static/images/members/anuj.png',
linkedin: 'https://www.linkedin.com/in/keenwarrior/'
},
{
id: '2',
name: 'Kunal Kushwaha',
avatar: '/static/images/members/kunal.png',
linkedin: 'https://www.linkedin.com/in/kunal-kushwaha/'
},
{
id: '3',
name: 'Ganga Chaturvedi',
avatar: '/static/images/members/ganga.png',
linkedin: 'https://www.linkedin.com/in/gangachatrvedi/'
},
{
id: '4',
name: 'Ekta Mishra',
avatar: '/static/images/members/ekta.png',
linkedin: 'https://www.linkedin.com/in/darecoder/'
},
{
id: '5',
name: 'Bharat Kumar',
avatar: '/static/images/members/bharat.png',
linkedin: 'https://www.linkedin.com/in/bharatbbhardwaj/'
},
{
id: '6',
name: 'Shubham Rawat',
position: 'Instructor',
avatar: '/static/images/members/shubham.jpeg',
linkedin: 'https://www.linkedin.com/in/shubhamrwt/'
}
];
export const experience = [
{
id: '1',
img: '/static/images/experience/students.svg',
count: '5000+',
title: 'Students'
},
{
id: '2',
img: '/static/images/experience/teaching_hours.svg',
count: '3200+',
title: ' Teaching Hours'
},
{
id: '3',
img: '/static/images/experience/projects.svg',
count: '1000+',
title: 'Projects'
},
{
id: '4',
img: '/static/images/experience/contributors.svg',
count: '100+',
title: 'Contributors'
}
];
export const openKnowledgeContent = {
title: 'Open Knowledge',
about: `Our structure is based on generating knowledge flow that is not limited by bottlenecks. We inspire
our mentees to pass on guidance and support, expanding our mentor base with each student we
teach.`,
points: [
{
id: '1',
img: '/static/images/icons/ok1.svg',
contentTitle: 'Live Classes',
content:
'We host live classes and workshops regularly with a focus on hands-on learning, a crucial skill in gaining real-world software development experience.'
},
{
id: '2',
img: '/static/images/icons/ok2.svg',
contentTitle: 'Doubt Resolution',
content:
' Get connected to a large network of developers and open-source enthusiasts to get all your doubts resolved - be it technical, career-oriented, or related to soft skills.'
},
{
id: '3',
img: '/static/images/icons/ok3.svg',
contentTitle: 'Career Guidance',
content:
'Learn from the experiences of the community members acting as career guidance to help choose the path best suited to you.'
}
]
};
export const openSourceContent = {
title: 'Open Source',
about: `Our motivation is to funnel learning through OSS development that can solve real-world problems.
With this, you can enhance your ideation, development, and soft skills such as communication,
teamwork, and leadership.`,
points: [
{
id: '1',
img: '/static/images/icons/os1.svg',
contentTitle: 'Develop Products',
content:
' Practical development experience is crucial in becoming a pragmatic programmer. Join us and develop products to enhance your skillset for the real world.'
},
{
id: '2',
img: '/static/images/icons/os2.svg',
contentTitle: 'Collaborative Coding',
content:
' When talking about graphs, the edges matter as much as the nodes. We follow Collaborative Working that helps you generate showcase-worthy work.'
},
{
id: '3',
img: '/static/images/icons/os3.svg',
contentTitle: 'Networking Events',
content:
' As we already know that software development professionals flourish by networking, we help you in connecting to people who matter via our online/offline events.'
}
]
};
export const whatWeStandForDescription =
' We aim to provide a real world practical learning experience and ' +
'keep students informed about the latest trends in technology, ' +
'open-source and opportunities, so that they can keep up with the ' +
'fast-paced digital world by following a pi-shaped learning pattern.';
export const students = [
{
id: 1,
msg: 'Thank you for the great ML webinars this is just a small gesture :)',
img: '/static/images.icons/os3.svg',
name: 'Sarthak',
subName: 'Dell'
},
{
id: 2,
msg: 'CFC Testimonial msg 2',
img: '/static/images.icons/os3.svg',
name: 'Name2',
subName: 'Dell'
},
{
id: 3,
msg: 'CFC Testimonial msg 3',
img: '/static/images.icons/os3.svg',
name: 'Name3',
subName: 'Dell'
},
{
id: 4,
msg: 'CFC Testimonial msg 4',
img: '/static/images.icons/os3.svg',
name: 'Name4',
subName: 'Dell'
}
];