Skip to content

Commit

Permalink
Merge pull request #1785 from maqsoftware/Nate-2-12-2025
Browse files Browse the repository at this point in the history
Update support plan for EmbedFAST
  • Loading branch information
MAQnatelimono authored Feb 21, 2025
2 parents 7ec8e3e + 33f11d9 commit 09fb3af
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 88 deletions.
43 changes: 43 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2251,6 +2251,49 @@ p{
mask-size: 100% 100%;
}

/* MigrateFAST Images */
.fluent--tray-item-remove-24-regular {
display: inline-block;
width: 192px;
height: 192px;
--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M14 3.5v2h3.5v-2zm-1.5-.25c0-.69.56-1.25 1.25-1.25h4c.69 0 1.25.56 1.25 1.25v2.5C19 6.44 18.44 7 17.75 7h-4c-.69 0-1.25-.56-1.25-1.25zm2.72 5.47a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 1 1-1.06 1.06l-1.22-1.22v6.69a.75.75 0 0 1-1.5 0v-6.69l-1.22 1.22a.75.75 0 1 1-1.06-1.06zM6.5 15v2H10v-2zM5 14.75c0-.69.56-1.25 1.25-1.25h4c.69 0 1.25.56 1.25 1.25v2.5c0 .69-.56 1.25-1.25 1.25h-4c-.69 0-1.25-.56-1.25-1.25zM2.75 16a.75.75 0 0 1 .75.75v2c0 .69.56 1.25 1.25 1.25h14.5c.69 0 1.25-.56 1.25-1.25v-2a.75.75 0 0 1 1.5 0v2a2.75 2.75 0 0 1-2.75 2.75H4.75A2.75 2.75 0 0 1 2 18.75v-2a.75.75 0 0 1 .75-.75'/%3E%3C/svg%3E");
background-color: currentColor;
-webkit-mask-image: var(--svg);
mask-image: var(--svg);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: 100% 100%;
mask-size: 100% 100%;
}

.fluent--money-hand-24-regular {
display: inline-block;
width: 192px;
height: 192px;
--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.25 2A2.25 2.25 0 0 0 4 4.25v15.5A2.25 2.25 0 0 0 6.25 22h7.5A2.25 2.25 0 0 0 16 19.771v-1.52a.75.75 0 0 0-.75-.75c-.453 0-.739-.123-.936-.282c-.208-.167-.38-.425-.511-.789c-.273-.755-.302-1.75-.302-2.68a.75.75 0 0 0-.202-.512l-.165-.177a3 3 0 0 0-.17-.173c-.074-.07-.3-.285-1.183-1.168c-.469-.469-.728-.865-.813-1.168a.6.6 0 0 1-.016-.325a.7.7 0 0 1 .205-.323a.7.7 0 0 1 .322-.204a.6.6 0 0 1 .324.016c.302.085.698.346 1.167.815c.54.54 1.053 1.047 1.512 1.5c.76.752 1.373 1.36 1.72 1.73a.75.75 0 0 0 1.097-1.023A55 55 0 0 0 16 11.424V8.06l2.842 2.842c.421.422.659.994.659 1.59v8.758a.75.75 0 0 0 1.5 0v-8.757a3.75 3.75 0 0 0-1.099-2.652L16 5.939v-1.69A2.25 2.25 0 0 0 13.75 2zm6.142 14.94c.097.268.222.534.384.782A2.25 2.25 0 0 0 11.5 19.75v.75h-3v-.75a2.25 2.25 0 0 0-2.25-2.25H5.5v-11h.75A2.25 2.25 0 0 0 8.5 4.25V3.5h3v.75a2.25 2.25 0 0 0 2.25 2.25h.75v3.438l-.469-.468c-.531-.531-1.148-1.008-1.821-1.198a2.1 2.1 0 0 0-1.104-.025a2 2 0 0 0-.632.285a3.5 3.5 0 1 0 1.55 6.324c.037.684.13 1.427.368 2.084M8 12a2 2 0 0 1 1.456-1.925a2.2 2.2 0 0 0 .068.883c.189.673.665 1.291 1.197 1.823l.665.662A2 2 0 0 1 8 12M5.5 4.25a.75.75 0 0 1 .75-.75H7v.75a.75.75 0 0 1-.75.75H5.5zM13 3.5h.75a.75.75 0 0 1 .75.75V5h-.75a.75.75 0 0 1-.75-.75zM14.5 19v.75a.75.75 0 0 1-.75.75H13v-.75a.75.75 0 0 1 .75-.75zM7 20.5h-.75a.75.75 0 0 1-.75-.75V19h.75a.75.75 0 0 1 .75.75z'/%3E%3C/svg%3E");
background-color: currentColor;
-webkit-mask-image: var(--svg);
mask-image: var(--svg);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: 100% 100%;
mask-size: 100% 100%;
}

