-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
123 lines (112 loc) · 3.79 KB
/
services.html
File metadata and controls
123 lines (112 loc) · 3.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/style.css" />
<title>Creative Agency</title>
</head>
<body>
<header>
<div class="logo">Starwalt Agency</div>
<div class="toggle"></div>
<div class="navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="work.html">Work</a></li>
<li><a href="https://starwalt.github.io/blog">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="https://www.linkedin.com/company/starwalt">Carrers</a></li>
<li><a href="https://dimple-enterprises.creator-spring.com/">Products</a></li>
<li><a href="https://github.com/sandysanthosh">Meet our Team</a></li>
<li><a href="/Paymentlink.jpg">Online Payment</a></li>
<li><a href="https://starwalt.github.io/training/Training.html" />Starwalt Academy</a></li>
</ul>
<div class="social-bar">
<ul>
<li>
<a href="https://www.facebook.com/Starwalt07">
<img src="images/facebook.png" target="_blank" alt="" />
</a>
</li>
<li>
<a href="https://twitter.com/starwaltcompany">
<img src="images/twitter.png" target="_blank" alt="" />
</a>
</li>
<li>
<a href="https://www.instagram.com/starwaltcompany/">
<img src="images/instagram.png" target="_blank" alt="" />
</a>
</li>
</ul>
<a href="starwaltcompany@gmail.com" class="email-icon">
<img src="images/email.png" alt="" />
</a>
</div>
</div>
</header>
<section>
<div class="title">
<h1>Services that we can help you with</h1>
<p>
Starwalt is an Internet Company, Online Websites, Digital Marketing, Buy and Sell Product to promote our Client Business.
</p>
</div>
<div class="services">
<div class="service">
<div class="icon">
<img src="images/001.png" alt="" />
</div>
<h2>Design</h2>
</div>
<div class="service">
<div class="icon">
<img src="images/002.png" alt="" />
</div>
<h2>Development</h2>
</div>
<div class="service">
<div class="icon">
<img src="images/003.png" alt="" />
</div>
<h2>SEO</h2>
</div>
<div class="service">
<div class="icon">
<img src="images/004.png" alt="" />
</div>
<h2>Marketing</h2>
</div>
<div class="service">
<div class="icon">
<img src="images/005.png" alt="" />
</div>
<h2>App Development</h2>
</div>
<div class="service">
<div class="icon">
<img src="images/006.png" alt="" />
</div>
<h2>Error Fixing</h2>
</div>
</div>
</section>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/6206897ab9e4e21181bea7ad/1frkoi2g3';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
<script src="js/script.js"></script>
</body>
</html>