Files
DiceCloud/rpg-docs/client/views/home/intro/intro.html
2015-06-10 10:58:47 +02:00

54 lines
1.2 KiB
HTML

<template name="intro">
<div class="intro">
<div class="fullwidth">
<h1>
Online, realtime, unofficial D&amp;D 5e app.
</h1>
<p>
Spend less time shuffling paper and more time playing the game
</p>
</div>
<div class="fullwidth">
<h1>Open Beta</h1>
<p>Free to use, updates almost every week</p>
</div>
<div class="fullwidth">
<h1>See it in action</h1>
<a href="/character/yBWwt5XQTTHZiRQxq">Starter Set Archer</a>
</div>
<div class="fullwidth">
<h1>Check out the guide</h1>
<p>Learn how your class gives you features, those features have effects, and those effects determine your stats.</p>
</div>
<div class="fullwidth">
<h1>
Discuss
</h1>
<p>
On the official
<a href="http://reddit.com/r/dicecloud">
DiceCloud subreddit
</a>
</p>
</div>
<div class="fullwidth">
<h1>
Get involved
</h1>
<p>Shape upcoming features and track bugs on the
<a href="https://trello.com/b/94M0SCnq/dicecloud-roadmap">
DiceCloud Trello board
</a>
</p>
</div>
<div class="fullwidth">
<h1>
Send feedback instantly
</h1>
<p>
Use the feedback button in the sidebar to drop the developer a direct message
</p>
</div>
</div>
</template>