I need coding for a small website. Design is already done. I have made 5 PSD files that needs to be sliced to HTML and add functionality to the website.
It should have following features:
* Simple CMS (to edit page content)
* A simple blog with a “Month/Year” menu to view older blog posts.
* Simple product catalog (To add new/edit/remove products with text and images)
* Newsletter feature to save emails and be able to get them via admin
The website should contain of 5 different sub pages.
1. Startpage – just a simple page, should have CMS
2. About us – another simple page, should have CMS
3. Newsletter – a page with a contact form, should have CMS.
4. Blog – the blog page. Blog posts lands on top (So older posts get pushed down). On a new month the page should be blank, but older months should be accissible from the “Month/year” menu.
5. Product category index – A simple that lists the categories, and links to the product catalog. Should have CMS.
6. Product catalog page – Should be a bit more advanced page.
– It should NOT be editable through CMS.
– It should be possible to browse the products with their images, scrolling the product menu right and left with a javascript, by clicking a left or a right arrow.
– When selecting a product, product image and description should be visible.
– Possible to zoom in on a product.
– It should be possible to click “Next” or “previous” product.
Thanks!