Official source for the Affinity Hospitality UAE marketing site.
This repository contains a static, performance-focused website for a B2B hospitality linen manufacturer and supplier serving Africa, Europe, and the GCC. The site is built around a single index.html entry point with local assets and Tailwind CSS for styling.
- HTML
- Tailwind CSS
- Local fonts, images, and audio assets
pnpmfor CSS build scripts
.
|-- index.html
|-- assets/
| |-- css/
| |-- fonts/
| |-- images/
| `-- audio/
|-- _headers
|-- .htaccess
`-- package.json
Install dependencies:
pnpm installRebuild Tailwind CSS:
pnpm run build:cssWatch Tailwind CSS while editing:
pnpm run watch:cssTo preview locally, serve the project root with any static file server.
- Production assets are committed to the repository.
- Hosting-specific files such as
_headersand.htaccessare included. - This repository is intentionally minimal and does not include a frontend framework or backend service.
This project is proprietary and not licensed for public reuse. See LICENSE.