AgoraNet Donation is a simple static donation website built using HTML. It provides users with a platform to learn about the organization, make donations, and access important policy documents such as Terms & Conditions and Refund Policy.
AgoraNet-Donation-main/
│
├── index.html # Main landing page
├── contact.html # Contact page
├── Terms-and-Conditions.html # Terms and Conditions page
├── Refund-and-Cancellation-Policy.html# Refund & Cancellation Policy
└── README.md # Project documentation
- ✅ Clean and simple donation landing page
- ✅ Contact page for user inquiries
- ✅ Terms and Conditions page
- ✅ Refund and Cancellation Policy page
- ✅ Fully static website (No backend required)
- ✅ Easy to deploy on any static hosting service
- HTML5
- CSS (if included inside HTML)
- Basic frontend structure
- Static file-based navigation
- Main landing page
- Information about AgoraNet
- Donation-related details
- Navigation links to other pages
- Contact information
- User inquiry section
- Legal terms governing donations
- User responsibilities
- Platform usage rules
- Refund eligibility details
- Cancellation policy
- Payment-related terms
Since this is a static HTML project:
- Download or clone the repository.
- Open
index.htmlin your browser.
If you want to run using a local server:
# Using Python
python -m http.server 8000Then open:
http://localhost:8000
You can deploy this website easily on:
- GitHub Pages
- Netlify
- Vercel
- Firebase Hosting
- Any shared hosting provider
Simply upload all files to the root directory of your hosting service.
This project includes:
- Terms and Conditions
- Refund and Cancellation Policy
Make sure to update these pages with accurate legal information before using in a production environment.
To customize:
- ✏️ Edit text content inside HTML files
- 🎨 Modify styles (add CSS or external stylesheet)
- 💳 Integrate payment gateway (Razorpay, Stripe, etc.)
- 📧 Add backend for contact form handling
- Add secure payment gateway integration
- Add database support
- Admin dashboard for donation tracking
- Email notification system
- Responsive UI enhancements
- SEO optimization
If you would like to improve this project:
- Fork the repository
- Create a new branch
- Make changes
- Submit a Pull Request
This project is open-source and available for modification and personal use.