These are the source files for the CFLBajans website. The site leverages the Start Bootstrap Template Agency. Agency is a one page agency portfolio theme for Bootstrap created by Start Bootstrap. This theme features several content sections, a responsive portfolio grid with hover effects, full page portfolio item modals, a responsive timeline, and a working PHP contact form.
This CFLBajans website is maintained by the CFLBajans Team
To view this site from the source files, you will need to have npm installed. To start:
- Run
npm install
in the root directory
If you need to update the plugins included with this site, simply run the following tasks:
- First run
npm update
to update the dependencies
- Open index.html in a browser
- Create an issue explaining the problem you think needs to be addressed.
If you are addressing the issue yourself:
- Assign yourself to the issue.
- Edit code using your preferred editor.
- Be certain to maintain responsiveness of the site when editing.
- It is suggested to use the Firefox browser to view the site locally (as features such as popover windows are support locally with this browser).
- Use W3 validator to check HTML integrity.
- Use website checks for spelling and simple accessibility options.
- If colors need to be edited, check out this WebAIM color checker to address accessibility concerns.
- Create a Pull Request (PR). Mention the issue number being addressed in this PR. This step is important so that others on the team will know you've made changes.
- One of our team members will review and merge.
- Thank you for your contributions and for following this repo!