This is the source code for the static landing page of MozillaIndia.org. The website is built using the sandstone theme extracted from Mozilla's Bedrock project.
Fork -> Hack -> Send pull request
- CSS is written in Less and is kept in the
less
directory. less/styles.less
organizes CSS files together. Any new Less file is imported intoless/styles.less
and compiled tocss/styles.css
.- Any third party CSS go to the
css
directory. - MozillaIndia-specific CSS goes in
less/mozin/mozin.less
.
- Edit
index.html
for adding/editing any content.