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

This commit is contained in:
samaradel
2021-08-19 12:50:59 +02:00
33 changed files with 35 additions and 13 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 184 KiB

View File

@@ -1,4 +1,4 @@
---
id: slide1
img: ./bg_1.jpg
img: ./solidaridad.png
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

@@ -0,0 +1,4 @@
---
id: slide9
img: ./tomochain.png
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -1,4 +1,4 @@
---
id: slide2
img: ./bg_2.jpg
img: ./hpe.png
---

Binary file not shown.

Before

Width:  |  Height:  |  Size: 184 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -1,4 +1,4 @@
---
id: slide3
img: ./bg_3.jpg
img: ./digitalbyte.png
---

Binary file not shown.

Before

Width:  |  Height:  |  Size: 263 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -1,4 +1,4 @@
---
id: slide4
img: ./bg_4.jpg
img: ./dash.png
---

Binary file not shown.

Before

Width:  |  Height:  |  Size: 373 KiB

View File

@@ -1,4 +1,4 @@
---
id: slide5
img: ./bg_5.jpg
img: ./saspelabs.png
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 KiB

View File

@@ -1,4 +1,4 @@
---
id: slide6
img: ./bg_6.jpg
img: ./matic.png
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 252 KiB

View File

@@ -1,4 +1,4 @@
---
id: slide7
img: ./bg_7.jpg
img: ./presearch.png
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@@ -0,0 +1,4 @@
---
id: slide8
img: ./neo.png
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -0,0 +1,4 @@
---
id: slide9
img: ./seeds.png
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -14,7 +14,7 @@ link: /
cta: tft_cta
brandPanel: tft_brandPanel
card: tft_card
carousel: [slide1, slide2, slide3, slide4, slide5, slide6 , slide7]
carousel: [slide1, slide2, slide3, slide4, slide5, slide6 , slide7 , slide8 , slide9 , slide10]
sliderMain: slider_main
useTftMain: useTft_main
tftUses: [col1, col2, col3]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 KiB

After

Width:  |  Height:  |  Size: 171 KiB

View File

@@ -34,7 +34,7 @@ h1, h2 {
.tft_section h1{
font-family: 'Oswald', sans-serif !important;
font-size: 6rem;
font-size: 5rem;
}
.tft_section h2{
@@ -206,6 +206,16 @@ text-5xl {
}
}
@media (max-width: 480px) {
.tft_section h1{
font-size: 4rem;
}
.tft_section h2{
font-size: 3rem;
}
}
@media (min-width: 768px) {
.with-large > .flex-post:nth-child(5n),
.with-large > .flex-post:nth-child(5n-1) {

View File

@@ -1,5 +1,5 @@
<template>
<div class="my-20 tft_section">
<div class="my-20 tft_section px-10">
<div v-if="main" class="text-center mx-2">
<h2 class="text-8xl uppercase leading-none font-heading my-0">{{ main.title }}</h2>
<h2 v-if="main.subtitle" class="text-8xl uppercase leading-none font-heading mt-0">{{ main.subtitle }}</h2>

View File

@@ -166,9 +166,9 @@
v-else-if="id == 'tft'"
>
<div class="lg:w-1/2 px-2 lg:pr-20 lg:mt-10 order-1 lg:order-none text-center">
<h2 class="text-8xl mb-6 mt-20 leading-none font-heading">
<h1 class="text-8xl mb-6 mt-20 leading-none font-heading">
{{ title }}
</h2>
</h1>
<div class="mb-8 text-gray-800 text-3xl tft_subtitle" v-html="excerpt"></div>
<div v-if="button">
<a

View File

@@ -22,7 +22,7 @@
lg:gap-x-8
"
>
<div v-for="(section, index) in sections" :key="index" class="p-6">
<div v-for="(section, index) in sections" :key="index" class="p-5">
<div class="leading-6">
<h1 class="text-9xl font-bold uppercase mt-0" v-if="section.title">
{{ section.title }}