Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 806 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 806 Bytes

Balika

Netlify Status

projectbalika.com

This is the repository holding all source code for the website of Balika NGO.

Language Information

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.

Repo Structure

  • assets: Holds all icons, pictures, videos (if any), etc..
  • css: All css files for all pages of the website
  • html: Self-explanatory
  • js: Self-explanatory
  • index.html: Entry-point

Contribution

  • Keep commits small, informative, and verbose.
  • Indent with 2 spaces for HTML, and CSS. Use 4 spaces for JS