-
-
\ No newline at end of file
diff --git a/client/src/views/Home.vue b/client/src/views/Home.vue
index ad15c5b..8fa377c 100644
--- a/client/src/views/Home.vue
+++ b/client/src/views/Home.vue
@@ -1,7 +1,47 @@
+
-
-
-
Home
-
-
+
+
+ home
+
+
+
+
+ The road ahead is long and meandering.
+ But the journey shapes us as much as we shape it.
+
+
+ Wanderhome by Jay Dragon, published by Possum Creek Games, is a pastoral fantasy table-top role-playing game about anthropomorphic animals journeying across a vast landscape, and what they discover about themselves and the world they inhabit along the way.
+
+
+ This quiz will help determine what playbook, or character archetype, you are.
+ You can take the quiz by clicking on the following link:
+
+
+
+
+
+
+
+ Take the Quiz
+
+
+
+
+ This quiz is not affiliated with, endorsed by, or in any way connected to Possum Creek Games.
+ It is a fan project and a programming exercise by someone who loves Jay’s game.
+ I would nevertheless implore you to play Wanderhome if you haven’t already.
+
+
+
+
\ No newline at end of file
diff --git a/client/src/views/Quiz.vue b/client/src/views/Quiz.vue
index 8938220..9877981 100644
--- a/client/src/views/Quiz.vue
+++ b/client/src/views/Quiz.vue
@@ -1,7 +1,20 @@
+
-
-
-
Quiz
+
+
+
+ Take the Quiz
+
+
+ This is the Quiz Console
+
+
-
\ No newline at end of file
diff --git a/client/src/views/about/About.vue b/client/src/views/about/About.vue
new file mode 100644
index 0000000..b88ec75
--- /dev/null
+++ b/client/src/views/about/About.vue
@@ -0,0 +1,46 @@
+
+
+
+
+
+ Background
+
+
+
+
Why I Made This
+
+ Teaching myself programming.
+
+
+ Technical shite
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/client/src/views/about/Acknowledgements.vue b/client/src/views/about/Acknowledgements.vue
new file mode 100644
index 0000000..58cd719
--- /dev/null
+++ b/client/src/views/about/Acknowledgements.vue
@@ -0,0 +1,30 @@
+
+
+
+
+
+ Acknowledgements
+
+
+
+
+ First and foremost, my thanks to Jay Dragon and Possum Creek Games for creating such a magnificent work of art.
+
+
+ I would also like to thank 8bit for his inspiring enthusiasm: I would have arrived at this game a whole lot later if it weren’ for his shilling for it.
+
+
+ And I am deeply grateful to my friends along the way: Claire Bath for being the first playtester of the quiz, and
+
+
+
+
+
+
\ No newline at end of file
diff --git a/client/src/views/about/Index.vue b/client/src/views/about/Index.vue
new file mode 100644
index 0000000..fd4038d
--- /dev/null
+++ b/client/src/views/about/Index.vue
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+ About
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/client/src/views/about/Wanderhome.vue b/client/src/views/about/Wanderhome.vue
new file mode 100644
index 0000000..75e4384
--- /dev/null
+++ b/client/src/views/about/Wanderhome.vue
@@ -0,0 +1,24 @@
+
+
+
+
+
+ About Wanderhome
+
+
+
+
+ Wanderhome is a pastoral fantasy table-top role-playing game by Jay Dragon, published by Possum Creek Games.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/client/tailwind.config.cjs b/client/tailwind.config.cjs
index 6cd0427..3fd8ac3 100644
--- a/client/tailwind.config.cjs
+++ b/client/tailwind.config.cjs
@@ -13,5 +13,7 @@ module.exports = {
},
extend: {},
},
- plugins: [],
+ plugins: [
+ require('@tailwindcss/typography'),
+ ],
}