master
parent
333a369807
commit
b4923b98d3
|
@ -2,6 +2,7 @@
|
|||
require_once('.htac_header.php');
|
||||
require_once('.htac_nav.php');
|
||||
?>
|
||||
|
||||
<div class="container-fluid ">
|
||||
<section class="container-fluid bg-gradient-to-t from-white to-[#05b3a450]">
|
||||
<div class="container mx-auto px-4 flex flex-col lg:flex-row place-content-between space-x-4">
|
||||
|
|
|
@ -2,39 +2,61 @@
|
|||
require_once('.htac_header.php');
|
||||
require_once('.htac_nav.php');
|
||||
?>
|
||||
<style>
|
||||
h1 {
|
||||
color: #000;
|
||||
}
|
||||
h2 {
|
||||
color: #555;
|
||||
}
|
||||
p {
|
||||
margin: 10px 0;
|
||||
}
|
||||
ul {
|
||||
margin: 10px 0;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
li {
|
||||
margin: 5px 0;
|
||||
}
|
||||
</style>
|
||||
<section class="container mx-auto px-4 ">
|
||||
<div class="pt-16">
|
||||
<h1>Refund Policy</h1>
|
||||
|
||||
<h1>Refund Policy</h1>
|
||||
<p>Our refund policy applies to the following services:</p>
|
||||
<ul>
|
||||
<li>Hosting Services</li>
|
||||
<li>Domain Registrations</li>
|
||||
<li>Add-on Services</li>
|
||||
</ul>
|
||||
|
||||
<h2>General Refund Policy</h2>
|
||||
<p>Our refund policy applies to the following services:</p>
|
||||
<ul>
|
||||
<li>Hosting Services</li>
|
||||
<li>Domain Registrations</li>
|
||||
<li>Add-on Services</li>
|
||||
</ul>
|
||||
<h2>Hosting Services Refunds</h2>
|
||||
<p>We offer a full refund for hosting services if the cancellation request is made within 10 days of purchase. No refunds will be issued after 10 days.</p>
|
||||
|
||||
<h2>Hosting Services Refunds</h2>
|
||||
<p>We offer a full refund for hosting services if the cancellation request is made within 10 days of purchase. No refunds will be issued after 10 days.</p>
|
||||
<h2>Domain Registrations</h2>
|
||||
<p>All domain registrations and renewals are non-refundable once the domain has been registered.</p>
|
||||
|
||||
<h2>Domain Registrations</h2>
|
||||
<p>All domain registrations and renewals are non-refundable once the domain has been registered.</p>
|
||||
<h2>Add-on Services</h2>
|
||||
<p>Add-on services, such as SSL certificates, website builders, and professional email services, are non-refundable.</p>
|
||||
|
||||
<h2>Add-on Services</h2>
|
||||
<p>Add-on services, such as SSL certificates, website builders, and professional email services, are non-refundable.</p>
|
||||
<h2>Refund Process</h2>
|
||||
<p>To request a refund, please follow these steps:</p>
|
||||
<ul>
|
||||
<li>Submit a refund request via our support ticket system.</li>
|
||||
<li>Include your order number and the reason for the refund in your request.</li>
|
||||
<li>Refunds will be processed within 7-10 business days after the request is received.</li>
|
||||
</ul>
|
||||
|
||||
<h2>Refund Process</h2>
|
||||
<p>To request a refund, please follow these steps:</p>
|
||||
<ul>
|
||||
<li>Submit a refund request via our support ticket system.</li>
|
||||
<li>Include your order number and the reason for the refund in your request.</li>
|
||||
<li>Refunds will be processed within 7-10 business days after the request is received.</li>
|
||||
</ul>
|
||||
<h2>Payment Methods</h2>
|
||||
<p>Refunds will be issued via the same payment method used for the original purchase. Some payment methods, such as cryptocurrency, may not be eligible for refunds.</p>
|
||||
|
||||
<h2>Payment Methods</h2>
|
||||
<p>Refunds will be issued via the same payment method used for the original purchase. Some payment methods, such as cryptocurrency, may not be eligible for refunds.</p>
|
||||
<h2>Partial Refunds</h2>
|
||||
<p>In some cases, partial refunds may be offered if the service has been used for part of the billing cycle.</p>
|
||||
|
||||
<h2>Partial Refunds</h2>
|
||||
<p>In some cases, partial refunds may be offered if the service has been used for part of the billing cycle.</p>
|
||||
<h2>Contact Us</h2>
|
||||
<p>If you have any questions about our refund policy, please contact sarkar.suvankar@gmail.com.</p>
|
||||
|
||||
<h2>Contact Us</h2>
|
||||
<p>If you have any questions about our refund policy, please contact our support team at [Insert Contact Information].</p>
|
||||
</div>
|
||||
</section>
|
|
@ -0,0 +1,86 @@
|
|||
|
||||
|
||||
<?php
|
||||
require_once('.htac_header.php');
|
||||
require_once('.htac_nav.php');
|
||||
?>
|
||||
<style>
|
||||
h1 {
|
||||
color: #000;
|
||||
}
|
||||
h2 {
|
||||
color: #555;
|
||||
}
|
||||
p {
|
||||
margin: 10px 0;
|
||||
}
|
||||
ul {
|
||||
margin: 10px 0;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
li {
|
||||
margin: 5px 0;
|
||||
}
|
||||
</style>
|
||||
<section class="container mx-auto px-4 ">
|
||||
<div class="pt-16">
|
||||
<h1>Terms and Conditions</h1>
|
||||
|
||||
<div class="section">
|
||||
<h2>1. Introduction</h2>
|
||||
<p>Welcome to CICD Hosting, managed by Suvankar Sarkar. These terms and conditions outline the rules and regulations for the use of CICD Hosting's Website and services.</p>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h2>2. Definitions</h2>
|
||||
<p>For the purposes of these Terms and Conditions:</p>
|
||||
<ul>
|
||||
<li><strong>Company</strong> refers to CICD Hosting.</li>
|
||||
<li><strong>Service</strong> refers to the services provided by CICD Hosting, including web hosting, domain registration, and related services.</li>
|
||||
<li><strong>Customer</strong> refers to any individual or entity using the Company's Service.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h2>3. Acceptance of Terms</h2>
|
||||
<p>By accessing and using our Service, you accept and agree to be bound by these Terms and Conditions. If you do not agree with any part of these terms, you must not use our Service.</p>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h2>4. Services</h2>
|
||||
<p>We offer various web hosting and domain registration services. Details and specifications of our services can be found on our website.</p>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h2>5. Account Registration</h2>
|
||||
<p>To use our Service, you must create an account. You are responsible for maintaining the confidentiality of your account information and for all activities that occur under your account.</p>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h2>6. Payment and Billing</h2>
|
||||
<p>All fees for our services are due in advance and are non-refundable, except as provided in our Refund Policy. We accept various forms of payment as indicated on our website.</p>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h2>7. Termination</h2>
|
||||
<p>We may terminate or suspend your account and access to our Service at any time, without prior notice or liability, if you breach any of these Terms and Conditions.</p>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h2>8. Limitation of Liability</h2>
|
||||
<p>In no event shall CICD Hosting, nor its directors, employees, partners, agents, suppliers, or affiliates, be liable for any indirect, incidental, special, consequential, or punitive damages, including without limitation, loss of profits, data, use, goodwill, or other intangible losses, resulting from (i) your use of or inability to use the Service; (ii) any unauthorized access to or use of our servers and/or any personal information stored therein; (iii) any interruption or cessation of transmission to or from the Service.</p>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h2>9. Changes to Terms</h2>
|
||||
<p>We reserve the right to modify or replace these Terms and Conditions at any time. We will provide notice of changes by posting the new terms on our website. Your continued use of the Service following any changes constitutes acceptance of those changes.</p>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h2>10. Governing Law</h2>
|
||||
<p>These Terms and Conditions are governed by and construed in accordance with the laws of [State/Country], and you submit to the non-exclusive jurisdiction of the state and federal courts located in [State/Country] for the resolution of any disputes.</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
|
@ -98,6 +98,7 @@
|
|||
<div class="flex flex-row">
|
||||
<a href="/about-us" > About Us </a> |
|
||||
<a href="/refund-policy" > Refund Policy</a> |
|
||||
<a href="/terms-and-condition" > Terms & Condition</a> |
|
||||
<a href="https://cicdhosting.supersite2.myorderbox.com/support/privacy.php" >Privacy Policy</a> |
|
||||
<a href="https://cicdhosting.supersite2.myorderbox.com/support/legal.php" >Legal Agreement</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue