-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathterms.html
More file actions
102 lines (79 loc) · 4.29 KB
/
terms.html
File metadata and controls
102 lines (79 loc) · 4.29 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Terms and Conditions | DGTech Consultancy</title>
<!-- Favicons -->
<link rel="icon" type="image/x-icon" href="/assets/favicon/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
<meta name="description" content="Terms and Conditions for DGTech Consultancy Private Limited – DevOps training and consulting services.">
<link rel="stylesheet" href="assets/css/style.css" />
</head>
<body>
<!-- ================= HEADER ================= -->
<header>
<nav>
<div class="logo">
<strong>DGTech Consultancy</strong>
</div>
<div>
<a href="https://www.dgtechconsultancy.com/#home">Home</a>
<a href="https://www.dgtechconsultancy.com/#services">Services</a>
<a href="https://www.dgtechconsultancy.com/#training">Training</a>
<a href="https://www.dgtechconsultancy.com/#blog">Blog</a>
<a href="https://www.dgtechconsultancy.com/contact.html" target="_blank" rel="noopener noreferrer">Contact</a>
</div>
<div class="logo-container">
<img src="images/dgtechweb.png" alt="DGTech Logo" width="250" height="100" class="main-logo">
</div>
</nav>
</header>
<div class="page-wrapper">
<main class="page-container">
<h1>Terms and Conditions</h1>
<p>Welcome to DGTech Consultancy Private Limited (“Company”, “we”, “our”, “us”). By accessing or using this website, you agree to comply with and be bound by the following Terms and Conditions.</p>
<h2>1. About Us</h2>
<p>DGTech Consultancy Private Limited provides DevOps training, cloud projects, mentoring, and DevOps consultancy services for students, professionals, and organizations.</p>
<h2>2. Use of Website</h2>
<ul>
<li>You may use this website for lawful purposes only.</li>
<li>You must not use this website in any way that causes damage, disruption, or unlawful access.</li>
<li>You must not attempt to hack, scrape, or misuse any part of this website.</li>
</ul>
<h2>3. Training and Consultancy Services</h2>
<p>All training materials, project guidance, and consultancy services are provided for educational and professional development purposes only. We do not guarantee specific job placements, certifications, or business outcomes.</p>
<h2>4. Intellectual Property</h2>
<p>All content on this website, including text, logos, graphics, training materials, and code samples, is the intellectual property of DGTech Consultancy Private Limited unless otherwise stated. Unauthorized use or reproduction is prohibited.</p>
<h2>5. Limitation of Liability</h2>
<p>We shall not be held liable for any direct, indirect, incidental, or consequential damages arising from the use or inability to use this website or our services.</p>
<h2>6. External Links</h2>
<p>This website may contain links to third-party websites. We are not responsible for the content, policies, or practices of any external sites.</p>
<h2>7. Privacy</h2>
<p>Your use of this website is also governed by our <a href="/privacy.html">Privacy Policy</a>.</p>
<h2>8. Changes to These Terms</h2>
<p>We reserve the right to update or modify these Terms and Conditions at any time without prior notice. Changes will be effective immediately upon posting.</p>
<h2>9. Governing Law</h2>
<p>These Terms shall be governed by and construed in accordance with the laws of India.</p>
<h2>10. Contact Information</h2>
<p>If you have any questions regarding these Terms, you may contact us at:</p>
<p>
<strong>DGTech Consultancy Private Limited</strong><br>
Email: admin@dgtechconsultancy.com
</p>
</main>
<!-- ================= FOOTER ================= -->
<footer>
<p>© 2025 DGTech Consultancy Private Limited</p>
<p>
<a href="https://www.dgtechconsultancy.com">Home </a> |
<a href="/privacy.html" target="_blank" rel="noopener noreferrer">Privacy Policy </a> |
<a href="/terms.html" target="_blank" rel="noopener noreferrer">Terms </a> |
<a href="contact.html" target="_blank" rel="noopener noreferrer">Contact Us</a>
</p>
</footer>
</fiv>
</body>
</html>