Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/projects/gyft.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/projects/iqps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/projects/travel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/projects/wiki.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 14 additions & 9 deletions src/data/featured_data.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,32 @@
[
{
"screenshot_img": "http://0x0.st/84N_.png",
"screenshot_img": "projects/gyft.png",
"usage": "Using GYFT you can get your KGP time table directly in your calendar app such as Google Calendar or your calendar app. Either login with your ERP credentials or upload a screenshot of your timetable.",
"name": "gyft"
"name": "gyft",
"homepage": "https://gyft.metakgp.org"
},
{
"screenshot_img": "http://0x0.st/84Wx.png",
"screenshot_img": "projects/travel.png",
"usage": "Finding travel companions for going home during the vacations? Travel Buddy helps you do exactly that! Enter your trip details to find others on the same journey!",
"name": "travel-buddy"
"name": "travel-buddy",
"homepage": "https://travel.metakgp.org"
},
{
"screenshot_img": "https://github.com/metakgp/naarad/assets/86282911/21633e13-eb62-4ed6-b188-77514dfdc414",
"usage": "Our Naarad serves news (notices) to the KGP community. It is a self-hosted ntfy.sh instance with custom configuration. It is protected by heimdall, allowing access only to KGPians.",
"name": "naarad"
"name": "naarad",
"homepage": "https://naarad.metakgp.org"
},
{
"screenshot_img": "http://0x0.st/844z.png",
"screenshot_img": "projects/wiki.png",
"usage": "The metakgp wiki is an open repository of community knowledge about IIT Kharagpur that anyone can edit. This is your first stop for information about KGP",
"name": "metakgp-wiki"
"name": "metakgp-wiki",
"homepage": "https://wiki.metakgp.org"
},
{
"screenshot_img": "http://0x0.st/844H.png",
"screenshot_img": "projects/iqps.png",
"usage": "IQPS is a platform for searching and uploading previous year question papers for IIT Kharagpur students. Search for previous year papers here. Upload your question papers to help future batches",
"name": "iqps-go"
"name": "iqps-go",
"homepage": "https://qp.metakgp.org"
}
]
Loading