-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
104 lines (97 loc) · 4.49 KB
/
index.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html>
<head>
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-106984196-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', 'UA-106984196-1');
</script>
<meta charset="utf-8">
<title>Drupal Commerce 2.x Installer</title>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic">
<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.4.2/css/bulma.min.css">
<!-- Hotjar Tracking Code for https://install.commercekickstart.com/ -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:635500,hjsv:5};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'//static.hotjar.com/c/hotjar-','.js?sv=');
</script>
<!-- Favicon package -->
<link rel="apple-touch-icon" sizes="76x76" href="static/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="static/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="static/favicon/favicon-16x16.png">
<link rel="manifest" href="static/favicon/site.webmanifest">
<link rel="mask-icon" href="static/favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
<!-- Let Us Help modal -->
<div id="helpModal" class="modal">
<div id="help-modal-background" class="modal-background"></div>
<div class="modal-content">
<div class="modal-content__close">
<button id="help-modal-content__close-button" class="modal-content__close-button" aria-label="close"><i class="material-icons">close</i></button>
</div>
<h2>Let Us Help</h2>
<div class="modal-content__intro">
Fill out the form to have one of our Drupal Commerce experts contact you.
<span class="small">Fields marked with <strong>*</strong> are required.</span>
</div>
<div class="modal-content__form">
<!--[if lte IE 8]>
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2-legacy.js"></script>
<![endif]-->
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js"></script>
<script>
hbspt.forms.create({
css: '',
portalId: '1659229',
formId: 'c5d267f0-ff1b-4950-9da6-c8264888c14a'
});
</script>
</div>
</div>
<button id="help-modal-close" class="modal-close is-large" aria-label="close"></button>
</div>
<!-- Technology Partner modal -->
<div id="techPartnerModal" class="modal">
<div id="technology-modal-background" class="modal-background"></div>
<div class="modal-content">
<div class="modal-content__close">
<button id="technology-modal-content__close-button" class="modal-content__close-button" aria-label="close"><i class="material-icons">close</i></button>
</div>
<h2>Become a Technology Partner</h2>
<div class="modal-content__intro">
Get your company featured on the Drupal Commerce 2.x Installer website. Complete this form and we will contact you.
<span class="small">Fields marked with <strong>*</strong> are required.</span>
</div>
<div class="modal-content__form">
<!--[if lte IE 8]>
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2-legacy.js"></script>
<![endif]-->
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js"></script>
<script>
hbspt.forms.create({
css: '',
portalId: '1659229',
formId: '613dbf57-beb7-4997-98a0-f71a57efaac1'
});
</script>
</div>
</div>
<button id="technology-modal-close" class="modal-close is-large" aria-label="close"></button>
</div>
</body>
</html>