.fluent--arrow-circle-up-sparkle-24-regular {
display: inline-block;
width: 192px;
height: 192px;
--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16.088 6.412a2.84 2.84 0 0 0-1.347-.955l-1.378-.448a.544.544 0 0 1 0-1.025l1.378-.448A2.84 2.84 0 0 0 16.5 1.774l.011-.034l.448-1.377a.544.544 0 0 1 1.027 0l.447 1.377a2.84 2.84 0 0 0 1.799 1.796l1.377.448l.028.007a.544.544 0 0 1 0 1.025l-1.378.448a2.84 2.84 0 0 0-1.798 1.796l-.448 1.377l-.013.034a.544.544 0 0 1-1.013-.034l-.448-1.377a2.8 2.8 0 0 0-.45-.848m7.695 3.801l-.766-.248a1.58 1.58 0 0 1-.998-.999l-.25-.764a.302.302 0 0 0-.57 0l-.248.764a1.58 1.58 0 0 1-.984.999l-.765.248a.302.302 0 0 0 0 .57l.765.249a1.58 1.58 0 0 1 1 1.002l.248.764a.302.302 0 0 0 .57 0l.249-.764a1.58 1.58 0 0 1 .999-.999l.765-.248a.302.302 0 0 0 0-.57zM12 2.001c.957 0 1.883.134 2.76.385q-.175.107-.37.173l-1.34.44a1.6 1.6 0 0 0-.713.508a8.5 8.5 0 1 0 8.046 9.908c.22.367.54.635 1.077.635q.185-.001.338-.041c-.93 4.56-4.963 7.992-9.798 7.992c-5.523 0-10-4.477-10-10S6.477 2 12 2M7.47 12.28l.083.072a.75.75 0 0 0 .977-.072l2.72-2.72v6.69l.007.102A.75.75 0 0 0 12 17l.101-.007a.75.75 0 0 0 .649-.743V9.56l2.72 2.721l.084.073a.75.75 0 0 0 .977-1.133l-4-4.002l-.084-.072a.75.75 0 0 0-.977.072l-4 4.001l-.073.084a.75.75 0 0 0 .072.977'/%3E%3C/svg%3E");
background-color: currentColor;
-webkit-mask-image: var(--svg);
mask-image: var(--svg);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: 100% 100%;
mask-size: 100% 100%;
}

