From 81dee1a460117961a050cd0a3729f47d721e1963 Mon Sep 17 00:00:00 2001 From: reigj1 Date: Fri, 6 Dec 2024 20:55:49 +0100 Subject: [PATCH] update sections --- src/pages/library.tsx | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/src/pages/library.tsx b/src/pages/library.tsx index b082ac2877..8c2b8403d7 100644 --- a/src/pages/library.tsx +++ b/src/pages/library.tsx @@ -10,22 +10,25 @@ import React, { useEffect, useRef, useState } from "react"; import DownloadIcon from "../components/Common/Icons/DownloadIcon"; import LinkArrowRight from "../components/Common/Icons/LinkArrowRight"; -const presentationCards = [ +const quickstartCards = [ { - title: "ICP makes the Internet into a World Computer - Deck", - url: "https://internetcomputer.docsend.com/view/dzkwezufykwpb7p8", + title: "Internet Computer in a Nutshell", + url: "/presentations/Internet Computer in a nutshell EN.pdf", }, { - title: "UTOPIA Deck", - url: "https://utopia.docsend.com/view/ez8f34n53q2fg2de", + title: "Der Internet Computer in Kürze (German)", + url: "/presentations/Internet Computer in a nutshell DE.pdf", }, +]; + +const presentationCards = [ { - title: "Internet Computer in a nutshell EN", - url: "/presentations/Internet Computer in a nutshell EN.pdf", + title: "ICP makes the Internet into a World Computer", + url: "https://internetcomputer.docsend.com/view/dzkwezufykwpb7p8", }, { - title: "Internet Computer in a nutshell DE", - url: "/presentations/Internet Computer in a nutshell DE.pdf", + title: "UTOPIA", + url: "https://utopia.docsend.com/view/ez8f34n53q2fg2de", }, ]; @@ -241,7 +244,17 @@ function Library() { -
+
+

+ Quick Starts +

+
+ {quickstartCards.map((card) => ( + + ))} +
+
+

Presentations