This is the repository holding all source code for the website of Balika NGO.
Given it's mostly a front-end project, this is written purely in HTML, CSS, and JS. I used BootStrap to template out the website.
assets
: Holds all icons, pictures, videos (if any), etc..css
: All css files for all pages of the websitehtml
: Self-explanatoryjs
: Self-explanatoryindex.html
: Entry-point
- Keep commits small, informative, and verbose.
- Indent with 2 spaces for HTML, and CSS. Use 4 spaces for JS