burrow/site
Kartikey S. Chauhan a97063f9b7 Initial website setup
- Created project structure with necessary directories and files
- Set up Next.js with Tailwind CSS and Font Awesome
- Added base HTML structure and layout components
- Configured routing and created the homepage
- Styled the homepage with basic styling
- Added FontAwesome icons
- Configured font imports and styles
- Integrated HackClub branding elements

This commit establishes the foundation for our website, including the project structure, styling, and initial content.
2024-03-30 17:02:11 -07:00
..
assets Initial website setup 2024-03-30 17:02:11 -07:00
layout Initial website setup 2024-03-30 17:02:11 -07:00
pages Initial website setup 2024-03-30 17:02:11 -07:00
public Initial website setup 2024-03-30 17:02:11 -07:00
static Initial website setup 2024-03-30 17:02:11 -07:00
.eslintrc.json Initial website setup 2024-03-30 17:02:11 -07:00
.gitignore Initial website setup 2024-03-30 17:02:11 -07:00
.prettierignore Initial website setup 2024-03-30 17:02:11 -07:00
next.config.js Initial website setup 2024-03-30 17:02:11 -07:00
package.json Initial website setup 2024-03-30 17:02:11 -07:00
postcss.config.js Initial website setup 2024-03-30 17:02:11 -07:00
prettier.config.js Initial website setup 2024-03-30 17:02:11 -07:00
tailwind.config.ts Initial website setup 2024-03-30 17:02:11 -07:00
tsconfig.json Initial website setup 2024-03-30 17:02:11 -07:00