|
2 | 2 | import GridView from 'src/components/GridView.astro'; |
3 | 3 |
|
4 | 4 | const items = [ |
5 | | - { id: "1", title: "Grass", imageUrl: "src/assets/img/grass.jpg", description: "Created by Saumil in 2022 under the Swift Accelerator Programme, Grass is a application that aims to help forgetful plant owners who oftentimes want to have a plant but cant seem to sustain one for the life of them (and the life of the plant) :) Grass helps you (yes you forgetful plant owner) to water and fertilize your plant through frequent notifications.\nYou can check it out at https://app.swiftinsg.org/grass!", cornerRadius: "22px" }, |
6 | | - { id: "2", title: "Journify", imageUrl: "src/assets/img/Journify.png", description: "Created by Daivik in 2023 under the Swift Accelerator Programme, Journify is a application that allows you to set up a itinerary to keep your travels organized! You can check it out at https://app.swiftinsg.org/journify!.", cornerRadius: "22px" }, |
7 | | - { id: "3", title: "About BBSS!", imageUrl: ["src/assets/img/screenshot1.webp", "src/assets/img/screenshot2.webp", "src/assets/img/screenshot3.webp", "src/assets/img/screenshot4.webp", "src/assets/img/screenshot5.webp"], description: "During the Swift Explorers Programme 2024 Saumil, Daivik and Zenneth made 'About BBSS' as a supliment to our existing school outreach schemes! Check it out at https://github.com/saumilthecode/propoganda!." }, |
8 | | - { id: "4", title: "Recycler", imageUrl: ["src/assets/img/recycler1.webp", "src/assets/img/recycler2.webp", "src/assets/img/recycler3.webp", "src/assets/img/recycler4.webp", "src/assets/img/recycler5.webp"], description: "Recycler is a simple project that allows you to recycle your own items." }, |
9 | | - { id: "5", title: "Rain and Trees", imageUrl: "src/assets/img/clipboard-image-2.png", description: "Daivik made this 3D website as part of https://fraps.hackclub.com/Fraps. Check it out at https://gz56.github.io/glitch/." }, |
| 5 | + { id: "1", title: "Grass", imageUrl: "https://cloud-iayokalsy-hack-club-bot.vercel.app/0grass.jpg", description: "Created by Saumil in 2022 under the Swift Accelerator Programme, Grass is a application that aims to help forgetful plant owners who oftentimes want to have a plant but cant seem to sustain one for the life of them (and the life of the plant) :) Grass helps you (yes you forgetful plant owner) to water and fertilize your plant through frequent notifications.\nYou can check it out at https://app.swiftinsg.org/grass!", cornerRadius: "22px" }, |
| 6 | + { id: "2", title: "Journify", imageUrl: "https://cloud-16y3df52h-hack-club-bot.vercel.app/0journify.png", description: "Created by Daivik in 2023 under the Swift Accelerator Programme, Journify is a application that allows you to set up a itinerary to keep your travels organized! You can check it out at https://app.swiftinsg.org/journify!.", cornerRadius: "22px" }, |
| 7 | + { id: "3", title: "About BBSS!", imageUrl: ["https://cloud-jxs6lce4u-hack-club-bot.vercel.app/0screenshot1.webp", "https://cloud-jxs6lce4u-hack-club-bot.vercel.app/1screenshot2.webp", "https://cloud-jxs6lce4u-hack-club-bot.vercel.app/2screenshot3.webp", "https://cloud-jxs6lce4u-hack-club-bot.vercel.app/3screenshot4.webp", "https://cloud-jxs6lce4u-hack-club-bot.vercel.app/4screenshot5.webp"], description: "During the Swift Explorers Programme 2024 Saumil, Daivik and Zenneth made 'About BBSS' as a supliment to our existing school outreach schemes! Check it out at https://github.com/saumilthecode/propoganda!." }, |
| 8 | + { id: "4", title: "Recycler", imageUrl: ["https://cloud-jdazid16m-hack-club-bot.vercel.app/0recycler1.webp", "https://cloud-jdazid16m-hack-club-bot.vercel.app/1recycler2.webp", "https://cloud-jdazid16m-hack-club-bot.vercel.app/2recycler3.webp", "https://cloud-jdazid16m-hack-club-bot.vercel.app/3recycler4.webp", "https://cloud-jdazid16m-hack-club-bot.vercel.app/4recycler5.webp"], description: "Recycler is a simple project that allows you to recycle your own items." }, |
| 9 | + { id: "5", title: "Rain and Trees", imageUrl: "https://cloud-gerx7sftw-hack-club-bot.vercel.app/0clipboard-image-2.png", description: "Daivik made this 3D website as part of https://fraps.hackclub.com/Fraps. Check it out at https://gz56.github.io/glitch/." }, |
10 | 10 | ]; |
11 | 11 |
|
12 | 12 | --- |
|
0 commit comments