ui fix
This commit is contained in:
parent
02ed2756e3
commit
c0064a958b
@ -7,63 +7,62 @@
|
|||||||
<svelte:head>
|
<svelte:head>
|
||||||
<!-- Structured Data for FAQ -->
|
<!-- Structured Data for FAQ -->
|
||||||
<script type="application/ld+json">
|
<script type="application/ld+json">
|
||||||
{`
|
{JSON.stringify({
|
||||||
|
"@context": "https://schema.org",
|
||||||
|
"@type": "FAQPage",
|
||||||
|
"mainEntity": [
|
||||||
{
|
{
|
||||||
"@context": "https://schema.org",
|
"@type": "Question",
|
||||||
"@type": "FAQPage",
|
"name": "Why promote us?",
|
||||||
"mainEntity": [
|
"acceptedAnswer": {
|
||||||
{
|
"@type": "Answer",
|
||||||
"@type": "Question",
|
"text": "Affiliate partnerships are one of the simplest yet most profitable ways to make money online. You send customers our way, and we'll pay you for it."
|
||||||
"name": "Why promote us?",
|
}
|
||||||
"acceptedAnswer": {
|
},
|
||||||
"@type": "Answer",
|
{
|
||||||
"text": "Affiliate partnerships are one of the simplest yet most profitable ways to make money online. You send customers our way, and we'll pay you for it."
|
"@type": "Question",
|
||||||
}
|
"name": "How much can I earn?",
|
||||||
},
|
"acceptedAnswer": {
|
||||||
{
|
"@type": "Answer",
|
||||||
"@type": "Question",
|
"text": "You can earn up to $24.00 commission on every referral that results in a successful sale. There's no limit to how much you can make by promoting us."
|
||||||
"name": "How much can I earn?",
|
}
|
||||||
"acceptedAnswer": {
|
},
|
||||||
"@type": "Answer",
|
{
|
||||||
"text": "You can earn up to $24.00 commission on every referral that results in a successful sale. There's no limit to how much you can make by promoting us."
|
"@type": "Question",
|
||||||
}
|
"name": "When do I get paid?",
|
||||||
},
|
"acceptedAnswer": {
|
||||||
{
|
"@type": "Answer",
|
||||||
"@type": "Question",
|
"text": "We payout on NET30 terms to account for refunds and chargebacks. For example, commissions generated in January would be paid out on March 15th (NET30)."
|
||||||
"name": "When do I get paid?",
|
}
|
||||||
"acceptedAnswer": {
|
},
|
||||||
"@type": "Answer",
|
{
|
||||||
"text": "We payout on NET30 terms to account for refunds and chargebacks. For example, commissions generated in January would be paid out on March 15th (NET30)."
|
"@type": "Question",
|
||||||
}
|
"name": "How do I make money as an affiliate?",
|
||||||
},
|
"acceptedAnswer": {
|
||||||
{
|
"@type": "Answer",
|
||||||
"@type": "Question",
|
"text": "All you have to do is recommend us using your affiliate link on your website, blog, and social media. We track your clicks and transactions so you can get paid."
|
||||||
"name": "How do I make money as an affiliate?",
|
}
|
||||||
"acceptedAnswer": {
|
},
|
||||||
"@type": "Answer",
|
{
|
||||||
"text": "All you have to do is recommend us using your affiliate link on your website, blog, and social media. We track your clicks and transactions so you can get paid."
|
"@type": "Question",
|
||||||
}
|
"name": "What are the payout minimums?",
|
||||||
},
|
"acceptedAnswer": {
|
||||||
{
|
"@type": "Answer",
|
||||||
"@type": "Question",
|
"text": "We require a minimum balance of $50.00 before processing an affiliate payout. We set this to avoid any fraudulent issues with our affiliate program."
|
||||||
"name": "What are the payout minimums?",
|
}
|
||||||
"acceptedAnswer": {
|
},
|
||||||
"@type": "Answer",
|
{
|
||||||
"text": "We require a minimum balance of $50.00 before processing an affiliate payout. We set this to avoid any fraudulent issues with our affiliate program."
|
"@type": "Question",
|
||||||
}
|
"name": "How do I sign up?",
|
||||||
},
|
"acceptedAnswer": {
|
||||||
{
|
"@type": "Answer",
|
||||||
"@type": "Question",
|
"text": "The Lemon Squeezy affiliate hub hosts our affiliate program. Click the 'Become an affiliate' button below to create a Lemon Squeezy account and join our program."
|
||||||
"name": "How do I sign up?",
|
}
|
||||||
"acceptedAnswer": {
|
|
||||||
"@type": "Answer",
|
|
||||||
"text": "The Lemon Squeezy affiliate hub hosts our affiliate program. Click the 'Become an affiliate' button below to create a Lemon Squeezy account and join our program."
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
`}
|
]
|
||||||
|
})}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- Canonical URL -->
|
<!-- Canonical URL -->
|
||||||
<link rel="canonical" href="https://stocknear.com/affiliate-program" />
|
<link rel="canonical" href="https://stocknear.com/affiliate-program" />
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|||||||
@ -292,21 +292,3 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<style>
|
|
||||||
.app {
|
|
||||||
height: 400px;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 560px) {
|
|
||||||
.app {
|
|
||||||
width: 100%;
|
|
||||||
height: 300px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.chart {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@ -101,8 +101,6 @@
|
|||||||
recommendationList =
|
recommendationList =
|
||||||
rawAnalystList?.length > 5 ? rawAnalystList?.slice(-6) : rawAnalystList;
|
rawAnalystList?.length > 5 ? rawAnalystList?.slice(-6) : rawAnalystList;
|
||||||
categories = ["Strong Buy", "Buy", "Hold", "Sell", "Strong Sell"];
|
categories = ["Strong Buy", "Buy", "Hold", "Sell", "Strong Sell"];
|
||||||
|
|
||||||
console.log(recommendationList);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
optionsData = getPlotOptions() || null;
|
optionsData = getPlotOptions() || null;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user