# @aw-webflow/microsoft_partner_page

## Project Overview
Custom JavaScript for a Webflow page, published to npm as `@aw-webflow/microsoft_partner_page` and consumed via jsDelivr CDN.

## Code Style
- All code should use `var` and ES5 syntax for browser compatibility.
- No ES6+ features (arrow functions, let/const, template literals, etc.).

## Deployment
1. Push changes to GitHub.
2. Bump version in `package.json`.
3. Run `npm publish --access public`.
4. jsDelivr automatically serves the updated package.

CDN URL: `https://cdn.jsdelivr.net/npm/@aw-webflow/microsoft_partner_page@<version>/script.min.js`
