1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00

Removed premium account references

This commit is contained in:
Uncled1023 2021-11-16 23:19:25 -08:00
parent da8f467297
commit 9e9ff1d144
3 changed files with 21 additions and 22 deletions

View File

@ -96,18 +96,6 @@
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse102">How do I purchase a Premium Account?</a>
</h4>
</div>
<div id="collapse102" class="panel-collapse collapse" role="tabpanel">
<div class="panel-body">
To purchase a premium account, you can navigate to the <a href="@Url.SubRouteUrl("account", "User.GetPremium")">premium account</a> page and choose the method of payment and follow the instructions provided.
</div>
</div>
</div>
</div>
<div class="panel-group" id="accordion" role="tablist">
<div class="faqHeader">Uploads</div>
@ -173,6 +161,18 @@
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse102">How do I get more storage?</a>
</h4>
</div>
<div id="collapse102" class="panel-collapse collapse" role="tabpanel">
<div class="panel-body">
To get more storage, you can subscribe to a larger plan by visiting the <a href="@Url.SubRouteUrl("billing", "Billing.Subscriptions")">subscriptions</a> page.
</div>
</div>
</div>
</div>
</div>
</div>

View File

@ -20,25 +20,24 @@
<li>Creating multiple accounts to get around account limits will result in the account(s) being banned without notice</li>
<li>If your account has been banned, and you create a new account to get around said ban, the new account will be banned without notice</li>
</ul>
<h3>Premium Accounts</h3>
<h3>Subscriptions</h3>
<ul>
<li>Puchasing a Premium Account will apply the benifits to a single account for the lifetime of the account</li>
<li>If benifits are added for purchasing a Premium Account, all existing Premium Accounts will inherit the new benifits</li>
<li>Premium Account benifits may change at any time</li>
<li>Any benifits applied to an account will stay for the lifetime of the account</li>
<li>Puchasing a subscription will apply the benifits to a single account for the lifetime of the subscription</li>
<li>If benifits are added for a subscription, all existing subscribers will inherit the new benifits</li>
<li>Subscription benifits may change at any time</li>
<li>Any benifits applied to an account will stay for the lifetime of the subscription</li>
</ul>
<h3>Refund Policy</h3>
<ul>
<li>You may recieve a full refund within 10 days of purchase</li>
<li>You may only request a refund once per account</li>
<li>The price for a Premium Account can change at any time. You will not recieve a refund for the change in price</li>
<li>The price for a subscription can change at any time. You will not recieve a refund for the change in price</li>
<li>If the account is terminated for breaching the Terms of Service, no refund will be available</li>
<li>If a refund is given, all benifits for an account will be removed to match the current Basic Account level</li>
<li>If a refund is given, all benifits for an account will be removed to match the current Free Account level</li>
</ul>
<h3>Email</h3>
<ul>
<li>Email is limited to a maximum of 100 outbound email messages per day. This is to prevent spam accounts. If your account is flagged as spamming, it will be banned without notice</li>
<li>Premium Accounts are allowed unlimited outbound email messages, but need to follow the same policy of no spam</li>
</ul>
<h3>
Services<br />

View File

@ -19,9 +19,9 @@ body { padding-top: 70px; }
height: auto !important;
height: 100%;
/* Negative indent footer by its height */
margin: 0 auto -190px;
margin: 0 auto -170px;
/* Pad bottom by footer height */
padding: 0 0 190px;
padding: 0 0 170px;
}
/* Set the fixed height of the footer here */