A modern, responsive website for AI World Leaders - a non-profit organization founded by Paul Nieuwerburgh and Rylin Reitz to democratize AI education in developing countries.
- Modern Design: Beautiful, responsive design with animations and smooth transitions
- Multiple Pages: Home, About Us, Donate, and Contact pages
- Interactive Elements: Animated counters, smooth scrolling, and hover effects
- Donation System: Ready for PayPal integration (currently shows placeholder)
- Contact Form: Functional contact form with form validation
- Mobile Responsive: Optimized for all device sizes
- Performance Optimized: Fast loading with modern web technologies
- Backend: Flask (Python)
- Frontend: HTML5, CSS3, JavaScript
- Framework: Bootstrap 5.3
- Icons: Font Awesome 6.4
- Fonts: Google Fonts (Inter & Space Grotesk)
- Animations: CSS animations and JavaScript interactions
- Python 3.7 or higher
- pip (Python package installer)
-
Clone or navigate to the project directory:
cd AIWL -
Create a virtual environment (recommended):
python -m venv venv
-
Activate the virtual environment:
- On Windows:
venv\Scripts\activate
- On macOS/Linux:
source venv/bin/activate
- On Windows:
-
Install required packages:
pip install -r requirements.txt
-
Start the Flask development server:
python app.py
-
Open your web browser and navigate to:
http://127.0.0.1:5000 -
The website should now be running locally!
AIWL/
├── app.py # Main Flask application
├── requirements.txt # Python dependencies
├── README.md # This file
├── info.md # Organization information
├── website.md # Website specifications
├── templates/ # HTML templates
│ ├── base.html # Base template
│ ├── home.html # Home page
│ ├── about.html # About Us page
│ ├── donate.html # Donation page
│ └── contact.html # Contact page
└── static/ # Static files
├── css/
│ └── style.css # Custom styles
└── js/
└── script.js # Custom JavaScript
- Hero section with animated background
- Mission statement and vision
- Cameroon project overview
- Call-to-action sections
- Founder profiles (Paul & Rylin)
- Story timeline
- Vision and goals
- Achievement statistics
- Interactive donation amount selection
- Donor information form
- PayPal integration placeholder
- Impact explanation
- FAQ section
- Contact form with validation
- Contact information
- Social media links
- FAQ section
- Smooth Scrolling: Navigation links smoothly scroll to sections
- Animated Counters: Numbers animate when scrolled into view
- Hover Effects: Cards lift and transform on hover
- Responsive Navigation: Mobile-friendly collapsible menu
- Form Interactions: Interactive donation amount selection
- Loading States: Buttons show loading states during form submission
- Gradient Backgrounds: Beautiful gradient overlays
- Modern Cards: Clean card designs with shadows and borders
- Typography: Modern font combinations (Inter + Space Grotesk)
- Color Scheme: Professional blue and purple gradient theme
- Animations: Subtle animations throughout the site
- Icons: Font Awesome icons for visual appeal
Edit the CSS custom properties in static/css/style.css:
:root {
--primary-color: #6366f1;
--secondary-color: #8b5cf6;
--accent-color: #06b6d4;
/* ... other colors */
}- Edit content in the HTML templates in the
templates/folder - Update organization information in
info.md - Modify the Flask routes in
app.pyas needed
- Add custom styles to
static/css/style.css - Modify JavaScript interactions in
static/js/script.js
For production deployment, consider:
- Set a secure secret key in
app.py - Use a production WSGI server like Gunicorn
- Set up SSL certificates for HTTPS
- Configure environment variables for sensitive data
- Set up PayPal integration when non-profit status is approved
- Organization: AI World Leaders
- Founders: Paul Nieuwerburgh & Rylin Reitz
- Location: Bronx, New York
- Mission: Democratizing AI education in developing countries
At AI World Leaders, we believe that artificial intelligence has the power to revolutionize education and innovation across the globe. Our mission is to break down barriers and provide students in developing countries with the tools, knowledge, and inspiration they need to become leaders in the AI revolution.
Our inaugural project involves a 5-day AI workshop in Cameroon for 100 students, where we'll provide:
- Comprehensive AI education
- Hands-on learning experiences
- 15 AI-capable laptops for students to keep
- Ongoing support and resources
Built with ❤️ for democratizing AI education worldwide