updatenewsletter

This commit is contained in:
2021-09-21 13:19:48 +02:00
parent 6d26e0e05e
commit 639154603b
3 changed files with 13 additions and 17 deletions

View File

@@ -15,6 +15,12 @@ navLinks:
link: /token
external: false
expandable: false
- name: How It Works
link: /how-it-works
external : false
expandble : false
- name: Community
link: "" # /dropdown

View File

@@ -1,37 +1,29 @@
<template>
<section class="text-gray-600 body-font">
<section class="body-font">
<div class="mx-auto flex py-24 md:flex-row flex-col items-center">
<div
class="
lg:pl-24
md:w-1/2
lg:pr-24
md:pr-16
lg:w-1/2
flex flex-col
md:items-start
md:text-left
mb-16
md:mb-0
mx-4
items-center
text-center
"
>
<h1
class="
max-w-xs
title-font
sm:text-4xl
text-3xl
mb-4
font-bold
uppercase
text-gray-900
text-5xl uppercase mb-0 leading-tight font-semibold font-heading
"
>
{{ subscribe.title }}
</h1>
<div
class="max-w-md mb-8 leading-relaxed"
class="my-8 lg:text-xl"
v-html="subscribe.content"
></div>
<div class="flex w-full md:justify-start justify-center items-end">

View File

@@ -108,15 +108,13 @@
v-if="$page.markdownPage.solution_image"
:src="$page.markdownPage.solution_image.src"
/> -->
</div>
<div class="container-fluid sm:pxi-0 mx-auto overflow-x-hidden">
<SplitWithForm
v-if="$page.markdownPage.subscribe"
:id="$page.markdownPage.id"
:subscribe="$page.markdownPage.subscribe"
/>
</div>
<div class="container mx-auto sm:pxi-0 overflow-x-hidden">
<CallToAction
v-if="$page.markdownPage.cta2"
:id="$page.markdownPage.id"