From 757f8f536911381b93ce8f8507bbb3835b9b5c53 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Wed, 8 Jun 2022 11:42:33 -0500 Subject: [PATCH] Add Benchmarks hero --- src/pages/benchmarks.astro | 120 +++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 src/pages/benchmarks.astro diff --git a/src/pages/benchmarks.astro b/src/pages/benchmarks.astro new file mode 100644 index 0000000..e6db2b6 --- /dev/null +++ b/src/pages/benchmarks.astro @@ -0,0 +1,120 @@ +--- +// Component Script: +// You can write any JavaScript/TypeScript that you'd like here. +// It will run during the build, but never in the browser. +// All variables are available to use in the HTML template below. + +// Full Astro Component Syntax: +// https://docs.astro.build/core-concepts/astro-components/ + +import { DoesItAPI } from '~/helpers/api/client.js' + +import Layout from '../layouts/default.astro' +import BgPlayer from '~/components/video/bg-player.vue' +import LinkButton from '~/components/link-button.vue' + +const videosPage = await DoesItAPI.kind.tv(1).get() + +const video = videosPage.items[0] + +console.log('videos', video) + +--- + + +
+
+ + +
+

+ Benchmarks +

+
+ +
+ + +
+
+ + + +
+

+ { video.name } +

+
+
+ + + + + { /*
+

+ { row.heading } +

+ + +
*/ } + +
+
+ + + +