Create & Share Beautiful Festival Greeting Cards for All Occasions
BYAMN Festhub is a web-based platform that allows users to create personalized festival greeting cards for various celebrations including Christmas, Janmashtami, and other major festivals. With an intuitive interface and stunning templates, users can easily generate and share customized greetings with their loved ones.
- Multiple Festival Templates: Support for Christmas, Janmashtami, and other major festivals
- Personalized Greetings: Add custom names to create personalized greeting cards
- Random Wishes: Curated collection of festival-specific wishes and messages
- Social Sharing: Share greetings via WhatsApp, Facebook, Twitter, and direct links
- Responsive Design: Works seamlessly on desktop, tablet, and mobile devices
- Beautiful UI: Modern, festive design with smooth animations
- Multi-language Support: Includes both English and Hindi text for Indian festivals
- URL Shortener: Built-in link shortening functionality
- No Registration Required: Start creating greetings immediately
Visit the live website: BYAMN Festhub
-
Clone the repository
git clone https://github.com/yourusername/byamn-festhub.git cd byamn-festhub -
Open in browser
- Simply open
index.htmlin your web browser - Or use a local server:
# Using Python python -m http.server 8000 # Using Node.js npx http-server # Using PHP php -S localhost:8000
- Simply open
-
Navigate to localhost Open your browser and go to
http://localhost:8000
BYAMN-Festhub/
├── index.html # Main landing page with festival categories
├── Christmas.html # Christmas greeting card generator
├── Janmashtami.html # Janmashtami greeting card generator
├── file.html # URL shortener utility
├── redirect.html # Redirect page with ads
├── logo.png # Project logo
├── README.md # Project documentation
├── LICENSE # MIT License
├── .gitignore # Git ignore rules
├── assets/ # Static assets (future)
│ ├── images/ # Image files
│ ├── css/ # Stylesheets
│ └── js/ # JavaScript files
└── docs/ # Documentation (future)
- Visit the Homepage: Start at
index.htmlto browse available festival categories - Select a Festival: Click on any festival card (Christmas, Janmashtami, etc.)
- Enter Your Name: Add your name to personalize the greeting
- Generate Greeting: Click "Generate Greeting" to create your card
- Share: Use the share button to send via social media or copy the link
This project uses only vanilla web technologies with external CDN resources:
- Font Awesome 6.4.0: Icons
- Google Fonts: Typography (Poppins, Playfair Display, Tangerine, Kalam)
- External Libraries: None (Vanilla JavaScript, CSS, HTML)
No build process or package manager required!
- Create a new HTML file (e.g.,
diwali.html) - Copy the structure from an existing festival page
- Update the color scheme in CSS variables
- Replace images array with festival-specific images
- Update wishes array with appropriate messages
- Add the new festival to the main
index.htmlpage
Edit the CSS custom properties in each file:
:root {
--primary: #your-color;
--secondary: #your-color;
--accent: #your-color;
}- ✅ Chrome 70+
- ✅ Firefox 65+
- ✅ Safari 12+
- ✅ Edge 79+
- ✅ Mobile browsers (iOS Safari, Chrome Mobile)
We welcome contributions! Here's how you can help:
- Fork the repository
- Create a feature branch:
git checkout -b feature/new-festival - Make your changes: Add new festivals, improve UI, fix bugs
- Test thoroughly: Ensure your changes work across devices
- Submit a pull request: Describe your changes clearly
- 🎨 Add new festival templates (Diwali, Eid, Holi, etc.)
- 🌍 Add more language support
- 📱 Improve mobile responsiveness
- ✨ Enhance animations and transitions
- 🖼️ Add more greeting card designs
- 🔧 Optimize performance
Main landing page with festival categories
Christmas greeting card generator
Note: Add screenshots to
/screenshots/directory
This project is licensed under the MIT License - see the LICENSE file for details.
- Font Awesome: For beautiful icons
- Google Fonts: For typography
- Festival Images: Various sources (ensure proper attribution)
- Community: For feedback and contributions
- Website: BYAMN Festhub
- Issues: GitHub Issues
- Feature Requests: GitHub Discussions
- Add more festivals (Diwali, Eid, Holi, etc.)
- Implement card customization (fonts, colors)
- Add card download functionality
- Create admin panel for easy content management
- Add user accounts and saved greetings
- Implement PWA features for offline access
- Add animation effects to greeting cards
Made with ❤️ for spreading festival joy worldwide
=======
origin/main ⭐ Star this repository if you find it helpful!

