From bf233875e940c77893b7bbd39443144927e01f69 Mon Sep 17 00:00:00 2001 From: samaradel Date: Sun, 15 Nov 2020 11:30:11 +0200 Subject: [PATCH] Replace linkedin menu --- src/templates/Person.vue | 47 +++++++++------ src/templates/Project.vue | 121 +++++++++++++++++++------------------- 2 files changed, 88 insertions(+), 80 deletions(-) diff --git a/src/templates/Person.vue b/src/templates/Person.vue index d96605341..4bace9c62 100644 --- a/src/templates/Person.vue +++ b/src/templates/Person.vue @@ -9,9 +9,21 @@ >
-

{{ $page.person.name }}

- -

{{ $page.person.bio }}

+

+ {{ $page.person.name }} + + + +

+ +

+ {{ $page.person.bio }} +

{{ $page.person.belongsTo.totalCount }} Projects  ·  @@ -33,23 +45,20 @@   --> - - -
-
-
-
+
+
+
@@ -142,18 +151,18 @@ import Pagination from "~/components/Pagination.vue"; export default { components: { Pagination, - PostListItem + PostListItem, }, computed: { - postLabel: function() { + postLabel: function () { var pluralize = require("pluralize"); return pluralize("post", this.$page.person.belongsTo.totalCount); - } + }, }, metaInfo() { return { - title: this.$page.person.name + title: this.$page.person.name, }; - } + }, }; diff --git a/src/templates/Project.vue b/src/templates/Project.vue index 9af943bbc..7d1ba7809 100644 --- a/src/templates/Project.vue +++ b/src/templates/Project.vue @@ -9,14 +9,8 @@ >
-

{{ $page.project.title }}

- -

{{ $page.project.bio }}

-
-
- -
- +

+ {{ $page.project.title }} +

+ +

+ {{ $page.project.bio }} +

+
+
+
+
+
+
    +
  • + + + +
  • +
+
+
+
+
+
- -
-
-
-
-
-
-
    -
  • - - - -
  • -
-
-
-
-
- -
-
-
-
+
+
+
-
- -
-
-
+
+ +
+
+
  • - + -
@@ -112,9 +111,9 @@ {{ $page.project.status }}

-
-
-
+
+
+