-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.html
100 lines (100 loc) · 5.13 KB
/
footer.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
<div class="container">
<div class="row mb-30">
<div class="col-md-3 col-sm-12 mb-30">
<h6 class="">Expertise</h6>
<ul>
<li><a href="/expertise/powerbi">Power BI</a></li>
<li><a href="/expertise/datascience">Data Science</a></li>
<li><a href="/expertise/datamanagement">Data Management</a></li>
<li><a href="/expertise/cloudtransformation">Cloud Migration</a></li>
<li><a href="/expertise/appdevelopment">App Development</a></li>
<li><a href="/expertise/collaborationcontent">Collaboration & Content</a></li>
</ul>
</div>
<div class="col-md-3 col-sm-12 mb-30">
<h6 class="">Resources</h6>
<ul>
<li><a href="/case-studies">Case Studies</a></li>
<li><a href="/best-practices">Best Practice Guides</a></li>
<li><a href="/blog">Insights</a></li>
<li><a href="/resources/interactive-reports">Interactive Reports</a></li>
</ul>
</div>
<div class="col-md-3 col-sm-12 mb-30">
<h6 class="">About Us</h6>
<ul>
<li><a href="/about/whoweare">Who We Are</a></li>
<li><a href="/about/recognitions">Recognitions</a></li>
<li><a href="/news">News</a></li>
<li><a href="/about/CSRReport" target="_blank">Social Impact Report</a></li>
<li><a href="/about/sustainability" target="_blank">Sustainability</a></li>
</ul>
</div>
<div class="col-md-3 col-sm-12 mb-30">
<h6 class="">Follow Us</h6>
<ul class="col-md-12 social">
<li><a target="_blank" href="https://www.facebook.com/maqsoftware" tabindex="-1" aria-hidden="true"><i class="fa fa-facebook"></i></a></li>
<li><a target="_blank" href="https://www.linkedin.com/company/maq-software" tabindex="-1" aria-hidden="true"><i class="fa fa-linkedin"></i></a></li>
<li><a target="_blank" href="https://youtube.com/maqsoftware" tabindex="-1" aria-hidden="true"><i class="ion ion-social-youtube"></i></a></li>
<li><a target="_blank" href="https://twitter.com/MAQSoftware" tabindex="-1" aria-hidden="true"><i class="fa fa-twitter"></i></a></li>
<li><a target="_blank" href="https://github.com/maqsoftware" tabindex="-1" aria-hidden="true"><i class="ion ion-social-github"></i></a></li>
<li><a target="_blank" href="https://instagram.com/maqsoftware" tabindex="-1" aria-hidden="true"><i class="fa fa-instagram"></i></a></li>
</ul>
<br />
<h6 class="">Contact Us</h6>
<ul class="col-md-12 link-small">
<li>
<a class="font-weight-normal" target="_blank" href="https://www.google.com/maps/search/?api=1&query=MAQ Software Redmond WA">
2027 152nd Avenue NE<br />
Redmond, WA 98052
</a>
</li>
<li>
<span></span>
<a href="mailto:Sales@MAQSoftware.com">
<span class="__cf_email__" data-cfemail="Sales@MAQSoftware.com">Sales@MAQSoftware.com</span>
</a>
</li>
<li><a href="tel:+1 425 526 5399">+1 425 526 5399</a></li>
<!--<li>
<span>Redmond Jobs: </span>
<a href="mailto:RedmondJobs@MAQSoftware.com">
<span class="__cf_email__" data-cfemail="RedmondJobs@MAQSoftware.com ">RedmondJobs@MAQSoftware.com </span>
</a>
</li>
<li>
<span>India Jobs: </span>
<a href="mailto:IndiaJobs@MAQSoftware.com">
<span class="__cf_email__" data-cfemail="IndiaJobs@MAQSoftware.com">IndiaJobs@MAQSoftware.com</span>
</a>
</li>-->
</ul>
</div>
</div>
</div>
<hr>
<section class="copyright container ptb-15">
<div class="row">
<div class="logo2 col-md-12 col-sm-12">
<a href="/">
<img class="logo-dark" style="width:145px;height:45px;" src="/img/MAQSoftware.png" alt="MAQ Software" />
</a>
</div>
</div>
<div class="row">
<p class="col-md-6 col-sm-12 text-left" style="padding-left:27px">
© <span id="copyright_year"></span><a href="/"><b>MAQ Software</b></a>. All Rights Reserved.
</p>
<p class="col-md-6 col-sm-12 text-md-right">
<span class="link privacy"><a href="/privacystatement">Privacy Statement</a></span>
<span class="link privacy"><a href="/termsofservice">Terms of Service</a></span>
<span class="link privacy"><a href="/pbivisualseula">Power BI Visualization EULA</a></span>
</p>
</div>
</section>
<script>
$("#copyright_year").html(new Date().getFullYear() + " ");
function setBlogCategory(category) {
sessionStorage.setItem('PrevPage', category);
}
</script>