Fix duplicated ids

This commit is contained in:
samaradel
2021-08-16 15:07:29 +02:00
parent b2d6ed5386
commit f0fde8b93d
17 changed files with 18 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
--- ---
id: tele_1 id: support_tele_1
image: ./tf_main_channel.png image: ./tf_main_channel.png
url: https://t.me/threefold url: https://t.me/threefold
--- ---

View File

@@ -1,5 +1,5 @@
--- ---
id: tele_2 id: support_tele_2
image: ./tf_news_updates.png image: ./tf_news_updates.png
url: https://t.me/threefoldnews url: https://t.me/threefoldnews
--- ---

View File

@@ -1,5 +1,5 @@
--- ---
id: tele_3 id: support_tele_3
image: ./tf_testing.png image: ./tf_testing.png
url: https://t.me/joinchat/BwOvOxxgK59GmRoZ2_sM0w url: https://t.me/joinchat/BwOvOxxgK59GmRoZ2_sM0w
--- ---

View File

@@ -1,5 +1,5 @@
--- ---
id: tele_4 id: support_tele_4
image: ./tf_farming.png image: ./tf_farming.png
url: https://t.me/threefoldfarmers url: https://t.me/threefoldfarmers
--- ---

View File

@@ -1,5 +1,5 @@
--- ---
id: tele_5 id: support_tele_5
image: ./tf_token.png image: ./tf_token.png
url: '' url: ''
--- ---

View File

@@ -1,5 +1,5 @@
--- ---
id: tele_6 id: support_tele_6
image: ./ image: ./
url: '' url: ''
--- ---

View File

@@ -1,4 +1,4 @@
--- ---
id: logosMain id: support_logosMain
title: Join our communities on Telegram title: Join our communities on Telegram
--- ---

View File

@@ -16,8 +16,8 @@ header: forum
solution_image2: ./forum.png solution_image2: ./forum.png
header2: forum_button header2: forum_button
header3: telegram header3: telegram
logosMain: logosMain logosMain: support_logosMain
logos: [tele_1, tele_4, tele_3, tele_2] logos: [support_tele_1, support_tele_4, support_tele_3, support_tele_2]
header4: live_chat header4: live_chat
contactData: [contact1, contact2, contact3, contact4] contactData: [contact1, contact2, contact3, contact4]
--- ---

View File

@@ -1,5 +1,5 @@
--- ---
id: comparison id: uni_comparison
title: GIVE THE WORLD A BETTER INTERNET title: GIVE THE WORLD A BETTER INTERNET
description: The current Internet is centralized to tech giants that build power-hungry data centers and exploit user data. ThreeFold looks at updating the current $3.9 Billion IT with a new paradigm that serves people and our planet. description: The current Internet is centralized to tech giants that build power-hungry data centers and exploit user data. ThreeFold looks at updating the current $3.9 Billion IT with a new paradigm that serves people and our planet.
button: Our Values button: Our Values

View File

@@ -1,5 +1,5 @@
--- ---
id: section1 id: uni_section1
svg: ./private.svg svg: ./private.svg
title: '' title: ''
--- ---

View File

@@ -1,5 +1,5 @@
--- ---
id: section2 id: uni_section2
svg: ./equal.svg svg: ./equal.svg
title: '' title: ''
--- ---

View File

@@ -1,5 +1,5 @@
--- ---
id: section3 id: uni_section3
svg: ./sustainable.svg svg: ./sustainable.svg
title: '' title: ''
--- ---

View File

@@ -1,5 +1,5 @@
--- ---
id: kleos id: why_kleos
img: ./kleos_img.png img: ./kleos_img.png
title: Connecting the Unconnected title: Connecting the Unconnected
--- ---

View File

@@ -1,5 +1,5 @@
--- ---
id: solidaridad id: why_solidaridad
img: ./solidaridad_img.png img: ./solidaridad_img.png
title: Bringing Fair Data to Farmers title: Bringing Fair Data to Farmers
--- ---

View File

@@ -1,5 +1,5 @@
--- ---
id: tag id: why_tag
img: ./tag_img.png img: ./tag_img.png
title: Empowering Global Education title: Empowering Global Education
--- ---

View File

@@ -1,5 +1,5 @@
--- ---
id: threefold id: why_threefold
img: ./threefold_img.png img: ./threefold_img.png
title: Decentralizing Everything title: Decentralizing Everything
--- ---

View File

@@ -13,7 +13,7 @@ cta: why_cta
productsMain: product_main productsMain: product_main
productData: [peer_to_peer, internet_available] productData: [peer_to_peer, internet_available]
partenershipsMain: partenerships_main partenershipsMain: partenerships_main
partnerships: [solidaridad, tag, kleos, threefold] partnerships: [why_solidaridad, why_tag, why_kleos, why_threefold]
cta2: why_cta2 cta2: why_cta2
brandPanel: better_solution brandPanel: better_solution
--- ---