http://www.netlinkindia.com
Netlink Technologies has been using Drupal to create websites for their clients over the last two years.
We just re-launched our website using Drupal 6. We have used CCKs, and created custom module to validate our forms. We have a mailer module that we built in-house to send mails to our clients. We will be adding more features soon. The idea behind using Drupal for our website is to allow our clients to access the portal in the future, in order to enable them to track project progress and communicate with us regarding their projects.
Theming Highlights
The design and site map required three .tpl files to arrive at our Netlink theme. Essentially the 3 files were page-front.tpl, page.tpl, page-node-3.tpl, for the home page, any inner page and the sites2.0 page respectively.
Defining the regions in Drupal 6 was a breeze using the info file. With Drupal 6 the different regions in your template, the css and js files in the theme get consolidated in the info file. We had to bring in quiet a few regions in both the home and the Sites2.0 pages as they had random graphical elements.
Module Highlights
CCK: Used this module to quickly create our Contact us and Request Proposal forms.