Project Description:
We have an existing site that was created in static HTML with a few flash elements here and there.
What we need created is a new Joomla template so that the site can be migrated over from the static site to a new Joomla environment.
There are three layers to the template.
1) Front Page layout
2) Photo page/information layout
3) regular 3 column layout.
Depending on what modules are turned on and off on the website, it will need to trigger one of these three slightly different layouts.
e.g.
<?php if($this->countModules('photoModule')) : ?>
$layoutStyle = "photoLayout";
<?php endif; ?>
A PDF has also been attached to display the three different 2 and 3 column layouts.
The site in question for conversion can be seen here:
http://www.CalypsoBay.com.au
All images etc will need to be source from the website.
The template in the end will have to be easily enough to change and customise for other development projects. e.g backgrounds changeable, logos replacement, font colour changes etc etc.