In order to maintain the awesomeness of developers' ideas for Hacktoberfest, Creatorsgarten has developed https://museum.creatorsgarten.org as a medium for everyone to showcase their fantastic projects and share the guiding concepts that guided them.
- Contribution guidelines
- All content that is being added to the Hacktoberfest Museum website must respect to the Hacktoberfest Code of Conduct.
- 🪄 AND DON'T FORGET TO CLAIM YOUR TICKET! via Eventpop application form.
export interface CardProps {
display: "light" | "dark";
title: string;
theme: ProjectThemes; /* ("playful" 🎮 | "mindful" 🧠 ); */
founderName: Founders;
topic: AcademicTopics;
githubUrl: string;
imagePath: string | undefined;
detail?: DetailedPageProps;
}
export interface DetailedPageProps {
inspiredBy?: string;
keywords: string[];
descriptionMarkdown: string;
contributingMarkdown?: string;
}
Please follow the Contribution guidelines. One more thing ... don't be hesitant to add any extra features you think can enhance this website by generating PR not only to page/index.astro
.
- Manassarn Manoonchai - original code
- Tanakorn Pisnupoomi - initiate new gallery page based from existing code
- Chamikorn Phiwla-oung - ideation of website's theme
- Puvit Pracharktam - @intaniger's Polaris on getting started with UI design.
- Phoomparin Mano - CI/CD setup and wonderful domain name https://museum.creatorsgarten.org
- Siravij Praevisavakij - Change button from "Code" to "See more"
- Nutthapat Pongtanyavichai - General Improvements
- Surasak Chaisurin - Stranger who passed by and contributed the project
- Kitpipat Jaritwong - Reviewing PRs and suggesting changes to others
/* your name are the next one ... */
All right, copy-and-paste! https://creatorsgarten.org
In association with @polaryz.club