Skip to content

Commit

Permalink
Add HubSpot analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-vv committed Oct 18, 2024
1 parent 36598a2 commit 07a6151
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/contact-inner.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<div id="container">

<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfs7gTcyop6Phhklqc9AEYKx1uLxVMrbihXvgH28InESyeUFg/viewform?embedded=true" width="640" height="851" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
<script charset="utf-8" type="text/javascript" src="https://js.hsforms.net/forms/embed/v2.js"></script>
<script>
hbspt.forms.create({
portalId: "47780895",
formId: "7f500679-2922-41fc-bb5a-ed54b16cbaec"
});
</script>

</div>

Expand Down
13 changes: 12 additions & 1 deletion docs/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
<title>Traceon</title>
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<style>
html { height: 100%; }
html, body {
min-width:1000px;
min-height:100%;
margin:0px;
padding: 0px;
background-image: linear-gradient(to top right, #CCC, #FFF)
Expand Down Expand Up @@ -162,10 +164,19 @@ <h1>Traceon</h1>
</div>
<div id="container">

<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfs7gTcyop6Phhklqc9AEYKx1uLxVMrbihXvgH28InESyeUFg/viewform?embedded=true" width="640" height="851" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
<script charset="utf-8" type="text/javascript" src="https://js.hsforms.net/forms/embed/v2.js"></script>
<script>
hbspt.forms.create({
portalId: "47780895",
formId: "7f500679-2922-41fc-bb5a-ed54b16cbaec"
});
</script>

</div>


<!-- Start of HubSpot Embed Code -->
<script type="text/javascript" id="hs-script-loader" async defer src="https://js.hs-scripts.com/47780895.js"></script>
<!-- End of HubSpot Embed Code -->
</body>
</html>
5 changes: 5 additions & 0 deletions docs/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
<title>Traceon</title>
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<style>
html { height: 100%; }
html, body {
min-width:1000px;
min-height:100%;
margin:0px;
padding: 0px;
background-image: linear-gradient(to top right, #CCC, #FFF)
Expand Down Expand Up @@ -176,5 +178,8 @@ <h2>For the community and for professionals</h2>
</div>


<!-- Start of HubSpot Embed Code -->
<script type="text/javascript" id="hs-script-loader" async defer src="https://js.hs-scripts.com/47780895.js"></script>
<!-- End of HubSpot Embed Code -->
</body>
</html>
5 changes: 5 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
<title>Traceon</title>
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<style>
html { height: 100%; }
html, body {
min-width:1000px;
min-height:100%;
margin:0px;
padding: 0px;
background-image: linear-gradient(to top right, #CCC, #FFF)
Expand Down Expand Up @@ -181,5 +183,8 @@ <h2>Study the most critical tolerances</h2>



<!-- Start of HubSpot Embed Code -->
<script type="text/javascript" id="hs-script-loader" async defer src="https://js.hs-scripts.com/47780895.js"></script>
<!-- End of HubSpot Embed Code -->
</body>
</html>
5 changes: 5 additions & 0 deletions docs/technology.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
<title>Traceon</title>
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<style>
html { height: 100%; }
html, body {
min-width:1000px;
min-height:100%;
margin:0px;
padding: 0px;
background-image: linear-gradient(to top right, #CCC, #FFF)
Expand Down Expand Up @@ -203,5 +205,8 @@ <h2>Parametric mesher</h2>
</div>


<!-- Start of HubSpot Embed Code -->
<script type="text/javascript" id="hs-script-loader" async defer src="https://js.hs-scripts.com/47780895.js"></script>
<!-- End of HubSpot Embed Code -->
</body>
</html>
3 changes: 3 additions & 0 deletions docs/template-end.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
<!-- Start of HubSpot Embed Code -->
<script type="text/javascript" id="hs-script-loader" async defer src="https://js.hs-scripts.com/47780895.js"></script>
<!-- End of HubSpot Embed Code -->
</body>
</html>

0 comments on commit 07a6151

Please sign in to comment.