MSF Careers PH — cPanel upload package
=========================================

IMPORTANT: Animations (Logo Loop, counting numbers) need JavaScript.
If they do not move, the "_next" folder was not uploaded or is in the wrong place.

UPLOAD CHECKLIST
----------------
1. cPanel → Subdomains → note document root (example: public_html/msfcareersph)

2. File Manager → open that document root.

3. Enable "Show Hidden Files" in File Manager settings.

4. Upload ALL contents from the msfcarerrsph folder:
   - index.html
   - .htaccess
   - msf-animations.js   <-- REQUIRED for moving effects
   - msf-animations.css  <-- REQUIRED for logo loop styles
   - _next/   <-- optional if msf-animations.js loads (show hidden files)
   - 404/
   - all other files

5. Correct structure (files directly in document root):
   public_html/msfcareersph/index.html
   public_html/msfcareersph/_next/static/chunks/...

6. WRONG (one folder too deep — breaks animations):
   public_html/msfcareersph/msfcarerrsph/index.html

7. Visit home page → F12 → Network → filter "JS"
   - You MUST see msf-animations.js (Status 200).
   - If 0 JS files load, animations will not work.

8. Visit: https://your-subdomain/check-deploy.html

REBUILD
-------
  npm run build:cpanel

Then re-upload ALL files (replace old _next folder completely).
