Merge branch 'development' of github.com:threefoldfoundation/www_threefold_io into development
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
|
||||
<a
|
||||
class="inline-block bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full"
|
||||
target="_blank"
|
||||
v-if="cta.button"
|
||||
:href="cta.link"
|
||||
>{{ cta.button }}</a
|
||||
|
||||
@@ -26,12 +26,26 @@
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<a
|
||||
<!-- <a
|
||||
v-if="main.button"
|
||||
class="bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 rounded shadow rounded-full"
|
||||
:href="main.link"
|
||||
>{{ main.button }}</a
|
||||
>
|
||||
> -->
|
||||
|
||||
<a
|
||||
v-if="main.link.includes('http')"
|
||||
target="_blank"
|
||||
:href="main.link"
|
||||
class="bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 rounded shadow rounded-full"
|
||||
>{{ main.button }}</a
|
||||
>
|
||||
<g-link
|
||||
v-else
|
||||
:href="main.link"
|
||||
class="bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 rounded shadow rounded-full"
|
||||
>{{ main.button }}</g-link
|
||||
>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="">
|
||||
<div class="max-w-screen-xl mx-auto py-16">
|
||||
<div class="max-w-screen-xl mx-auto py-24">
|
||||
<div
|
||||
class="brandpanel bg-gray-900 rounded-lg shadow-xl overflow-hidden lg:grid lg:grid-cols-2 lg:gap-4"
|
||||
>
|
||||
|
||||
@@ -187,13 +187,13 @@
|
||||
<a
|
||||
class="leading-6 text-gray-500 hover:text-gray-900"
|
||||
target="_blank"
|
||||
href="https://new.threefold.io/info/legal#/legal__terms_conditions_websites"
|
||||
href="https://threefold.io/info/legal#/legal__terms_conditions_websites"
|
||||
>Terms & Conditions |
|
||||
</a>
|
||||
<a
|
||||
class="leading-6 text-gray-500 hover:text-gray-900"
|
||||
target="_blank"
|
||||
href="https://new.threefold.io/info/legal#/legal__privacypolicy"
|
||||
href="https://threefold.io/info/legal#/legal__privacypolicy"
|
||||
>Privacy Policy |
|
||||
</a>
|
||||
<a
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
<section class="py-12 px-4">
|
||||
<div class="flex flex-wrap items-center text-center lg:text-left -mx-2">
|
||||
<div class="lg:w-1/2 px-2 lg:pr-10 mt-10 lg:mt-0 order-1 lg:order-none">
|
||||
<h2 class="text-6xl mb-6 leading-tight font-bold font-heading">
|
||||
<span class="text-teal-200">{{ slogan }}</span
|
||||
<h2 class="text-6xl mb-6 leading-none font-extrabold font-heading">
|
||||
<span class="text-blue-600">{{ slogan }}</span
|
||||
> {{ title }}
|
||||
</h2>
|
||||
<div class="mb-8 text-gray-700 leading-relaxed" v-html="excerpt"></div>
|
||||
|
||||
@@ -5,12 +5,13 @@
|
||||
{{ main.title }}
|
||||
</h2>
|
||||
<p v-if="main !== null" class="mb-6 text-m tracking-widest text-gray-800">{{ main.subtitle }}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="grid grid-cols-1 gap-4 sm:grid-cols-3">
|
||||
<div class="grid grid-cols-1 gap-4 sm:grid-cols-2">
|
||||
|
||||
<a
|
||||
v-for="(product, idx) in products"
|
||||
target="_blank"
|
||||
:key="idx"
|
||||
:href="product.url"
|
||||
class="m-auto rounded overflow-hidden transition duration-500"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="bg-white">
|
||||
<div class="max-w-screen-xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8">
|
||||
<div class="max-w-screen-xl mx-auto py-12 px-4 sm:px-6 lg:py-24 lg:px-2">
|
||||
<div
|
||||
v-html="news.content"
|
||||
class="text-center text-4xl font-semibold leading-tight font-heading"
|
||||
|
||||
Reference in New Issue
Block a user