“Under Construction Template” Documentation by “Madalin Tudose” v1.1


“Under Construction Template”

Created: 18/Dec/2011
By: Madalin Tudose
Email: madalintudose@gmail.com

Thank you for downloading my template. If you have any questions that are beyond the scope of this help file, please feel free to email via my email at madalintudose@gmail.com. Thank you so much!


Table of Contents

  1. HTML Structure
  2. CSS Files and Structure
  3. JavaScript
  4. PHP - How to Customize the "Subscribe Form"
  5. PSD Files
  6. Sources and Credits

HTML Structure - top

The template is using a single html file called index.html

If you want to change the text, you can do it from this file.


CSS Files and Structure - top

I'm using a single CSS file in this template.

The file contains all of the specific stylings for the page. The file is separated into sections using:

	/* === Font Styles === */

	some code

	/* === General Styles === */
	
	some code
	
	/* === Header Styles === */
	
	some code
	
	/* === Content Styles === */
	
	some code
	
	/* === jQuery Countdown Styles === */		

	some code	

If you would like to edit a specific section of the site, simply find the appropriate label in the CSS file, and then scroll down until you find the appropriate style that needs to be edited.


JavaScript - top

This theme imports three Javascript files.

  1. jQuery Library
  2. jQuery CountDown Plugin
  3. jQuery Carousel Plugin
  1. To customize the countdown is very simple.
  2. All you have to do is to change a date, in my example is December 10, 2012:
    	$(function () {
    var austDay = new Date("December 10, 2012 02:15:00");
        $('#defaultCountdown').countdown({until: austDay, layout: '{dn} {dl}, {hn} {hl}, {mn} {ml}, and {sn} {sl}'});
        $('#year').text(austDay.getFullYear());
        });
    

PHP - How to Customize the "Subscribe Form" - top

To make the subscribe form sending emails to your email address, open the "emailform.php" file, go to line 5 and change the email "template@ourtuts.com" with your own email.

Because the template is using a PHP file, you have to upload the template on a server in order to make the subscribe form to work.


PSD Files - top

I've included the PSD File of the template :

  1. layout-design.psd

If you'd like to change the design of the template, open "layout-design.psd" and make the necessary adjustments.


Sources and Credits - top

If you need more icons for social area, follow the link below:


Once again, thank you so much for downloading this template. As I said at the beginning, I'd be glad to help you if you have any questions relating to this template. No guarantees, but I'll do my best to assist.

Madalin Tudose

Go To Table of Contents