Using your frontend skills and the Adobe XD link provided, produce a "pixel perfect" responsive mockup of the web comp. A mobile comp is not included so we'll leave that to you.
The index.html file exists with the following already linked:
- Bootstrap 5
- CSS
- Fonts
- ✅ Attention to detail
- ✅ Creativity
- ✅ Accuracy
- ✅ Semantic HTML5
- ✅ CSS Chops
- ✅ WCAG 2.1 Compliance
- ❌ Copy and pasting code from XD.
- Clone this repo
- On the command line, navigate to this directory.
- Run
npm ito get necessary dependencies for build tools
This page leverages Symfony's Webpack Encore library for building and bundling assets (more on Encore here)
For Sass, use the scss/style.scss as your entrypoint (i.e. @import "./hero";).
- On the command line, navigate to this directory.
- Run
npm run watch - A watcher will initialize and build changes as they occur. Note: you will need to refresh your browser to see these changes; no hot reload included.