adding in popup

This commit is contained in:
Arjun Patel
2019-01-25 01:02:15 -08:00
parent 92671aa50e
commit 689ebe9e89
+4 -2
View File
@@ -50,8 +50,10 @@
<h1 class="hero-title h2-mobile mt-0 is-revealing">Landing template for startups</h1>
<p class="hero-paragraph is-revealing">Our landing page template works on all devices, so you only have to set it up once, and get beautiful results forever.</p>
<form id="email-form" class="hero-cta is-revealing">
<input class="email-input" placeholder="Enter email" />
<button class="button button-secondary button-shadow" href="#">Join List</button></form>
<input name="email" class="email-input" placeholder="Enter email" />
<button class="button button-secondary button-shadow" href="#">Join List</button>
</form>
<div id="popup">replace text dynamically</div>
<div class="hero-media">
</div>
</div>