Skip to content

Commit 4f2270b

Browse files
committed
activate carusel item
1 parent 8caf0a1 commit 4f2270b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pdf/aws/_index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ url: /aws
1616

1717
{{< blocks/products/pf/main-container pfName="Aspose.PDF" subTitlepfName="for AWS" >}}
1818

19-
{{< blocks/products/pf/sub-menu logoImageSrc="https://products.aspose.cloud/sdk/aspose_pdf-for-aws.svg" liveDemosLink="https://products.aspose.app/pdf/" PricingLink="https://aws.amazon.com/marketplace/pp/prodview-zc64pent6p6lo#heading:Rjq9t:" buyLink="https://aws.amazon.com/marketplace/seller-profile?id=24936347-2ced-4b2a-a28d-c55b1a54df77" docsLink="https://docs.aspose.cloud/pdf/aspose-pdf-for-aws/" directDownloadLink="https://github.com/aspose-pdf-cloud/aspose-pdf-for-aws-sdk">}}
19+
{{< blocks/products/pf/sub-menu logoImageSrc="https://products-qa.aspose.app/pdf/installer/aspose_pdf-for-aws.svg" liveDemosLink="https://products.aspose.app/pdf/" PricingLink="https://aws.amazon.com/marketplace/pp/prodview-zc64pent6p6lo#heading:Rjq9t:" buyLink="https://aws.amazon.com/marketplace/seller-profile?id=24936347-2ced-4b2a-a28d-c55b1a54df77" docsLink="https://docs.aspose.cloud/pdf/aspose-pdf-for-aws/" directDownloadLink="https://github.com/aspose-pdf-cloud/aspose-pdf-for-aws-sdk">}}
2020

2121
{{< blocks/products/pf/tab-content >}}
2222
<p>Enterprise teams often struggle with rigid SDK licensing that can't adapt to unpredictable workloads. In fast-moving environments—during audits, end-of-quarter cycles, or bulk user onboarding—those limits drive both cost and complexity.</p>
@@ -148,6 +148,10 @@ document.addEventListener('DOMContentLoaded', function() {
148148
document.querySelectorAll('a.btn-warning[href="https://dashboard.aspose.cloud"]')
149149
.forEach(btn => btn.href = "https://aws.amazon.com/marketplace/pp/prodview-zc64pent6p6lo");
150150
}, 1000);
151+
var items = document.querySelectorAll('.carousel-item');
152+
if (items.length > 1) {
153+
items[1].classList.add('active');
154+
}
151155
});
152156
</script>
153157

0 commit comments

Comments
 (0)