-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
125 lines (107 loc) · 5.81 KB
/
contact.html
File metadata and controls
125 lines (107 loc) · 5.81 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0" name="viewport">
<!-- Open Graph -->
<meta property="og:title" content="Contact Us | MAQ Software" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/images/expertise/ai-main" />
<meta property="og:description" content="Need more information about MAQ Software services or locations? Get in touch with our team and we’ll be happy to help." />
<!-- Twitter Theme -->
<meta name="twitter:widgets:theme" content="light">
<!-- Title & Favicon -->
<title>Contact Us | MAQ Software</title>
<link rel="shortcut icon" type="image/x-icon" href="/images/logos/MAQ-Software-URL.png">
<!-- Font -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700%7CHind+Madurai:400,500&subset=latin-ext" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter&display=swap" rel="stylesheet">
<!-- Css -->
<link rel="stylesheet" href="css/core.min.css" />
<link rel="stylesheet" href="css/skin.css" />
<link rel="stylesheet" href="css/commonstyle.css" />
<link rel="stylesheet" href="css/styles.css" />
<!--[if lt IE 9]>
<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-S0W302CGQG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-S0W302CGQG');
</script>
</head>
<body class="shop blog">
<!-- Header -->
<header id="header" class="header header-absolute header-fixed-on-mobile header-transparent" data-bkg-threshold="100" data-sticky-threshold="0">
</header>
<!-- Header End -->
<!-- Content -->
<div class="content clearfix">
<div class="wrapper reveal-side-navigation">
<div class="wrapper-inner">
<!-- Contact Us Section Simplified -->
<div class="section-block-padding-sm contact-section-contactpage centered-section hero-section lg-section-block-padding-hero">
<div class="flex-col-2-contact-header max-section-size">
<div class="hero-item-1">
<h1 class="big contact-header">
Contact MAQ Software
</h1>
<p class="section-subheading">
Contact us today—learn how MAQ Software can deliver the solutions that propel your business forward.
</p>
<div class="one-rem-div"></div>
<a href="mailto:Sales@MAQSoftware.com?subject=Contact%20Us&body=Hello,%20I%20would%20like%20to%20get%20in%20touch%20with%20you." class="email-link email-link-container">
<span class="tabler--mail"></span><p class="email-link">Sales@MAQSoftware.com</p>
</a>
</div>
</div>
</div>
<!-- Locations Section -->
<div class="section-block-padding-sm centered-section">
<div class="section-heading-container max-section-size">
<h1 class="display-medium">Our locations</h1>
</div>
<div class="flex-row-contact-locations max-section-size mb-grid-product">
<div class="flex-column mb-center">
<h2 class="normal">Redmond, Washington, USA</h2>
<p class="body-text">2027 152nd Avenue NE<br>Redmond, WA 98052</p>
</div>
<div class="flex-column mb-center">
<h2 class="normal">Noida, Uttar Pradesh, India</h2>
<p class="body-text">Express Trade Towers 2<br>B-36, Tower 3, Second Floor<br>Sector 132<br>NOIDA 201 301<br>+91 908 256 1327</p>
</div>
<div class="flex-column mb-center">
<h2 class="normal">Hyderabad, Telangana, India</h2>
<p class="body-text">Level 7, Astro, aVance Business Hub<br>Behind Dell Campus<br>HITEC City 2, Madhapur<br>Hyderabad 500 081<br>+91 40 4010 0570</p>
</div>
<div class="flex-column mb-center">
<h2 class="normal">Mumbai, Maharashtra, India</h2>
<p class="body-text">201, Meadows Building<br>Sahar Plaza on Andheri Kurla Road Andheri East<br>Mumbai 400 059<br>+91 908 256 1327</p>
</div>
</div>
</div>
<!-- Locations Section end-->
</div>
</div>
<!-- Content End -->
<!-- Footer -->
<footer id="footer" class="footer footer-light bkg-grey-ultralight"></footer>
<!-- Footer End -->
<!-- Js -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC3JCAhNj6tVAO_LSb8M-AzMlidiT-RPAs"></script>
<script src="js/timber.master.min.js"></script>
<script>
// $("#header").load("/header");
// $("#footer").load("/footer");
$("#header").load("/header.html");
$("#footer").load("/footer.html");
</script>
<script src="/js/common.js"></script>
</body>
</html>