Skip to content

gkroonder/Coming-Soon-Template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.4%
  • CSS 5.3%
  • HTML 0.3%