This commit is contained in:
Laurens 2024-04-15 17:49:50 +02:00
parent 90efcc1fdd
commit 80e51298d6
32 changed files with 939 additions and 773 deletions

BIN
.DS_Store vendored

Binary file not shown.

BIN
assets/.DS_Store vendored

Binary file not shown.

View file

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="18px" height="18px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M17.038,10.791c-0.247,1.27 -2.211,2.659 -4.466,2.928c-1.176,0.141 -2.334,0.27 -3.569,0.213c-2.019,-0.092 -3.613,-0.482 -3.613,-0.482c0,0.197 0.012,0.384 0.037,0.559c0.262,1.993 1.976,2.112 3.599,2.168c1.638,0.056 3.097,-0.404 3.097,-0.404l0.067,1.481c0,-0 -1.146,0.615 -3.187,0.728c-1.126,0.062 -2.523,-0.028 -4.151,-0.459c-3.531,-0.934 -4.138,-4.698 -4.231,-8.516c-0.028,-1.134 -0.011,-2.203 -0.011,-3.097c0,-3.905 2.559,-5.05 2.559,-5.05c1.29,-0.592 3.503,-0.841 5.804,-0.86l0.057,-0c2.301,0.019 4.516,0.268 5.806,0.86c0,0 2.558,1.145 2.558,5.05c0,-0 0.032,2.881 -0.356,4.881Zm-2.661,-4.578c-0,-0.967 -0.246,-1.735 -0.74,-2.303c-0.51,-0.568 -1.178,-0.859 -2.006,-0.859c-0.959,0 -1.684,0.368 -2.164,1.105l-0.467,0.783l-0.467,-0.783c-0.48,-0.737 -1.205,-1.105 -2.164,-1.105c-0.828,0 -1.496,0.291 -2.005,0.859c-0.495,0.568 -0.741,1.336 -0.741,2.303l0,4.728l1.873,-0l0,-4.589c0,-0.968 0.407,-1.459 1.222,-1.459c0.9,0 1.351,0.583 1.351,1.734l0,2.512l1.862,0l0,-2.512c0,-1.151 0.451,-1.734 1.351,-1.734c0.815,0 1.222,0.491 1.222,1.459l-0,4.589l1.873,-0l-0,-4.728Z" style="fill:#fff;"/></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
assets/plugins/.DS_Store vendored Normal file

Binary file not shown.

View file

@ -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"
---

View file

@ -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"
}
]
}

View file

@ -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",

View file

