3
0
Fork 0
website/content/_index.html

28 lines
535 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>