For this project, you will need to submit a module for Magento 1.x Community, which will make a few additions to the rwd theme.
- Registers a module YourNamespace_Devapp
- Registers a layout xml file devapp.xml in the current rwd theme
- Layout xml file should add a stylesheet called devapp.css in the rwd theme
- devapp.css should change all product h1 tags to a red color
- Using your module, rewrite the Mage_Page_Block_Html_Header class to display an image from https://placekitten.com/ when the getLocoSrc() function is called
- Please make a pull request back to this repository