added imgs

This commit is contained in:
RezHackXYZ 2025-06-07 14:52:16 +05:30
parent 8334b77f3b
commit 5bd3b83973
2 changed files with 6 additions and 11 deletions

View file

@ -11,7 +11,7 @@
<div class="card flex w-full max-w-xs flex-col items-center text-center"> <div class="card flex w-full max-w-xs flex-col items-center text-center">
<img <img
class="mb-2 w-full rounded border-2 border-white" class="mb-2 w-full rounded border-2 border-white"
src={tool.image} src='https://image.thum.io/get/fullpage/wait/5/maxAge/1/https://classroomstuff.xyz/{tool.link}'
alt="how the tool {tool.name} looks like" alt="how the tool {tool.name} looks like"
/> />
<div <div

View file

@ -3,35 +3,30 @@
"name": "Quizlet", "name": "Quizlet",
"description": "A Kahoot clone built from scratch with a Postgres DB, AI integration, and more.", "description": "A Kahoot clone built from scratch with a Postgres DB, AI integration, and more.",
"link": "/kahootclone", "link": "/kahootclone",
"icon": "nf-md-chat_question", "icon": "nf-md-chat_question"
"image": "https://placehold.co/1800x1000?text=screenshot+TBA"
}, },
{ {
"name": "CrackTheWord", "name": "CrackTheWord",
"description": "Wordle with unlimited tries, customizable world lengths and more.", "description": "Wordle with unlimited tries, customizable world lengths and more.",
"link": "/wordle", "link": "/wordle",
"icon": "nf-md-file_word_box", "icon": "nf-md-file_word_box"
"image": "https://placehold.co/1800x1000?text=screenshot+TBA"
}, },
{ {
"name": "ShoutOut", "name": "ShoutOut",
"description": "To let the have computer <strike>talk</strike> shout on them, if they don't listen to you", "description": "To let the have computer <strike>talk</strike> shout on them, if they don't listen to you",
"link": "/announcer", "link": "/announcer",
"icon": "nf-md-speaker_wireless", "icon": "nf-md-speaker_wireless"
"image": "https://placehold.co/1800x1000?text=screenshot+TBA"
}, },
{ {
"name": "Who's Next?", "name": "Who's Next?",
"description": "to chose any student randomly, with memory of previous names and more.", "description": "to chose any student randomly, with memory of previous names and more.",
"link": "/randomname", "link": "/randomname",
"icon": "nf-oct-people", "icon": "nf-oct-people"
"image": "https://placehold.co/1800x1000?text=screenshot+TBA"
}, },
{ {
"name": "Time Table", "name": "Time Table",
"description": "The perfect idle screen with the timetable, time and date!", "description": "The perfect idle screen with the timetable, time and date!",
"link": "/IdleScreen", "link": "/IdleScreen",
"icon": "nf-cod-table", "icon": "nf-cod-table"
"image": "https://placehold.co/1800x1000?text=screenshot+TBA"
} }
] ]