From 80e51298d666240a7a41ddf01c4057a4d6df87eb Mon Sep 17 00:00:00 2001 From: Laurens Date: Mon, 15 Apr 2024 17:49:50 +0200 Subject: [PATCH] footer --- .DS_Store | Bin 6148 -> 6148 bytes assets/.DS_Store | Bin 6148 -> 6148 bytes assets/images/mastodon.svg | 1 + assets/plugins/.DS_Store | Bin 0 -> 6148 bytes content/english/_index.md | 24 + data/social.json | 23 +- hugo_stats.json | 4 + layouts/index.html | 131 ++- public/404.html | 10 +- public/authors/index.html | 10 +- public/authors/laurens-hof/index.html | 4 +- public/blog/index.html | 4 +- public/blog/project-launch/index.html | 38 +- public/categories/index.html | 10 +- public/categories/news/index.html | 10 +- public/consortium/index.html | 4 +- public/contact/index.html | 4 +- public/developers/index.html | 4 +- public/ec/index.html | 4 +- public/events/index.html | 4 +- public/fediversity/index.html | 38 +- public/grants/index.html | 4 +- public/index.html | 1293 ++++++++++++++----------- public/individuals/index.html | 4 +- public/nlnet/index.html | 4 +- public/nordunet/index.html | 4 +- public/oid/index.html | 4 +- public/pages/index.html | 10 +- public/privacy-policy/index.html | 38 +- public/sections/index.html | 10 +- public/tags/index.html | 10 +- public/tweag/index.html | 4 +- 32 files changed, 939 insertions(+), 773 deletions(-) create mode 100644 assets/images/mastodon.svg create mode 100644 assets/plugins/.DS_Store diff --git a/.DS_Store b/.DS_Store index ba01245b430b658cbf9ce3b66b47c54ab361e72f..8ccf39f8e9bc198bc8dd74e46a45848a886f456f 100644 GIT binary patch delta 19 acmZoMXffC@kCDwlN5ROB!ku~2NHo+2a1#DLw41(=u_IVSTkN;B@9tif2wC0SiB`mu~2NHo+2aD#DLwC4MbQb^Rq}WZl5g3TF4<@U2SM#tfMfwhgFub zbMiqJdB(2E4_V|V?`QYetiZv}vaw+o<7Rdaeh#29n*}+(Gf(Chu@qnc0!9V~CMeCa JIYML&GXQ-L8gBpq diff --git a/assets/images/mastodon.svg b/assets/images/mastodon.svg new file mode 100644 index 0000000..3d811ac --- /dev/null +++ b/assets/images/mastodon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/plugins/.DS_Store b/assets/plugins/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..e1a3d3985287604d29d8dbc80cddaea20ebc2fa2 GIT binary patch literal 6148 zcmeHK%}T>S5Z<-5O({YT3VK`cS}?8JiROe3?zX^cF`~QpSFz zd;WD47W2XGxlD2|O2SknL_r84cQ;WI$YLs&Nsy^rS39hp)te6vR;$s8Jrv`~WIYtC zkv$m?#pLvOz3y3ihev0Z^XK>_k#Cww4x}sDF<8MnD7B(q-86}1@(A`Sr-~&c28aP- zfEd^~2Fy`l^*63^Dwr4`27Y1y_XhzD(J@$RR9gphczs5H8xaL`d`ln-gO0&cBX~f# zP6gDd+&nS3P6xX%agM=KqfTdBtqk*+m8-`KSF3|vsBp#|jnoqZ#6X>amL3l9{J(%- zrty(qPoWVpKn(md26%hs&Zbb5Ia|M#hi9#T_5ck9<4ROOK(Ac_V1WC`zH(~6Kpo;7 XgQZ5C1??&wkS+p>5bB75Utr)1EAC8# literal 0 HcmV?d00001 diff --git a/content/english/_index.md b/content/english/_index.md index 717b340..0e75005 100755 --- a/content/english/_index.md +++ b/content/english/_index.md @@ -83,5 +83,29 @@ features: label: "Learn more" link: "/grants" +features2: + - 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" --- diff --git a/data/social.json b/data/social.json index 513cca7..6ac44ed 100644 --- a/data/social.json +++ b/data/social.json @@ -1,24 +1,15 @@ { "main": [ + { - "name": "facebook", - "icon": "fab fa-facebook", - "link": "https://www.facebook.com/" + "name": "mastodon", + "icon": "fab fa-mastodon", + "link": "https://mastodon.fediversity.eu/@fediversity" }, { - "name": "twitter", - "icon": "fab fa-twitter", - "link": "https://twitter.com/" - }, - { - "name": "github", - "icon": "fab fa-github", - "link": "https://www.github.com/" - }, - { - "name": "linkedin", - "icon": "fab fa-linkedin", - "link": "https://www.linkedin.com/" + "name": "rss", + "icon": "fab fa-rss", + "link": "https://fediversity.eu/rss" } ] } diff --git a/hugo_stats.json b/hugo_stats.json index a3e357c..f73451a 100644 --- a/hugo_stats.json +++ b/hugo_stats.json @@ -79,7 +79,10 @@ "fa-folder", "fa-github", "fa-linkedin", + "fa-mastodon", "fa-regular", + "fa-rss", + "fa-rss-square", "fa-search", "fa-solid", "fa-twitter", @@ -141,6 +144,7 @@ "logo-disqus", "logo-light", "m-3", + "mastodon.svg", "mb-10", "mb-12", "mb-14", diff --git a/layouts/index.html b/layouts/index.html index cd5f33c..084f3c6 100755 --- a/layouts/index.html +++ b/layouts/index.html @@ -80,60 +80,91 @@ {{ end }} - -{{ with site.GetPage "sections/testimonial" }} {{ if .Params.enable }} -
+ + + +{{ range $i, $e:= .Params.features2 }} +
-
-
-

