diff --git a/src/partners/index.md b/src/partners/index.md index 71a34f965..cb04b0295 100644 --- a/src/partners/index.md +++ b/src/partners/index.md @@ -9,6 +9,8 @@ partners_list: - name: Vehikl logo: vehikl.png + description: + Vehikl is a software consultancy specialising in PHP and JavaScript. proficiencies: - VueJs - Laravel diff --git a/themes/vue/layout/partners-page.ejs b/themes/vue/layout/partners-page.ejs index 2815804fc..66298918a 100644 --- a/themes/vue/layout/partners-page.ejs +++ b/themes/vue/layout/partners-page.ejs @@ -8,22 +8,12 @@ <% for (let partner of page.partners_list) { %>
-

<%= partner.name %>

+ +

<%= partner.description %>

-
Proficiencies
-
-
    - <% for (let proficiency of partner.proficiencies) { %> -
  • - <%= proficiency %> -
  • - <% } %> -
-
-
Location @@ -52,6 +42,18 @@
<%- partner.url_text %>
+ +
Proficiencies
+
+
    + <% for (let proficiency of partner.proficiencies) { %> +
  • + <%= proficiency %> +
  • + <% } %> +
+
+