3
0
Fork 0
website/content/_index.html

46 lines
977 B
HTML

---
title: "Beep"
date: 2018-06-30T17:53:55+08:00
---
<div class="home-hero-wrapper">
<svg width="1" height="1" viewBox="0 0 1 1" preserveAspectRatio="none" class="background-cut">
<polygon points="0,0 1,0 0,1" style="fill:#fff" />
</svg>
<section class="home-hero">
<div class="text">
<h1>The new way to communicate</h1>
<!-- <a href="/get"><div class="btn">Get the app</div></a> -->
Coming soon
</div>
<div class="picture">
<img class="screenshot" src="screenshot.svg" />
</div>
</section>
</div>
<section class="features" id="features">
</section>
<div class="getnotified-wrapper">
<section class="getnotified" id="getnotified">
<h1>Want to be the first to experience Beep?</h1>
<form action="#">
<input type="email" placeholder="Enter your email" />
<button type="submit" class="material-icons">done</button>
</form>
<p><small>We won't send you spam. Just tell you when Beep is ready.</small></p>
</section>
</div>