headlib.ejs
3.69 KB
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
<!-- Google Fonts
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Montserrat:300,400,500,700" rel="stylesheet"> -->
<!-- Bootstrap CSS File -->
<link href="https://cdn.staticfile.org/twitter-bootstrap/4.2.1/css/bootstrap.min.css" rel="stylesheet">
<!-- <link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">-->
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
<link href="css/contact.css" rel="stylesheet">
<link rel="stylesheet" href="css/message.min.css">
<script
src="//assets.adobedtm.com/60bdfe74d5485bbce19717b8973705c35a64363e/satelliteLib-b39f015b0c83978d23a6de9aacb727eccf7afbe2.js"></script>
<script>
//prehiding snippet for Adobe Target with asynchronous Launch deployment
(function (g, b, d, f) { (function (a, c, d) { if (a) { var e = b.createElement("style"); e.id = c; e.innerHTML = d; a.appendChild(e) } })(b.getElementsByTagName("head")[0], "at-body-style", d); setTimeout(function () { var a = b.getElementsByTagName("head")[0]; if (a) { var c = b.getElementById("at-body-style"); c && a.removeChild(c) } }, f) })(window, document, "body {opacity: 0 !important}", 3E3);
</script>
<script src="//assets.adobedtm.com/d31727ec25f9/70a0e842a5ee/launch-0fd9a3caa882.min.js" async></script>
<!-- Global site tag (gtag.js) - Google Ads: 442871622 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-442871622"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'AW-442871622');
</script>
<script>
window.addEventListener('load', function (event) {
document.querySelectorAll('button[type*="submit"]').forEach(function (e) {
e.addEventListener('click', function () {
var name = document.querySelector('input[name="name"]').value;
var company = document.querySelector('input[name="company"]').value;
var tel = document.querySelector('input[name="phone"]').value;
var msg = document.querySelector('textarea[name="message"]').value;
var email = document.querySelector('input[name="email"]').value;
var mailformat = /^\w+([\.-]?\w+)@\w+([\.-]?\w+)(\.\w{2,3})+$/;
if (name != " " && email != " " && email.match(mailformat) && company != " " && tel != " " && msg != " ") {
gtag('event', 'conversion', { 'send_to': 'AW-442871622/g-1gCLap99cDEMbeltMB' });
};
});
});
});
</script>
<script>
window.addEventListener('load', function (event) {
document.querySelectorAll('input[type*="submit"]').forEach(function (e) {
e.addEventListener('click', function () {
var name = document.querySelector('input[name="your-name"]').value;
var company = document.querySelector('input[name="your-companyname"]').value;
var tel = document.querySelector('input[name="your-phone"]').value;
var email = document.querySelector('input[name="your-email"]').value;
var mailformat = /^\w+([\.-]?\w+)@\w+([\.-]?\w+)(\.\w{2,3})+$/;
if (name != " " && email != " " && email.match(mailformat) && company != " " && tel != " ") {
gtag('event', 'conversion', { 'send_to': 'AW-442871622/XT4ACOKl99cDEMbeltMB' });
};
});
});
});
</script>
<meta name="baidu-site-verification" content="code-OqGesmSnJb" />