AidUs - Fundraising and Charity HTML Template preview 1

AidUs - Fundraising and Charity HTML Template

bookmark

AidUs is an HTML5 website template designed for charities and non-profit organizations, offering complete homepage variants (3 sets), as well as pages for donations, volunteers, events, blogs, shops, and more. Suitable for charitable fou...

HTML

Project Overview

AidUs is an HTML5 website template designed for charities and non-profit organizations, offering complete homepage variants (3 sets), as well as pages for donations, volunteers, events, blogs, shops, and more. Suitable for charitable foundations, volunteer teams, online donation platforms, and similar use cases. Fully static, no build process required—simply edit the HTML directly.

Tech Stack

  • Bootstrap 5 (CSS framework)
  • Static HTML5 + CSS3
  • jQuery + multiple carousel/modal plugins (Owl Carousel, Slick, Magnific Popup)
  • PHP (used only for contact form email sending)

Project Structure

text
aidushtml-10/aidus/
├── index.html              # Main homepage (Set 1)
├── index-2.html            # Homepage variant 2
├── index-3.html            # Homepage variant 3
├── about.html / contact.html
├── donate.html / causes.html
├── event.html / project.html
├── blog*.html / volunteer*.html
├── shop*.html / cart.html / checkout.html
├── mail-contact.php         # Contact form backend
└── assets/
    ├── css/                 # All stylesheets
    ├── fonts/               # Icon fonts (FontAwesome, Slick, etc.)
    └── images/              # Image assets

Key Files Description

  • index.html — Main homepage entry, includes top bar, navigation, hero carousel, partner sections, etc.
  • assets/sass/style.css — Main theme stylesheet (approximately 1600 lines, covering styles for all page sections)
  • assets/css/bootstrap.min.css — Bootstrap core framework
  • mail-contact.php — PHP processing script for sending emails after contact form submission
  • donate.html — Online donation page template
  • volunteer-*.html — Volunteer recruitment and registration pages

Quick Start

  1. Deploy the aidus folder to any web server (or simply double-click index.html locally)
  2. To use the contact form, configure a PHP email sending environment (modify the $to email address in mail-contact.php)
  3. Open the target HTML file with a text editor and replace placeholder content (logo, images, text, contact information)

Usage Suggestions

  • The homepage variants have independent styles. If using only one set, delete the other two index-*.html files to reduce redundancy.
  • All icons use Flaticon / FontAwesome. Refer to assets/fonts/flaticon_aidus.html for icon class names.
help_outline

FAQ