-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservice.html
More file actions
260 lines (241 loc) · 12.6 KB
/
Copy pathservice.html
File metadata and controls
260 lines (241 loc) · 12.6 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Meta -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Primary Meta Tags -->
<title>MyDigiShell | Web Development, Blockchain, Cloud & Digital Services</title>
<meta name="title" content="MyDigiShell | Web Development, Blockchain, Cloud & Digital Services">
<meta name="description" content="Explore MyDigiShell's expert services in Web Development, Blockchain, DevOps, Digital Marketing, and Cloud Hosting. We empower businesses with scalable, secure, and future-ready digital solutions.">
<meta name="keywords" content="Web Development, Blockchain, DevOps, Cloud Hosting, Digital Marketing, SEO, Responsive Websites, Tailwind CSS, Backend Development, IT Services, Fintech, E-Commerce, MyDigiShell">
<meta name="author" content="MyDigiShell">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://mydigishell.com/service.html">
<meta property="og:title" content="MyDigiShell | Professional IT & Digital Services">
<meta property="og:description" content="We offer powerful digital services including web development, blockchain integration, DevOps, SEO, cloud hosting, and digital marketing for future-ready businesses.">
<meta property="og:image" content="https://mydigishell.com/assets/images/mydigishell.jpeg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://mydigishell.com/service.html">
<meta property="twitter:title" content="MyDigiShell | Digital Services to Empower Your Business">
<meta property="twitter:description" content="Custom web development, secure blockchain, DevOps, and digital marketing solutions from MyDigiShell.">
<meta property="twitter:image" content="https://mydigishell.com/assets/images/mydigishell.jpeg">
<!-- Canonical Link -->
<link rel="canonical" href="https://mydigishell.com/service.html">
<!-- Favicon -->
<link rel="icon" href="favicon.png" type="image/x-icon">
<!-- Linking -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Comme:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kumbh+Sans:wght@100..900&display=swap"
rel="stylesheet">
<!-- google icons -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src='https://kit.fontawesome.com/a076d05399.js' crossorigin='anonymous'></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" />
</head>
<body>
<header role="banner">
<div class="topbar">
<div class="top-left">
<address>
<span id="icon" class="fa-solid fa-phone"> </span> 91 86533 05465
<span id="icon" class="em fa-solid fa-envelope"> </span>contact@mydigishell.com
</address>
</div>
<div class="top-right">
<a href="fb.com" id="icon" class="soc-icofb fa-brands fa-facebook"></a>
<a href="x.com" id="icon" class="soc-icox fa-brands fa-twitter"></a>
<a href="linkedin.com" id="icon" class="soc-icoin fa-brands fa-linkedin"></a>
<a href="instagram.com" id="icon" class="soc-icoins fa-brands fa-instagram"></a>
</div>
</div>
<section class="main-menu">
<img src="assets/images/nav-logo.png" class="logo" alt="MyDigiShell Logo">
<nav>
<div class="navbar">
<ul class="nav-list">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="service.html">Services</a></li>
<li><a href="technology.html">Technology</a></li>
<li><a href="clients.html">Our Clients</a></li>
<li><a href="projects.html">Projects</a></li>
</ul>
</div>
</nav>
<button class="contact-btn"><a href="contact.html">Contact Us</a></button>
<i id="toggle-theme" class="fa-solid fa-moon"></i>
<button class="hamburger" id="hamburger">☰</button>
</section>
</header>
<main>
<!--service- hero -->
<section aria-label="Service-Hero">
<div class="service-hero">
<div class="srv-hero-left">
<h2>Services That Power Innovation</h2>
<p>Scalable tech, secure architecture, and future-ready solutions.</p>
</div>
<div class="srv-hero-right">
<img src="assets/images/service-hero.png" alt="Service-Hero">
</div>
</div>
</section>
<!-- service-srv -->
<section aria-labelledby="services-list">
<div class="services">
<h1>Services</h1>
<div class="cards">
<div class="card"><img src="assets/images/icons/service-card1.png" alt="Domain & Hosting">
<p>Domain & Hosting</p><a href="">Learn more...</a>
</div>
<div class="card"><img src="assets/images/icons/service-card2.png" alt="Web Development">
<p>Web Development</p><a href="">Learn more...</a>
</div>
<div class="card"><img src="assets/images/icons/service-card3.png" alt="Blockchain">
<p>Blockchain</p><a href="">Learn more...</a>
</div>
<div class="card"><img src="assets/images/icons/service-card4.png" alt="Digital Marketing">
<p>Digital Marketing</p><a href="">Learn more...</a>
</div>
<div class="card"><img src="assets/images/icons/service-card5.png" alt="Devops & Cloud">
<p>DevOps & Cloud Services</p><a href="">Learn more...</a>
</div>
<div class="card"><img src="assets/images/icons/service-card6.png" alt="Backend">
<p>Backend Development</p><a href="">Learn more...</a>
</div>
</div>
</div>
</section>
<!-- service-how-we-work -->
<section aria-labelledby="services-how-we-work">
<div class="how-we-work">
<h2>How We Work</h2>
<div class="how-we-wrks">
<!-- <div class="line"></div> -->
<!-- <div class="elipse"></div> -->
<div class="works-cards">
<div class="work-card">
<h3>Discovery</h3>
<p>We dive deep to understand your business, goals, and users
setting a strong foundation for your digital solution.</p>
</div>
<div class="work-card">
<h3>Planning</h3>
<p>Clear strategies, roadmaps, and timelines we align
every step with your objectives for seamless execution.</p>
</div>
<div class="work-card">
<h3>Design</h3>
<p>User-centric UI/UX crafted to engage, convert, and elevate
your brand — beautifully and intuitively.</p>
</div>
<div class="work-card">
<h3>Devlopment</h3>
<p>Robust, scalable, and secure code our engineers bring your
vision life using modern backend & blockchain technologies.</p>
</div>
<div class="work-card">
<h3>QA & Testing</h3>
<p>Thorough testing ensures your product is reliable, bug-free,
and performs flawlessly across devices and platforms.</p>
</div>
<div class="work-card">
<h3>Launch & Support</h3>
<p>We go live with confidence and continue supporting your
growth with updates, monitoring, and improvements.</p>
</div>
</div>
</div>
</div>
</section>
<!-- service-industrieswe serve -->
<section aria-labelledby="service-industries">
<div class="service-industries">
<h2>Industries We Serve</h2>
<div class="industry-cards">
<div class="industry-card">
<img src="assets/images/icons/serv-indus1.png" alt="Fintech">
<h3>Fintech</h3>
</div>
<div class="industry-card">
<img src="assets/images/icons/serv-indus2.png" alt="E-Commerce">
<h3>E-Commerce</h3>
</div>
<div class="industry-card">
<img src="assets/images/icons/serv-indus3.png" alt="Oil & Gas">
<h3>Oil & Gas</h3>
</div>
<div class="industry-card">
<img src="assets/images/icons/serv-indus4.png" alt="Healthcare">
<h3>Healthcare</h3>
</div>
<div class="industry-card">
<img src="assets/images/icons/serv-indus5.png" alt="Logistics">
<h3>Logistics</h3>
</div>
<div class="industry-card">
<img src="assets/images/icons/serv-indus6.png" alt="IT & Software">
<h3>IT & Software</h3>
</div>
</div>
</div>
</section>
</main>
<footer role="contentinfo">
<div class="footer">
<div class="foot-logo">
<img src="assets/images/logo.png" class="logo" alt="full logo">
</div>
<div class="foot-contact">
<h3>Contact Us</h3>
<address class="foot-add">
<a href=""><i class="fa-solid fa-phone"></i> 91 86533 05465</a>
<a href=""><i class="fa-solid fa-envelope em"></i> contact@mydigishell.com</a>
<a href=""><i class="fa-solid fa-location-dot"></i> Kolkata, India</a>
</address>
</div>
<div class="foot-quickLinks">
<h3>Quick Links</h3>
<a href="about.html">About Us</a>
<a href="service.html">Services</a>
<a href="technology.html">Technology</a>
<a href="contact.html">Contact Us</a>
<a href="clients.html">Clients</a>
<a href="projects.html">Portfolio</a>
<a href="sitemap.html">Sitemap</a>
</div>
<div class="foot-followUs">
<h3>Follow Us</h3>
<a href="fb.com" class="soc-icofb fa-brands fa-facebook"></a>
<a href="x.com" class="soc-icox fa-brands fa-twitter"></a>
<a href="linkedin.com" class="soc-icoin fa-brands fa-linkedin"></a>
<a href="instagram.com" class="soc-icoins fa-brands fa-instagram"></a>
<div class="foot-pay">
<h4>Make Payment Online</h4>
<a href="paypal.com"> <i class="fa-brands fa-paypal"></i> PayPal</a>
<a href="cryptopay.com"> <i class="fa-brands fa-btc"></i> Crypto Payment</a>
<a href="bank.com"> <i class="fa-solid fa-university"></i> Bank Transfer</a>
</div>
</div>
</div>
<hr>
<div class="foot-bottom"">
<div>© 2025 All rights reserved — MyDigiShell</div>
<div>
<a href="privacy.html">Terms &
Conditions </a>
<a href="privacy.html"> Privacy Policy</a>
</div>
</div>
</footer>
<script src="assets/js/script.js"></script>
</body>
</html>