A modern, responsive website for Q-Aware Labs focused on AI system quality testing and research. Built with HTML, CSS, and JavaScript using TailwindCSS for styling using the AI Agent from Cursor IDE.
- Responsive design that works on desktop and mobile devices
- Dark/light theme toggle with persistent preferences
- Loading animation with terminal-style interface
- Mobile-friendly navigation menu
- Modern backdrop blur effects
- Smooth scroll navigation
- GitHub integration
- HTML5
- CSS3 (with custom properties)
- JavaScript (ES6+)
- TailwindCSS 2.2.19
- Font Awesome 6
- Google Fonts (Fira Code, Inter)
- Clone the repository:
git clone https://github.com/q-aware-labs/website.git
cd website
-
Open the project in your preferred editor (VS Code recommended).
-
Install live server extension or use your preferred local server.
-
Open
index.html
in your browser.
The project structure is organized as follows:
qawarelabs_website/
├── css/
│ ├── styles.css
│ └── theme.css
├── js/
│ └── main.js
├── index.html
└── README.md
- Use TailwindCSS classes for layout and responsive design
- Custom CSS is split between
styles.css
andtheme.css
- Follow BEM methodology for custom CSS classes
- Maintain dark/light theme compatibility
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Currently in active development. See the Issues page for planned features and known issues.
- Email: antony.garcia@qawarelabs.com
- GitHub: @q-aware-labs