Skip to content

tripad/homepage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MozillaIndia

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.

Downloading feed from MozillaIndia Blog

Download a copy of MozillaIndia Blog and save the xml to feeds/feeds.xml. On page load, this file is used to load the feeds. Here is a cURL example of doing this:

$ curl http://blog.mozillaindia.org/feeds/ --O feeds/feeds.xml

The feeds/feeds.xml file is ignored by Git and will not be added to the repository.

Contributing

HowTo

Fork -> Hack -> Send pull request

CSS

  • 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 into less/styles.less and compiled to css/styles.css.
  • Any third party CSS go to the css directory.
  • MozillaIndia-specific CSS goes in less/mozin/mozin.less.

HTML

  • Edit index.html for adding/editing any content.

About

Source code of mozillaindia.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published