-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterms.html
105 lines (95 loc) · 7.3 KB
/
terms.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Form</title>
<style>
body { font-family: Arial, sans-serif; background-color: #f4f4f4; }
.container { max-width: 600px; margin: 50px auto; padding: 20px; background: #fff; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
.form-group { margin-bottom: 15px; }
.form-group label { display: block; margin-bottom: 5px; }
.form-group input, .form-group textarea { width: 100%; padding: 10px; box-sizing: border-box; }
.form-group textarea { resize: vertical; }
.btn { background-color: #5cb85c; color: #fff; padding: 10px 20px; border: none; border-radius: 5px; cursor: pointer; }
.btn:hover { background-color: #4cae4c; }
header, footer { text-align: center; padding: 10px 0; background: #333; color: #fff; }
footer a { color: #fff; margin: 0 10px; text-decoration: none; }
footer p { margin: 5px 0; }
</style>
</head>
<body>
<header>
<h1>MJ AHMAD</h1>
</header>
<div class="container">
<h2>Terms & Conditions</h2>
<p>Welcome to MJ AHMAD's website. By accessing and using this website, you agree to comply with and be bound by the following terms and conditions of use, which together with our privacy policy govern MJ AHMAD's relationship with you in relation to this website.</p>
<h3>1. Terms</h3>
<p>By accessing this website, you are agreeing to be bound by these website Terms and Conditions of Use, all applicable laws and regulations, and agree that you are responsible for compliance with any applicable local laws. If you do not agree with any of these terms, you are prohibited from using or accessing this site.</p>
<h3>2. Use License</h3>
<p>Permission is granted to temporarily download one copy of the materials (information or software) on MJ AHMAD's website for personal, non-commercial transitory viewing only. This is the grant of a license, not a transfer of title, and under this license you may not:</p>
<ul>
<li>Modify or copy the materials;</li>
<li>Use the materials for any commercial purpose, or for any public display (commercial or non-commercial);</li>
<li>Attempt to decompile or reverse engineer any software contained on MJ AHMAD's website;</li>
<li>Remove any copyright or other proprietary notations from the materials; or</li>
<li>Transfer the materials to another person or "mirror" the materials on any other server.</li>
</ul>
<p>This license shall automatically terminate if you violate any of these restrictions and may be terminated by MJ AHMAD at any time. Upon terminating your viewing of these materials or upon the termination of this license, you must destroy any downloaded materials in your possession whether in electronic or printed format.</p>
<h3>3. Disclaimer</h3>
<p>The materials on MJ AHMAD's website are provided "as is". MJ AHMAD makes no warranties, expressed or implied, and hereby disclaims and negates all other warranties, including without limitation, implied warranties or conditions of merchantability, fitness for a particular purpose, or non-infringement of intellectual property or other violation of rights. Further, MJ AHMAD does not warrant or make any representations concerning the accuracy, likely results, or reliability of the use of the materials on its Internet website or otherwise relating to such materials or on any sites linked to this site.</p>
<h3>4. Limitations</h3>
<p>In no event shall MJ AHMAD or its suppliers be liable for any damages (including, without limitation, damages for loss of data or profit, or due to business interruption,) arising out of the use or inability to use the materials on MJ AHMAD's Internet site, even if MJ AHMAD or a MJ AHMAD authorized representative has been notified orally or in writing of the possibility of such damage. Because some jurisdictions do not allow limitations on implied warranties, or limitations of liability for consequential or incidental damages, these limitations may not apply to you.</p>
<h3>5. Revisions and Errata</h3>
<p>The materials appearing on MJ AHMAD's website could include technical, typographical, or photographic errors. MJ AHMAD does not warrant that any of the materials on its website are accurate, complete, or current. MJ AHMAD may make changes to the materials contained on its website at any time without notice. MJ AHMAD does not, however, make any commitment to update the materials.</p>
<h3>6. Links</h3>
<p>MJ AHMAD has not reviewed all of the sites linked to its Internet website and is not responsible for the contents of any such linked site. The inclusion of any link does not imply endorsement by MJ AHMAD of the site. Use of any such linked website is at the user's own risk.</p>
<h3>7. Site Terms of Use Modifications</h3>
<p>MJ AHMAD may revise these terms of use for its website at any time without notice. By using this website you are agreeing to be bound by the then current version of these Terms and Conditions of Use.</p>
<h3>8. Governing Law</h3>
<p>Any claim relating to MJ AHMAD's website shall be governed by the laws of the State of Bangladesh without regard to its conflict of law provisions.</p>
<p>General Terms and Conditions applicable to Use of a Website.</p>
</div>
<footer>
<p>Address: Purana Paltan, Dhaka-1000, Bangladesh</p>
<p>
<a href="https://www.facebook.com/mj.ahmad.768732" target="_blank">Facebook</a>
<a href="#" target="_blank">Twitter</a>
<a href="https://linkedin.com/in/jafor-ahmad/" target="_blank">Linkedin</a>
<a href="https://github.com/MJ-AHMAD/" target="_blank">GitHub</a>
</p>
<p>Email: mjahmad2024@outlook.com</p>
<p>Mobile: +880 132 2371643</p>
<p>.</p>
</footer>
<footer>
<p>© 2024 MJ AHMAD. All rights reserved.</p>
<p>
<a href="https://mjahmad.com/" target="_blank">Home</a>
<a href="https://mjahmad.com/terms" target="_blank">Terms</a>
<a href="https://mjahmad.com/privacy" target="_blank">Privacy</a>
<a href="https://mjahmad.com/support" target="_blank">Support</a>
</p>
</footer>
<script>
function submitForm(event) {
event.preventDefault();
const formData = {
name: document.getElementById('name').value,
email: document.getElementById('email').value,
number: document.getElementById('number').value,
details: document.getElementById('details').value
};
// Retrieve existing data from localStorage
let existingData = JSON.parse(localStorage.getItem('formDataList')) || [];
// Append new form data
existingData.push(formData);
// Save updated data back to localStorage
localStorage.setItem('formDataList', JSON.stringify(existingData));
// Redirect to success page
window.location.href = 'success.html';
}
</script>
</body>
</html>