-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
427 lines (385 loc) · 22.5 KB
/
contact.html
File metadata and controls
427 lines (385 loc) · 22.5 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
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="UTF-8">
<!-- Meta description for search engines -->
<meta name="description" content="Get in touch with SmartSide for inquiries about web development, AI, and cloud services. We are here to help your business grow." />
<!-- Meta keywords for SEO -->
<meta name="keywords" content="SmartSide, contact SmartSide, get in touch, web development, software development, web development services, e-commerce solutions, AI, AI-driven solutions, DevOps, Devops Services, solutions, tailored software, scalable solutions, innovative technology, customer-centric approach, business growth, industry-leading expertise, digital transformation, client satisfaction, cutting-edge technology, innovative solutions">
<!-- Meta author for the page -->
<meta name="author" content="SmartSide Dev Team">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Contact | SMARTSIDE</title>
<!-- favicon -->
<link rel="icon" href="img/smartside-logo/Logomark2TransCropped.png" type="image/x-icon">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<!-- Css Styles -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="css/elegant-icons.css" type="text/css">
<link rel="stylesheet" href="css/owl.carousel.min.css" type="text/css">
<link rel="stylesheet" href="css/magnific-popup.css" type="text/css">
<link rel="stylesheet" href="css/slicknav.min.css" type="text/css">
<link rel="stylesheet" href="css/style.css" type="text/css">
<!-- Open Graph Meta Tags for Contact Page -->
<meta property="og:title" content="Contact | SMARTSIDE" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://smartside.in/contact.html" />
<meta property="og:image" content="https://smartside.in/img/hero/hero-10.jpg" /> <!-- Update the image URL to match your contact page image -->
<meta property="og:description" content="Get in touch with SmartSide for inquiries about web development, AI, and cloud services. We are here to help your business grow." />
<meta property="og:site_name" content="SMARTSIDE" />
<meta property="og:locale" content="en_US" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="SmartSide Logo" />
<meta property="og:see_also" content="https://smartside.in/index.html" />
<meta property="og:see_also" content="https://smartside.in/about.html" />
<meta property="og:see_also" content="https://smartside.in/services.html" />
<meta property="og:see_also" content="https://smartside.in/index.html#projects" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Contact Us",
"url": "https://www.smartside.in/contact.html",
"description": "Get in touch with Smart Side. We are here to assist you with any inquiries or support you may need."
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "SmartSide",
"url": "https://www.smartside.in",
"logo": "https://www.smartside.in/img/smartside-logo/Logomark2TransCropped.png",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+91 93613 27770",
"contactType": "Customer service"
}
}
</script>
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- scroll to top -->
<a href="#" class="scroll-to-top primary-btn">
<i class="fa fa-arrow-up"></i>
</a>
<!-- Header Section Begin -->
<header class="header">
<div class="container">
<div class="row">
<div class="col-lg-2">
<div class="header__logo">
<a href="./index.html"><img src="img/smartside-logo/WordMark2TransCropped.png" alt=""></a>
</div>
</div>
<div class="col-lg-10">
<div class="header__nav__option">
<nav class="header__nav__menu mobile-menu">
<ul>
<li><a href="index.html" title="Home - Smartside">Home</a></li>
<li><a href="about.html" title="About Us - Learn More About Our Company">About</a></li>
<li><a href="services.html" title="Our Services - Web Development, AI, and Devops Solutions">Services</a></li>
<li><a href="index.html#projects" title="Our Projects - Explore What We've Done">Projects</a></li>
<li><a href="internship.html" title="Our Internship - Explore Yourself for Future">Intern</a></li>
<li class="active"><a href="contact.html" title="Contact Us - Get in Touch with Us">Contact</a></li>
</ul>
</nav>
<div class="header__nav__social">
<a href="https://x.com/side_smart2024"><i class="fa-brands fa-x-twitter"></i></a>
<a href="https://www.linkedin.com/company/smart-side-dev"><i class="fa fa-linkedin"></i></a>
<!-- <a href="https://github.com/Smart-Side-dev-2023"><i class="fa fa-github"></i></a> -->
<a href="https://www.instagram.com/smartside24/"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-youtube-play"></i></a>
</div>
</div>
</div>
</div>
<div id="mobile-menu-wrap"></div>
</div>
</header>
<script>
window.addEventListener('scroll', function () {
var header = document.querySelector('.header');
if (window.scrollY > 50) {
header.classList.add('scrolled'); // Add the dark background class
} else {
header.classList.remove('scrolled'); // Remove it when at the top
}
});
</script>
<!-- Header End -->
<!-- Breadcrumb Begin -->
<div class="breadcrumb-option spad set-bg" data-setbg="img/hero/hero-7.jpg">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="breadcrumb__text">
<h2>Contact us</h2>
<div class="breadcrumb__links">
<a href="index.html">Home</a>
<span>Contact</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Breadcrumb End -->
<!-- Contact Widget Section Begin -->
<section class="contact-widget spad">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 col-md-6 col-md-3">
<div class="contact__widget__item">
<div class="contact__widget__item__icon">
<i class="fa fa-map-marker"></i>
</div>
<div class="contact__widget__item__text">
<h4>Address</h4>
<p>Coimbatore - 641017</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-md-6 col-md-3">
<div class="contact__widget__item">
<div class="contact__widget__item__icon">
<i class="fa fa-phone"></i>
</div>
<div class="contact__widget__item__text">
<h4>Hotline</h4>
<p>+91 93613 27770</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-md-6 col-md-3">
<div class="contact__widget__item">
<div class="contact__widget__item__icon">
<i class="fa fa-envelope "></i>
</div>
<div class="contact__widget__item__text">
<h4>Email</h4>
<p>team@smartside.in</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Widget Section End -->
<!-- Call To Action Section Begin -->
<section class="contact spad">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6">
<div class="contact__map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d31323.427440484767!2d76.9016260530117!3d11.081412722970066!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3ba8f66af1487f91%3A0xf88c8d829607bf3!2sThudiyalur%2C%20Tamil%20Nadu%2C%20India!5e0!3m2!1sen!2sbd!4v1728678405599!5m2!1sen!2sbd"
width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="contact__form">
<h3>Get in touch</h3>
<form id="myForm" action="#">
<span id="fromEmailError" class="error-message" style="color:red; display:none;"></span>
<!-- Error message for email -->
<input type="email" id="fromEmail" placeholder="Your Email" required>
<input type="text" id="toEmail" value="team@smartside.in" readonly>
<span id="subjectError" class="error-message" style="color:red; display:none;"></span>
<!-- Error message for subject -->
<input type="text" id="subject" placeholder="Subject" required> <!-- Required field -->
<span id="bodyError" class="error-message" style="color:red; display:none;"></span>
<!-- Error message for body -->
<textarea id="body" placeholder="Message" required></textarea> <!-- Required field -->
<a href="#" class="primary-btn" id="sendMessageBtn">Send Message <i
class="fas fa-paper-plane"></i></a>
</form>
<script>
document.getElementById('sendMessageBtn').addEventListener('click', function (event) {
event.preventDefault(); // Prevent the default form submission behavior
// Clear previous error messages
document.getElementById('fromEmailError').innerText = '';
document.getElementById('subjectError').innerText = '';
document.getElementById('bodyError').innerText = '';
const fromEmail = document.getElementById('fromEmail').value;
const subject = document.getElementById('subject').value;
const body = document.getElementById('body').value;
let hasError = false; // Flag to check if there are errors
// Check if the required fields are filled
if (!fromEmail) {
document.getElementById('fromEmailError').innerText = '* Please enter your email address.'; // Show error message
document.getElementById('fromEmailError').style.display = 'block'; // Display the error message
hasError = true;
}
if (!subject) {
document.getElementById('subjectError').innerText = '* Please enter a subject.'; // Show error message
document.getElementById('subjectError').style.display = 'block'; // Display the error message
hasError = true;
}
if (!body) {
document.getElementById('bodyError').innerText = '* Please enter a message.'; // Show error message
document.getElementById('bodyError').style.display = 'block'; // Display the error message
hasError = true;
}
if (hasError) {
return; // Prevent form submission if there are errors
}
const toEmail = document.getElementById('toEmail').value; // Use the default email
// Detect if the user is on a mobile device
const isMobile = /iPhone|iPad|iPod|Android/i.test(navigator.userAgent);
let mailtoLink;
if (isMobile) {
// Use mailto for mobile devices
mailtoLink = `mailto:${encodeURIComponent(toEmail)}?subject=${encodeURIComponent(subject)}&body=${encodeURIComponent(body)}%0D%0A%0D%0AFrom: ${encodeURIComponent(fromEmail)}`;
} else {
// Use Gmail-specific link for desktop
mailtoLink = `https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=${encodeURIComponent(toEmail)}&su=${encodeURIComponent(subject)}&body=${encodeURIComponent(body)}&bcc=${encodeURIComponent(fromEmail)}`;
}
// Open the appropriate mail client
window.open(mailtoLink, '_blank');
});
</script>
<style>
/* Optional: Styling for the error message */
.error-message {
color: red;
display: block;
/* Change display to block to ensure it occupies space */
margin-top: 5px;
/* Add some space between the input and error message */
font-size: 0.9em;
/* Adjust font size if needed */
}
</style>
</div>
</div>
</div>
</div>
</section>
<!-- Call To Action Section End -->
<!-- Footer Section Begin -->
<footer class="footer">
<div class="container">
<div class="footer__top">
<div class="row">
<div class="col-lg-6 col-md-6">
<div class="footer__top__logo">
<a href="#"><img src="img/smartside-logo/WordMark2TransCropped.png" alt=""></a>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="footer__top__social">
<a href="https://x.com/side_smart2024"><i class="fa-brands fa-x-twitter"></i></a>
<a href="https://www.linkedin.com/company/smart-side-dev"><i class="fa fa-linkedin"></i></a>
<!-- <a href="https://github.com/Smart-Side-dev-2023"><i class="fa fa-github"></i></a> -->
<a href="https://www.instagram.com/smartside24/"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-youtube-play"></i></a>
</div>
</div>
</div>
</div>
<div class="footer__option">
<div class="row">
<div class="col-lg-10 col-md-6 col-sm-6">
<div class="footer__option__item">
<h5>About us</h5>
<p>Formed in 2023,for crafting innovative software solutions dedicated to meet the
evolving needs of businesses and individuals. With a passion for technology and a
commitment to excellence, we build intuitive, scalable products designed to empower our
clients...</p>
<a href="about.html" class="read__more">Read more <span class="arrow_right"></span></a>
</div>
</div>
<div class="col-lg-2 col-md-3 col-sm-3" style="text-align: right;">
<div class="footer__option__item">
<h5>Menu</h5>
<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="index.html#projects">Projects</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-3 col-sm-3">
<div class="footer__option__item">
<h5>Our works</h5>
<ul>
<li><a href="https://gkevents.netlify.app/" target="_blank">GK Wedding & Event
Management</a></li>
<li><a href="https://startupculturefoundation.in/" target="_blank">StartUp Culture
Foundation</a></li>
<li><a href="https://grcsolutions.in/" target="_blank">GEEARR Consumer Solutions</a>
</li>
<li><a href="https://sociopotents.in/" target="_blank">Socio Potent</a></li>
</ul>
</div>
</div>
<div class="col-lg-8 col-md-12" style="text-align: right;">
<div class="footer__option__item">
<h5>Contact Us</h5>
<p>We’d love to hear from you! Reach out to us through the following:</p>
<ul>
<li><strong style="color: #ffbb12;">Address:</strong><a
href="https://www.google.com/maps/place/Thudiyalur,+Tamil+Nadu,+India/@11.0814127,76.9016261,14z/data=!3m1!4b1!4m15!1m8!3m7!1s0x89c24fa5d33f083b:0xc80b8f06e177fe62!2sNew+York,+NY,+USA!3b1!8m2!3d40.7127753!4d-74.0059728!16zL20vMDJfMjg2!3m5!1s0x3ba8f66af1487f91:0xf88c8d829607bf3!8m2!3d11.0802453!4d76.941513!16zL20vMGY2Z3Ru?hl=en&entry=ttu&g_ep=EgoyMDI0MTAwOS4wIKXMDSoASAFQAw%3D%3D">
Coimbatore - 641017</a></li>
<li><strong style="color: #ffbb12;">Phone:</strong><a href="tel:+91 93613 27770"> +91
93613 27770</a></li>
<li><strong style="color: #ffbb12;">Email:</strong><a
href="https://mail.google.com/mail/u/0/?fs=1&to=team@smartside.in&tf=cm">
team@smartside.in</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="footer__copyright">
<div class="row">
<div class="col-lg-12 text-center">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
<p class="footer__copyright__text_1">
Developed with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="#"
target="_blank">Smartside</a>
</p>
<p class="footer__copyright__text"
style="color: #ffffff60;user-select: none;cursor: default;font-size: xx-small;">Copyright
©
<script>
document.write(new Date().getFullYear());
</script>
All rights reserved | This template is made in <a href="https://colorlib.com"
target="_blank" style="color: #ffffff73;">Colorlib</a>
</p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</div>
</div>
</div>
</div>
</footer>
<!-- Footer Section End -->
<!-- Js Plugins -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/mixitup.min.js"></script>
<script src="js/masonry.pkgd.min.js"></script>
<script src="js/jquery.slicknav.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>