From ee74b6d469a7215d471d7354b37a3c7d47f63310 Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Mon, 18 Oct 2021 13:49:45 +0200 Subject: [PATCH] feat(page): added /about page --- components/GithubContributors.vue | 51 ++++++++++++++ pages/about.vue | 106 ++++++++++++++++++++++++------ 2 files changed, 138 insertions(+), 19 deletions(-) create mode 100644 components/GithubContributors.vue diff --git a/components/GithubContributors.vue b/components/GithubContributors.vue new file mode 100644 index 00000000..c9652fb9 --- /dev/null +++ b/components/GithubContributors.vue @@ -0,0 +1,51 @@ + + + + + diff --git a/pages/about.vue b/pages/about.vue index 8c759e55..7f5c1db6 100644 --- a/pages/about.vue +++ b/pages/about.vue @@ -1,38 +1,106 @@