Erine is a minimal and responsive Blogger template for your coming soon Blogger blog. Erine under construction Blogger template comes with easy to configure jQuery countdown timer, Email Subscription box and social Buttons.
How to Configure the Counter:
Find this line in "Edit HTML":
var countTo = "2017/08/03";
Change above date (2017/08/03) to any date you like.
How To Configure Email Subscribe Box
Find this in "Edit HTML":
<form action='http://feedburner.google.com/fb/a/mailverify' class='form-inline' method='post' onsubmit='window.open("http://feedburner.google.com/fb/a/mailverify?uri=newbthemes", "popupwindow", "scrollbars=yes,width=550,height=520");return true' role='form' target='popupwindow'> <input class='subscribe-email' name='email' placeholder='Enter your email...' type='text' /> <input name='uri' type='hidden' value='newbthemes' /> <input name='loc' type='hidden' value='en_US' /> <button class='btn' type='submit'>Subscribe</button> </form>
Add your feedburner ID replacing my feedburner ID (newbthemes).
How To Configure Social Buttons
Find this in "Edit HTML":
<div class='col-sm-5 footer-social'> <a class='social-icon twitter' href='https://twitter.com/newbthemes' target='_blank' /> <a class='social-icon dribbble' href='https://dribbble.com/username' target='_blank' /> <a class='social-icon facebook' href='https://www.facebook.com/newbthemes' target='_blank' /> <a class='social-icon google-plus' href='https://plus.google.com/+Newbloggerthemes/posts' target='_blank' /> </div>
Add your own social links replacing my social profile URLs.