Static website for aaivulabs.com — an AI research and development company based in Colombo, Sri Lanka.
- HTML5 + Tailwind CSS (CDN)
- Font Awesome icons
- Google Fonts (Plus Jakarta Sans)
- Zero build steps — pure static files
cd website
python3 -m http.server 8080
# Open http://localhost:8080Hosted on AWS S3 + CloudFront with Route 53 DNS. See DEPLOY.md for the full setup guide.
Quick deploy after initial setup:
aws s3 sync website/ s3://aaivulabs.com/ --delete
aws cloudfront create-invalidation --distribution-id <ID> --paths "/*"