From ca0652231282f4422ab2872a0887fdbfbe3a5a61 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Fri, 15 Jul 2022 17:07:08 +0100 Subject: [PATCH] lukegbcom: add /tools/ndi --- web/lukegbcom/pages/tools/ndi.js | 37 ++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 web/lukegbcom/pages/tools/ndi.js diff --git a/web/lukegbcom/pages/tools/ndi.js b/web/lukegbcom/pages/tools/ndi.js new file mode 100644 index 0000000000..45a0b68a7b --- /dev/null +++ b/web/lukegbcom/pages/tools/ndi.js @@ -0,0 +1,37 @@ +import Head from 'next/head' +import Link from 'next/link' +import styles from '../../styles/Post.module.scss' +import HeaderNav from '../../lib/HeaderNav' +import HeroImage from '../../lib/HeroImage' + +export default function NdiTools() { + return ( +
+ + + NDI Tools Downloads + + + NDI Tools Downloads | Luke Granger-Brown + + + + +
+
+

NDI Downloads

+

By using any of these links, you agree to the NDI Terms.

+
    +
  • NDI 5 Tools for Windows (cached 2022-07-15)
  • +
  • NDI Tools for Mac (cached 2022-07-15)
  • +
  • NDI Analysis for Windows (cached 2022-07-15)
  • +
  • NDI SDK Android (Windows installer) (cached 2022-07-15)
  • +
  • NDI SDK Windows (cached 2022-07-15)
  • +
  • NDI SDK iOS/macOS (cached 2022-07-15)
  • +
  • NDI SDK Linux (cached 2022-07-15)
  • +
+
+
+
+ ) +}