This project provides a simple web page to outline the daily feeding schedule and care instructions for three dogs: Murphy, Lyla, and Gilda. The page ensures clear and accessible instructions are available for anyone responsible for taking care of the dogs.
- Dog Profiles:
- Displays individual cards for each dog with their photo, name, and a short description.
- Feeding Schedule:
- Includes a detailed meal schedule for all dogs divided into categories like breakfast, lunch, and dinner.
- Supplement & Medication Instructions:
- Outlines specific medications and supplements required for each dog at different times of the day.
- Accessible Design:
- ARIA roles and accessible markup (e.g., descriptive alt texts, screen reader labels, and focusable elements) are included to accommodate users with assistive technologies.
- Node.js and npm installed on your machine
- Clone the repository
- Install dependencies:
npm install
This project uses Gulp for task automation:
gulpornpm start: Starts development mode with live reloadinggulp buildornpm run build: Builds production-ready filesgulp css: Processes CSS files onlygulp js: Processes JavaScript files onlygulp clean: Cleans the dist directory
assets/css/: Contains original CSS filesassets/js/: Contains original JavaScript filesdist/css/: Contains processed CSS files (created by Gulp)dist/js/: Contains processed JavaScript files (created by Gulp)