update css about page
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="pb-10 px-4 bg-cover text-center">
|
<section class="pb-10 px-4 bg-cover text-center">
|
||||||
<div class="w-full mx-auto">
|
<div class="w-full mx-auto">
|
||||||
<g-image :src="roadmap.image" />
|
<g-image class="lg:w-3/4 mx-auto" :src="roadmap.image" />
|
||||||
<div
|
<div
|
||||||
v-html="roadmap.content"
|
v-html="roadmap.content"
|
||||||
class="mt-10 mb-8 lg:text-2xl text-gray-900"
|
class="mt-10 mb-8 lg:text-xl text-gray-900"
|
||||||
></div>
|
></div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<section
|
<section
|
||||||
class="lg:pb-20 px-4 bg-cover text-center"
|
class="px-4 bg-cover text-center"
|
||||||
:class="{
|
:class="{
|
||||||
pink: id == 'home' && !lastCta,
|
pink: id == 'home' && !lastCta,
|
||||||
green: id == 'about-us' && lastCta,
|
green: id == 'about-us' && lastCta,
|
||||||
@@ -8,7 +8,7 @@
|
|||||||
>
|
>
|
||||||
<!-- about-us -->
|
<!-- about-us -->
|
||||||
<div
|
<div
|
||||||
class="w-full max-w-2xl mx-auto py-12"
|
class="w-full max-w-2xl mx-auto lg:py-20"
|
||||||
v-if="id == 'about-us' && !textOnly && !lastCta"
|
v-if="id == 'about-us' && !textOnly && !lastCta"
|
||||||
>
|
>
|
||||||
<h2
|
<h2
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
</h2>
|
</h2>
|
||||||
<div
|
<div
|
||||||
v-html="cta.content"
|
v-html="cta.content"
|
||||||
class="mt-6 mb-8 lg:text-2xl text-gray-800"
|
class="mt-6 mb-8 lg:text-xl text-gray-800"
|
||||||
></div>
|
></div>
|
||||||
<g-image :src="cta.image" class="my-10" />
|
<g-image :src="cta.image" class="my-10" />
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@
|
|||||||
class="
|
class="
|
||||||
inline-block
|
inline-block
|
||||||
bg-white
|
bg-white
|
||||||
text-sm
|
text-xl
|
||||||
learn-button
|
learn-button
|
||||||
hover:bg-gray-400
|
hover:bg-gray-400
|
||||||
px-12
|
px-12
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
class="
|
class="
|
||||||
inline-block
|
inline-block
|
||||||
bg-white
|
bg-white
|
||||||
text-sm
|
text-xl
|
||||||
learn-button
|
learn-button
|
||||||
hover:bg-gray-400
|
hover:bg-gray-400
|
||||||
px-12
|
px-12
|
||||||
@@ -111,7 +111,7 @@
|
|||||||
</h2>
|
</h2>
|
||||||
<div
|
<div
|
||||||
v-html="cta.content"
|
v-html="cta.content"
|
||||||
class="mt-6 mb-8 lg:text-2xl text-gray-800"
|
class="mt-6 mb-8 lg:text-xl text-gray-800"
|
||||||
></div>
|
></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -147,13 +147,13 @@
|
|||||||
</h2>
|
</h2>
|
||||||
<div
|
<div
|
||||||
v-html="cta.content"
|
v-html="cta.content"
|
||||||
class="mt-6 mb-8 lg:text-2xl text-gray-800"
|
class="mt-6 mb-8 lg:text-xl text-gray-800"
|
||||||
></div>
|
></div>
|
||||||
<a
|
<a
|
||||||
class="
|
class="
|
||||||
inline-block
|
inline-block
|
||||||
bg-white
|
bg-white
|
||||||
text-sm
|
text-lg
|
||||||
learn-button
|
learn-button
|
||||||
hover:bg-gray-400
|
hover:bg-gray-400
|
||||||
px-12
|
px-12
|
||||||
@@ -174,7 +174,7 @@
|
|||||||
class="
|
class="
|
||||||
inline-block
|
inline-block
|
||||||
bg-white
|
bg-white
|
||||||
text-sm
|
text-lg
|
||||||
learn-button
|
learn-button
|
||||||
hover:bg-gray-400
|
hover:bg-gray-400
|
||||||
px-12
|
px-12
|
||||||
|
|||||||
@@ -254,7 +254,7 @@
|
|||||||
<!-- About us -->
|
<!-- About us -->
|
||||||
<div
|
<div
|
||||||
v-else-if="id == 'about-us' && !brandPanel2 && !brandPanel3"
|
v-else-if="id == 'about-us' && !brandPanel2 && !brandPanel3"
|
||||||
class="flex flex-wrap text-left"
|
class="flex flex-wrap text-left lg:my-10"
|
||||||
>
|
>
|
||||||
<div class="lg:w-1/2 px-2 self-center">
|
<div class="lg:w-1/2 px-2 self-center">
|
||||||
<g-image class="mx-auto" :src="image" :alt="brand.title" />
|
<g-image class="mx-auto" :src="image" :alt="brand.title" />
|
||||||
@@ -271,7 +271,7 @@
|
|||||||
class="
|
class="
|
||||||
py-6
|
py-6
|
||||||
mt-4
|
mt-4
|
||||||
text-gray-900 text-2xl
|
text-xl
|
||||||
leading-tight
|
leading-tight
|
||||||
tracking-wide
|
tracking-wide
|
||||||
"
|
"
|
||||||
@@ -301,7 +301,7 @@
|
|||||||
|
|
||||||
<div
|
<div
|
||||||
v-else-if="id == 'about-us' && brandPanel2"
|
v-else-if="id == 'about-us' && brandPanel2"
|
||||||
class="flex flex-wrap lg:text-left lg:pt-16 px-4"
|
class="flex flex-wrap lg:text-left lg:pt-16 px-4 lg:mb-20"
|
||||||
>
|
>
|
||||||
<div class="lg:w-1/2 px-2 lg:mt-10 order-1 lg:order-none">
|
<div class="lg:w-1/2 px-2 lg:mt-10 order-1 lg:order-none">
|
||||||
<div class="lg:self-center">
|
<div class="lg:self-center">
|
||||||
@@ -345,7 +345,7 @@
|
|||||||
|
|
||||||
<div
|
<div
|
||||||
v-else-if="id == 'about-us' && brandPanel3"
|
v-else-if="id == 'about-us' && brandPanel3"
|
||||||
class="flex flex-wrap lg:text-left lg:pt-16 px-4"
|
class="flex flex-wrap lg:text-left lg:py-12 px-4"
|
||||||
>
|
>
|
||||||
<div class="lg:w-1/2 px-2 self-center">
|
<div class="lg:w-1/2 px-2 self-center">
|
||||||
<g-image :src="image" :alt="brand.title" />
|
<g-image :src="image" :alt="brand.title" />
|
||||||
@@ -359,7 +359,7 @@
|
|||||||
}}</span>
|
}}</span>
|
||||||
</h2>
|
</h2>
|
||||||
<div
|
<div
|
||||||
class="pb-6 text-gray-900 text-2xl leading-tight tracking-wide"
|
class="pb-6 text-gray-900 text-xl leading-tight tracking-wide"
|
||||||
v-html="brand.content"
|
v-html="brand.content"
|
||||||
></div>
|
></div>
|
||||||
<a
|
<a
|
||||||
|
|||||||
@@ -93,7 +93,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="flex flex-wrap text-center items-center lg:text-left lg:mt-4 -mx-2"
|
class="flex flex-wrap text-center items-center lg:text-left lg:mb-10 lg:mt-4 -mx-2"
|
||||||
v-else-if="id == 'about-us'"
|
v-else-if="id == 'about-us'"
|
||||||
>
|
>
|
||||||
<div class="lg:w-1/2 px-2 lg:pr-10 lg:mt-10 order-1 lg:order-none">
|
<div class="lg:w-1/2 px-2 lg:pr-10 lg:mt-10 order-1 lg:order-none">
|
||||||
@@ -116,9 +116,11 @@
|
|||||||
mb-8
|
mb-8
|
||||||
px-10
|
px-10
|
||||||
text-center
|
text-center
|
||||||
lg:text-xl
|
text-xl
|
||||||
text-extrabold
|
text-extrabold
|
||||||
leading-tight
|
leading-tight
|
||||||
|
lg:max-w-2xl
|
||||||
|
mx-auto
|
||||||
"
|
"
|
||||||
v-html="excerpt"
|
v-html="excerpt"
|
||||||
></div>
|
></div>
|
||||||
@@ -129,7 +131,7 @@
|
|||||||
class="
|
class="
|
||||||
inline-block
|
inline-block
|
||||||
bg-white
|
bg-white
|
||||||
text-sm
|
text-lg
|
||||||
learn-button
|
learn-button
|
||||||
hover:bg-gray-400
|
hover:bg-gray-400
|
||||||
bo
|
bo
|
||||||
@@ -149,7 +151,7 @@
|
|||||||
class="
|
class="
|
||||||
inline-block
|
inline-block
|
||||||
bg-white
|
bg-white
|
||||||
text-sm
|
text-lg
|
||||||
learn-button
|
learn-button
|
||||||
hover:bg-gray-400
|
hover:bg-gray-400
|
||||||
bo
|
bo
|
||||||
|
|||||||
Reference in New Issue
Block a user