This repository has been archived on 2025-04-14. You can view files and clone it, but cannot push or open issues or pull requests.
website-old/content/partners/nordunet.nix
Kiara Grouwstra 54bf9da2a3
init
2025-04-14 11:20:58 +02:00

15 lines
595 B
Nix

{ ... }:
{
pages.nordunet = {
title = "NORDUnet";
description = "Details about NORDUnet";
summary = ''
NORDUnet is a collaboration of the National Research and Education Networks (NREN) of the Nordic countries.
'';
body = ''
NORDUnet connects universities and research institutions across Denmark, Finland, Iceland, Norway, and Sweden. It enables collaboration, data sharing, and access to online resources for academic and research purposes.
Fun fact: the website of NORDUnet, nordu.net is the oldest still active domain on the internet.
'';
};
}