diff --git a/app/imports/client/ui/layouts/Sidebar.vue b/app/imports/client/ui/layouts/Sidebar.vue index cf450971..21d34e16 100644 --- a/app/imports/client/ui/layouts/Sidebar.vue +++ b/app/imports/client/ui/layouts/Sidebar.vue @@ -94,7 +94,7 @@ export default { let isLoggedIn = !!Meteor.userId(); let links = [ { title: 'Home', icon: 'mdi-home', to: '/' }, - { title: 'Characters', icon: 'mdi-account-group', to: '/characterList', requireLogin: true }, + { title: 'Characters', icon: 'mdi-account-group', to: '/character-list', requireLogin: true }, { title: 'Library', icon: 'mdi-library-shelves', to: '/library', requireLogin: true }, //{title: 'Tabletops', icon: 'api', to: '/tabletops', requireLogin: true}, //{title: 'Friends', icon: 'people', to: '/friends', requireLogin: true}, diff --git a/app/imports/client/ui/pages/About.vue b/app/imports/client/ui/pages/About.vue index e643dcd1..f71356bd 100644 --- a/app/imports/client/ui/pages/About.vue +++ b/app/imports/client/ui/pages/About.vue @@ -2,8 +2,8 @@
DiceCloud is a single-developer project started in 2014 with the aim of
diff --git a/app/imports/client/ui/pages/Home.vue b/app/imports/client/ui/pages/Home.vue
index 72642172..5e1f4f14 100644
--- a/app/imports/client/ui/pages/Home.vue
+++ b/app/imports/client/ui/pages/Home.vue
@@ -1,29 +1,75 @@
- DiceCloud is free to use. Its hosting is funded via Patreon,
+ DiceCloud is free to use, funded via Patreon,
and the source code is available on Github under a GPL license.
- By having a narrrow scope, DiceCloud can be the best at what it
- does: being a fully automated character tracker
+ Add new ability scores, skills, health-bars, and stats to your character.
+ The entire sheet is under your control.
- Equiping items changes your characters stats automatically.
+ Characters are computed in real-time based on their equipment,
+ features, and buffs.
+ Free, Auditable, real-time character tracking for 5th edition
+
+
+ Spend less time shuffling paper, and more time playing the game
+
+
- DiceCloud - Free, Auditable, real-time character tracking for 5th edition
-
-
- Character sheets optimised for one ruleset
+ Custom everything
- Inventory manager
+ Advanced Character Engine
@@ -120,11 +172,16 @@
]"
:key="btn.name"
:href="btn.link"
- text
+ outlined
large
- color="primary"
+ dark
>
{{ btn.name }}
+