This is the official website for the Bloa programming language, built with PHP, Tailwind CSS, and Font Awesome.
- Modern Design: Clean, responsive layout using Tailwind CSS
- Comprehensive Documentation: Detailed guides and API reference
- Code Examples: Practical examples for learning Bloa
- PHP Backend: Server-side includes for maintainable structure
- Font Awesome Icons: Beautiful icons throughout the site
index.php- Home page with overview and featuresdocs.php- Complete documentationexamples.php- Code examples and tutorialsabout.php- About the language and projectdownload.php- Installation and download instructionsheader.php- Navigation headerfooter.php- Site footer
To run the website locally:
- Ensure you have PHP installed
- Start a PHP development server:
cd web php -S localhost:8000 - Open
http://localhost:8000in your browser
This site can be deployed to any PHP-compatible web server or hosting service.
For static hosting, you can pre-render the PHP files or use a service that supports PHP.
- PHP: Server-side scripting for includes and dynamic content
- Tailwind CSS: Utility-first CSS framework for styling
- Font Awesome: Icon library for visual elements
- HTML5: Semantic markup
To contribute to the website:
- Edit the PHP/HTML files
- Test locally with PHP server
- Ensure responsive design works on mobile
- Submit a pull request
Same as the main Bloa project.