Skip to content

altxxr0/HWA

Repository files navigation

Haven of Wisdom Academy website

Static website source for the Haven of Wisdom Academy marketing site and campus information pages.

Project structure

  • index.php and feature folders such as about/, admissions/, blog/, enroll/, and gallery/ contain the public pages.
  • includes/ contains shared PHP layout partials.
  • script.js, styles.css, tuition.js, and tailwind-input.css contain the front-end source files.
  • tailwind.built.css is the generated stylesheet served by the site.
  • deploy.bat uploads eligible site files over FTP after reading deployment values from .env.

Local development

  1. Install dependencies:

    npm install
  2. Build the production stylesheet:

    npm run build
  3. Rebuild during CSS work:

    npm run watch

Deployment

  1. Copy .env.example to .env.
  2. Set FTP_HOST, FTP_PORT, FTP_USER, FTP_PASS, and FTP_REMOTE_ROOT.
  3. Run deploy.bat from Windows to upload changed site files.

Generated deployment state and local secrets are intentionally ignored and should not be committed.

About

A Commisioned Haven of Wisdom Academy mock website for presentation and proposal

Topics

Resources

License

Stars

Watchers

Forks

Contributors