generator-steroids
Version:
26 lines (17 loc) • 980 B
HTML
<div class="padding">
<super-navbar>
<super-navbar-title>
Welcome to Supersonic!
</super-navbar-title>
</super-navbar>
<p>Awesome! This file is located at <strong>app/example/views/getting-started.html</strong> — open it, change some text and save the file. The changes are updated to all connected devices. Cool, huh?</p>
<p>Below, you can see our multi-page navigation in action. Tap on a button to move to a new view.</p>
<super-navigate view-id="using-the-scanner">
<button class="button button-block button-positive icon-left super-wand">Using the AppGyver Scanner</button>
</super-navigate>
<super-navigate view-id="learn-more">
<button class="button button-block button-positive icon-left super-university">Learn more</button>
</super-navigate>
<h2>Get in touch with us!</h2>
<p>Feel free to contact us at <a href="mailto:contact@appgyver.com">contact@appgyver.com</a>, we would love to get your feedback!</p>
</div>