From f94661bd7dfba3aeafb4fe274c0faea423db1216 Mon Sep 17 00:00:00 2001 From: lucyjemutai Date: Wed, 1 May 2024 23:21:27 +0300 Subject: [PATCH] Allow users to add additional resources --- pages/resources.js | 284 ++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 256 insertions(+), 28 deletions(-) diff --git a/pages/resources.js b/pages/resources.js index 1477ebe..f1f102e 100644 --- a/pages/resources.js +++ b/pages/resources.js @@ -1,34 +1,262 @@ -import Link from 'next/link'; -import React from 'react'; -import Footer from '@/components/footer'; -import Head from 'next/head'; +import React, { useState, useEffect } from "react"; +import Footer from "@/components/footer"; +import Head from "next/head"; +import Link from "next/link"; function ResourcesKnhts() { - return ( - <> - - Resources - - - - - -
-
-

The Kenya National Health Terminology Service Resources

-

These are a list of resources. Click on each to download:

-
    -
  • Kenya National eHealth Policy 2016-2030
  • -
  • Kenya Health Sector Strategic Plan 2018-23
  • -
  • Digital Health Act 15 of 2023
  • -
  • DRAFT KE-NHDD Governance Framework - Dec 5 2023
  • -
  • DRAFT Kenya HIS Certification Framework - Draft 06FEB2017_KJO-edits_clean
  • -
-
-
-