-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
297 lines (220 loc) · 11.3 KB
/
services.html
File metadata and controls
297 lines (220 loc) · 11.3 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
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Patua+One&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="service-style.css">
<title>Digiweb Solutions</title>
</head>
<body>
<header>
<nav class="navbar navbar-expand-sm " style="background-color:rgb(13, 43, 61)">
<a class="navbar-brand" href="index.html"><img class="i" src="images/logo.png" width="130px" height="50px" alt="logo" ></a>
<nav class="navbar navbar-dark ">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" >
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item " >
<a class="nav-link" href="index.html" style="color:whitesmoke;" >Home </a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html" style="color:whitesmoke;" >About Us</a>
</li>
<li class="nav-item">
<a class="nav-link " href="services.html" style="color:whitesmoke;" >Services</a>
</li>
<li class="nav-item">
<a class="nav-link " href="solutions.html" style="color:whitesmoke;" >Solutions</a>
</li>
<li class="nav-item">
<a class="nav-link " href="contact.html" style="color:whitesmoke;" >Contact</a>
</li>
</ul>
</div>
</nav>
</nav>
</header>
<div class="container-fluid1">
<h1 class="text-center"> <span class="color">Web Development and Designing</span></h1><br>
<div class="row ">
<div class="col-sm-6 ">
<p class="id">
An exclusive website has become the necessity of a business whether big or small.
Your website hosts all of your digital marketing strategies creating a roadmap
for your future investments.
</p>
</div>
<div class="col-sm-6">
<p class="id">
We make it sure that your website looks professional and represents your business spirit in true sense.
Website is the front door for your potential customers.
</div>
</div>
<br>
<div class="card-group">
<div class="card">
<img src="images/static.png" width="200px" height="200px" class="card-img-top" alt="static.png">
<div class="card-body">
<h5 class="card-title"> STATIC WEBSITE</h5>
<p class="id card-text">
A low cost website can fulfil the primary need of a company who wants online presence felt for their customers.</p>
</div>
</div>
<div class="card">
<img src="images/dynamic.png" width="200px" height="200px" class="card-img-top" alt="dynamic.png">
<div class="card-body">
<h5 class="card-title">DYNAMIC WEBSITE</h5>
<p class="id card-text">
It is a full-fledged website which can be updated and optimized as per the requirement of the business.</p>
</div>
</div>
<div class="card">
<img src="images/cms.png" width="200px" height="200px" class="card-img-top" alt="cms.png">
<div class="card-body">
<h5 class="card-title">CMS WEBSITE</h5>
<p class="id card-text">
A user friendly website from company prospective, having all the major function of any other coded ones.</p>
</div>
</div>
</div>
</div>
<div class="container-fluid1">
<h1 class="text-center"> <span class="color">Search Engine Optimization</span></h1><br>
<div class="row ">
<div class="col-sm-6 ">
<p class="id">
Investing in Search Engine Optimization is no more a choice, but a necessity for every business in current scenario. SEO brings organic traffic to your website from search engines.
</p>
</div>
<div class="col-sm-6">
<p class="id">
Additionally, it ensures a breakthrough for markets which you could not imagine, otherwise by traditional marketing. SEO boosts leads and sales.
</div>
</div>
<br>
<div class="card-group">
<div class="card">
<img src="images/on-seo.png" width="200px" height="200px" class="card-img-top" alt="on-seo.png">
<div class="card-body">
<h5 class="card-title"> ON-PAGE SEO</h5>
<p class="id card-text">
It is the first step of SEO which helps in optimizing the website and content for specific keywords.</p>
</div>
</div>
<div class="card">
<img src="images/off-seo.png" width="200px" height="200px" class="card-img-top" alt="off-seo.png">
<div class="card-body">
<h5 class="card-title"> OFF-PAGE SEO</h5>
<p class="id card-text">
A process to make sure your website ranks on the first page of SERP with the help of ON Page SEO.</p>
</div>
</div>
<div class="card">
<img src="images/local-seo.png" width="200px" height="200px" class="card-img-top" alt="local-seo.png">
<div class="card-body">
<h5 class="card-title"> LOCAL SEO</h5>
<p class="id card-text">
If your business is to serve locally ,we can help you by making everyone aware in your locality.</p>
</div>
</div>
</div>
</div>
<div class="container-fluid1">
<h1 class="text-center"> <span class="color">Pay Per Click</span></h1><br>
<div class="row ">
<div class="col-sm-6 ">
<p class="id">
PPC is an integral component of Digital Marketing. PPC advertising is also known as Search Engine Advertising (preferably Google Advertising) or paid search.
</p>
</div>
<div class="col-sm-6">
<p class="id">
It offers your business, a quick entry into the new markets. PPC works exceptionally well with other marketing channels.
</div>
</div>
<br>
<div class="card-group">
<div class="card">
<img src="images/digital-adv.png" class="card-img-top" width="200px" height="172px" alt="digital.png">
<div class="card-body">
<h5 class="card-title">DISPLAY ADVERTISING</h5>
<p class="id card-text">
If you want to showcase your company using banner or display then this is best in the busines
</p>
</div>
</div>
<div class="card">
<img src="images/video-dev.png" width="200px" height="172px" class="card-img-top" alt="video.png">
<div class="card-body">
<h5 class="card-title"> VIDEO ADVERTISING</h5>
<p class="id card-text">
Video ads generally appear on you-tube in presenting your company through audio-visual.
</p>
</div>
</div>
<div class="card">
<img src="images/search-adv.png" width="200px" height="172px" class="card-img-top" alt="search.png">
<div class="card-body">
<h5 class="card-title"> SEARCH ADVERTISING</h5>
<p class="id card-text">
The most powerful ad which appears on search results page depending on the budget.</p>
</div>
</div>
</div>
</div>
<footer class="page-footer">
<div class="container text-center text-md-left mt-4">
<div class="row align-items-center text-center ">
<div class="col-sm-3 mx-auto mb-4">
<img src="images/logo.png" width="200em" height="100em" alt="logo">
</div>
<div class="col-sm-3 mx-auto mb-4">
<a href="contact.html"><h5 class="text- uppercase font-weight-bold">CONTACT</h5></a>
<p class="mt-2 ">+91 124 854 8456</p>
<p class="mt-2">+91 489 526 4815</p>
</div>
<div class="col-sm-3 mx-auto mb-4">
<h5 class="text- uppercase font-weight-bold">EMAIL</h5>
<p class="mt-2 ">digiweb.solutions@gmail.com</p>
<p class="mt-2 ">customer.digiweb@gmail.com</p>
</div>
<div class="col-sm-3 mx-auto mb-4">
<h5 class="text- uppercase font-weight-bold">ADDRESS</h5>
<p class="mt-2">WZ-573, WZ-Block<br>
Naraina Village<br>
New Delhi, Delhi 110028</p>
</div>
</div>
<div class="container">
<div class="row py-2 d-flex align-items-center">
<div class="col-sm-12 text-center">
<a target="_blank" class="instagram" href="https://www.instagram.com/"><i class="fab fa-instagram fa-2x" style="color:rgb(238, 185, 238)"></i></a>   
<a target="_blank" class="facebook" href="https://www.facebook.com/"><i class="fab fa-facebook fa-2x" style="color:rgb(142, 190, 235)"></i></a>   
<a target="_blank" class="linkedin" href="https://www.linkedin.com/"><i class="fab fa-linkedin fa-2x" style="color:rgb(0, 119, 181)"></i></a>  
<a target="_blank" class="twitter" href="https://www.twitter.com/"><i class="fab fa-twitter fa-2x" style="color:rgb(85, 172, 238)"></i></a>  
<a target="_blank" class="twitter" href="https://www.pinterest.com/"><i class="fab fa-pinterest fa-2x" style="color:rgb(247, 142, 186)"></i></a>  
<a target="_blank" class="youtube" href="https://www.youtube.com/"><i class="fab fa-youtube fa-2x" style="color:rgb(255, 102, 102)"></i></a>  
</div>
</div>
</div>
<hr style="background-color: white; width: 100px">
<div class="container">
<div class="row py-2 d-flex align-items-center">
<div class="col-sm-12 text-center"> <h5> © Copyright 2021 - Digiweb Solutions</h5>
</div>
</div>
</div>
</div>
</footer>
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>