This is the official website for the Theta Tau chapter, built with modern web technologies to showcase our fraternity's activities, members, and values.
This website serves as the primary online presence for our Theta Tau chapter, featuring:
- Chapter information and history
- Active member profiles
- Rush and recruitment details
- Event showcases and photo galleries
- Contact information
- Framework: Next.js with TypeScript
- Styling: Tailwind CSS
- Deployment: Vercel
- Analytics: Google Analytics
/src/app
: Main application pages/src/components
: Reusable React components/public
: Static assets (images, etc.)/src/lib
: Utility functions and shared code/src/styles
: Global styles and Tailwind configuration
Detailed documentation is available in the /docs
folder:
- Getting Started Guide - Setup instructions for new website chairs
- Website Maintenance - Guide for common maintenance tasks
# Install dependencies
npm install
# Run development server
npm run dev
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is maintained by Theta Tau. All rights reserved.