Giter VIP home page Giter VIP logo

coming-soon-template's Introduction

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');

coming-soon-template's People

Contributors

aftaab99 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.