added .astro for typeform, embed typeform within page, changed cta to lead to inner page

This commit is contained in:
Mik-TF
2024-06-20 18:55:09 -04:00
parent 3aeadc2265
commit fd3b1657fd
7 changed files with 37 additions and 10 deletions

View File

@@ -0,0 +1,14 @@
---
---
<style>
#typeformsection {
height: 1000px;
width: 100%
}
</style>
<section>
<div id="typeformsection" data-tf-widget="SnfEE9pj"></div>
<script src="//embed.typeform.com/next/embed.js" is:inline></script>
</section>