Update content
This commit is contained in:
@@ -44,6 +44,9 @@
|
||||
<script>
|
||||
export default {
|
||||
props: ["id", "team", "people"],
|
||||
mounted() {
|
||||
console.log(this.people);
|
||||
},
|
||||
};
|
||||
</script>
|
||||
<style>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<g-image class="lg:w-3/4 mx-auto" :src="roadmap.image" />
|
||||
<div
|
||||
v-html="roadmap.content"
|
||||
class="mt-10 mb-8 lg:text-xl text-gray-900"
|
||||
class="mt-10 mb-8 lg:text-xl max-w-3xl mx-auto text-gray-900"
|
||||
></div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -577,45 +577,6 @@
|
||||
>{{ cta.faqbutton3 }}</a
|
||||
>
|
||||
</div>
|
||||
|
||||
<a
|
||||
class="
|
||||
inline-block
|
||||
bg-white
|
||||
text-lg
|
||||
learn-button
|
||||
hover:bg-gray-400
|
||||
px-12
|
||||
py-1
|
||||
my-4
|
||||
border-2
|
||||
shadow
|
||||
border-black
|
||||
"
|
||||
target="_blank"
|
||||
v-if="cta.button && cta.link.includes('http')"
|
||||
:href="cta.link"
|
||||
>{{ cta.button }}</a
|
||||
>
|
||||
|
||||
<a
|
||||
class="
|
||||
inline-block
|
||||
bg-white
|
||||
text-lg
|
||||
learn-button
|
||||
hover:bg-gray-400
|
||||
px-12
|
||||
py-1
|
||||
my-4
|
||||
border-2
|
||||
shadow
|
||||
border-black
|
||||
"
|
||||
v-else
|
||||
:href="cta.link"
|
||||
>{{ cta.button }}</a
|
||||
>
|
||||
</div>
|
||||
|
||||
<!-- support -->
|
||||
@@ -1439,7 +1400,8 @@
|
||||
<h2
|
||||
v-if="cta.title"
|
||||
class="
|
||||
lg:text-6xl
|
||||
text-base
|
||||
lg:text-5xl
|
||||
max-w-3xl
|
||||
mx-auto
|
||||
text-center
|
||||
|
||||
@@ -447,8 +447,8 @@
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
<div class="lg:w-1/2 px-2 self-center text-right">
|
||||
<g-image class="lg:ml-60 mx-auto" :src="image" :alt="brand.title" />
|
||||
<div class="lg:w-1/2 px-2 self-top text-right">
|
||||
<g-image class="lg:ml-40 mx-auto" :src="image" :alt="brand.title" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -506,7 +506,6 @@
|
||||
>
|
||||
<a
|
||||
v-if="brand.btnTxt2"
|
||||
target="_blank"
|
||||
:href="brand.sourceUrl2"
|
||||
class="
|
||||
inline-block
|
||||
|
||||
@@ -447,11 +447,8 @@
|
||||
v-html="excerpt"
|
||||
></div>
|
||||
<div class="quicklinks">
|
||||
<a :href="link" target="_blank"
|
||||
><g-image :src="buttonImg" /></a
|
||||
><a :href="link2" target="_blank"
|
||||
><g-image :src="buttonImg2"
|
||||
/></a>
|
||||
<a :href="link" target="_blank"><g-image :src="buttonImg" style="width:200px"/></a
|
||||
><a :href="link2" target="_blank"><g-image :src="buttonImg2" style="width:150px"/></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -792,6 +789,7 @@ export default {
|
||||
}
|
||||
.quicklinks img {
|
||||
height: auto;
|
||||
/* max-width: 150px; */
|
||||
display: inline-block;
|
||||
-webkit-filter: grayscale(100%);
|
||||
filter: grayscale(100%);
|
||||
|
||||
@@ -167,12 +167,12 @@
|
||||
>
|
||||
<div>
|
||||
<g-image :src="img(product.image)" />
|
||||
<div class="product font-bold text-2xl pt-5">
|
||||
<div class="product font-bold text-2xl">
|
||||
{{ product.title }}
|
||||
</div>
|
||||
<div
|
||||
v-html="product.content"
|
||||
class="product py-10 font-light text-xl px-2"
|
||||
class="product py-5 font-light text-xl px-2"
|
||||
></div>
|
||||
<div v-if="product.button" class="product mb-3 py-5 text-center">
|
||||
<a
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<div class="bg-white">
|
||||
<div
|
||||
v-if="id == 'community'"
|
||||
class="max-w-screen-2xl mx-auto py-6 px-4 sm:px-6 lg:py-12 lg:px-2"
|
||||
class="max-w-screen-xl mx-auto py-6 px-4 sm:px-6 lg:py-12 lg:px-2"
|
||||
>
|
||||
<div
|
||||
v-html="news.content"
|
||||
|
||||
Reference in New Issue
Block a user