-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpitch-deck.html
46 lines (40 loc) · 1.28 KB
/
pitch-deck.html
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
36
37
38
39
40
41
42
43
44
45
46
---
layout: default
title: Pitch Deck
permalink: /pitch/
header-title: Pitch Deck
header-desc: "Please fill registration form below to view pitch deck."
header-image: /assets/images/austrian-national-library-dzXWHBXzYz4-unsplash.jpg
header-image-height: 2000
header-image-width: 3000
scroll-link: "#learn-more"
first-button: "<a href='https://share-eu1.hsforms.com/14iRsXKThS2qNTF8xH6R1Zg2dhsrl' class='btn btn--primary'>Get pitch deck</a>"
second-button: "<a href='#hubspot' class='smoothscroll btn btn--stroke'>Learn More</a>"
---
<br /><br />
<style>
.hubspot {
margin: 0 auto;
width: 50%;
float: center;
background-color: white;
}
</style>
<!-- hubspot
================================================== -->
<section id='hubspot' class="hubspot">
<div class="hubspot">
<center>
<img height="200px" width="200px" src="/assets/images/logo/IA Logo Final Black Framed.png" />
<p><b>Please fill registration form below to access the Elara Aerospace pitch deck</b></p>
</center>
<script charset="utf-8" type="text/javascript" src="//js-eu1.hsforms.net/forms/embed/v2.js"></script>
<script>
hbspt.forms.create({
region: "eu1",
portalId: "143597793",
formId: "e2246c5c-a4e1-4b6a-8d4c-5f311fa47566"
});
</script>
</div>
</section>