adding the countdown with decent styling
This commit is contained in:
+7
-2
@@ -9,7 +9,8 @@
|
||||
<link rel="stylesheet" href="dist/css/style.css">
|
||||
<link rel="icon" href="./dist/images/logo_greens.png">
|
||||
<script src="https://unpkg.com/scrollreveal@4.0.0/dist/scrollreveal.min.js"></script>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
||||
<script src="./dist/js/jquery.countdown.js"></script>
|
||||
</head>
|
||||
<body class="is-boxed has-animations">
|
||||
<div class="body-wrap boxed-container">
|
||||
@@ -56,7 +57,11 @@
|
||||
<form id="email-form" class="hero-cta is-revealing">
|
||||
<input name="email" class="email-input" placeholder="Enter email" />
|
||||
<button class="button button-secondary button-shadow" href="#">Join List</button>
|
||||
</form>
|
||||
</form>
|
||||
|
||||
<div id="countdown">
|
||||
|
||||
</div>
|
||||
<div id="popup">replace text dynamically</div>
|
||||
<div class="hero-media">
|
||||
<video autoplay muted loop>
|
||||
|
||||
Reference in New Issue
Block a user