Merge branch 'development' of github.com:threefoldtech/www_partners_v2 into development
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<Layout :hiddenHeader="true" :disableScroll="true">
|
<Layout :hiddenHeader="true" :disableScroll="true">
|
||||||
<div class="container sm:pxi-0 mx-auto overflow-x-hidden">
|
<div class="container sm:pxi-0 mx-auto overflow-x-hidden">
|
||||||
<img class="pt-5" src="/img/valuesheader2.png" alt="" />
|
<div class="max-w-xl mx-auto py-10">
|
||||||
|
<img class="" src="/img/valuesheader2.png" alt="" />
|
||||||
|
</div>
|
||||||
<div class="my-4">
|
<div class="my-4">
|
||||||
<nav class="inline-block w-1/4 border-r-2 border-gray-200">
|
<nav class="inline-block w-1/4 border-r-2 border-gray-200">
|
||||||
<a
|
<a
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<Layout>
|
<Layout>
|
||||||
<div
|
<div class="container sm:pxi-0 mx-auto">
|
||||||
class="container sm:pxi-0 mx-auto overflow-hidden"
|
|
||||||
:style="{ height: contentHeight + 'px' }"
|
|
||||||
>
|
|
||||||
<div class="flex flex-wrap with-large pt-8 pb-8 mx-4 sm:-mx-4">
|
<div class="flex flex-wrap with-large pt-8 pb-8 mx-4 sm:-mx-4">
|
||||||
<PostListItem
|
<PostListItem
|
||||||
v-for="edge in $page.entries.edges"
|
v-for="edge in $page.entries.edges"
|
||||||
@@ -71,11 +68,6 @@ export default {
|
|||||||
baseurl: function () {
|
baseurl: function () {
|
||||||
return "";
|
return "";
|
||||||
},
|
},
|
||||||
contentHeight() {
|
|
||||||
if (process.isClient) {
|
|
||||||
return window.innerHeight - 160;
|
|
||||||
}
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<Layout>
|
<Layout>
|
||||||
<div
|
<div class="container sm:pxi-0 mx-auto">
|
||||||
class="container sm:pxi-0 mx-auto overflow-hidden"
|
|
||||||
:style="{ height: contentHeight + 'px' }"
|
|
||||||
>
|
|
||||||
<div class="flex flex-wrap with-large pt-8 pb-8 mx-4 sm:-mx-4">
|
<div class="flex flex-wrap with-large pt-8 pb-8 mx-4 sm:-mx-4">
|
||||||
<PostListItem
|
<PostListItem
|
||||||
v-for="edge in $page.entries.edges"
|
v-for="edge in $page.entries.edges"
|
||||||
@@ -71,11 +68,6 @@ export default {
|
|||||||
baseurl: function () {
|
baseurl: function () {
|
||||||
return "";
|
return "";
|
||||||
},
|
},
|
||||||
contentHeight() {
|
|
||||||
if (process.isClient) {
|
|
||||||
return window.innerHeight - 160;
|
|
||||||
}
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 576 KiB After Width: | Height: | Size: 198 KiB |
Reference in New Issue
Block a user