upadated careers page
This commit is contained in:
@@ -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 |
@@ -2,5 +2,5 @@
|
||||
id: community
|
||||
link: /careers
|
||||
title: Join our Team
|
||||
image: ./threefold_people.png
|
||||
image: ./tf_people.png
|
||||
---
|
||||
BIN
content/page/community/customCTA/tf_people.png
Normal file
BIN
content/page/community/customCTA/tf_people.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 MiB |
BIN
content/page/community/tf_people.png
Normal file
BIN
content/page/community/tf_people.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 MiB |
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user