{{ .Title | markdownify }}

-

{{ .Params.description | markdownify }}

+
+
+ {{ partial "image" (dict "Src" .image "Alt" "feature image" "DisplayXL" + "520x" "DisplayLG" "425x" "DisplayMD" "360x") }}
-
-
-
- {{ range .Params.testimonials }} -
-
-
- - - -
-
- {{ .content | markdownify }} -
-
-
- {{ partial "image" (dict "Src" .avatar "Size" "50x50" - "Class" "rounded-full" "Alt" .name) }} -
-
-

{{ .name }}

-

{{ .designation | markdownify }}

-
-
-
-
- {{ end }} -
-
-
+
+

{{ .title | markdownify }}

+

{{ .content | markdownify }}

+
    + {{ range .bulletpoints }} +
  • + + {{ . | markdownify }} +
  • + {{ end }} +
+ {{ with .button }} {{ if .enable }} + + {{ .label }} + + + {{ end }} {{ end }}
-{{ end }} {{ end }} - +{{ end }} + + + + +{{ range $i, $e:= .Params.features2 }} +
+
+
+
+ {{ partial "image" (dict "Src" .image "Alt" "feature image" "DisplayXL" + "520x" "DisplayLG" "425x" "DisplayMD" "360x") }} +
+
+

{{ .title | markdownify }}

+

{{ .content | markdownify }}

+
    + {{ range .bulletpoints }} +
  • + + {{ . | markdownify }} +
  • + {{ end }} +
