@@ -296,6 +296,24 @@ const OpportunitiesCards = () => {
296296 const [ searchTerm , setSearchTerm ] = useState ( '' ) ;
297297
298298 const Opportunities = [
299+ {
300+ title : 'Hackathons' ,
301+ description : 'Explore & Participate in Global Hackathons in One Place.' ,
302+ link : '/Hackathons' ,
303+ tags : [ 'Hackathons' , 'Online Hackathons' , 'Offline Hackathons' ] ,
304+ } ,
305+ {
306+ title : 'Tech Events' ,
307+ description : 'Explore & Participate in Global Tech Events, Fest, Conferences & Meetups.' ,
308+ link : '/Events' ,
309+ tags : [ 'Tech Events' , 'Tech Fest' , 'Tech Conferences ' , 'Tech Meetups' ] ,
310+ } ,
311+ {
312+ title : 'OpenSource Program' ,
313+ description : 'Explore & Participate in Global OpenSource Programs.' ,
314+ link : '/OpenSource' ,
315+ tags : [ 'OpenSource Program' , 'GSOC' , 'Hacktoberfest' , 'Outreachy' , 'MLH Fellowship' , 'GSSOC' , 'SWOC' ] ,
316+ } ,
299317 {
300318 title : 'Jobs' ,
301319 description : 'Explore & Find the best jobs Hybrid, Onsite & Remote.' ,
@@ -314,24 +332,6 @@ const OpportunitiesCards = () => {
314332 link : '/Freelancing' ,
315333 tags : [ 'Freelancing' , 'Work' , 'Job' , 'Online Work' , 'Offline Work' , 'Remote Work' ] ,
316334 } ,
317- {
318- title : 'Hackathons' ,
319- description : 'Explore & Participate in Global Hackathons in One Place.' ,
320- link : '/Hackathons' ,
321- tags : [ 'Hackathons' , 'Online Hackathons' , 'Offline Hackathons' ] ,
322- } ,
323- {
324- title : 'Competitions' ,
325- description : 'Explore & Participate in Global Tech Competitions.' ,
326- link : '/Competitions' ,
327- tags : [ 'Competitions' , 'Tech Competitions' , 'Coding Competitions' ] ,
328- } ,
329- {
330- title : 'Tech Events' ,
331- description : 'Explore & Participate in Global Tech Events, Fest, Conferences & Meetups.' ,
332- link : '/Events' ,
333- tags : [ 'Tech Events' , 'Tech Fest' , 'Tech Conferences ' , 'Tech Meetups' ] ,
334- } ,
335335 {
336336 title : 'Bootcamps' ,
337337 description : 'Explore & Participate in Global Bootcamps to levelup yourself.' ,
@@ -345,10 +345,10 @@ const OpportunitiesCards = () => {
345345 tags : [ 'Certifications' , 'Tech Certifications' , 'Coding Certifications' , 'Skill Certifications' ] ,
346346 } ,
347347 {
348- title : 'OpenSource Program ' ,
349- description : 'Explore & Participate in Global OpenSource Programs .' ,
350- link : '/OpenSource ' ,
351- tags : [ 'OpenSource Program ' , 'GSOC' , 'Hacktoberfest' , 'Outreachy' , 'MLH Fellowship' , 'GSSOC' , 'SWOC '] ,
348+ title : 'Competitions ' ,
349+ description : 'Explore & Participate in Global Tech Competitions .' ,
350+ link : '/Competitions ' ,
351+ tags : [ 'Competitions ' , 'Tech Competitions' , 'Coding Competitions ' ] ,
352352 } ,
353353 ] ;
354354
0 commit comments