diff --git a/content/english/_index.md b/content/english/_index.md index 9170498..724e122 100755 --- a/content/english/_index.md +++ b/content/english/_index.md @@ -10,7 +10,7 @@ banner: link: "/individuals" # Features -features: +features3: - title: "Consortium" image: "/images/users.png" content: "The Consortium behind the Fediversity project is a cooperation between NLnet, Open Internet Discourse Foundation, NORDUnet and Tweag." @@ -51,30 +51,7 @@ features: label: "Learn more" link: "/nordunet" - - title: "Fediversity explained - for Individuals" - image: "/images/user.png" - content: "Always be in control with your own data on social networks, whether that's with Mastodon, PeerTube or Pixelfed: Fediversity makes it possible." - button: - enable: true - label: "Learn more" - link: "/individuals" - - - title: "Fediversity explained - for Developers" - image: "/images/code.png" - content: "As a developer building the next generation of social platforms, you are looking to make it easier to facilitate your customers to use your product. Fediversity can help." - button: - enable: true - label: "Learn more" - link: "/developers" - - - title: "Fediversity explained - for the EC" - image: "/images/globe.png" - content: "The Fediversity Project operates on a grant gratiously provided by the HORIZON fund by the EC. Learn more about the accountability of the project." - button: - enable: true - label: "Learn more" - link: "/ec" - +features: - title: "Fediversity Grants" image: "/images/stepping-up.png" content: "Fediversity will award 450 000 euro in small to medium-size R&D grants towards solutions that bring the next generation of social networks closer. We are seeking project proposals between 5.000 and 50.000 euro’s — which should get you on your way." diff --git a/layouts/index.html b/layouts/index.html index a1b7257..eeda961 100755 --- a/layouts/index.html +++ b/layouts/index.html @@ -38,6 +38,32 @@ {{ end }} + +

Consortium

+ + +
+
+ {{ range $i, $e := .Params.features3 }} +
+
+ Image +

{{ .title | markdownify }}

+
+ +

{{ .content | markdownify }}

+ {{ with .button }} {{ if .enable }} + + {{ .label }} + + + {{ end }} {{ end }} +
+ {{ end }} +
+
+ + {{ range $i, $e:= .Params.features }} @@ -118,11 +144,11 @@