-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
430 lines (371 loc) · 19.9 KB
/
about.html
File metadata and controls
430 lines (371 loc) · 19.9 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
428
429
430
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required Meta Tags -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Basic SEO -->
<title>About Us | Tech Mac - Leaders in Innovative Packaging Solutions</title>
<meta name="description" content="Learn more about Tech Mac Automation, a trusted name in strapping and packaging machinery, delivering cutting-edge industrial solutions with quality and precision." />
<meta name="keywords" content="About Tech Mac, Packaging Machine Company, Industrial Packaging, Strapping Machines, Tech Mac Automation, Company Profile" />
<meta name="author" content="Tech Mac Automation" />
<!-- Canonical URL -->
<link rel="canonical" href="https://techmac.in/about" />
<!-- Google Search Console Verification -->
<meta name="google-site-verification" content="PASTE_YOUR_VERIFICATION_CODE_HERE" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="About Us | Tech Mac - Leaders in Innovative Packaging Solutions" />
<meta property="og:description" content="Get to know Tech Mac Automation – our journey, mission, and commitment to delivering world-class packaging machinery." />
<meta property="og:url" content="https://techmac.in/about" />
<meta property="og:image" content="https://techmac.in/assets/img/about.png" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="About Us | Tech Mac - Leaders in Innovative Packaging Solutions" />
<meta name="twitter:description" content="Discover the story behind Tech Mac Automation and our dedication to providing top-tier packaging and strapping solutions." />
<meta name="twitter:image" content="https://techmac.in/assets/img/about.png" />
<!-- Favicon -->
<link rel="icon" href="assets/icons/favicon.png" type="image/x-icon">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css" />
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div class="spinner-border" role="status">
<span class="visually-hidden">Loading...</span>
</div>
</div>
<!-- Top Bar -->
<div class="top-bar px-3 py-2 text-white">
<div class="container-fluid d-flex justify-content-between align-items-center flex-wrap">
<div class="contact-info d-flex flex-wrap gap-3">
<a href="tel:+1234567890"><i class="fas fa-phone-alt"></i>+91 99584400921</a>
<a href="mailto:info@techmac.in"><i class="fas fa-envelope"></i> info@techmac.in</a>
<a href="#"><i class="fas fa-map-marker-alt"></i>Plot 2, Jain Colony Part 3, Uttam Nagar, New Delhi-110059</a>
</div>
</div>
</div>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-light bg-light sticky-top px-4 shadow-sm">
<div class="container-fluid">
<a class="navbar-brand fw-bold fs-4" href="https://techmac.in/">Tech <span class="text-primary">Mac</span></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarContent">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-center" id="navbarContent">
<ul class="navbar-nav mb-2 mb-lg-0 gap-2">
<li class="nav-item"><a class="nav-link" href="index">Home</a></li>
<li class="nav-item"><a class="nav-link active" href="about">About</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="product" data-bs-toggle="dropdown">Product</a>
<ul class="dropdown-menu animate__animated animate__fadeIn">
<li><a class="dropdown-item" href="product/strapping_machines">Strapping Machines</a></li>
<li><a class="dropdown-item" href="product/carton_sealing_machines">Carton Sealing Machines</a></li>
<li><a class="dropdown-item" href="product/stretch_wrapping_machines">Stretch Wrapping Machines</a></li>
<li><a class="dropdown-item" href="product/stretch_wrapping_machines">Stretch Wrapping Machines</a></li>
<li><a class="dropdown-item" href="product/case_erectors">Case Erectors</a></li>
<li><a class="dropdown-item" href="product/online_packaging_systems">Online Packaging Systems</a></li>
<li><a class="dropdown-item" href="product/stretch_wrapping_machines">Strapping Tools</a></li>
<li><a class="dropdown-item" href="product">See all Products</a></li>
</ul>
</li>
<li class="nav-item"><a class="nav-link" href="video">Video</a></li>
<li class="nav-item"><a class="nav-link" href="contact">Contact</a></li>
</ul>
</div>
<a href="#quote" class="btn btn-primary d-none d-lg-block">Get a Quote</a>
</div>
</nav>
<div class="position-relative py-5" style="background: linear-gradient(135deg, #e3f2fd, #ffffff); overflow: hidden;">
<div class="container py-5 position-relative" style="z-index: 2;">
<div class="row align-items-center g-5">
<!-- Content Side -->
<div class="col-lg-6" data-aos="fade-left">
<div class="bg-white bg-opacity-75 backdrop-blur-lg p-4 p-md-5 rounded-4 shadow-lg border border-light-subtle">
<h2 class="fw-bold mb-3 text-dark">About <span class="text-primary">Tech Mac Automation</span></h2>
<div class="mb-3">
<span class="d-inline-block bg-primary" style="height: 4px; width: 60px; border-radius: 4px;"></span>
</div>
<p class="fs-5 text-secondary mb-3">
At <strong>Tech Mac</strong>, we deliver innovative and sustainable packaging solutions tailored to today’s fast-paced industries. From FMCG to pharma, our solutions ensure quality, speed, and visual appeal.
</p>
<p class="text-muted mb-0">
We don't just package — we elevate your brand. Let's turn your packaging into a powerful customer experience built on durability, design, and distinction.
</p>
</div>
</div>
<!-- Image Side -->
<div class="col-lg-6" data-aos="fade-right">
<div class="position-relative" style="margin-left: 27px;">
<img src="assets/img/about.png" alt="About Us">
</div>
</div>
</div>
<div class="card" style="margin: 30px auto; max-width: 800px; padding: 20px; border: none; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); font-family: Arial, sans-serif;">
<div class="card-body">
<p style="font-size: 18px; font-weight: 600; text-align: center; margin-bottom: 20px;">
We are a leading Indian Manufacturer & Supplier of Primary & Secondary Packaging Materials as:
</p>
<ul style="list-style-type: disc; padding-left: 20px; font-size: 16px; line-height: 1.7;">
<li>Complete Range Of Packaging Machines</li>
<li>Conveyor Systems</li>
<li>Strapping Machine</li>
<li>Wrapping Films</li>
<li>Stretch Wrapping Machine & Pallet Wrapping Machine</li>
<li>Shrink Wrap Machine</li>
<li>Taping Machines</li>
<li>PP & PET Strap</li>
<li>Stretch Wrapping Films And Shrink-Wrapping Films</li>
</ul>
</div>
</div>
</div>
</div>
<div class="dashed-divider"></div>
<!-- Testimonials Section -->
<section class="testimonials-section py-5 bg-light">
<div class="container">
<h2 class="text-center mb-5 fw-bold" data-aos="fade-up">
What Our <span class="text-primary">Clients Say</span>
</h2>
<!-- Swiper -->
<div class="swiper mySwiper" data-aos="zoom-in" data-aos-delay="100">
<div class="swiper-wrapper">
<!-- Slide 1 -->
<div class="swiper-slide">
<div class="testimonial-card glass-effect p-4 rounded-4 shadow text-center position-relative">
<i class="fas fa-quote-left fa-2x text-primary position-absolute top-0 start-50 translate-middle mt-n3"></i>
<img src="https://i.pravatar.cc/80?img=1" class="rounded-circle mb-3 border border-3 border-primary" width="70" height="70" alt="Client 1">
<p class="text-muted px-3">“Tech Mac transformed our digital presence with an amazing website.”</p>
<div class="text-warning fs-5 mb-2">
<i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="far fa-star"></i>
</div>
<h6 class="fw-bold mb-0">Anjali Mehra</h6>
<small class="text-muted">CEO, BrandX</small>
</div>
</div>
<!-- Slide 2 -->
<div class="swiper-slide">
<div class="testimonial-card glass-effect p-4 rounded-4 shadow text-center position-relative">
<i class="fas fa-quote-left fa-2x text-primary position-absolute top-0 start-50 translate-middle mt-n3"></i>
<img src="https://i.pravatar.cc/80?img=2" class="rounded-circle mb-3 border border-3 border-primary" width="70" height="70" alt="Client 2">
<p class="text-muted px-3">“Outstanding service! Built our platform from scratch with perfect integration.”</p>
<div class="text-warning fs-5 mb-2">
<i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i>
</div>
<h6 class="fw-bold mb-0">Rahul Sharma</h6>
<small class="text-muted">CTO, FintechZone</small>
</div>
</div>
<!-- Slide 3 -->
<div class="swiper-slide">
<div class="testimonial-card glass-effect p-4 rounded-4 shadow text-center position-relative">
<i class="fas fa-quote-left fa-2x text-primary position-absolute top-0 start-50 translate-middle mt-n3"></i>
<img src="https://i.pravatar.cc/80?img=3" class="rounded-circle mb-3 border border-3 border-primary" width="70" height="70" alt="Client 3">
<p class="text-muted px-3">“Thanks to Tech Mac, our marketing site now converts better and loads faster.”</p>
<div class="text-warning fs-5 mb-2">
<i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="far fa-star"></i>
</div>
<h6 class="fw-bold mb-0">Simran Kaur</h6>
<small class="text-muted">Marketing Head, eComPro</small>
</div>
</div>
</div>
<!-- Swiper Pagination -->
<div class="swiper-pagination mt-4"></div>
</div>
</div>
</section>
<div class="dashed-divider"></div>
<section class="py-5 position-relative" style="background: linear-gradient(to bottom right, #ffffff, #f0f4f8);">
<div class="container py-5">
<div class="text-center mb-5" data-aos="fade-up">
<h2 class="fw-bold">How We Are <span class="text-primary">Different</span></h2>
<p class="text-muted mx-auto" style="max-width: 600px;">We go beyond packaging. Here's why businesses choose <strong>Tech Mac Packaging</strong> for results that speak for themselves.</p>
<span class="d-inline-block bg-primary" style="height: 3px; width: 60px; border-radius: 2px;"></span>
</div>
<div class="row g-4">
<!-- Flip Card -->
<div class="col-md-6 col-lg-4" data-aos="fade-up" data-aos-delay="100">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front text-center p-4 shadow-sm rounded-4">
<div class="fs-1 text-primary"><i class="bi bi-lightbulb"></i></div>
<h5 class="fw-semibold mt-3">Innovation First</h5>
<p>click to see more</p>
</div>
<div class="flip-card-back text-white text-center p-4 bg-primary rounded-4">
<h6 class="fw-bold">Innovation First</h6>
<p class="mb-0">We use the latest tech in design and materials so your packaging is always one step ahead.</p>
</div>
</div>
</div>
</div>
<!-- Repeat for each card -->
<div class="col-md-6 col-lg-4" data-aos="fade-up" data-aos-delay="200">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front text-center p-4 shadow-sm rounded-4">
<div class="fs-1 text-success"><i class="bi bi-globe2"></i></div>
<h5 class="fw-semibold mt-3">Eco-Friendly Focus</h5>
<p>click to see more</p>
</div>
<div class="flip-card-back text-white text-center p-4 bg-success rounded-4">
<h6 class="fw-bold">Eco-Friendly Focus</h6>
<p class="mb-0">We help reduce environmental impact while enhancing your green branding goals.</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4" data-aos="fade-up" data-aos-delay="300">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front text-center p-4 shadow-sm rounded-4">
<div class="fs-1 text-warning"><i class="bi bi-people"></i></div>
<h5 class="fw-semibold mt-3">Client-Centric</h5>
<p>click to see more</p>
</div>
<div class="flip-card-back text-white text-center p-4 bg-warning rounded-4">
<h6 class="fw-bold">Client-Centric</h6>
<p class="mb-0">Our service is tailored around your needs with fast response and transparent communication.</p>
</div>
</div>
</div>
</div>
<!-- Add more cards as needed with different icons and content -->
</div>
</div>
</section>
<!-- WhatsApp Sticky Button -->
<a href="https://wa.me/9958400936" class="whatsapp-float" target="_blank">
<i class="fab fa-whatsapp"></i>
</a>
<!-- Floating Share Button -->
<div class="social-share-wrapper">
<div class="main-share-btn" onclick="toggleShareIcons()">
<i class="fas fa-share-alt"></i>
</div>
<div class="social-icons" id="shareIcons">
<a href="https://www.facebook.com/share/1HTtFoNZLe/" target="_blank" class="icon facebook" title="Facebook"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.instagram.com/techmac.in/" target="_blank" class="icon instagram" title="Instagram"><i class="fab fa-instagram"></i></a>
<a href="https://www.youtube.com/@techmacautomation" target="_blank" class="icon youtube" style="color: red;" title="Youtube"><i class="fab fa-youtube"></i></a>
</div>
</div>
<footer class="bg-dark text-light py-5" style="background: linear-gradient(90deg, #0d6efd, #6610f2);">
<div class="container">
<div class="row g-4">
<!-- Company Info -->
<div class="col-lg-4 col-md-6">
<h5 class="mb-4"><b>About Us</b></h5>
<p class="mb-4">At Tech Mac, we deliver innovative and sustainable packaging solutions tailored to today’s fast-paced industries. From FMCG to pharma, our solutions ensure quality, speed, and visual appeal..</p>
<div class="social-links">
<a href="#" class="social-icon bg-primary"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="social-icon bg-info"><i class="fab fa-twitter"></i></a>
<a href="#" class="social-icon bg-danger"><i class="fab fa-instagram"></i></a>
<a href="#" class="social-icon bg-primary"><i class="fab fa-youtube"></i></a>
</div>
</div>
<!-- Quick Links -->
<div class="col-lg-2 col-md-6">
<h5 class="mb-4"><b>Quick Links</b></h5>
<ul class="list-unstyled">
<li class="mb-2"><a href="#" class="footer-link">Home</a></li>
<li class="mb-2"><a href="#" class="footer-link">About</a></li>
<li class="mb-2"><a href="#" class="footer-link">Product</a></li>
<li class="mb-2"><a href="#" class="footer-link">Video</a></li>
<li class="mb-2"><a href="#" class="footer-link">Brands</a></li>
<li class="mb-2"><a href="#" class="footer-link">Contact</a></li>
</ul>
</div>
<!-- Services -->
<div class="col-lg-2 col-md-6">
<h5 class="mb-4"><b>Latest Product</b></h5>
<ul class="list-unstyled">
<li class="mb-2"><a href="#" class="footer-link">Strapping Machines</a></li>
<li class="mb-2"><a href="#" class="footer-link">Case Erectors</a></li>
<li class="mb-2"><a href="#" class="footer-link">Carton Sealing Machines</a></li>
<li class="mb-2"><a href="#" class="footer-link">Packaging Consumables</a></li>
<li class="mb-2"><a href="#" class="footer-link">Automatic Web Sealers</a></li>
</ul>
</div>
<!-- Contact Info -->
<div class="col-lg-4 col-md-6">
<h5 class="mb-4"><b>Contact Info</b></h5>
<ul class="list-unstyled">
<li class="mb-3">
<i class="fas fa-map-marker-alt me-2"></i>
Plot 2, Jain Colony Part 3, Uttam Nagar, New Delhi-110059
</li>
<li class="mb-3">
<i class="fas fa-phone me-2"></i>
<a href="tel:+1234567890" class="footer-link">+91 9958400936, +91 99584400921</a>
</li>
<li class="mb-3">
<i class="fas fa-envelope me-2"></i>
<a href="mailto:contact@example.com" class="footer-link">info@techmac.in</a>
</li>
</ul>
</div>
</div>
<!-- Copyright -->
<div class="row mt-5">
<div class="col-12">
<hr class="mb-4">
<div class="text-center">
<p class="mb-0">© 2026 <a href="https://emergexians.com/" style="text-decoration: none; color: #0e0c00;">Emergexians Infotech Pvt. Ltd. </a>All rights reserved.</p>
</div>
</div>
</div>
</div>
</footer>
<!-- Font Awesome (for icons, include in <head> or before icons) -->
<script src="https://kit.fontawesome.com/a2e0e9b93f.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<!-- AOS JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js"></script>
<!-- Swiper JS -->
<script src="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.js"></script>
<script>
// Preloader script
window.addEventListener("load", function () {
document.getElementById("preloader").style.display = "none";
});
</script>
<script>
AOS.init();
</script>
<script>
AOS.init({ duration: 1000, once: true });
const swiper = new Swiper(".mySwiper", {
slidesPerView: 1,
spaceBetween: 30,
loop: true,
pagination: {
el: ".swiper-pagination",
clickable: true,
},
breakpoints: {
768: { slidesPerView: 2 },
992: { slidesPerView: 3 }
}
});
</script>
<script>
function toggleShareIcons() {
const icons = document.querySelector('.social-icons');
icons.classList.toggle('show');
}
</script>
</body>
</html>