/* EmbedFAST Images */
.fluent--arrow-circle-up-24-regular {
display: inline-block;
Expand Down
44 changes: 8 additions & 36 deletions embedFAST.html
Original file line number Diff line number Diff line change
Expand Up @@ -409,38 +409,38 @@ <h2 class="display-medium">Support Plans</h2>
<div class="flex-table-header-cell top-right-cell">Platinum</div>
</div>
<div class="flex-table-row">
<div class="flex-table-cell description-cell">Priority email support: 7am-1pm ET (Mon-Fri).</div>
<div class="flex-table-cell description-cell">Cost per month</div>
<div class="flex-table-cell">
<div class="price-plan-checkmark">
<span class="fluent--checkmark-24-regular checkmark-size">
<p>$500</p>
</div>
</div>
<div class="flex-table-cell">
<div class="price-plan-checkmark">
<span class="fluent--checkmark-24-regular checkmark-size">
<p>$1,500</p>
</div>
</div>
<div class="flex-table-cell">
<div class="price-plan-checkmark">
<span class="fluent--checkmark-24-regular checkmark-size">
<p>$2,000</p>
</div>
</div>
</div>
<div class="flex-table-row">
<div class="flex-table-cell description-cell">Guaranteed response time of 24 hours for support inquiries.</div>
<div class="flex-table-cell description-cell">Guaranteed response time for support inquiries.</div>
<div class="flex-table-cell">
<div class="price-plan-checkmark">
<span class="fluent--checkmark-24-regular checkmark-size">
<p>Within 48 hours</p>
</div>
</div>
<div class="flex-table-cell">
<div class="price-plan-checkmark">
<span class="fluent--checkmark-24-regular checkmark-size">
<p>Within 24 hours</p>
</div>
</div>
<div class="flex-table-cell">
<div class="price-plan-checkmark">
<span class="fluent--checkmark-24-regular checkmark-size">
<p>TBD</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -513,34 +513,6 @@ <h2 class="display-medium">Support Plans</h2>
</div>
</div>
</div>
<div class="flex-table-row">
<div class="flex-table-cell description-cell">Priority email, phone, and live chat support 24/7.</div>
<div class="flex-table-cell">
<p class="price-plan-slash">-</p>
</div>
<div class="flex-table-cell">
<p class="price-plan-slash">-</p>
</div>
<div class="flex-table-cell">
<div class="price-plan-checkmark">
<span class="fluent--checkmark-24-regular checkmark-size">
</div>
</div>
</div>
<div class="flex-table-row">
<div class="flex-table-cell description-cell">Guaranteed response time of 4 hours for support inquiries</div>
<div class="flex-table-cell">
<p class="price-plan-slash">-</p>
</div>
<div class="flex-table-cell">
<p class="price-plan-slash">-</p>
</div>
<div class="flex-table-cell">
<div class="price-plan-checkmark">
<span class="fluent--checkmark-24-regular checkmark-size">
</div>
</div>
</div>
<div class="flex-table-row">
<div class="flex-table-cell description-cell">Priority consideration for new feature requests and improvements.</div>
<div class="flex-table-cell">
Expand Down
26 changes: 17 additions & 9 deletions fabcon2025.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,19 @@ <h1 class="h1">
<br></br>

</p>
<a href="mailto:[email protected]"
<p class="p" style="font-size: 16px;">
Use discount code <b>"MAQ100"</b> to save $100
<br></br>

</p>
<!-- <a href="mailto:[email protected]"
class="button medium pill bkg-theme bkg-hover-white color-white color-hover-theme mb-mobile-40">
Contact us</a>
Contact us</a> -->
<a href="https://fabricconf.com/#!/register"
class="button medium pill bkg-theme bkg-hover-white color-white color-hover-theme mb-mobile-40"
target="_blank"
rel="noopener noreferrer">
Register now</a>
</div>
</div>
<div class="column width-6 right hide-on-mobile">
Expand Down Expand Up @@ -341,7 +351,7 @@ <h1 class="display-medium">Our Fabric solutions and accelerators</h1>
<a class="card-link" href="migrateFAST.html">
<div class="card-item mb-product-card">
<div class="icon-container-card">
<span class="fluent--clipboard-code-24-regular service-icon-size"></span>
<span class="fluent--arrow-trending-lines-24-regular service-icon-size"></span>
</div>
<!-- <img src="images-new\Icons\products-icon-1.png" alt="Logo" class="icon-container-card"> -->
<p class="card-title">MigrateFAST</p>
Expand All @@ -353,11 +363,11 @@ <h1 class="display-medium">Our Fabric solutions and accelerators</h1>
<a class="card-link" href="certyFAST.html">
<div class="card-item mb-product-card">
<div class="icon-container-card">
<span class="fluent--document-table-checkmark-24-regular service-icon-size"></span>
<span class="fluent--clipboard-code-24-regular service-icon-size"></span>
</div>
<!-- <img src="images-new\Icons\products-icon-3.png" alt="Logo" class="icon-container-card"> -->
<p class="card-title">EmbedFAST</p>
<p class="body-text">Embed Power BI reports into rnterprise solutions. </p>
<p class="body-text">Embed Power BI reports into enterprise solutions. </p>
<a href="certyFAST.html" class="learn-more-link body-bold">Learn more <span class="chevron">&gt;</span></a>
</div>
</a>
Expand All @@ -380,7 +390,7 @@ <h1 class="display-medium">Our Fabric solutions and accelerators</h1>
<a class="card-link" href="migrateFAST.html">
<div class="card-item mb-product-card">
<div class="icon-container-card">
<span class="fluent--clipboard-code-24-regular service-icon-size"></span>
<span class="fluent--document-table-checkmark-24-regular service-icon-size"></span>
</div>
<!-- <img src="images-new\Icons\products-icon-1.png" alt="Logo" class="icon-container-card"> -->
<p class="card-title">CertyFAST</p>
Expand Down Expand Up @@ -475,9 +485,7 @@ <h2 class="h2 left">
<div class="feature-image-inner center-on-mobile media-div">
<div class="feature-image">
<div>
<img src="/images/ignite24/resources.svg"
alt="https://storyset.com/illustration/setup-analytics/pana"
class="hide-on-mobile" width="525" height="500">
<img src="../images-new/isv/stats-tree-4.png" alt="https://storyset.com/illustration/setup-analytics/pana" class="hide-on-mobile" width="525" height="500">
</div>
</div>
</div>
Expand Down
58 changes: 15 additions & 43 deletions migrateFAST.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ <h1 class="big">
<!-- <div class="red-underline-rectangle center-on-mobile"></div> -->

<p class="card-title-normal center-on-mobile break">
Effortlessly embed Power BI into your apps without the complexity of writing your own code.
Simplify reporting platform migration with AI-powered tools for faster and easier transitions.
</p>
<p class="section-subheading center-on-mobile">
Achieve faster time to market. Improve your and your customer's operations. Elevate your workflow—all with EmbedFAST.
Achieve faster time to market. Improve your and your customer's operations. Elevate your workflow—all with MigrateFAST.
</p>
<div class="one-rem-div"></div>
<div class="flex-row mb-column">
Expand Down Expand Up @@ -181,67 +181,39 @@ <h1 class="big">

<div class="section-block-padding-sm centered-section">
<div class="section-heading-container-centered">
<h2 class="display-medium">See how your business can benefit from EmbedFAST</h2>
<h2 class="display-medium">See how your business can benefit from MigrateFAST</h2>
<p class="section-subheading">Let our automation toolkit do the heavy lifting for you.</p>
</div>
<div class="business-outcomes-flex-grid max-section-size mb-grid-product">
<div class="card-item-centered">
<div class="icon-container-card">
<span class="fluent--branch-fork-link-24-regular service-icon-size"></span>
<span class="fluent--tray-item-remove-24-regular service-icon-size"></span>
</div>
<p class="card-title-centered">Seamless integration</p>
<p class="card-title-centered">Large scale migration</p>
<p class="body-text-centered">
Easily integrate our API into your applications. Embed Power BI without the time or resource complexities.
Enables large scale migration of reports from Tableau to Power BI.
</p>
</div>
<div class="card-item-centered">
<div class="icon-container-card">
<span class="fluent--wrench-24-regular service-icon-size"></span>
<span class="fluent--money-hand-24-regular service-icon-size"></span>
</div>
<p class="card-title-centered">Fully customizable</p>
<p class="card-title-centered">Cost savings</p>
<p class="body-text-centered">
Adapt EmbedFAST to your unique requirements, ensuring features that align perfectly with your workflows.
Reduces the time and resources required to migrate reports using AI, resulting in cost savings of ~40%.
</p>
</div>
<div class="card-item-centered">
<div class="icon-container-card">
<span class="fluent--tag-off-24-regular service-icon-size"></span>
<span class="fluent--arrow-circle-up-sparkle-24-regular service-icon-size"></span>
</div>
<p class="card-title-centered">Cut licensing cost</p>
<p class="card-title-centered">Optimization</p>
<p class="body-text-centered">
No need for individual Power BI user licenses—only capacity licenses (P1 - P5). Save costs without assigning user licenses.
</p>
</div>
</div>
<div class="business-outcomes-flex-grid max-section-size mb-grid-product">
<div class="card-item-centered">
<div class="icon-container-card">
<span class="fluent--people-checkmark-24-regular service-icon-size"></span>
</div>
<p class="card-title-centered">Simplified access control</p>
<p class="body-text-centered">
Effortlessly control user permissions and secure data with built-in role-based access.
</p>
</div>
<div class="card-item-centered">
<div class="icon-container-card">
<span class="fluent--shield-person-add-20-regular service-icon-size"></span>
</div>
<p class="card-title-centered">Scalable and secure</p>
<p class="body-text-centered">
Onboard unlimited tenants/workspaces with privacy and scalable growth built-in.
</p>
</div>
<div class="card-item-centered">
<div class="icon-container-card">
<span class="fluent--arrow-circle-up-24-regular service-icon-size"></span>
</div>
<p class="card-title-centered">Automatic updates</p>
<p class="body-text-centered">
Enjoy automatic updates, ensuring you're always on the latest version wthout manual effort.
Optimizes the migration process to ensure high-quality and accurate report conversion.
</p>
</div>
</div>

</div>

<!--Outcomes Section End-->
Expand Down Expand Up @@ -401,10 +373,10 @@ <h2 class="display-medium">Support Plans</h2>
</div>
</div>
<div class="flex-table-row">
<div class="flex-table-cell description-cell">Guaranteed response time of 24 hours for support inquiries.</div>
<div class="flex-table-cell description-cell">Guaranteed response time for support inquiries.</div>
<div class="flex-table-cell">
<div class="price-plan-checkmark">
<span class="fluent--checkmark-24-regular checkmark-size">
<p>Within 48 hours</p>
</div>
</div>
<div class="flex-table-cell">
Expand Down

0 comments on commit 09fb3af

Please sign in to comment.