-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathother services.html
37 lines (37 loc) · 1.59 KB
/
other services.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Other Services</title>
</head>
<body>
<center> <h1> Our Other Services</h1></center>
<P>After our high demand in SEO field . We feel need to start our other services . So, we have started other services as well which include :
<section> <BR/> 1.Web-Development<BR/>
2.LOGO designing <br/>
3.Digital markting </section>
</P>
We've hired a team for managing our all projects and orders . We have gained fam just because of our timely management and quality of our work . The major factor include "TRUST". People trust on us and we also trust on peoples .Sometime we need to trust peoples and sometime people need to trust us .
<br/> Our Compny-Founder <b>ENGR-M.Ahsan</b> says :<br/>
<center> <i> "Trust is a weapon by which we can conqurer hearts of our enemies."</i></center>
<b> <hr/></b>
<p><center>To avail our other services click the button given below:</center>
<br/> <center> <a href="./CONTACT US.HTML" class="cta-button">Order</a> </center>
</p>
</body>
</html>
<style>
section{ padding: 20px;
margin: 20px;
border: 1px solid #050404;
}
html{ background-color: rgb(224, 216, 216);
color: black;}
.cta-button {
background: #007bff;
color: white;
padding: 10px 20px;
text-decoration: none;
border-radius: 5px;
}
</style>