diff --git a/content/page/home/features2/empty/index.md b/content/page/home/features2/empty/index.md new file mode 100644 index 000000000..552b5f97e --- /dev/null +++ b/content/page/home/features2/empty/index.md @@ -0,0 +1,3 @@ +--- +id: empty +--- diff --git a/content/page/home/features2/feature1/feature1.md b/content/page/home/features2/feature1/feature1.md new file mode 100644 index 000000000..da15a974f --- /dev/null +++ b/content/page/home/features2/feature1/feature1.md @@ -0,0 +1,7 @@ +--- +id: decentralize_the_internet +svg: +title: Decentralize the internet +--- + +Bring capacity to new locations. No larger than a shoebox, the 3Node fits inside any home or office. diff --git a/content/page/home/features2/feature2/feature2.md b/content/page/home/features2/feature2/feature2.md new file mode 100644 index 000000000..c4365d2c0 --- /dev/null +++ b/content/page/home/features2/feature2/feature2.md @@ -0,0 +1,7 @@ +--- +id: connect_the_world +svg: +title: Connect the world +--- + +Enable a more accessible, affordable, and sustainable Internet by creating shorter bridges between people and capacity. \ No newline at end of file diff --git a/content/page/home/features2/feature3/feature3.md b/content/page/home/features2/feature3/feature3.md new file mode 100644 index 000000000..3f65c57dd --- /dev/null +++ b/content/page/home/features2/feature3/feature3.md @@ -0,0 +1,5 @@ +--- +id: make_data_safe +svg: ./titan_v2.png +title: +--- \ No newline at end of file diff --git a/content/page/home/features2/feature3/titan_v2.png b/content/page/home/features2/feature3/titan_v2.png new file mode 100644 index 000000000..887b371f4 Binary files /dev/null and b/content/page/home/features2/feature3/titan_v2.png differ diff --git a/content/page/home/features2/feature4/feature4.md b/content/page/home/features2/feature4/feature4.md new file mode 100644 index 000000000..ed31583be --- /dev/null +++ b/content/page/home/features2/feature4/feature4.md @@ -0,0 +1,7 @@ +--- +id: earn_passive_income +svg: +title: Make Data Safe +--- + +Give people unbreakable storage for their data, while they keep full ownership and access rights. \ No newline at end of file diff --git a/content/page/home/features2/feature5/feature5.md b/content/page/home/features2/feature5/feature5.md new file mode 100644 index 000000000..8cf49279c --- /dev/null +++ b/content/page/home/features2/feature5/feature5.md @@ -0,0 +1,7 @@ +--- +id: features2_sustainability +svg: +title: Earn Income +--- + +Simply plug in your 3Node to electricity and network, and start earning ThreeFold Tokens. diff --git a/content/page/home/features2/main/main.md b/content/page/home/features2/main/main.md new file mode 100644 index 000000000..1289f86d2 --- /dev/null +++ b/content/page/home/features2/main/main.md @@ -0,0 +1,7 @@ +--- +id: Features_home_2 +title: INTRODUCING THE TITAN V2 3NODE +subtitle: Work with technology that can truly help change the world. +btn: Know More +link: https://threefold.io/info/threefold#/threefold__farming_hardware_overview?id=plug-amp-farm-3nodes +--- diff --git a/content/page/home/home.md b/content/page/home/home.md index d3d0d9a18..425a2a460 100644 --- a/content/page/home/home.md +++ b/content/page/home/home.md @@ -25,6 +25,18 @@ logos: [logo1, logo2, logo3, logo4, logo5, logo6] inTheNews: in_the_news solution_image: ./cta_image.svg cta: home_cta +featuresMain2: Features_home_2 +features2: + [ + + decentralize_the_internet, + make_data_safe, + earn_passive_income, + connect_the_world, + empty, + features2_sustainability + + ] --- + + + +
+

+ {{ main.title }} +

+

+ {{ main.subtitle }} +

-

+

{{ feature.title }} -

+
@@ -37,6 +81,36 @@ \ No newline at end of file + + + \ No newline at end of file diff --git a/src/pages/Index.vue b/src/pages/Index.vue index 7d6d68dbf..6416a4afc 100644 --- a/src/pages/Index.vue +++ b/src/pages/Index.vue @@ -59,6 +59,12 @@ :cta="$page.markdownPage.cta5" /> --> + +