-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmsbuild24.html
More file actions
469 lines (426 loc) · 17.8 KB
/
msbuild24.html
File metadata and controls
469 lines (426 loc) · 17.8 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
<!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="Microsoft Build 2024 | MAQ Software" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/images/isv/isv-top-image" />
<meta property="og:description" content="Microsoft Build 2024" />
<!-- Twitter Theme -->
<meta name="twitter:widgets:theme" content="light">
<!-- Title & Favicon -->
<title>Microsoft Build 2024 | 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/isvpage.css?v=20230614.1" />
<link rel="stylesheet" href="css/embedfast.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 home-page">
<!-- 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 -->
<div class="wrapper reveal-side-navigation">
<div class="wrapper-inner">
<!-- Feature 1 Section -->
<div class="section-block feature-1 overlap-bottom pt-150 bkg-white">
<div class="media-overlay"></div>
<div class="row flex two-columns-on-tablet">
<div class="column width-6 v-align-middle left center-on-mobile">
<div>
<h1 class="title-large">
<span class="color-red mb-5" style="color: rgb(171, 10, 10);">
Microsoft Build
</span>
</h1>
<h3>
May 21-23, 2024 | Seattle, WA
</h3>
<p class="text-xlarge mb-30 center-on-mobile">
MAQ Software is a proud <b>Featured Partner</b> of the Microsoft Build 2024 conference.
</p>
<p class="text-xlarge mb-30 center-on-mobile">
Unlock business productivity & accelerate your potential with our solutions.
</p>
<a href="mailto:sales@maqsoftware.com"
class="button medium pill bkg-theme bkg-hover-white color-white color-hover-theme mb-mobile-40">
Contact Us</a>
</div>
</div>
<div class="column width-6 right hide-on-mobile">
<div class="feature-image">
<div>
<img src="/images/fabcon24/BG Image.png" width="409" alt="Power BI Embed">
</div>
</div>
</div>
</div>
</div>
<!-- Feature 1 Section End -->
<!-- Secondary nav to navigate between feature items -->
<div id="secondaryNav" class="secondary-nav">
<div class="row flex two-columns-on-tablet ">
<ul class="horizontal-list">
<li><a href="#aboutourmeetup">About the Expert Meet-up</a></li>
<li><a href="#aboutmaqsoftware">About MAQ Software</a></li>
<li><a href="#resources">Resources</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</div>
</div>
<!-- Secondary nav end -->
<!-- Content section -->
<div class="content">
<!-- About our section -->
<div id="aboutourmeetup" class="feature-1 bkg-white">
<div class="feature-block">
<div class="row flex">
<div class="column width-15 v-align-middle left center-on-mobile">
<div>
<h2>
<span class="color-black mb-5">
About the Expert Meet-up
</span>
</h2>
<div class="row">
<div class="column width-14 pad-0">
<!-- Content section -->
<div class="column width-6">
<div class="feature-content-inner">
<!-- Session section-->
<div id="session-load-embedding">
<div class="row ptb-10">
<div class="column width-2 feature-icon pad-0 mb-0">
<img src="/images/fabcon24/pen-tool.png" width="45" height="45" />
</div>
<div class="column width-10">
<h3 class="keyfeature-title">
About
</h3>
<p class="keyfeature-title ptb-10" style="font-size: 17.5px;">
Our technical team is ready to answer any questions you may have on topics that matter to you. Whether you want to learn how to optimize your workflows or explore the latest features of our solutions, we’re here to help.
</p>
<p class="keyfeature-title ptb-10" style="font-size: 17.5px;">
Learn about how you can certify Power BI reports with CertyFAST—built for report developers, data modelers, data analysts, and administrators to ensure reports adhere to quality standards and industry best practices. With this easy-to-use tool, you can view a list of recommendations and fix them in just a few clicks. Ready to elevate your data reporting? Speak with us during the Expert Meet-up or visit <a href="https://maqsoftware.com/CertyFAST">CertyFAST</a>.
</p>
</div>
</div>
</div>
<!-- End session section-->
<!-- Date & Time section -->
<div id="date-time">
<div class="row ptb-10">
<div class="column width-2 feature-icon pad-0 mb-0">
<img src="/images/fabcon24/date.png" width="45" height="45" />
</div>
<div class="column width-10">
<h3 class="keyfeature-title">Dates & Times</h3>
<p class="mb-0" style="font-size: 17.5px;">
May 21 (Tuesday): 11:00 AM – 6:30 PM
</p>
<p class="mb-0" style="font-size: 17.5px;">
May 22 (Wednesday): 10:00 AM – 6:45 PM
</p>
<p class="mb-0" style="font-size: 17.5px;">
May 23 (Thursday): 8:30 AM – 5:00 PM
</p>
</div>
</div>
</div>
<!-- End Date & Time section -->
<!-- Location section -->
<div id="Location">
<div class="row ptb-10">
<div class="column width-2 feature-icon pad-0 mb-0">
<img src="/images/fabcon24/globe.png" width="45" height="45" />
</div>
<div class="column width-10">
<h3 class="keyfeature-title">Location</h3>
<p class="mb-0" style="font-size: 17.5px;">
FP15 (in the Hub)
</p>
</div>
</div>
</div>
<!-- End location section -->
</div>
</div>
<!-- Conference image section -->
<div class="column width-6">
<div class="feature-image-inner center-on-mobile media-div">
<div id="session-load-embedding-img">
<img src="/images/msbuild/MicrosoftTeams-image.png" alt="Expanded View" style="transition: transform 0.25s ease; cursor: zoom-in;" onmouseover="this.style.transform='scale(2)'" onmouseout="this.style.transform='scale(1)'"/>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- About our section End -->
<!-- About MAQ section -->
<div id="aboutmaqsoftware" class="section-block pt-30 pb-30 bkg-white section-padding">
<div class="feature-block">
<div class="row">
<div class="column width-12">
<div class="column width-6">
<div class="feature-image-inner center-on-mobile">
<img src="/images/fabcon24/Dashboard (1).png" alt="" />
</div>
</div>
<div class="column width-6">
<div class="feature-content-inner">
<h2>About MAQ Software</h2>
<p>
As a Microsoft Fabric Featured Partner and the winner of the
Microsoft Power BI Partner of the Year award, MAQ Software is at
the forefront of AI-first development, enabling leading companies
to accelerate their business intelligence and analytics initiatives.
</p>
<p>
Our clients consistently recognize us for our expertise in providing
architecture and governance frameworks, implementing best
practices to optimize reports, and building team capability
through training programs.
</p>
<p>
As a Microsoft managed partner with seven specializations, our
clients benefit from our extensive insights and engineering
practices. By bringing AI to BI, we empower our clients to improve
their operations, reduce costs, increase sales, and build stronger
customer relationships.
</p>
<p></p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- About MAQ section End -->
<!-- Resource section -->
<div id="resources" class="section-block pt-30 pb-30 bkg-white section-padding">
<div class="feature-block">
<div class="row">
<div class="column width-12 v-align-middle left center-on-mobile">
<h2>
<span class="color-black mb-5">
Resources
</span>
</h2>
</div>
</div>
<div class="row">
<div class="column width-12">
<div class="column width-6" style="padding-left: 0;">
<div class="feature-content-inner">
<div id="links">
<ul>
<li>Our solutions and services
<ul>
<li><a href="https://maqsoftware.com/CertyFAST"><u>CertyFAST</u></a></li>
<li><a href="https://maqsoftware.com/embedfast"><u>EmbedFAST</u></a></li>
<li><a href="https://blog.maqsoftware.com/2024/03/transform-your-power-bi.html"><u>LoadFAST</u></a></li>
<li><a href="https://maqsoftware.com/Marketplace-Offers/Power-BI-custom-visuals.html"><u>Our Power BI custom visuals</u></a></li>
<li><a href="https://maqsoftware.com/Marketplace-Offers/MarketPlace-Offers.html"><u>Our apps and consulting services</u></a></li>
</ul>
</li>
<li>About us
<ul>
<li><a href="https://appsource.microsoft.com/en-us/marketplace/partner-dir/e4d98dd2-9199-42e5-ba8b-da3e763ede2e/overview"><u>Microsoft AppSource Partner profile page</u></a></li>
<li><a href="https://maqsoftware.com/who-we-are"><u>More about us and our recognitions</u></a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<!-- Start Youtube link for the demo-->
<div class="column width-6">
<div class="feature-image-inner center-on-mobile media-div">
<div class="feature-image">
<div>
<img src="/images/fabcon24/image_sample.png" width="525" height="500" alt="Power BI Embed">
</div>
</div>
</div>
</div>
<!-- End Youtube link for the demo -->
</div>
</div>
</div>
</div>
<!-- Resource section end -->
<!-- Contact section -->
<div id="contact" class="section-block pt-30 pb-30 bkg-white section-padding">
<div class="feature-block bottom-margin">
<div class="row">
<div class="column width-12">
<div class="column width-6">
<div class="feature-image-inner center-on-mobile">
<img src="/images/generic/contact-us.png" alt="" />
</div>
</div>
<div class="column width-6">
<div class="feature-content-inner">
<h2>Contact Us</h2>
<p>Contact us today to learn more, request a demo, or schedule a consultation.</p>
</div>
<a href="mailto:sales@maqsoftware.com" target="blank"
class="button medium pill border-theme bkg-white bkg-hover-theme color-theme color-hover-white mb-mobile-40">
Send us a message</a>
</div>
</div>
</div>
</div>
</div>
<!-- Contact section end -->
</div>
<!-- Content section end-->
<!-- popup form start -->
<div id="popup-form" class="popup">
<div class="popup-content">
<h3>First Name</h3>
<input id="firstname" class="input-style" placeholder="Enter First Name" maxlength="1900">
<div class="error-message" id="firstname-error"></div>
<h3>Last Name</h3>
<input id="lastname" class="input-style" placeholder="Enter Last Name" maxlength="1900">
<div class="error-message" id="lastname-error"></div>
<h3>Email Address</h3>
<input id="email" class="input-style" placeholder="Enter email address" maxlength="1900">
<div class="error-message" id="email-error"></div>
<h3>Phone Number</h3>
<input id="phone" class="input-style" placeholder="Enter phone number" maxlength="10">
<div class="error-message" id="phone-error"></div>
<h3>Company</h3>
<input id="company" class="input-style" placeholder="Enter company name" maxlength="1900">
<div class="error-message" id="company-error"></div>
<h3>Role</h3>
<input id="role" class="input-style" placeholder="Enter role name" maxlength="1900">
<div class="error-message" id="role-error"></div>
<h3>Add Message</h3>
<input id="message" class="input-style" placeholder="Enter Message" maxlength="1900">
<div class="error-message" id="message-error"></div>
<p class="disclaimer-text">*Disclaimer: The details provided may be used by the team to contact you.
</p>
<div>
<button
class="button medium pill border-theme bkg-white bkg-hover-theme color-theme color-hover-white"
id="closePopup" style="display: inline-block;" onclick="hide_popup()">
Close
</button>
<button
class="button medium pill bkg-theme bkg-hover-white color-white color-hover-theme mb-mobile-40"
id="closePopup" style="float: right;" onclick="validateAndSend()">
Send Message
</button>
</div>
</div>
</div>
<!-- popup form end -->
<!--success Popup starts-->
<div id="success-popup-form" class="popup">
<div class="popup-content">
<div class="row">
<div class="modal-header" style="position: relative;">
<button type="button" class="close" data-dismiss="modal" aria-label=""
onclick="hide_success_popup()"
style="position: absolute; top: 1px; right: 1px;"><span>×</span></button>
</div>
<div class="modal fade" id="ignismyModal" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<div class="thank-you-pop" style="text-align: center;">
<img src="/images/graphics/Green-Round-Tick.png" alt=""
style="display: block; margin: 0 auto; width: 50px; height: 50px;">
<h3 class="text-xxlarge mb-30 center-on-mobile" style="text-align: center;">
<br>Thank You!
</h3>
<p class="text-xlarge mb-30 center-on-mobile">Thank you for showing your
interest. <br>We will contact you soon</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--success Popup ends-->
<!--failure Popup starts-->
<div id="failure-popup-form" class="popup">
<div class="popup-content">
<div class="row">
<div class="modal fade" id="ignismyModal" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header" style="position: relative;">
<button type="button" class="close" data-dismiss="modal" aria-label=""
onclick="hide_failure_popup()"
style="position: absolute; top: 10px; right: 10px;"><span>×</span></button>
</div>
<div class="modal-body">
<div class="thank-you-pop" style="text-align: center;">
<img src="/images/graphics/Red-Round-Tick.png" alt=""
style="display: block; margin: 0 auto; width: 50px; height: 50px;">
<h3 class="text-xxlarge mb-30 center-on-mobile" style="text-align: center;">
<br>Sorry!
</h3>
<p class="text-xlarge mb-30 center-on-mobile">Not able to get your
details.<br> Please try again later.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--success Popup ends-->
<!-- 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 src="/js/common.js?v=20211215.1"></script>
<script src="/js/careers.js?v=20220905.1" type="text/javascript"></script>
<script src="/js/embedfast.js" type="text/javascript"></script>
<script>
$("#header").load("/header.html");
$("#footer").load("/footer.html");
</script>
</div>
</div>
</body>
</html>