50 lines
1.1 KiB
HTML
50 lines
1.1 KiB
HTML
<template name="intro">
|
|
<div class="intro">
|
|
<div class="fullwidth">
|
|
<h1>
|
|
Online, realtime, unofficial D&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>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>
|