-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlicensing_form.html
107 lines (98 loc) · 4 KB
/
licensing_form.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
105
106
107
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Mazatech Software License - AmanithSVG</title>
<style type="text/css">
@font-face {
font-family: 'Liberation Serif';
src: url(https://www.amanithsvg.com/assets/msla/LiberationSerif-Regular.ttf);
}
body {
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: none;
width: 100% !important;
height: 100%;
line-height: 2.2em;
background-color: #f0f0f0;
font-family: 'Liberation Serif', serif;
box-sizing: border-box;
margin: 0;
}
img {
max-width: 100%;
padding-top: 22px;
margin: 0;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
font-weight: normal;
}
#container {
width: 760px;
margin: auto;
margin-top: 20px;
background-color: white;
border-radius: 7px;
}
#footer {
z-index: 100;
left:0;
bottom: 0px;
height: auto;
width: 100%;
position: fixed;
background: white;
border-top: 1px solid #CCC;
color: black;
}
#footer nav {
font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans','Liberation Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
line-height:1.5;
font-size: 18px;
font-weight: normal;
display: block;
max-width: 650px;
height: auto;
margin: 0 auto;
padding: 0;
text-align: center;
}
#footer nav li {
display: inline;
margin-right: 8px;
line-height: 1;
font-size: 0.8em;
white-space: nowrap;
}
#footer nav ul {
margin: -2px 0 2px;
padding: 0;
}
</style>
</head>
<body>
<div id="container">
<center><img width="96" height="96" src="https://www.mazatech.com/assets/images/mazatech_logo.png"/></center>
<center><h1>Mazatech Software License<br>AmanithSVG</h1></center>
<div style="max-width:540px; width:100%; padding: 15px 15px 30px 15px; margin: 45px auto; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans','Liberation Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji'; line-height:1.5; font-size: 18px;" >
Please use the following form to order an AmanithSVG license, make sure to fill all fields with updated and correct information.
<div>
<iframe src="https://usebasin.com/form/c447089ae04e/view/1988fb15ff52?iframe=true" frameborder="0" style="border: none; overflow: hidden;" onload="var self = this; self.contentWindow.postMessage('getHeight', '*'); setInterval(function() { self.contentWindow.postMessage('getHeight', '*'); }, 500); window.addEventListener('message', function(event) { if (event.data.action === 'setHeight') { self.style.height = event.data.height + 'px'; } });" width="100%">
</iframe>
<script type="text/javascript"> window.addEventListener('message', function(event) { if (event.data.action === 'redirect') { window.location.href = event.data.url; } });
</script>
</div>
<div id="footer">
<nav>
<ul>
<li>(C) 2023 Mazatech, Srl</li>
<li>VAT ID IT03498460405</li>
<li>All rights reserved</li>
</ul>
</nav>
</div>
</body>
</html>