-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #73 from heyyakash/new
corrected json
- Loading branch information
Showing
12 changed files
with
310 additions
and
259 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -144,7 +144,7 @@ const Header = ({ | |
className='navlink' | ||
onClick={closeMenu} | ||
> | ||
Members | ||
Leads | ||
</a> | ||
</li> | ||
<li> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,13 @@ | ||
[ | ||
{ | ||
"event_name": "This is a new Event", | ||
"event_description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.", | ||
"speaker_name":"John Doe", | ||
"speaker_designation":"App Developer at Google", | ||
"event_date":"12/12/2023", | ||
"event_start_time":"18:00", | ||
"event_end_time":"19:00", | ||
"event_poster":"https://www.oyorooms.com/blog/wp-content/uploads/2018/02/event.jpg" | ||
}, | ||
{ | ||
"event_name": "This is a new Event", | ||
"event_description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.", | ||
"speaker_name":"John Doe", | ||
"speaker_designation":"App Developer at Google", | ||
"event_date":"12/12/2023", | ||
"event_start_time":"18:00", | ||
"event_end_time":"19:00", | ||
"event_poster":"https://www.oyorooms.com/blog/wp-content/uploads/2018/02/event.jpg" | ||
}, | ||
{ | ||
"event_name": "This is a new Event", | ||
"event_description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.", | ||
"speaker_name":"John Doe", | ||
"speaker_designation":"App Developer at Google", | ||
"event_date":"12/12/2023", | ||
"event_start_time":"18:00", | ||
"event_end_time":"19:00", | ||
"event_poster":"https://www.oyorooms.com/blog/wp-content/uploads/2018/02/event.jpg" | ||
}, | ||
{ | ||
"event_name": "This is a new Event", | ||
"event_description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.", | ||
"speaker_name":"John Doe", | ||
"speaker_designation":"App Developer at Google", | ||
"event_date":"12/12/2023", | ||
"event_start_time":"18:00", | ||
"event_end_time":"19:00", | ||
"event_poster":"https://www.oyorooms.com/blog/wp-content/uploads/2018/02/event.jpg" | ||
"event_name": "PointBlank Recruitment 2023-24", | ||
"event_description": "Unleash Possibilities : Point Blank is Recruiting !!!", | ||
"speaker_name":"", | ||
"speaker_designation":"", | ||
"event_date":"08/12/2023", | ||
"event_start_time":"", | ||
"event_end_time":"", | ||
"event_poster":"https://ik.imagekit.io/qx5kklh3ls/rec.png?updatedAt=1701247115375", | ||
"event_link":"/form" | ||
} | ||
|
||
] |