-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (38 loc) · 1.18 KB
/
Copy pathindex.html
File metadata and controls
44 lines (38 loc) · 1.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DevOps Training & Consultancy | DGTech Consultancy Pvt Ltd</title>
<meta name="description" content="DGTech Consultancy Private Limited provides DevOps training, DevOps consultancy, cloud projects, CI/CD, Kubernetes and AWS services." />
<link rel="stylesheet" href="assets/css/style.css" />
</head>
<body>
<header>
<h1>DGTech Consultancy Private Limited</h1>
<nav>
<a href="index.html">Home</a>
<a href="services.html">Services</a>
<a href="training.html">Training</a>
<a href="blog.html">Blog</a>
<a href="contact.html">Contact</a>
</nav>
</header>
<section class="hero">
<h2>DevOps Training & DevOps Consultancy Services</h2>
<p>Industry-focused DevOps training, real-world cloud projects, CI/CD automation and Kubernetes consulting.</p>
</section>
<section>
<h3>Our Offerings</h3>
<ul>
<li>DevOps Training Programs</li>
<li>Cloud & Kubernetes Projects</li>
<li>CI/CD Pipeline Implementation</li>
<li>DevOps Consultancy for Startups & Enterprises</li>
</ul>
</section>
<footer>
<p>© 2025 DGTech Consultancy Private Limited</p>
</footer>
</body>
</html>