@@ -21,14 +21,14 @@ const shareContent = (url) => {
2121// List of Global Competitions
2222
2323const Competitions = [
24-
2524 {
2625 organizer : 'CEPT University' ,
2726 title : 'Call for Abstracts for Essay Competition 2025' ,
2827 location : 'Online' ,
2928 date : 'April 30, 2025' ,
30- domain : [ 'Essay Writing' , 'Research' ] ,
31- applyLink : 'https://www.dublieu.com/upcoming-competitions-for-students-in-2025/call-for-abstracts-for-essay-competition-2025' ,
29+ domains : [ 'Essay Writing' , 'Research' ] ,
30+ applyLink :
31+ 'https://www.dublieu.com/upcoming-competitions-for-students-in-2025/call-for-abstracts-for-essay-competition-2025' ,
3232 poster : '/assets/Competitions/Call for Abstracts for Essay Competition 2025.png' ,
3333 shareLink : '#call-for-abstract-for-essay-competition-2025' ,
3434 } ,
@@ -37,8 +37,9 @@ const Competitions = [
3737 title : 'The Ultimate Roleplay Acting Competition 2025' ,
3838 location : 'Online' ,
3939 date : 'April 30, 2025' ,
40- domain : [ 'Acting' , 'Roleplay' ] ,
41- applyLink : 'https://www.dublieu.com/upcoming-competitions-for-students-in-2025/the-ultimate-roleplay-acting-competition-2025' ,
40+ domains : [ 'Acting' , 'Roleplay' ] ,
41+ applyLink :
42+ 'https://www.dublieu.com/upcoming-competitions-for-students-in-2025/the-ultimate-roleplay-acting-competition-2025' ,
4243 poster : '/assets/Competitions/The Ultimate Roleplay Acting Competition 2025.png' ,
4344 shareLink : '#the-ultimate-roleplay-acting-competition-2025' ,
4445 } ,
@@ -47,8 +48,9 @@ const Competitions = [
4748 title : 'Love is in the air Photography Competition 2025' ,
4849 location : 'Online' ,
4950 date : 'May 12, 2025' ,
50- domain : [ 'Photography' , 'Creativity' ] ,
51- applyLink : 'https://www.dublieu.com/upcoming-competitions-for-students-in-2025/love-is-in-the-air-photography-competition-2025' ,
51+ domains : [ 'Photography' , 'Creativity' ] ,
52+ applyLink :
53+ 'https://www.dublieu.com/upcoming-competitions-for-students-in-2025/love-is-in-the-air-photography-competition-2025' ,
5254 poster : '/assets/Competitions/Love is in the air Photography Competition 2025.png' ,
5355 shareLink : '#love-is-in-the-air-photography-competition-2025' ,
5456 } ,
@@ -57,8 +59,9 @@ const Competitions = [
5759 title : 'Nikon Small World Photomicrography Competition 2025' ,
5860 location : 'Online' ,
5961 date : 'April 30, 2025' ,
60- domain : [ 'Microscopy' , 'Photography' ] ,
61- applyLink : 'https://www.dublieu.com/upcoming-competitions-for-students-in-2025/nikon-small-world-photomicrography-competition-2025' ,
62+ domains : [ 'Microscopy' , 'Photography' ] ,
63+ applyLink :
64+ 'https://www.dublieu.com/upcoming-competitions-for-students-in-2025/nikon-small-world-photomicrography-competition-2025' ,
6265 poster : '/assets/Competitions/Nikon Small World Photomicrography Competition 2025.png' ,
6366 shareLink : '#nikon-small-world-photomicrography-competition-2025' ,
6467 } ,
@@ -67,7 +70,7 @@ const Competitions = [
6770 title : 'Hindi Mein Kavita 2025' ,
6871 location : 'Online' ,
6972 date : 'May 1, 2025' ,
70- domain : [ 'Poetry' , 'Hindi Literature' ] ,
73+ domains : [ 'Poetry' , 'Hindi Literature' ] ,
7174 applyLink : 'https://www.dublieu.com/upcoming-competitions-for-students-in-2025/hindi-mein-kavita-2025' ,
7275 poster : '/assets/Competitions/Hindi Mein Kavita 2025.png' ,
7376 shareLink : '#hindi-mein-kavita-2025' ,
@@ -77,8 +80,9 @@ const Competitions = [
7780 title : 'Nikon Small World In Motion Video Competition 2025' ,
7881 location : 'Online' ,
7982 date : 'April 30, 2025' ,
80- domain : [ 'Microscopy' , 'Videography' ] ,
81- applyLink : 'https://www.dublieu.com/upcoming-competitions-for-students-in-2025/nikon-small-world-in-motion-video-competition-2025' ,
83+ domains : [ 'Microscopy' , 'Videography' ] ,
84+ applyLink :
85+ 'https://www.dublieu.com/upcoming-competitions-for-students-in-2025/nikon-small-world-in-motion-video-competition-2025' ,
8286 poster : '/assets/Competitions/Nikon Small World In Motion Video Competition 2025.png' ,
8387 shareLink : '#nikon-small-world-in-motion-video-competition-2025' ,
8488 } ,
@@ -87,12 +91,12 @@ const Competitions = [
8791 title : 'Elevate the Educational Reka' ,
8892 location : 'Shivajinagar, Pune, Maharashtra, India' ,
8993 date : 'April 30, 2025' ,
90- domain : [ 'Education' , 'Innovation' ] ,
91- applyLink : 'https://unstop.com/competitions/elevate-the-educational-reka-ieee-pune-section-1464734?lb=i8K8QT8Y&utm_medium=Share&utm_source=shortUrl' ,
94+ domains : [ 'Education' , 'Innovation' ] ,
95+ applyLink :
96+ 'https://unstop.com/competitions/elevate-the-educational-reka-ieee-pune-section-1464734?lb=i8K8QT8Y&utm_medium=Share&utm_source=shortUrl' ,
9297 poster : '/assets/Competitions/Elevate the Educational Reka.png' ,
9398 shareLink : '#elevate-the-education-reka' ,
9499 } ,
95-
96100] ;
97101
98102const StyledCompetitionsCard = styled . div `
0 commit comments