new names?

This commit is contained in:
RezHackXYZ 2025-05-29 16:25:32 +05:30
parent 46b8f174e7
commit 3c01aaf98e
No known key found for this signature in database
2 changed files with 8 additions and 8 deletions

View file

@ -1,35 +1,35 @@
[ [
{ {
"name": "Kahoot Clone", "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" "image": "https://placehold.co/1800x1000?text=screenshot+TBA"
}, },
{ {
"name": "Wordle", "name": "CrackTheWord",
"description": "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" "image": "https://placehold.co/1800x1000?text=screenshot+TBA"
}, },
{ {
"name": "Announcer", "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" "image": "https://placehold.co/1800x1000?text=screenshot+TBA"
}, },
{ {
"name": "Name Selecter", "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" "image": "https://placehold.co/1800x1000?text=screenshot+TBA"
}, },
{ {
"name": "Time&Table", "name": "Time Table",
"description": "The perfect idle screen when theres no teacher 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" "image": "https://placehold.co/1800x1000?text=screenshot+TBA"

View file

@ -1,6 +1,6 @@
<div class="bg-grey-900 flex h-full items-center justify-center"> <div class="bg-grey-900 flex h-full items-center justify-center">
<div class="flex flex-col items-center justify-center gap-1 rounded-lg bg-gray-900 p-8 shadow-lg"> <div class="flex flex-col items-center justify-center gap-1 rounded-lg bg-gray-900 p-8 shadow-lg">
<h1 class="m-[0] text-6xl">DaKahootClone</h1> <h1 class="m-[0] text-6xl">Quizlet</h1>
<p class="m-[0] mb-2 text-lg text-gray-400">The best ever kahoot clone.</p> <p class="m-[0] mb-2 text-lg text-gray-400">The best ever kahoot clone.</p>
<a href="./kahootclone/join"> <a href="./kahootclone/join">
<button <button