Aftaab99 / Coming-Soon-Template

Coming soon web page template made with Bootstrap 4 and Firebase

Home Page:https://aftaab99.github.io/Coming-Soon-Template/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Responsive coming soon page template

A responsive coming soon web page template made with Boostrap 4. It can also store subcription email IDs in your Firebase cloud firestore.

Demo

Setting up with your own Firebase project

Copy your firebase API credentails and replace the dumpy variable in firebase_configuration.js with your project credentials.

They can be found under Project overview -> web. api configurations

Next create a cloud firestore for your project. This can done through the firebase console(Database -> Cloud Firestore). Next create a collection called 'Emails'.

setting up firestore setting up firestore

Changing date

Currently the countdown timer counts to 30 days since the page was loaded. It can be easily made to count to another date by making a few modifications in 'countdown.js'

Replace

countDownDate.setDate(countDownDate.getDate() + 30);

with

countDownDate.setDate('January 17, 2019 03:24:00');

About

Coming soon web page template made with Bootstrap 4 and Firebase

https://aftaab99.github.io/Coming-Soon-Template/

License:MIT License


Languages

Language:JavaScript 94.4%Language:CSS 5.3%Language:HTML 0.3%