Responsive Coming Soon Page | Smarter Code for Faster Development | Responsive & Interactive Web designs
"Minimal responsive coming soon page including PARALLAX effect, about us, team,
subscribe form, contact us form and social links."
There is a assets/js/app.variables.js
file in this template. You can open it in notepad and edit the values for configurating the template.
Following are the config parameters:
// set twitter username var twitter_username = 'envato'; // countdown date time format // '30 Nov 2014, 11:00:00' var countdown_timer = '30 Nov 2014, 11:00:00'; // set true/false to show/hide the countdown timer var showTimer = true; // set one of the following parameter to true for enabling that feature // set rest of the parameters to false var isSliderEnabled = false; var isVideoBgEnabled = false; var isParallaxEnabled = true; var isSolidColorEnabled = false; // set hex color code for fixed solid color background var solidColor = '#cc0000'; // set the youtube video URL for video background var youtube_video = 'http://www.youtube.com/watch?v=UWb5Qc-fBvk'; // show/hide style switcher // note: if style switcher is true then it will not // allow the fixed background effect. Set the above parameters (except timer) and // switcher to false to enable fixed bg effect. var showHideStyleSwitcher = true;
The main template file is index.html. It has been designed with well documented comments so that you can edit the content items easily.
Following are the different customizable sections in the template:
You can easily replace the images with same names and extensions in the assets/images/slider
and assets/images/team
directory.
Change the line number 4 of handlers/contact.php
to specify your mail address at which you want to receive your mail notifications.
$MailTo = 'your domain/personal mail address';
Change the line number 4 of handlers/subscribe.php
to specify your MailChimp API Key.
$MailChimp = new MailChimp('YOUR API KEY HERE');
Change the line number 6 of handlers/subscribe.php
to specify your MailChimp List ID.
'id' => 'YOUR MAILChimp List ID HERE',
Change the line number 27, 30, 33 and 36 of assets/twitter/index.php
to specify your Twitter API Authentication keys.
// Your Twitter App Consumer Key private $consumer_key = ''; // Your Twitter App Consumer Secret private $consumer_secret = ''; // Your Twitter App Access Token private $user_token = ''; // Your Twitter App Access Token Secret private $user_secret = '';
Special thanks to following people for providing us wonderful plugins and images.
For any issues or further support you can contact us here.