Skip to content

Commit dcb25f9

Browse files
authored
Create cancellation.html
1 parent 5ff3882 commit dcb25f9

File tree

1 file changed

+114
-0
lines changed

1 file changed

+114
-0
lines changed

cancellation.html

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Yash12007 - Cancellation and Refund Policy</title>
7+
<link rel="icon" href="https://icons.getbootstrap.com/assets/icons/box.svg">
8+
<style>
9+
body {
10+
font-family: 'Arial', sans-serif;
11+
margin: 20px;
12+
padding: 20px;
13+
background-color: #f5f5f5;
14+
}
15+
16+
h1, h2 {
17+
color: #333;
18+
text-align: center;
19+
}
20+
21+
p {
22+
color: #555;
23+
line-height: 1.6;
24+
}
25+
26+
ul {
27+
list-style-type: disc;
28+
color: #555;
29+
}
30+
31+
hr {
32+
border: 1px solid #ddd;
33+
margin: 20px 0;
34+
}
35+
36+
/* Add your specific CSS styles below this line */
37+
38+
/* Example styles for a button */
39+
.button {
40+
display: inline-block;
41+
padding: 10px 20px;
42+
font-size: 16px;
43+
text-align: center;
44+
text-decoration: none;
45+
background-color: #4CAF50;
46+
color: #fff;
47+
border-radius: 5px;
48+
cursor: pointer;
49+
}
50+
51+
.button:hover {
52+
background-color: #45a049;
53+
}
54+
55+
</style>
56+
</head>
57+
<body>
58+
<h1>Yash12007 - Cancellation and Refund Policy</h1>
59+
<p>Thank you for choosing Yash12007, a leading software development company committed to delivering high-quality solutions. Our goal is to ensure your satisfaction with our services. Please read our cancellation and refund policy carefully before engaging in any transactions with us.</p>
60+
<hr>
61+
<p>Effective Date: 22-01-2024</p>
62+
63+
<p>Thank you for choosing Yash12007, a leading software development company committed to delivering high-quality solutions. Our goal is to ensure your satisfaction with our services. Please read our cancellation and refund policy carefully before engaging in any transactions with us.</p>
64+
65+
<h3>1. Cancellation Policy:</h3>
66+
67+
<b>1.1 Cancellation by the Client:</b>
68+
<p>Clients may request to cancel a project or service by providing a written notice to Yash12007.<br>
69+
Depending on the stage of the project, cancellation fees may apply to cover incurred costs and efforts.<br>
70+
71+
<p>1.2 Cancellation by Yash12007:</p>
72+
<p>Yash12007 reserves the right to cancel a project or service in case of:<br>
73+
Non-payment of fees.<br>
74+
Violation of our terms of service.<br>
75+
Unethical or inappropriate conduct by the client.<br>
76+
In such cases, a prorated refund may be provided after deducting applicable charges.<br>
77+
78+
<h3>2. Refund Policy:</h3>
79+
<b>2.1 Refund Eligibility:</b>
80+
<p>Refund requests must be submitted in writing to Yash12007.<br>
81+
Refunds will only be considered within 30 days of the project/service initiation.<br>
82+
83+
<b>2.2 Refund Process:</b>
84+
<p>Yash12007 will review the refund request and assess the eligibility.<br>
85+
If the refund is approved, it will be processed within 15 business days using the original method of payment.<br>
86+
87+
<b>2.3 Refund Deductions:</b>
88+
<p>Yash12007 reserves the right to deduct reasonable charges for work already completed or resources expended.<br>
89+
Any third-party fees incurred during the transaction will be deducted from the refund amount.<br>
90+
<b>2.4 Non-Refundable Items:</b>
91+
<p>Certain services or products may be marked as non-refundable. These will be clearly communicated before the transaction.<br>
92+
93+
<h3>3. Termination of Services:</h3>
94+
<b>3.1 Client-initiated Termination:</b>
95+
<p>Clients may terminate ongoing services by providing written notice to Yash12007.<br>
96+
Termination fees may apply based on the remaining scope of work.<br>
97+
<b>3.2 Yash12007-initiated Termination:</b>
98+
<p>Yash12007 may terminate services if clients breach terms or fail to meet obligations.<br>
99+
Prorated refunds may be considered after deducting applicable charges.<br>
100+
101+
<h3>4. Contact Information:</h3>
102+
<b>For any inquiries regarding our cancellation and refund policy, please contact us at:</b>
103+
<p>Yash12007,</p>
104+
105+
<p>Yash12007 reserves the right to update or modify this policy at any time without prior notice. It is the responsibility of the client to review this policy periodically. By engaging in transactions with Yash12007, clients agree to abide by the terms outlined in this cancellation and refund policy.</p>
106+
<p>If you have any inquiries regarding our cancellation and refund policy, please <a href="mailto:[email protected]">contact us</a>.</p>
107+
<div class="button" onclick="back()">Back to Home</div>
108+
</body>
109+
<script>
110+
function back(){
111+
window.location.href='https://www.yash12007.com';
112+
}
113+
</script>
114+
</html>

0 commit comments

Comments
 (0)