Hello everyone. I recently finished working on a website, the half-working copy of it (with dummy-content) is here (alexpotapov.net)
Now I want to experiment with it and try to convert it to Drupal.
So my question is - how do I create such pages like the home-page of my site?
It has to contain:
1. Vertical slider. Each tab contains entries of one content type ("language courses" on first, "schools" on second, etc)
2. Embed video (from youtube/vimeo)
3. Two custom contact forms (with radio-buttons/checkboxes and expanding fields) on a single page.

Are there any modules which can help me to implement that or should I write my own?

Comments

WorldFallz’s picture

There's no recipe for converting a site. Basically just identify the different functionality you need, see if there's an existing module, and if not it will probably require custom code. In practice, there's almost always 'a module for that'.

with regard to your specific questions:

  1. there's all sorts of slider modules-- evaluate them and decide which you like best
  2. video_filter module
  3. webform module