@ -80,60 +80,91 @@
{{ end }}
<!-- /Features -->
<!-- Testimonials -->
{{ with site.GetPage "sections/testimonial" }} {{ if .Params.enable }}
<section class="section">
<!-- Features2 -->
{{ range $i, $e:= .Params.features2 }}
<section class="section-sm {{ if (modBool $i 2) }}bg-gradient{{ end }}">
<div class="container">
<div class="row">
<div class="md:col-10 lg:col-8 xl:col-6 mx-auto mb-12 text-center">
<h2 class="mb-4">{{ .Title | markdownify }}</h2>
<p>{{ .Params.description | markdownify }}</p>
</div>
<div class="col-12">
<div class="swiper testimonial-slider">
<div class="swiper-wrapper">
{{ range .Params.testimonials }}
<div class="swiper-slide">
<div class="bg-theme-light rounded-lg px-7 py-10">
<div class="text-dark">
<svg
width="33"
height="20"
viewBox="0 0 33 20"
fill="none"
xmlns="http://www.w3.org/2000/svg"
<div class="row items-center justify-between">
<div
class="mb:md-0 {{ if not (modBool $i 2) }}
md:order-2
{{ end }} md:col-5 mb-6"
>
<path
d="M1.28375 19.41L0.79375 18.64C1.21375 17.0067 1.75042 15.07 2.40375 12.83C3.05708 10.5433 3.75708 8.28 4.50375 6.04C5.29708 3.75333 6.06708 1.77 6.81375 0.0899959H15.3538C14.9338 2.09666 14.4904 4.26667 14.0238 6.6C13.5571 8.88666 13.1371 11.15 12.7638 13.39C12.4371 15.5833 12.1571 17.59 11.9238 19.41H1.28375ZM31.69 0.0899959L32.18 0.859998C31.76 2.54 31.2233 4.5 30.57 6.74C29.9167 8.98 29.2167 11.2433 28.47 13.53C27.7233 15.77 26.9533 17.73 26.16 19.41H17.69C18.0167 17.9167 18.3433 16.33 18.67 14.65C18.9967 12.9233 19.3 11.22 19.58 9.54C19.9067 7.81333 20.1867 6.15667 20.42 4.57C20.7 2.93666 20.91 1.44333 21.05 0.0899959H31.69Z"
fill="currentColor"
/>
</svg>
</div>
<blockquote class="mt-8">
{{ .content | markdownify }}
</blockquote>
<div class="mt-11 flex items-center">
<div class="text-dark">
{{ partial "image" (dict "Src" .avatar "Size" "50x50"
"Class" "rounded-full" "Alt" .name) }}
</div>
<div class="ml-4">
<h3 class="h5 font-primary font-semibold">{{ .name }}</h3>
<p class="text-dark">{{ .designation | markdownify }}</p>
</div>
</div>
</div>
</div>
{{ end }}
{{ partial "image" (dict "Src" .image "Alt" "feature image" "DisplayXL"
"520x" "DisplayLG" "425x" "DisplayMD" "360x") }}
</div>
<div
class="testimonial-slider-pagination mt-9 flex items-center justify-center text-center"
></div>
</div>
class="{{ if not (modBool $i 2) }}
md:order-1
{{ end }} md:col-7 lg:col-6"
>
<h2 class="mb-4">{{ .title | markdownify }}</h2>
<p class="mb-8 text-lg">{{ .content | markdownify }}</p>
<ul>
{{ range .bulletpoints }}
<li class="relative mb-4 pl-6">
<i class="fa fa-check absolute left-0 top-1.5"></i>
{{ . | markdownify }}
</li>
{{ end }}
</ul>
{{ with .button }} {{ if .enable }}
<a class="btn btn-primary mt-6" href="{{ .link | absURL }}">
{{ .label }}
<i class="fa fa-arrow-right pl-2"></i>
</a>
{{ end }} {{ end }}
</div>
</div>
</div>
</section>
{{ end }} {{ end }}
<!-- /Testimonials -->
{{ end }}
<!-- /Features2 -->
<!-- Features3 -->
{{ range $i, $e:= .Params.features2 }}
<section class="section-sm {{ if (modBool $i 2) }}bg-gradient{{ end }}">
<div class="container">
<div class="row items-center justify-between">
<div
class="mb:md-0 {{ if not (modBool $i 2) }}
md:order-2
{{ end }} md:col-5 mb-6"
>
{{ partial "image" (dict "Src" .image "Alt" "feature image" "DisplayXL"
"520x" "DisplayLG" "425x" "DisplayMD" "360x") }}
</div>
<div
class="{{ if not (modBool $i 2) }}
md:order-1
{{ end }} md:col-7 lg:col-6"
>
<h2 class="mb-4">{{ .title | markdownify }}</h2>
<p class="mb-8 text-lg">{{ .content | markdownify }}</p>
<ul>
{{ range .bulletpoints }}
<li class="relative mb-4 pl-6">
<i class="fa fa-check absolute left-0 top-1.5"></i>
{{ . | markdownify }}
</li>
{{ end }}
</ul>
{{ with .button }} {{ if .enable }}
<a class="btn btn-primary mt-6" href="{{ .link | absURL }}">
{{ .label }}
<i class="fa fa-arrow-right pl-2"></i>
</a>
{{ end }} {{ end }}
</div>
</div>
</div>
</section>
{{ end }}
<!-- /Features3 -->
{{ end }}

View file

@ -98,18 +98,18 @@
<meta
name="keywords"
content="Boilerplate, Hugo" />
content="fediverse, nixos, open source" />
<meta
name="description"
content="Hugo &amp; Tailwindcss Starter" />
content="Fediversity Project" />
<meta name="author" content="zeon.studio" />
<meta name="author" content="NGI Fediversity" />
@ -185,13 +185,13 @@
<meta property="og:title" content="Fediversity" />
<meta property="og:description" content="Hugo &amp; Tailwindcss Starter" />
<meta property="og:description" content="Fediversity Project" />
<meta property="og:type" content="website" />
<meta property="og:url" content="//localhost:1313/404.html" />
<meta name="twitter:title" content="Fediversity" />
<meta name="twitter:description" content="Hugo &amp; Tailwindcss Starter" />
<meta name="twitter:description" content="Fediversity Project" />

