Template version: 2.0
Created: January 12th 2014
Thank you for downloading this template.
This template is released under a Creative Commons Attribution 3.0 Licence. This means you are free to download and use it for personal and commercial projects. However, you must leave the 'design from css3templates.co.uk' link in the footer of the template.
If you have any questions that are beyond the scope of this help file, please feel free to contact me via my website. Thank you!
Here is the HTML structure for this template.
<!DOCTYPE html> <html lang="en"> <head> <!-- Header Metatags --> <!-- Main Stylesheet --> <!-- Modernizr JS Enables HTML5 Elements --> </head> <body> <div id="main"> <!-- begin header --> <header> <div id="logo"</div> <nav> <!-- menu --> </nav> </header> <!-- end header --> <!-- begin content --> <div id="site_content"> <div id="sidebar_container"> <div class="gallery"> <ul class="images"> <li class="show"><img src="images/1.jpg" width="450" height="450" alt="photo_one" /></li> <li><img src="images/2.jpg" width="450" height="450" alt="photo_two" /></li> </ul> </div> </div> <div id="content"></div> </div> <!-- end content --> <!-- begin footer --> <footer></footer> <!-- end footer --> </div> <p> </p> <!-- jQuery with plugins --> <script type="text/javascript"> $(document).ready(function(){ <!-- initialise sooperfish menu --> $('ul.sf-menu').sooperfish(); }); </script> </html> </body>
There is one stylesheet used in this theme:
There are 2 fonts used in this theme. The fonts are Droid Sans and News Cycle. The font files are
This theme imports several Javascript files.
I've used the following images, icons or other files as listed.
The image fader has the following format:
<li><img width="450" height="450" src="images/image_name.jpg" alt="image one" /></li>
To add an image to the image fader simply add a new list item (li) to the unordered list (ul) with class="images". You need to specify the width of the image, the height of the image, the src and an 'alt' for the image. If you would like the image to hyperlink to another page, simply add an <a></a> around the <img> tag.
NOTE: Remember to put 'class="show"' on the first <li> in the list, so that the image fader knows which one to start with.
Once again, thank you for downloading this theme. As I said at the beginning, I'd be glad to help you if you have any questions relating to this theme. No guarantees, but I'll do my best to assist.