+ {{ with .button }} {{ if .enable }} + + {{ .label }} + + + {{ end }} {{ end }} +
+
+
+
+{{ end }} + + + + {{ end }} diff --git a/public/404.html b/public/404.html index a0580af..110c7e5 100644 --- a/public/404.html +++ b/public/404.html @@ -98,18 +98,18 @@ + content="fediverse, nixos, open source" /> + content="Fediversity Project" /> - + @@ -185,13 +185,13 @@ - + - + diff --git a/public/authors/index.html b/public/authors/index.html index 2625745..95373be 100644 --- a/public/authors/index.html +++ b/public/authors/index.html @@ -100,18 +100,18 @@ + content="fediverse, nixos, open source" /> + content="Fediversity Project" /> - + @@ -187,13 +187,13 @@ - + - + diff --git a/public/authors/laurens-hof/index.html b/public/authors/laurens-hof/index.html index 589160c..1ec0dc5 100644 --- a/public/authors/laurens-hof/index.html +++ b/public/authors/laurens-hof/index.html @@ -100,7 +100,7 @@ + content="fediverse, nixos, open source" /> @@ -111,7 +111,7 @@ - + diff --git a/public/blog/index.html b/public/blog/index.html index d351e36..9d966a1 100644 --- a/public/blog/index.html +++ b/public/blog/index.html @@ -101,7 +101,7 @@ + content="fediverse, nixos, open source" /> @@ -112,7 +112,7 @@ - + diff --git a/public/blog/project-launch/index.html b/public/blog/project-launch/index.html index cc7d1c3..39391dd 100644 --- a/public/blog/project-launch/index.html +++ b/public/blog/project-launch/index.html @@ -100,7 +100,7 @@ + content="fediverse, nixos, open source" /> @@ -111,7 +111,7 @@ - + @@ -1277,44 +1277,22 @@
  • - +
  • - - -
  • - -
  • - - - -
  • - -
  • - - +
  • diff --git a/public/categories/index.html b/public/categories/index.html index 26152b4..a1b6ca8 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -98,18 +98,18 @@ + content="fediverse, nixos, open source" /> + content="Fediversity Project" /> - + @@ -185,13 +185,13 @@ - + - + diff --git a/public/categories/news/index.html b/public/categories/news/index.html index 1a12a6e..ef747bc 100644 --- a/public/categories/news/index.html +++ b/public/categories/news/index.html @@ -98,18 +98,18 @@ + content="fediverse, nixos, open source" /> + content="Fediversity Project" /> - + @@ -185,13 +185,13 @@ - + - + diff --git a/public/consortium/index.html b/public/consortium/index.html index 4e0e154..7319cdb 100644 --- a/public/consortium/index.html +++ b/public/consortium/index.html @@ -101,7 +101,7 @@ + content="fediverse, nixos, open source" /> @@ -112,7 +112,7 @@ - + diff --git a/public/contact/index.html b/public/contact/index.html index 5106613..27e0b6c 100644 --- a/public/contact/index.html +++ b/public/contact/index.html @@ -100,7 +100,7 @@ + content="fediverse, nixos, open source" /> @@ -111,7 +111,7 @@ - + diff --git a/public/developers/index.html b/public/developers/index.html index dac5cb6..cb981c7 100644 --- a/public/developers/index.html +++ b/public/developers/index.html @@ -101,7 +101,7 @@ + content="fediverse, nixos, open source" /> @@ -112,7 +112,7 @@ - + diff --git a/public/ec/index.html b/public/ec/index.html index e95630e..aaf1f17 100644 --- a/public/ec/index.html +++ b/public/ec/index.html @@ -101,7 +101,7 @@ + content="fediverse, nixos, open source" /> @@ -112,7 +112,7 @@ - + diff --git a/public/events/index.html b/public/events/index.html index fec83c8..7091bfe 100644 --- a/public/events/index.html +++ b/public/events/index.html @@ -101,7 +101,7 @@ + content="fediverse, nixos, open source" /> @@ -112,7 +112,7 @@ - + diff --git a/public/fediversity/index.html b/public/fediversity/index.html index cfffedd..9e3d74b 100644 --- a/public/fediversity/index.html +++ b/public/fediversity/index.html @@ -101,7 +101,7 @@ + content="fediverse, nixos, open source" /> @@ -112,7 +112,7 @@ - + @@ -1012,44 +1012,22 @@
  • - +
  • - - -
  • - -
  • - - - -
  • - -
  • - - +
  • diff --git a/public/grants/index.html b/public/grants/index.html index 719574f..fa86520 100644 --- a/public/grants/index.html +++ b/public/grants/index.html @@ -101,7 +101,7 @@ + content="fediverse, nixos, open source" /> @@ -112,7 +112,7 @@ - + diff --git a/public/index.html b/public/index.html index 7a94784..fd084c0 100644 --- a/public/index.html +++ b/public/index.html @@ -99,18 +99,18 @@ + content="fediverse, nixos, open source" /> + content="Fediversity Project" /> - + @@ -186,13 +186,13 @@ - + - + @@ -2078,536 +2078,739 @@ - -
    + + + +
    -
    -
    -

    What Users Are Saying About Hugoplate

    -

    Don’t just take our word for it - hear from some of our satisfied users! Check out some of our testimonials below to see what others are saying about Hugoplate.

    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + feature image + + + + + + + + + +
    -
    -
    -
    - -
    -
    -
    - - - -
    -
    - Lorem ipsum dolor sit amet consectetur adipisicing elit. Qui iusto illo molestias, assumenda expedita commodi inventore non itaque molestiae voluptatum dolore, facilis sapiente, repellat veniam. -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +

    Fediversity explained - for Individuals

    +

    Always be in control with your own data on social networks, whether that’s with Mastodon, PeerTube or Pixelfed: Fediversity makes it possible.

    +
      - src="/images/avatar-sm_hu9f327c832418412c3223cac273682ad9_4005_50x50_resize_q80_h2_lanczos_3.webp" loading="lazy" - decoding="async" - - - alt="Marvin McKinney" - class=" rounded-full img" - width="50" - height="50" - onerror="this.onerror='null'; - this.src='\/images\/avatar-sm_hu9f327c832418412c3223cac273682ad9_4005_50x50_resize_lanczos_3.png';" /> - - - - - - - - - - - - -
    -
    -

    Marvin McKinney

    -

    Web Designer

    -
    -
    -
    -
    - -
    -
    -
    - - - -
    -
    - Lorem ipsum dolor sit amet consectetur adipisicing elit. Qui iusto illo molestias, assumenda expedita commodi inventore non itaque molestiae voluptatum dolore, facilis sapiente, repellat veniam. -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Marvin McKinney - - - - - - - - - - - - -
    -
    -

    Marvin McKinney

    -

    Web Designer

    -
    -
    -
    -
    - -
    -
    -
    - - - -
    -
    - Lorem ipsum dolor sit amet consectetur adipisicing elit. Qui iusto illo molestias, assumenda expedita commodi inventore non itaque molestiae voluptatum dolore, facilis sapiente, repellat veniam. -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Marvin McKinney - - - - - - - - - - - - -
    -
    -

    Marvin McKinney

    -

    Web Designer

    -
    -
    -
    -
    - -
    -
    -
    - - - -
    -
    - Lorem ipsum dolor sit amet consectetur adipisicing elit. Qui iusto illo molestias, assumenda expedita commodi inventore non itaque molestiae voluptatum dolore, facilis sapiente, repellat veniam. -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Marvin McKinney - - - - - - - - - - - - -
    -
    -

    Marvin McKinney

    -

    Web Designer

    -
    -
    -
    -
    - -
    -
    -
    + + + + Learn more + + +
    - + +
    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + feature image + + + + + + + + + + +
    +
    +

    Fediversity explained - for Developers

    +

    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.

    +
      + +
    + + + Learn more + + + +
    +
    +
    +
    + +
    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + feature image + + + + + + + + + + +
    +
    +

    Fediversity explained - for the EC

    +

    The Fediversity Project operates on a grant gratiously provided by the HORIZON fund by the EC. Learn more about the accountability of the project.

    +
      + +
    + + + Learn more + + + +
    +
    +
    +
    + + + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + feature image + + + + + + + + + + +
    +
    +

    Fediversity explained - for Individuals

    +

    Always be in control with your own data on social networks, whether that’s with Mastodon, PeerTube or Pixelfed: Fediversity makes it possible.

    +
      + +
    + + + Learn more + + + +
    +
    +
    +
    + +
    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + feature image + + + + + + + + + + +
    +
    +

    Fediversity explained - for Developers

    +

    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.

    +
      + +
    + + + Learn more + + + +
    +
    +
    +
    + +
    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + feature image + + + + + + + + + + +
    +
    +

    Fediversity explained - for the EC

    +

    The Fediversity Project operates on a grant gratiously provided by the HORIZON fund by the EC. Learn more about the accountability of the project.

    +
      + +
    + + + Learn more + + + +
    +
    +
    +
    + + + + @@ -2752,44 +2955,22 @@
  • - +
  • - - -
  • - -
  • - - - -
  • - -
  • - - +
  • diff --git a/public/individuals/index.html b/public/individuals/index.html index 431741f..b075f95 100644 --- a/public/individuals/index.html +++ b/public/individuals/index.html @@ -101,7 +101,7 @@ + content="fediverse, nixos, open source" /> @@ -112,7 +112,7 @@ - + diff --git a/public/nlnet/index.html b/public/nlnet/index.html index 4647298..646646f 100644 --- a/public/nlnet/index.html +++ b/public/nlnet/index.html @@ -101,7 +101,7 @@ + content="fediverse, nixos, open source" /> @@ -112,7 +112,7 @@ - + diff --git a/public/nordunet/index.html b/public/nordunet/index.html index fb24acf..04e86d8 100644 --- a/public/nordunet/index.html +++ b/public/nordunet/index.html @@ -101,7 +101,7 @@ + content="fediverse, nixos, open source" /> @@ -112,7 +112,7 @@ - + diff --git a/public/oid/index.html b/public/oid/index.html index b7db0d6..ebcff5e 100644 --- a/public/oid/index.html +++ b/public/oid/index.html @@ -101,7 +101,7 @@ + content="fediverse, nixos, open source" /> @@ -112,7 +112,7 @@ - + diff --git a/public/pages/index.html b/public/pages/index.html index 69f67f6..b729281 100644 --- a/public/pages/index.html +++ b/public/pages/index.html @@ -98,18 +98,18 @@ + content="fediverse, nixos, open source" /> + content="Fediversity Project" /> - + @@ -185,13 +185,13 @@ - + - + diff --git a/public/privacy-policy/index.html b/public/privacy-policy/index.html index 73b919e..ee01920 100644 --- a/public/privacy-policy/index.html +++ b/public/privacy-policy/index.html @@ -100,7 +100,7 @@ + content="fediverse, nixos, open source" /> @@ -111,7 +111,7 @@ - + @@ -1008,44 +1008,22 @@
  • - +
  • - - -
  • - -
  • - - - -
  • - -
  • - - +
  • diff --git a/public/sections/index.html b/public/sections/index.html index 81981e4..63701db 100644 --- a/public/sections/index.html +++ b/public/sections/index.html @@ -98,18 +98,18 @@ + content="fediverse, nixos, open source" /> + content="Fediversity Project" /> - + @@ -185,13 +185,13 @@ - + - + diff --git a/public/tags/index.html b/public/tags/index.html index 7df2462..5904bd9 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -98,18 +98,18 @@ + content="fediverse, nixos, open source" /> + content="Fediversity Project" /> - + @@ -185,13 +185,13 @@ - + - + diff --git a/public/tweag/index.html b/public/tweag/index.html index a9da9a2..d72dbcd 100644 --- a/public/tweag/index.html +++ b/public/tweag/index.html @@ -101,7 +101,7 @@ + content="fediverse, nixos, open source" /> @@ -112,7 +112,7 @@ - +