View file

@ -100,18 +100,18 @@
<meta
name="keywords"
content="Boilerplate, Hugo" />
content="fediverse, nixos, open source" />
<meta
name="description"
content="Hugo &amp; Tailwindcss Starter" />
content="Fediversity Project" />
<meta name="author" content="zeon.studio" />
<meta name="author" content="NGI Fediversity" />
@ -187,13 +187,13 @@
<meta property="og:title" content="Authors" />
<meta property="og:description" content="Hugo &amp; Tailwindcss Starter" />
<meta property="og:description" content="Fediversity Project" />
<meta property="og:type" content="website" />
<meta property="og:url" content="//localhost:1313/authors/" />
<meta name="twitter:title" content="Authors" />
<meta name="twitter:description" content="Hugo &amp; Tailwindcss Starter" />
<meta name="twitter:description" content="Fediversity Project" />

View file

@ -100,7 +100,7 @@
<meta
name="keywords"
content="Boilerplate, Hugo" />
content="fediverse, nixos, open source" />
@ -111,7 +111,7 @@
<meta name="author" content="zeon.studio" />
<meta name="author" content="NGI Fediversity" />

View file

@ -101,7 +101,7 @@
<meta
name="keywords"
content="Boilerplate, Hugo" />
content="fediverse, nixos, open source" />
@ -112,7 +112,7 @@
<meta name="author" content="zeon.studio" />
<meta name="author" content="NGI Fediversity" />

View file

@ -100,7 +100,7 @@
<meta
name="keywords"
content="Boilerplate, Hugo" />
content="fediverse, nixos, open source" />
@ -111,7 +111,7 @@
<meta name="author" content="zeon.studio" />
<meta name="author" content="NGI Fediversity" />
@ -1277,44 +1277,22 @@
<li>
<a
target="_blank"
aria-label="facebook"
aria-label="mastodon"
rel="nofollow noopener"
href="https://www.facebook.com/"
href="https://mastodon.fediversity.eu/@fediversity"
>
<i class="fab fa-facebook"></i>
<i class="fab fa-mastodon"></i>
</a>
</li>
<li>
<a
target="_blank"
aria-label="twitter"
aria-label="rss"
rel="nofollow noopener"
href="https://twitter.com/"
href="https://fediversity.eu/rss"
>
<i class="fab fa-twitter"></i>
</a>
</li>
<li>
<a
target="_blank"
aria-label="github"
rel="nofollow noopener"
href="https://www.github.com/"
>
<i class="fab fa-github"></i>
</a>
</li>
<li>
<a
target="_blank"
aria-label="linkedin"
rel="nofollow noopener"
href="https://www.linkedin.com/"
>
<i class="fab fa-linkedin"></i>
<i class="fab fa-rss-square"></i>
</a>
</li>

View file

@ -98,18 +98,18 @@
<meta
name="keywords"
content="Boilerplate, Hugo" />
content="fediverse, nixos, open source" />
<meta
name="description"
content="Hugo &amp; Tailwindcss Starter" />
content="Fediversity Project" />
<meta name="author" content="zeon.studio" />
<meta name="author" content="NGI Fediversity" />
@ -185,13 +185,13 @@
<meta property="og:title" content="Fediversity" />
<meta property="og:description" content="Hugo &amp; Tailwindcss Starter" />
<meta property="og:description" content="Fediversity Project" />
<meta property="og:type" content="website" />
<meta property="og:url" content="//localhost:1313/categories/" />
<meta name="twitter:title" content="Fediversity" />
<meta name="twitter:description" content="Hugo &amp; Tailwindcss Starter" />
<meta name="twitter:description" content="Fediversity Project" />

View file

@ -98,18 +98,18 @@
<meta
name="keywords"
content="Boilerplate, Hugo" />
content="fediverse, nixos, open source" />
<meta
name="description"
content="Hugo &amp; Tailwindcss Starter" />
content="Fediversity Project" />
<meta name="author" content="zeon.studio" />
<meta name="author" content="NGI Fediversity" />
@ -185,13 +185,13 @@
<meta property="og:title" content="Fediversity" />
<meta property="og:description" content="Hugo &amp; Tailwindcss Starter" />
<meta property="og:description" content="Fediversity Project" />
<meta property="og:type" content="website" />
<meta property="og:url" content="//localhost:1313/categories/news/" />
<meta name="twitter:title" content="Fediversity" />
<meta name="twitter:description" content="Hugo &amp; Tailwindcss Starter" />
<meta name="twitter:description" content="Fediversity Project" />

