Skip to content

Commit

Permalink
Update snowflake.html
Browse files Browse the repository at this point in the history
adding Hubspot and other tweaks
  • Loading branch information
epowell101 authored Jan 19, 2025
1 parent 163bcaf commit 9a03f8b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions snowflake.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

/* TAGLINE */
.hero-tagline {
font-size: 2rem; /* increased from 1.5rem */
font-size: 3rem; /* increased from 1.5rem */
line-height: 1.4;
margin-bottom: 2rem;
font-weight: 600;
Expand Down Expand Up @@ -212,7 +212,7 @@

</div>
<p class="hero-tagline">
Superior Cybersecurity available now from the Snowflake NativeApp marketplace
DeepLearning-based Cybersecurity now on the Snowflake NativeApp marketplace
</p>
</div>
</section>
Expand Down Expand Up @@ -286,15 +286,14 @@ <h2 class="heading-secondary">
</h2>
</div>
<!-- HubSpot Form Embed (Replace with your actual Portal/Form IDs) -->
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/shell.js"></script>
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script>
<script>
hbspt.forms.create({
region: "na1",
portalId: "YOUR_PORTAL_ID",
formId: "YOUR_FORM_ID",
target: "#hubspot-form-container"
portalId: "48299015",
formId: "d9827af1-9ebb-445b-b19b-87bb6ce6cfe4"
});
</script>

<div id="hubspot-form-container"></div>
</div>
</section>
Expand Down

0 comments on commit 9a03f8b

Please sign in to comment.