upadated careers page

This commit is contained in:
Kristine Vilnite
2021-08-02 07:01:08 +00:00
parent 9fa14a721b
commit d420dc025e
7 changed files with 14 additions and 5 deletions

View File

@@ -2,5 +2,5 @@
id: careers
link: /community
title: Join our Community
image: ./threefold_people.png
image: ./tf_people.png
---

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 MiB

After

Width:  |  Height:  |  Size: 14 MiB

View File

@@ -2,5 +2,5 @@
id: community
link: /careers
title: Join our Team
image: ./threefold_people.png
image: ./tf_people.png
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 MiB

View File

@@ -16,7 +16,16 @@
<g-image :src="img(logo.image)" />
</a>
</div>
<div v-if="id == 'community'" class="flex flex-wrap mx-2">
<a
v-for="(logo, idx) in logos"
:key="idx"
:href="logo.url"
class="w-1/2 md:w-1/4 px-12 mb-8"
>
<g-image :src="img(logo.image)" />
</a>
</div>
<div v-else class="flex flex-wrap -mx-8">
<a
v-for="(logo, idx) in logos"

View File

@@ -10,7 +10,7 @@
:src="$page.markdownPage.solution_image.src"
/>
</div>
<div class="container sm:pxi-0 mx-auto overflow-x-hidden py-5">
<div class="">
<Header
v-if="
$page.markdownPage.id !== 'contact' &&
@@ -124,7 +124,7 @@
/>
<SolutionsHeader
class="mt-20"
class="mt-0"
v-if="$page.markdownPage.header"
:header="$page.markdownPage.header"
/>