Merge branch 'development' of github.com:threefoldfoundation/www_threefold_io into development

This commit is contained in:
samaradel
2021-04-06 14:15:07 +02:00
5 changed files with 10 additions and 10 deletions

View File

@@ -16,14 +16,14 @@
class="pt-10 pb-10 px-6 sm:pt-16 sm:px-10 lg:py-16 lg:pr-0 xl:py-20 xl:px-15" class="pt-10 pb-10 px-6 sm:pt-16 sm:px-10 lg:py-16 lg:pr-0 xl:py-20 xl:px-15"
> >
<div class="lg:self-center"> <div class="lg:self-center">
<h2 class="text-3xl leading-9 font-extrabold sm:leading-10"> <h2 class="text-4xl mb-2 uppercase leading-tight font-semibold font-heading">
<span class="block">{{ brand.title }}</span> <span class="block">{{ brand.title }}</span>
<span class="block" v-if="brand.subtitle">{{ <span class="block" v-if="brand.subtitle">{{
brand.subtitle brand.subtitle
}}</span> }}</span>
</h2> </h2>
<div <div
class="py-6 mt-4 text-lg leading-6" class="py-6 mt-4 text-gray-600"
v-html="brand.content" v-html="brand.content"
></div> ></div>
<a <a
@@ -54,7 +54,7 @@
}}</span> }}</span>
</h2> </h2>
<div <div
class="py-6 mt-4 text-lg leading-6 text-white" class="py-6 mt-4 mx-4 text-white"
v-html="brand.content" v-html="brand.content"
></div> ></div>
<!-- <a <!-- <a

View File

@@ -9,7 +9,7 @@
> >
<div class="lg:self-center"> <div class="lg:self-center">
<h2 <h2
class="text-3xl leading-9 font-extrabold sm:leading-10" class="text-4xl mb-2 uppercase leading-tight font-semibold font-heading"
> >
<span class="block">{{ brand.title }}</span> <span class="block">{{ brand.title }}</span>
<span class="block" v-if="brand.subtitle">{{ <span class="block" v-if="brand.subtitle">{{
@@ -17,7 +17,7 @@
}}</span> }}</span>
</h2> </h2>
<div <div
class="py-6 mt-4 text-lg leading-6" class="py-6 mt-4 text-gray-600"
v-html="brand.content" v-html="brand.content"
></div> ></div>
<a <a

View File

@@ -18,7 +18,7 @@
</span> </span>
<div <div
class="mb-8 text-center text-lg mx-10 text-gray-800" class="mb-8 text-center text-md mx-10 text-gray-600"
v-html="excerpt" v-html="excerpt"
></div> ></div>
<div v-if="button"> <div v-if="button">
@@ -53,7 +53,7 @@
<span class="text-center uppercase mb-6 leading-none text-4xl font-black font-heading">{{ slogan }}</span> <span class="text-center uppercase mb-6 leading-none text-4xl font-black font-heading">{{ slogan }}</span>
</h1> </h1>
<div <div
class="mb-8 text-center text-gray-700 leading-relaxed" class="mb-8 text-center text-gray-600 leading-relaxed"
v-html="excerpt" v-html="excerpt"
></div> ></div>
<div v-if="button" class="block text-center"> <div v-if="button" class="block text-center">

View File

@@ -7,7 +7,7 @@
> >
{{ main.title }} {{ main.title }}
</h2> </h2>
<p v-if="main !== null" class="mb-6 text-m tracking-widest text-gray-800"> <p v-if="main !== null" class="mb-6 text-gray-600">
{{ main.subtitle }} {{ main.subtitle }}
</p> </p>
</div> </div>

View File

@@ -6,11 +6,11 @@
class="space-y-5 text-center sm:space-y-4 md:max-w-xl lg:max-w-3xl xl:max-w-none" class="space-y-5 text-center sm:space-y-4 md:max-w-xl lg:max-w-3xl xl:max-w-none"
> >
<h2 <h2
class="text-3xl leading-9 font-extrabold tracking-tight sm:text-4xl" class="text-4xl mb-2 leading-tight font-semibold font-heading"
> >
{{ main.title }} {{ main.title }}
</h2> </h2>
<p class="text-xl leading-7 text-black-500"> <p class="text-gray-600">
{{ main.description }} {{ main.description }}
</p> </p>
</div> </div>