-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
185 lines (162 loc) · 7.04 KB
/
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
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
<!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="styles/master.css">
<link rel="stylesheet" href="styles/services.css">
<link rel="icon" type="image/x-icon" href="images/favicon.ico" sizes="16x16">
<title>Creinfia | Services </title>
</head>
<body>
<!-- Scroll to top -->
<section class="scroll-to-top" id="scroll-top">
<a href="#top"><img src="images/scroll-to-top1.svg" alt="scroll"></a>
</section>
<!-- End Scroll to top -->
<!--top-container-->
<section class="main-section top-alt">
<!-- NavBar-->
<div class="navbar">
<table class="nav-table" width="100%" cellpadding="10">
<tr align="center">
<td width="30%" align="left"><a href="index.html"> <img src="images/logo.png" alt="LOGO"
class="nav-logo"> </a>
</td>
<td><a href="index.html" class="nav-links">Home</a></td>
<td><a href="about.html" class="nav-links">About</a></td>
<td><a href="services.html" class="nav-links">Services</a></td>
<td><a href="pricing.html" class="nav-links">Pricing</a></td>
<td width="10%"></td>
<td width="10%"><a href="contact.html" class="nav-links chips">CONTACT</a></td>
<td width="10%"><a href="login.html" class="nav-links chips">LOGIN</a></td>
</table>
</div>
<!--End Navbar -->
<div class="landing-text-2">
<h1>Services</h1>
<!-- <h3>We love to find simple solutions to complex challenges</h3> -->
</div>
</section>
<!--End top-container-->
<section class="srv-container">
<div class="srv-content">
<div>
<h1 class="grad-title"><span> We Provide Digital Services </span></h1>
</div>
<div>
<p>Outpace Your Competitors With Our Top Software Development Services!
</p>
<p>We build solutions for various industries and types of organizations,
from startups, through small and mid-size businesses (SMBs), to large enterprises.
</p>
</div>
</div>
<div class="srv-cards-container">
<div class="srv-cards">
<div class="srv-panel-icon">
<img src="images/web-development.svg" alt="web-development-icon">
</div>
<div class="srv-panel-content">
<h4>Web Design</h4>
<p>We develop custom web applications that fit any screen size.
No matter what challenges your business faces, we solve them with end-to-end web app development
</p>
</div>
</div>
<div class="srv-cards">
<div class="srv-panel-icon">
<img src="images/smartphone.svg" alt="smartphone-icon">
</div>
<div class=" srv-panel-content">
<h4>App Designs</h4>
<p>We create unique mobile experiences for all platforms.
Native or cross-platform app development - we always have a reasonable solution to offer.
</p>
</div>
</div>
<div class="srv-cards">
<div class="srv-panel-icon">
<img src="images/quality-assurance.svg" alt="qa-icon">
</div>
<div class="srv-panel-content">
<h4>Quality Assurance</h4>
<p>No matter how good the developers are, mistakes are inevitable.
Our QA team makes sure that no bugs make it through to app release.
</p>
</div>
</div>
<div class="srv-cards">
<div class="srv-panel-icon">
<img src="images/seo-graph.svg" alt="graph-icon">
</div>
<div class="srv-panel-content">
<h4>SEO Marketing</h4>
<p>We create unique mobile experiences for all platforms.
Native or cross-platform app development – we always have a reasonable solution to offer.
</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="footer-content">
<div class="footer-branding">
<img src="images/logo.png" alt="logo" class="footer-logo">
<h2>
<em>
Inifnite thoughts. <br> Infinite worlds. <br> Infinite possibilities.
</em>
</h2>
</div>
<div class="address">
<h3>Address</h3>
<address>
T : <a href="tel:123 456 789 0">123 456 789 0</a> <br>
<a href="tel:(+321) 123 456 789 0 ">(+321) 123 456 789 0 </a><br>
A : 80 Pine St. 10th Floor <br>
New York, NY 10005, USA <br>
</address>
<br>
<p>
<a href="mailto:[email protected]" target="_blank">E : [email protected]</a>
<br>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
<div class="footer-links">
<h3>Quick Links</h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="follow-us">
<h3>Follow Us</h3>
<ul>
<li><a href="https://www.instagram.com/" target="_blank">
<img src="images/instagram-logo.svg" alt="instagram"></a>
</li>
<li><a href="https://facebook.com/" target="_blank">
<img src="images/facebook-logo.svg" alt="facebook"></a>
</li>
<li><a href="https://twitter.com" target="_blank">
<img src="images/twitter-logo.svg" alt="twitter"></a>
</li>
<li><a href="https://youtube.com" target="_blank">
<img src="images/youtube-logo.svg" alt="youtube"></a></li>
</ul>
</div>
</div>
<div class="footer-credits">
<p>Copyright © 2022 Creinfia Inc</p>
<p>Made with ❤ by Shridhar Khare</p>
</div>
</footer>
<!-- End Footer -->
</body>
</html>