summaryrefslogtreecommitdiff
path: root/app/views/home
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-04-05 23:28:30 -0400
committerDavid Gay <david@davidgay.org>2021-04-05 23:28:30 -0400
commit504513d1b47a8dfc9dccfca7b7113bbfdfbaa21c (patch)
tree7e5a846fbd5b193b9941976c4889879c174300c5 /app/views/home
parent5fdb938b522a14c8f1d1c611a0003ad45850e95f (diff)
Basic FE setup
Diffstat (limited to 'app/views/home')
-rw-r--r--app/views/home/index.html.erb15
1 files changed, 13 insertions, 2 deletions
diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb
index d87f31a..e255981 100644
--- a/app/views/home/index.html.erb
+++ b/app/views/home/index.html.erb
@@ -1,3 +1,14 @@
-<h1>Appendix Q</h1>
+<p><span class="font-bold">Welcome to Appendix Q.</span></p>
-<p class="font-bold">Testing Tailwind</p>
+<p>Appendix Q is intended to eventually be a collection of free tools and utilities for use with various tabletop
+ role-playing games, for gamemasters and players alike.</p>
+
+<p>This is a brand new project by one person (myself). I've recently started running a
+ <%= link_to "PTU", "https://pokemontabletop.com/" %> game for my group, and the available community tools for
+ this system are either out of date or don't have all the features I want. So I figured I'd make them myself.
+ Likely, tools for other systems will come along as well.</p>
+
+<p>If you'd like to see a certain tool made,
+ <%= link_to "open an issue on GitHub", "https://github.com/dtgay/appendix-q/issues" %>
+ or send an email to <%= link_to "hello@davidgay.org", "mailto:hello@davidgay.org" %>. If you know how to program,
+ you can also fork Appendix Q on GitHub and submit a pull request with the feature!</p>