update size and dots
This commit is contained in:
@@ -7,4 +7,4 @@ btnTxt: Know More
|
|||||||
image: p4p_new.png # src/assets/brandPanel/..
|
image: p4p_new.png # src/assets/brandPanel/..
|
||||||
---
|
---
|
||||||
|
|
||||||
The ThreeFold Grid is formed by people connecting capacity to our network. These people are known as farmers. Together with a growing number of farmers, we have achieved a new internet which allows everyone to learn, partake and succeed
|
The ThreeFold Grid is formed by people connecting capacity to our network. These people are known as farmers. Together with a growing number of farmers, we have achieved a new internet which allows everyone to learn, partake and succeed.
|
||||||
|
|||||||
@@ -7,4 +7,4 @@ btnTxt: Know More
|
|||||||
image: zero_os.jpg # src/assets/brandPanel/..
|
image: zero_os.jpg # src/assets/brandPanel/..
|
||||||
---
|
---
|
||||||
|
|
||||||
Zero-OS is an autonomous open-source operating system that supports the peer-to-peer cloud and the deployment of infinitely scalable digital workloads with unparalleled levels of security and privacy
|
Zero-OS is an autonomous open-source operating system that supports the peer-to-peer cloud and the deployment of infinitely scalable digital workloads with unparalleled levels of security and privacy.
|
||||||
|
|||||||
@@ -7,4 +7,4 @@ button: Become a Farmer
|
|||||||
link: https://threefold.io/farming/farming
|
link: https://threefold.io/farming/farming
|
||||||
---
|
---
|
||||||
|
|
||||||
Help us expand the network even further by becoming a ThreeFold Farmer and earn ThreeFold Tokens (TFT), the currency of decentralized data
|
Help us expand the network even further by becoming a ThreeFold Farmer and earn ThreeFold Tokens (TFT), the currency of decentralized data.
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="lg:my-20 flex flex-col mt-5 p-auto lg:px-40">
|
<div class="lg:my-32 flex flex-col mt-5 p-auto lg:px-40">
|
||||||
<h2 class="flex py-2 mx-auto uppercase font-bold lg:text-6xl">
|
<h2 class="flex py-2 mx-auto uppercase font-bold lg:text-6xl">
|
||||||
{{ team.title }}
|
{{ team.title }}
|
||||||
</h2>
|
</h2>
|
||||||
<div
|
<div
|
||||||
class="lg:max-w-6xl text-xl text-center mb-8 mx-auto leading-relaxed"
|
class="lg:max-w-4xl text-xl text-center mb-8 mx-auto leading-relaxed"
|
||||||
v-html="team.content"
|
v-html="team.content"
|
||||||
></div>
|
></div>
|
||||||
<div class="flex overflow-x-scroll pb-10 scrollable">
|
<div class="flex overflow-x-scroll pb-10 scrollable">
|
||||||
|
|||||||
@@ -327,7 +327,7 @@
|
|||||||
|
|
||||||
<div
|
<div
|
||||||
v-else-if="id == 'home' && brandPanel3"
|
v-else-if="id == 'home' && brandPanel3"
|
||||||
class="flex flex-wrap lg:text-left text-center lg:pt-16 lg:px-16"
|
class="flex flex-wrap lg:text-left text-center lg:py-20 lg:px-16"
|
||||||
>
|
>
|
||||||
<div class="lg:w-1/2 lg:px-20 order-1 lg:order-none lg:self-center">
|
<div class="lg:w-1/2 lg:px-20 order-1 lg:order-none lg:self-center">
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
|
|||||||
@@ -318,7 +318,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="flex flex-wrap text-center lg:text-left lg:pt-10 -mx-2"
|
class="flex flex-wrap text-center lg:text-left lg:pt-10 lg:pb-10 -mx-2"
|
||||||
v-else-if="id == 'home'"
|
v-else-if="id == 'home'"
|
||||||
>
|
>
|
||||||
<div class="px-3 lg:mt-5 order-1 lg:order-none mx-auto text-center">
|
<div class="px-3 lg:mt-5 order-1 lg:order-none mx-auto text-center">
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="py-10 pb-8 px-4 text-center">
|
<section class="lg:py-20 pb-8 px-4 text-center">
|
||||||
<div class="mx-auto mb-4" v-if="main">
|
<div class="mx-auto mb-4" v-if="main">
|
||||||
<h2
|
<h2
|
||||||
class="lg:text-6xl uppercase leading-tight mb-0 font-light"
|
class="lg:text-6xl uppercase leading-tight mb-0 font-light"
|
||||||
|
|||||||
Reference in New Issue
Block a user