Merge branch 'development' of github.com:threefoldfoundation/www_threefold_io into development
|
Before Width: | Height: | Size: 184 KiB |
@@ -1,4 +1,4 @@
|
||||
---
|
||||
id: slide1
|
||||
img: ./bg_1.jpg
|
||||
img: ./solidaridad.png
|
||||
---
|
||||
|
||||
BIN
content/page/tft/carousel/Slide1/solidaridad.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
4
content/page/tft/carousel/Slide10/index.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
id: slide9
|
||||
img: ./tomochain.png
|
||||
---
|
||||
BIN
content/page/tft/carousel/Slide10/tomochain.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 101 KiB |
BIN
content/page/tft/carousel/Slide2/hpe.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
@@ -1,4 +1,4 @@
|
||||
---
|
||||
id: slide2
|
||||
img: ./bg_2.jpg
|
||||
img: ./hpe.png
|
||||
---
|
||||
|
||||
|
Before Width: | Height: | Size: 184 KiB |
BIN
content/page/tft/carousel/Slide3/digitalbyte.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
@@ -1,4 +1,4 @@
|
||||
---
|
||||
id: slide3
|
||||
img: ./bg_3.jpg
|
||||
img: ./digitalbyte.png
|
||||
---
|
||||
|
||||
|
Before Width: | Height: | Size: 263 KiB |
BIN
content/page/tft/carousel/Slide4/dash.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
@@ -1,4 +1,4 @@
|
||||
---
|
||||
id: slide4
|
||||
img: ./bg_4.jpg
|
||||
img: ./dash.png
|
||||
---
|
||||
|
||||
|
Before Width: | Height: | Size: 373 KiB |
@@ -1,4 +1,4 @@
|
||||
---
|
||||
id: slide5
|
||||
img: ./bg_5.jpg
|
||||
img: ./saspelabs.png
|
||||
---
|
||||
|
||||
BIN
content/page/tft/carousel/Slide5/saspelabs.png
Normal file
|
After Width: | Height: | Size: 9.9 KiB |
|
Before Width: | Height: | Size: 173 KiB |
@@ -1,4 +1,4 @@
|
||||
---
|
||||
id: slide6
|
||||
img: ./bg_6.jpg
|
||||
img: ./matic.png
|
||||
---
|
||||
|
||||
BIN
content/page/tft/carousel/Slide6/matic.png
Normal file
|
After Width: | Height: | Size: 8.3 KiB |
|
Before Width: | Height: | Size: 252 KiB |
@@ -1,4 +1,4 @@
|
||||
---
|
||||
id: slide7
|
||||
img: ./bg_7.jpg
|
||||
img: ./presearch.png
|
||||
---
|
||||
|
||||
BIN
content/page/tft/carousel/Slide7/presearch.png
Normal file
|
After Width: | Height: | Size: 5.3 KiB |
4
content/page/tft/carousel/Slide8/index.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
id: slide8
|
||||
img: ./neo.png
|
||||
---
|
||||
BIN
content/page/tft/carousel/Slide8/neo.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
4
content/page/tft/carousel/Slide9/index.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
id: slide9
|
||||
img: ./seeds.png
|
||||
---
|
||||
BIN
content/page/tft/carousel/Slide9/seeds.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
@@ -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]
|
||||
|
||||
|
Before Width: | Height: | Size: 172 KiB After Width: | Height: | Size: 171 KiB |
@@ -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) {
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||