View file

@ -101,7 +101,7 @@
<meta
name="keywords"
content="Boilerplate, Hugo" />
content="fediverse, nixos, open source" />
@ -112,7 +112,7 @@
<meta name="author" content="zeon.studio" />
<meta name="author" content="NGI Fediversity" />

View file

@ -100,7 +100,7 @@
<meta
name="keywords"
content="Boilerplate, Hugo" />
content="fediverse, nixos, open source" />
@ -111,7 +111,7 @@
<meta name="author" content="zeon.studio" />
<meta name="author" content="NGI Fediversity" />

View file

@ -101,7 +101,7 @@
<meta
name="keywords"
content="Boilerplate, Hugo" />
content="fediverse, nixos, open source" />
@ -112,7 +112,7 @@
<meta name="author" content="zeon.studio" />
<meta name="author" content="NGI Fediversity" />

View file

@ -101,7 +101,7 @@
<meta
name="keywords"
content="Boilerplate, Hugo" />
content="fediverse, nixos, open source" />
@ -112,7 +112,7 @@
<meta name="author" content="zeon.studio" />
<meta name="author" content="NGI Fediversity" />

View file

@ -101,7 +101,7 @@
<meta
name="keywords"
content="Boilerplate, Hugo" />
content="fediverse, nixos, open source" />
@ -112,7 +112,7 @@
<meta name="author" content="zeon.studio" />
<meta name="author" content="NGI Fediversity" />

View file

@ -101,7 +101,7 @@
<meta
name="keywords"
content="Boilerplate, Hugo" />
content="fediverse, nixos, open source" />
@ -112,7 +112,7 @@
<meta name="author" content="zeon.studio" />
<meta name="author" content="NGI Fediversity" />
@ -1012,44 +1012,22 @@
<li>
<a
target="_blank"
aria-label="facebook"
aria-label="mastodon"
rel="nofollow noopener"
href="https://www.facebook.com/"
href="https://mastodon.fediversity.eu/@fediversity"
>
<i class="fab fa-facebook"></i>
<i class="fab fa-mastodon"></i>
</a>
</li>
<li>
<a
target="_blank"
aria-label="twitter"
aria-label="rss"
rel="nofollow noopener"
href="https://twitter.com/"
href="https://fediversity.eu/rss"
>
<i class="fab fa-twitter"></i>
</a>
</li>
<li>
<a
target="_blank"
aria-label="github"
rel="nofollow noopener"
href="https://www.github.com/"
>
<i class="fab fa-github"></i>
</a>
</li>
<li>
<a
target="_blank"
aria-label="linkedin"
rel="nofollow noopener"
href="https://www.linkedin.com/"
>
<i class="fab fa-linkedin"></i>
<i class="fab fa-rss"></i>
</a>
</li>

View file

@ -101,7 +101,7 @@
<meta
name="keywords"
content="Boilerplate, Hugo" />
content="fediverse, nixos, open source" />
@ -112,7 +112,7 @@
<meta name="author" content="zeon.studio" />
<meta name="author" content="NGI Fediversity" />

File diff suppressed because it is too large Load diff

View file

@ -101,7 +101,7 @@
<meta
name="keywords"
content="Boilerplate, Hugo" />
content="fediverse, nixos, open source" />
@ -112,7 +112,7 @@
<meta name="author" content="zeon.studio" />
<meta name="author" content="NGI Fediversity" />

View file

@ -101,7 +101,7 @@
<meta
name="keywords"
content="Boilerplate, Hugo" />
content="fediverse, nixos, open source" />
@ -112,7 +112,7 @@
<meta name="author" content="zeon.studio" />
<meta name="author" content="NGI Fediversity" />

View file

@ -101,7 +101,7 @@
<meta
name="keywords"
content="Boilerplate, Hugo" />
content="fediverse, nixos, open source" />
@ -112,7 +112,7 @@
<meta name="author" content="zeon.studio" />
<meta name="author" content="NGI Fediversity" />

View file

@ -101,7 +101,7 @@
<meta
name="keywords"
content="Boilerplate, Hugo" />
content="fediverse, nixos, open source" />
@ -112,7 +112,7 @@
<meta name="author" content="zeon.studio" />
<meta name="author" content="NGI Fediversity" />

