-
Notifications
You must be signed in to change notification settings - Fork 0
/
QA.njk
35 lines (33 loc) · 1.55 KB
/
QA.njk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
layout: layout.njk
title: NYSDS Question and Answer Embed tool
url: nysds.dev/qa
domain: nysds.dev
facebook:
title: NYSDS Question and Answer Embed tool
description: Watch a video and submit question
image: nygov-logo.png
twitter:
title: NYSDS Question and Answer Embed tool
description: Watch a video and submit question
image: nygov-logo.png
---
{% from './_includes/_components.njk' import hero,categorytiles,card,bio,textarea,highlight,iconframe,quicklinks,sponsor %}
<section class="flex flex-col items-center w-full my-4 ">
<div class="w-full flex justify-center">
<span class="sr-only"> Embedded Video </span>
<iframe src="https://players.brightcove.net/2886492229001/default_default/index.html?videoId=6193806616001"
allowfullscreen=""
allow="encrypted-media"
class="w-full lg:max-w-3xl h-[281px] md:h-[450px]"
></iframe>
</div>
<div class="w-full mt-4 border-2 border-admin-second">
<!-- google form option -->
<!-- <iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfzkI-5cgApHbpLD1vGpGvbm6SD2KFGDxHQ3WotJpOWsBKZhA/viewform?embedded=true" width="100%" frameborder="0" marginheight="0" marginwidth="0"
class="h-[600px] md:h-[500px]"
>Loading…</iframe> -->
<!-- microsoft forms embed -->
<iframe width="100%" height="800px" src= "https://forms.office.com/Pages/ResponsePage.aspx?id=6rhs9AB5EE2M64Dowcge554wJLZRZTNBk1sUffpo0ctUOEI5U1VXUDQzNDY5SlUxQTdQVU1GWEZSWC4u&embed=true" frameborder= "0" marginwidth= "0" marginheight= "0" allowfullscreen webkitallowfullscreen mozallowfullscreen msallowfullscreen> </iframe>
</div>
</section>