Official website for Flaha Agri Tech, Qatar's premier agricultural technology company specializing in landscape architecture, precision agriculture, and agricultural products.
- Production: https://flaha.org
- Server IP: 167.172.206.195
- Frontend: HTML5, CSS3, JavaScript (Vanilla)
- Styling: Custom CSS with CSS Variables
- Forms: Web3Forms API
- Server: Nginx 1.24.0 on Ubuntu
- SSL: Let's Encrypt (auto-renewal)
- Deployment: SSH-based deployment toolkit
flaha.org/
├── index.html # Homepage
├── pages/ # All internal pages
│ ├── about.html # About Us page
│ ├── contact.html # Contact page
│ ├── flaha-la.html # Flaha LA division
│ ├── flaha-pa.html # Flaha PA division
│ ├── flaha-ag.html # Flaha AG division
│ └── resources.html # Resources page
├── css/
│ └── styles.css # Main stylesheet
├── js/
│ └── main.js # Main JavaScript
├── images/ # All images and logos
├── deployment/
│ └── nginx-flaha.conf # Nginx configuration
├── deploy-toolkit.bat # Deployment toolkit (Windows)
└── DEPLOYMENT_README.md # Deployment guide
- ✅ Full-page snap scrolling on all main pages
- ✅ Clean URLs (e.g.,
/aboutinstead of/pages/about.html) - ✅ Responsive design for all devices
- ✅ SEO optimized with meta tags and keywords
- ✅ Functional contact form via Web3Forms
- ✅ Newsletter subscription integrated
- ✅ HTTPS/SSL with Let's Encrypt
- ✅ Coming soon locks for pages under development
| Page | Clean URL | File Path |
|---|---|---|
| Homepage | / |
index.html |
| About Us | /about |
pages/about.html |
| Contact | /contact |
pages/contact.html |
| Flaha LA | /flaha-la |
pages/flaha-la.html |
| Flaha PA | /flaha-pa |
pages/flaha-pa.html |
| Flaha AG | /flaha-ag |
pages/flaha-ag.html |
| Resources | /resources |
pages/resources.html |
- Python 3.x (for local server)
- Git
# Clone the repository
git clone https://github.com/YOUR_USERNAME/flaha.org.git
cd flaha.org
# Start local development server
python -m http.server 8000
# Open in browser
# http://localhost:8000- Edit files locally
- Test on
http://localhost:8000 - Deploy to production (see below)
Use the Deployment Toolkit for all deployment tasks:
.\deploy-toolkit.bat- Deploy Website (Full) - Deploy all files
- Deploy HTML Files Only - Quick content updates
- Check Server Status - View nginx, SSL, disk usage
- Test Clean URLs - Verify URL rewrites
- Setup SSL Certificate - Install/renew HTTPS
- View Server Logs - Check errors and access logs
See DEPLOYMENT_README.md for detailed instructions.
- Flaha Green:
#3D7A42 - Tech Blue:
#1E5F8C - LA Accent:
#8BC34A - PA Accent:
#2196F3 - AG Accent:
#FF9800
- Primary Font: Montserrat (headings)
- Secondary Font: Open Sans (body text)
- Cards with 8px border-radius
- Subtle shadows:
0 4px 12px rgba(0,0,0,0.1) - Hover effects:
translateY(-5px)
- Email: info@flaha.org
- Phone: +974 55176954
- Address: Zone 17 Al Rufaa Street Ras Burq 970, Building No 2, P.O. Box 33199, Doha, Qatar
- SSH key-based authentication for deployment
- HTTPS/SSL encryption via Let's Encrypt
- Nginx security headers configured
- Form submissions via secure Web3Forms API
© 2024 Flaha Agri Tech. All rights reserved.
- Ahmed Al Mansouri - CEO
- Rafat Al Khashan - Project Manager
- Fouad Al Gakal - Operations Manager
Built with ❤️ for Qatar's agricultural future