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

This commit is contained in:
samaradel
2021-09-20 15:45:00 +02:00
5 changed files with 15 additions and 17 deletions

View File

@@ -4,11 +4,12 @@
<h1 <h1
class=" class="
text-md text-md
lg:text-6xl lg:text-5xl
text-gray-900 text-gray-900
font-bold font-bold
sm:text-9xl sm:text-9xl
leading-tight leading-tight
lg:max-w-2xl
" "
> >
{{ main.title }} {{ main.title }}
@@ -18,12 +19,12 @@
v-html="main.content" v-html="main.content"
></div> ></div>
</div> </div>
<div class="flex flex-col my-1 px-1 lg:w-1/2 overflow-hidden"> <div class="flex flex-col my-1 lg:px-4 lg:w-1/2 overflow-hidden">
<g-image :src="mainItem.image" class="w-3/4 mx-auto" /> <g-image :src="mainItem.image" class="w-3/4 mx-auto" />
<div class="flex-1 bg-white p-6 flex flex-col justify-between"> <div class="flex-1 bg-white p-6 flex flex-col justify-between">
<div class="flex-1"> <div class="flex-1">
<div <div
class="mt-3 text-lg lg:text-2xl leading-tight text-gray-800" class="mt-3 text-lg lg:text-xl leading-tight text-gray-800"
v-html="mainItem.content" v-html="mainItem.content"
></div> ></div>
</div> </div>
@@ -31,14 +32,14 @@
</div> </div>
<!-- Column Content --> <!-- Column Content -->
<div class="flex flex-col my-1 px-1 lg:w-1/2 overflow-hidden"> <div class="flex flex-col my-1 px-4 lg:w-1/2 overflow-hidden">
<div class="flex my-10" v-for="info in marketInfo" :key="info.id"> <div class="flex my-10" v-for="info in marketInfo" :key="info.id">
<div class="flex-shrink-0"> <div class="flex-shrink-0">
<g-image :src="info.image" class="h-24 w-24" /> <g-image :src="info.image" class="h-28 w-28" />
</div> </div>
<div class="ml-4"> <div class="ml-4">
<div <div
class="mt-5 text-xl leading-6 text-gray-900" class="mt-5 lg:mx-10 text-xl leading-6 text-gray-900"
v-html="info.content" v-html="info.content"
></div> ></div>
</div> </div>

View File

@@ -23,16 +23,13 @@
<div class="px-4 lg:w-1/2 lg:ml-auto sm:px-8 xl:pr-16"> <div class="px-4 lg:w-1/2 lg:ml-auto sm:px-8 xl:pr-16">
<h2 <h2
class=" class="
text-xl
tracking-tight tracking-tight
leading-10 leading-10
font-bold font-bold
text-gray-900 text-gray-900
sm:text-5xl
sm:leading-none sm:leading-none
md:text-6xl
lg:text-5xl lg:text-5xl
xl:text-6xl max-w-2xl
" "
> >
{{ tft.title }} {{ tft.title }}

View File

@@ -787,14 +787,14 @@
</h2> </h2>
<div <div
v-html="cta.content" v-html="cta.content"
class="mt-6 mb-8 max-w-3xl mx-auto lg:text-2xl text-gray-800" class="mt-6 mb-8 max-w-3xl mx-auto lg:text-xl text-gray-800"
></div> ></div>
<g-image :src="cta.image" class="mx-auto w-full my-10" /> <g-image :src="cta.image" class="mx-auto w-full my-10" />
<a <a
class=" class="
inline-block inline-block
bg-white bg-white
text-lg lg:text-lg
learn-button learn-button
hover:bg-gray-400 hover:bg-gray-400
px-12 px-12
@@ -814,7 +814,7 @@
class=" class="
inline-block inline-block
bg-white bg-white
text-lg lg:text-lg
learn-button learn-button
hover:bg-gray-400 hover:bg-gray-400
px-12 px-12

View File

@@ -316,13 +316,13 @@
<section class="py-24 px-4 text-center" v-else-if="id == 'token'"> <section class="py-24 px-4 text-center" v-else-if="id == 'token'">
<h2 <h2
class=" class="
text-4xl text-5xl
lg:max-w-sm
mx-auto mx-auto
leading-tight leading-tight
mb-6 mb-6
font-bold font-heading font-bold font-heading
uppercase uppercase
lg:max-w-2xl
" "
> >
{{ main.title }} {{ main.title }}

View File

@@ -360,10 +360,10 @@
<div class="w-1/2 mx-auto px-2 self-center"> <div class="w-1/2 mx-auto px-2 self-center">
<g-image :src="img" :alt="altImg" /> <g-image :src="img" :alt="altImg" />
</div> </div>
<h2 class="lg:text-8xl uppercase mb-6 mt-20 leading-none font-heading"> <h2 class="text-8xl uppercase mb-6 mt-20 leading-none font-heading">
{{ title }} {{ title }}
</h2> </h2>
<div class="mb-8 text-2xl leading-relaxed" v-html="excerpt"></div> <div class="mb-8 text-xl leading-relaxed" v-html="excerpt"></div>
</div> </div>
</div> </div>