View file

@ -98,18 +98,18 @@
<meta
name="keywords"
content="Boilerplate, Hugo" />
content="fediverse, nixos, open source" />
<meta
name="description"
content="Hugo &amp; Tailwindcss Starter" />
content="Fediversity Project" />
<meta name="author" content="zeon.studio" />
<meta name="author" content="NGI Fediversity" />
@ -185,13 +185,13 @@
<meta property="og:title" content="Fediversity" />
<meta property="og:description" content="Hugo &amp; Tailwindcss Starter" />
<meta property="og:description" content="Fediversity Project" />
<meta property="og:type" content="website" />
<meta property="og:url" content="//localhost:1313/pages/" />
<meta name="twitter:title" content="Fediversity" />
<meta name="twitter:description" content="Hugo &amp; Tailwindcss Starter" />
<meta name="twitter:description" content="Fediversity Project" />

View file

@ -100,7 +100,7 @@
<meta
name="keywords"
content="Boilerplate, Hugo" />
content="fediverse, nixos, open source" />
@ -111,7 +111,7 @@
<meta name="author" content="zeon.studio" />
<meta name="author" content="NGI Fediversity" />
@ -1008,44 +1008,22 @@
<li>
<a
target="_blank"
aria-label="facebook"
aria-label="mastodon"
rel="nofollow noopener"
href="https://www.facebook.com/"
href="https://mastodon.fediversity.eu/@fediversity"
>
<i class="fab fa-facebook"></i>
<i class="fab fa-mastodon"></i>
</a>
</li>
<li>
<a
target="_blank"
aria-label="twitter"
aria-label="rss"
rel="nofollow noopener"
href="https://twitter.com/"
href="https://fediversity.eu/rss"
>
<i class="fab fa-twitter"></i>
</a>
</li>
<li>
<a
target="_blank"
aria-label="github"
rel="nofollow noopener"
href="https://www.github.com/"
>
<i class="fab fa-github"></i>
</a>
</li>
<li>
<a
target="_blank"
aria-label="linkedin"
rel="nofollow noopener"
href="https://www.linkedin.com/"
>
<i class="fab fa-linkedin"></i>
<i class="fab fa-rss"></i>
</a>
</li>

View file

@ -98,18 +98,18 @@
<meta
name="keywords"
content="Boilerplate, Hugo" />
content="fediverse, nixos, open source" />
<meta
name="description"
content="Hugo &amp; Tailwindcss Starter" />
content="Fediversity Project" />
<meta name="author" content="zeon.studio" />
<meta name="author" content="NGI Fediversity" />
@ -185,13 +185,13 @@
<meta property="og:title" content="Fediversity" />
<meta property="og:description" content="Hugo &amp; Tailwindcss Starter" />
<meta property="og:description" content="Fediversity Project" />
<meta property="og:type" content="website" />
<meta property="og:url" content="//localhost:1313/sections/" />
<meta name="twitter:title" content="Fediversity" />
<meta name="twitter:description" content="Hugo &amp; Tailwindcss Starter" />
<meta name="twitter:description" content="Fediversity Project" />

View file

@ -98,18 +98,18 @@
<meta
name="keywords"
content="Boilerplate, Hugo" />
content="fediverse, nixos, open source" />
<meta
name="description"
content="Hugo &amp; Tailwindcss Starter" />
content="Fediversity Project" />
<meta name="author" content="zeon.studio" />
<meta name="author" content="NGI Fediversity" />
@ -185,13 +185,13 @@
<meta property="og:title" content="Fediversity" />
<meta property="og:description" content="Hugo &amp; Tailwindcss Starter" />
<meta property="og:description" content="Fediversity Project" />
<meta property="og:type" content="website" />
<meta property="og:url" content="//localhost:1313/tags/" />
<meta name="twitter:title" content="Fediversity" />
<meta name="twitter:description" content="Hugo &amp; Tailwindcss Starter" />
<meta name="twitter:description" content="Fediversity Project" />

View file

@ -101,7 +101,7 @@
<meta
name="keywords"
content="Boilerplate, Hugo" />
content="fediverse, nixos, open source" />
@ -112,7 +112,7 @@
<meta name="author" content="zeon.studio" />
<meta name="author" content="NGI Fediversity" />