-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvideo.html
More file actions
218 lines (192 loc) · 11.1 KB
/
video.html
File metadata and controls
218 lines (192 loc) · 11.1 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
<!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>Product Demo Videos | Tech Mac - Packaging Machine Showcase</title>
<meta name="description" content="Watch demo videos of Tech Mac's advanced strapping and packaging machines in action. Learn about features, installation, and performance." />
<meta name="keywords" content="Tech Mac Videos, Packaging Machine Demo, Strapping Machine Videos, Tech Mac Showcase, Industrial Packaging Tutorials" />
<meta name="author" content="Tech Mac Automation" />
<!-- Canonical URL -->
<link rel="canonical" href="https://techmac.in/video" />
<!-- 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="Product Demo Videos | Tech Mac - Packaging Machine Showcase" />
<meta property="og:description" content="Watch our product demo videos to see Tech Mac’s innovative packaging and strapping machines in action." />
<meta property="og:url" content="https://techmac.in/video" />
<meta property="og:image" content="https://techmac.in/assets/img/bgs1.jpeg" /> <!-- Replace with actual video thumbnail image -->
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Product Demo Videos | Tech Mac - Packaging Machine Showcase" />
<meta name="twitter:description" content="See how our strapping machines work through real demo videos. Perfect for understanding features and efficiency." />
<meta name="twitter:image" content="https://techmac.in/assets/img/bgs1.jpg" /> <!-- Replace with actual video banner image -->
<!-- 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" href="about">About</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" 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 active" 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>
<section class="py-5 bg-light">
<div class="container">
<h2 class="text-center mb-4">Latest <span class="text-primary">Videos</span></h2>
<!-- Regular Videos -->
<h4 class="mb-3">Full Videos</h4>
<div class="row" id="fullVideos" style="gap: 20px; justify-content: center;"></div>
<!-- Shorts Videos -->
<h4 class="mt-5 mb-3">Shorts</h4>
<div class="row" id="shortVideos" style="gap: 20px; justify-content: center;"></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 src="assets/js/script.js"></script>
</body>
</html>