-
Notifications
You must be signed in to change notification settings - Fork 0
/
Digital-Strategy-Services.php
275 lines (234 loc) · 9.43 KB
/
Digital-Strategy-Services.php
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
<!DOCTYPE html>
<html lang="en">
<?php include 'layout.php';?>
<body>
<body>
<div id="wapper">
<div class="header-wapper">
<div class="container">
<?php include 'header.php';?>
</div>
</div>
<div class="innerbanner">
<div class="container">
<div class="d-flex justify-content-between align-items-center">
<div class="inrpgtitle">
<h3><span>Digital Strategy Services</span></h3>
<p>
Strategically build and leverage digital technologies to boost
business results and user experiences
</p>
</div>
<div class="bnrimg">
<img src="images/Group 244.png" alt="" />
</div>
</div>
</div>
</div>
<div class="about-react">
<div class="container">
<div class="normaltxt">
We work closely with you to understand your business and define a roadmap for digital transformation that drives innovation, improves customer experiences, and boosts your competitive edge.
Our approach goes beyond simply implementing technology. We design custom digital strategies tailored to your unique goals, ensuring that your business is well-equipped to navigate the evolving digital landscape.
</div>
<div class="row">
<div class="col col-12 col-md-6">
<div class="content-part animatable fadeInLeft">
<h3>Why Choose Us for Your Digital Strategy and Web Development Needs?</h3>
<p>
We don’t just create digital solutions, we craft strategies that propel your business into the digital age. By aligning technology with your business objectives, we help you unlock new opportunities, enhance operational efficiency, and deliver lasting value to your customers.
<br /><br />
Our expertise spans both native and cross-platform mobile development, enabling us to create high-performing apps for iOS and Android that meet the demands of today’s mobile-first world.
We provide cloud adoption and migration services to enhance scalability, reduce operational costs, and ensure seamless access to your business applications, no matter where you are.
</div>
</div>
<div class="col col-12 col-md-6 text-center">
<div class="image-part animatable fadeInRight">
<img src="images/Group2.png" alt="" />
</div>
</div>
</div>
</div>
</div>
<?php include 'inquery.php';?>
<!-- <div class="servicesRow">
<div class="container">
<div class="row">
<div class="discussProject">
<h3>Some Of Our Recent Projects</h3>
<p>
Get free consultation and let us know your project idea to turn
it into an amazing digital product.
</p>
</div>
-->
<!-- -->
<!-- -->
<div class="discussProject">
<div class="container">
<h3>Let's Discuss Your Project</h3>
<p>
Get free consultation and let us know your project idea to turn it
into an amazing digital product.
</p>
<a href="./contact-us.php">
<button class="border-gradient">
<span>Contact Us</span>
</button>
</a>
</div>
</div>
</div>
</div>
</div>
<?php include 'footer.php';?>
</div>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.js"></script>
<script>
$(document).ready(function () {
var centerIndex = Math.floor($(".custom-carousel .owl-item").length / 2); // Calculate center index
$(".custom-carousel").owlCarousel({
loop: true,
margin: 10,
autoWidth: true,
nav: true,
navText: ["<button class='prev'>◀</button>", "<button class='next'>▶</button>"],
responsive: {
0: {
items: 1
},
600: {
items: 1
},
1000: {
items: 1
}
},
startPosition: centerIndex
});
$(".custom-carousel .item").click(function () {
// Remove active class from all items
$(".custom-carousel .item").removeClass("active");
// Add active class to the clicked item
$(this).toggleClass("active");
// Get the clicked item's unique identifier
var clickedItemId = $(this).attr("data-id");
// Simulate data fetching (replace with your actual logic)
var details = "Fetched details for item " + clickedItemId;
// Update the details container
$("#details-container").html(details);
});
});
</script>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<script>
// Trigger CSS animations on scroll.
// Detailed explanation can be found at http://www.bram.us/2013/11/20/scroll-animations/
// Looking for a version that also reverses the animation when
// elements scroll below the fold again?
// --> Check https://codepen.io/bramus/pen/vKpjNP
jQuery(function ($) {
// Function which adds the 'animated' class to any '.animatable' in view
var doAnimations = function () {
// Calc current offset and get all animatables
var offset = $(window).scrollTop() + $(window).height(),
$animatables = $(".animatable");
// Unbind scroll handler if we have no animatables
if ($animatables.length == 0) {
$(window).off("scroll", doAnimations);
}
// Check all animatables and animate them if necessary
$animatables.each(function (i) {
var $animatable = $(this);
if ($animatable.offset().top + $animatable.height() - 20 < offset) {
$animatable.removeClass("animatable").addClass("animated");
}
});
};
// Hook doAnimations on scroll, and trigger a scroll
$(window).on("scroll", doAnimations);
$(window).trigger("scroll");
$(".ward").owlCarousel({
loop: false,
margin: 0,
nav: false,
responsive: {
0: {
items: 3,
},
600: {
items: 4,
},
1000: {
items: 6,
},
1300: {
items: 6,
},
},
});
});
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.3/jquery.validate.min.js"></script>
<script>
$.validator.addMethod("phoneValidation", function(value, element) {
// Regular expression for phone number validation
return this.optional(element) || /^[+]?[0-9\s\-()]{10,13}$/.test(value);
}, "Please enter a valid phone number (10-13 digits, optional +, spaces, dashes, or parentheses).");
$.validator.addMethod("gmailValidation", function(value, element) {
// Check if the email ends with @gmail.com
return this.optional(element) || /^[a-zA-Z0-9._%+-]+@gmail\.com$/.test(value);
}, "Please enter a valid Gmail address.");
$("#inquery-post").validate({
rules: {
'name': {
required: true,
},
'email': {
required: true ,
email: true ,
gmailValidation: "Please enter a valid Gmail address ending in @gmail.com."
},
'phone': {
required: true,
phoneValidation: true
},
'desc': {
required: true
}
}
});
$("#inquery-post").submit(function(event) {
event.preventDefault();
// Send the form data via AJAX
if ($(this).valid()) { // Only submit if the form is valid
$('#inq_text').text('Processing...');
$.ajax({
url: 'submit-inquery.php',
type: 'POST',
data: $(this).serialize(), // Serialize form data
success: function(response) {
const obj = JSON.parse(response);
if (obj && obj.message) {
$("#alertMsg").html(`
<div class="alert alert-success alert-dismissible fade show" role="alert">
${obj.message}
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
</div>
`);
$('#inq_text').text('Inquiry Sent');
$('#inquery-post')[0].reset();
}
}
});
}
});
</script>
</body>
</html>