forked from Vedbhanushali/omsagar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
466 lines (416 loc) · 24 KB
/
index.html
File metadata and controls
466 lines (416 loc) · 24 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
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="css/index.css">
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/footer.css">
<link rel="stylesheet" href="css/dark_mode.css">
</head>
<body class="index_body">
<!-- navbar---------------------------------------------------------->
<nav class="navbar sticky-top navbar-expand-lg navbar-dark position" style="background: #0075A2;color: aliceblue;" >
<div class="container-fluid " >
<div class="navbar-nav me-auto mb-4 mb-lg-0">
<a class="container navbar-brand" href="index.html">
<img src="img/OM_LOGO.png" alt="logo.png ni=ot found" height="100" width="160" class=" d-inline-block align-top" >
</a>
</div>
<div class=" ">
<div class="mx-auto" style="width: 600px;">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo01" aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse " id="navbarTogglerDemo01">
<ul class="nav navbar-nav navbar-right" >
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link " href="shopping.html">SHOP</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle " href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
PRODUCTS
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="grey_products.html">Grey Products</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="more_product.html">More</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link " href="#contact">CONTACT</a>
</li>
<li>
<li class="nav-item">
<a class="nav-link" href="about.html">ABOUT</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-bs-toggle="dropdown" aria-expanded="false">
MORE
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<li><a class="dropdown-item mx-auto" href="Complain.html">Complain</a></li>
<li><a class="dropdown-item mx-auto" href="feedback_help.html">Feedback & Help </a></li>
<li> <a class="dropdown-item mx-auto " id="theme">Theme
<label class="theme-switch theme-switch-wrapper " for="checkbox">
<input type="checkbox" id="checkbox" />
<div class="slider">
<svg
xmlns="http://www.w3.org/2000/svg"
width="15"
height="15"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-sun"
>
<path
d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"
></path>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
width="15"
height="15"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-moon"
>
<circle cx="12" cy="12" r="5"></circle>
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
</div>
</label>
</a>
</li>
<li><a class="dropdown-item mx-auto" href="#">...</a></li>
</ul>
</li>
<li class="nav-item">
<a href="cart.html">
<svg xmlns="http://www.w3.org/2000/svg" style="color: white;" width="25" height="25" fill="currentColor" class="bi bi-cart4" viewBox="0 0 16 16">
<path d="M0 2.5A.5.5 0 0 1 .5 2H2a.5.5 0 0 1 .485.379L2.89 4H14.5a.5.5 0 0 1 .485.621l-1.5 6A.5.5 0 0 1 13 11H4a.5.5 0 0 1-.485-.379L1.61 3H.5a.5.5 0 0 1-.5-.5zM3.14 5l.5 2H5V5H3.14zM6 5v2h2V5H6zm3 0v2h2V5H9zm3 0v2h1.36l.5-2H12zm1.11 3H12v2h.61l.5-2zM11 8H9v2h2V8zM8 8H6v2h2V8zM5 8H3.89l.5 2H5V8zm0 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0zm9-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0z"/>
</svg>
</a><span class="total-count"></span>
</li>
</ul>
</div>
</div>
</nav>
<!--corousal--------------------------------------------------------------->
<div class="container" style="padding: 5mm;">
<div class="mb-lg-4 center">
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img/TFO.jpeg" class="d-block w-100" alt="..." height="700px" width="1000px">
<div class="carousel-caption d-none d-md-block">
<h5 id="HeadForCarosel">It's Called TFO</h5>
<p id="TextforCarosel">At the yarn stage, TFO renders improved evenness, strength and elongation the material. It also <br> enhances the lustre and abrasion resistance of the yarn. At the fabric stage, however <br> TFO aids in attaining higher stability, better handle, visual characteristics and improved fabric roll.</p>
</div>
</div>
<div class="carousel-item">
<img src="img/machine.jpeg" class="d-block w-100" alt="..." height="700px" width="1000px">
<div class="carousel-caption d-none d-md-block">
<h5 id="HeadForCarosel">Looms Machines</h5>
<p id="TextforCarosel">A loom is a device used to weave cloth and tapestry. The basic purpose of any loom is to hold the <br> warp threads under tension to facilitate the interweaving of the weft threads.</p>
</div>
</div>
<div class="carousel-item">
<img src="img/kandi.jpeg" class="d-block w-100" alt="..." height="700px" width="1000px">
<div class="carousel-caption d-none d-md-block">
<h5 id="HeadForCarosel">Manual Looms Bobbin Machine (Kandi Machine)</h5>
<p id="TextforCarosel"></p>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
<!--360 Degree--------------------------------------------------------->
<div class="container">
<div class="container embed-responsive">
<iframe height="600px" width="100%" allowfullscreen="true" src="https://momento360.com/e/u/a9b53aa8f8b0403ba7a4e18243aabc66"></iframe>
</div>
</div>
<!--Map--------------------------------------------------------------->
<!--Google map-->
<!-- <div class="container">
<div id="map-container-google-2" class="z-depth-1-half map-container" style="height: 500px">
<iframe src="https://maps.google.com/maps?q=chicago&t=&z=13&ie=UTF8&iwloc=&output=embed" frameborder="0" height="500px" width="600px"
style="border:1" allowfullscreen></iframe>
</div>
</div> -->
<!--Section: Contact v.1-->
<!-- Image section ----------------------------------------------------->
<!--FOUNDER-------------------------------------------------------->
<br><br>
<h2 class="text-center heading">How Gray Products are manufactured</h2><br><br>
<section id="founder" >
<div id="founder_details" class="container position-relative">
<div class="row">
<div class="col">
<div style="align-items: center;" class="container d-flex founder_video" >
<iframe width="560" height="315" src="https://youtube.com/embed/QHgNoSYlhYs" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loop >
</iframe><br><br>
</div>
</div>
<div class="col founder_info" style="align-content: center;text-align: justify;">
<p >
Cotton is a natural fibre grown on a plant related to the commonly-found garden <br>species hibiscus. Cotton seeds are planted in spring and the plant grows into green, <br>bushy shrubs about one metre in height. During the ginning process, the lint is <br>separated from the seeds and is then pressed into rectangular bales.</p>
<p>Greige goods (Gray goods, Grey goods) are loom state woven fabrics, or unprocessed <br>knitted fabrics. The greige goods undergo many subsequent processes, for instance,<br>dyeing, printing, and finishing, prior to further converting to finished goods such as <br>clothing, or other textiles.</p>
</div>
</div>
</div><br><br><br>
<!-- Managment Team--------------------------------->
<h1 class="text-center heading ">Managment Team</h1><br><br>
<div class="container">
<div class="container">
<div class="row">
<div class="col-sm">
<div class="navbar-nav ml-auto nav-flex-icons">
<div class="nav-item avatar text-center card1">
<img class="im" src="img/Smit.jpeg" alt="Smit" class="profile-pic" height="150" width="150" style="object-fit:cover; object-position: 100% 0">
<h2>Smit Kakadiya</h2>
<p class="title">Partner With Company</p>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a><br>
<p><button>Contact</button></p>
<p></p>
</div>
</div>
</div>
<div class="col-sm">
<div class="nav-item avatar">
<div class="nav-link p-0 text-center card1">
<img class="im"src="img/Kishor.jpeg" alt="Kishor" class="profile-pic" height="150" width="150" style="object-fit:cover; object-position: 100% 0" >
<h2>Kishor Anghan</h2>
<p class="title">Head Of Comany</p>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a><br>
<p><button>Contact</button></p>
<p></p>
</div>
</div>
</div>
<div class="col-sm">
<div class="navbar-nav ml-auto nav-flex-icons">
<div class="nav-item avatar text-center card1">
<img class="im" src="img/Vijay.jpeg" alt="Vijay" class="profile-pic" height="150" width="150" style="object-fit:cover; object-position: 100% 0">
<h2>Vijay Kakadiya</h2>
<p class="title">Partner With Comany</p>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a><br>
<p><button> Contact</button></p>
<p></p>
</div>
</div>
</div>
</div>
</div><br>
</div>
<div class="container position-relative" id="contact">
<section class="section pb-5" >
<!--Section heading-->
<h2 class="section-heading h1 pt-4 text-center">Contact us</h2>
<!--Section description-->
<p class="section-description pb-4"></p>
<div class="row" >
<!--Grid column-->
<div class="col-lg-5 mb-4" >
<!--Form with header-->
<div class="card" >
<div class="card-body" >
<!--Header-->
<div class="form-header blue accent-1">
<h3> <b>Write to us:</b></h3>
</div>
<p><b>Contact Us</b></p>
<br>
<!--Body-->
<form class="" action="javascript:sendMail()" method="post">
<div class="md-form">
<label for="form-name"><b>Your name</b></label>
<input type="text" id="form-name" class="form-control" required>
</div>
<div class="md-form">
<label for="form-email"><b>Your Email</b></label>
<input type="email" id="form-email" class="form-control" required>
</div>
<div class="md-form">
<label for="form-Subject"><b>Subject</b></label>
<input type="text" id="form-subject" class="form-control" required>
</div>
<div class="md-form">
<label for="form-text"><b>Contact Reason</b></label>
<textarea id="form-text" class="form-control md-textarea" rows="3" placeholder="why you want to contact us?"></textarea>
</div>
<div class="text-center mt-4">
<!-- <button type="button" class="btn btn-success" >Submit</button> -->
<input type="submit" class="btn btn-success" value="Send" />
</div>
</form>
</div>
</div>
<!--Form with header-->
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-lg-7">
<!--Google map-->
<div id="map-container-google-11" class="z-depth-1-half map-container-6 embed-responsive embed-responsive-1by1 d-flex " style="height: 400px">
<iframe src="https://maps.google.com/maps?width=700&height=400&hl=en&q=Diamond Nagar,Surat &t=k&z=14&ie=UTF8&iwloc=B&output=embed"
frameborder="0" height="400px" width="700px" style="border:0" allowfullscreen></iframe>
</div>
<br>
<!--Buttons-->
<div class="row text-center">
<div class="col-md-4">
<a class="btn-floating blue accent-1"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-geo-alt" viewBox="0 0 16 16">
<path d="M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A31.493 31.493 0 0 1 8 14.58a31.481 31.481 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94zM8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10z"/>
<path d="M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/>
</svg>
</a>
<p>Surat</p>
<p>India</p>
</div>
<div class="col-md-4">
<a class="btn-floating blue accent-1"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-telephone-fill" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z"/>
</svg>
</a>
<p>+91 78020 88779</p>
<p>Mon - Fri, 8:00-22:00</p>
</div>
<div class="col-md-4">
<a class="btn-floating blue accent-1"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-envelope-fill" viewBox="0 0 16 16">
<path d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555zM0 4.697v7.104l5.803-3.558L0 4.697zM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757zm3.436-.586L16 11.801V4.697l-5.803 3.546z"/>
</svg>
</a>
<p>19ce003@charusat.edu.in</p>
<p>omsagar@gmail.com</p>
</div>
</div>
</div>
<!--Grid column-->
</div>
</section>
</div>
<!--Section: Contact v.1-->
<!--Google Maps-->
<!-- map -->
<!-- footer ------------------------------------------------------------------------------------------------>
<div class="footer">
<footer style="background-color: black; background-color: #86c5da !important;">
<div class="container" ><br>
<div class="row">
<div class="col-sm center " style="text-align: center;">
<a href="#" style="color: black;">Terms & Condition </a><br>
<a href="#" style="color: black;">Privacy Policy </a><br><br>
</div>
<div class="col-sm center " style="text-align: center;">
<a href="about.html" style="color: black;">About </a><br>
<a href="contact.html" style="color: black;">Contact us </a><br><br>
</div>
<div class="col-sm center " style="text-align: center;">
<a href="Complain.html"style="color: black;">Complain Us </a><br>
<a href="index.html" style="color: black;">Om Sagar Textile </a><br><br>
</div>
</div>
</div>
</footer>
</div>
<!------javascript--------------------------------------------------------------------------->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/js/bootstrap.bundle.min.js" integrity="sha384-b5kHyXgcpbZJO/tY9Ul7kGkf1S0CWuKcCD38l8YkeH8z8QjE0GmW1gYU5S9FOnJ0" crossorigin="anonymous"></script>
<script src="javascript/dark_mode.js" >
</script>
</body>
<!--add jquery for cart-->
<!-- <script src="https://smtpjs.com/v3/smtp.js"></script> -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://smtpjs.com/v3/smtp.js"></script>
<script>
function sendMail(){
var Mname = $('#form-name').val();
var Memail = $('#form-email').val();
var Msub = $('#form-subject').val();
var Mtext = $('#form-text').val();
var Mbody = 'Details Name: '+Mname+'<br>Email: '+Memail+'<br>Text: '+Mtext;
Email.send({
// Host : "smtp.gmail.com",
// Username : "omsagar6654@gmail.com",
SecureToken: "127e16a9-a597-41f7-9323-7251ac5e1842",
To : '19ce003@charusat.edu.in',
From : "omsagar6654@gmail.com",
Subject : "New Mail from " + Mname + " - "+Msub,
Body : Mbody
}).then(
message =>{
if(message=='OK'){
alert('Thank you, your email has been send Successfully');
} else {
alert('Error in sending email. Try again..');
}
}
);
}
// Prevent Submission without filling required details
(function () {
'use strict';
window.addEventListener('load', function () {
// Fetch all the forms we want to apply custom Bootstrap validation styles to
var forms = document.getElementsByClassName('needs-validation');
// Loop over them and prevent submission
var validation = Array.prototype.filter.call(forms, function (form) {
form.addEventListener('submit', function (event) {
if (form.checkValidity() === false) {
event.preventDefault();
event.stopPropagation();
}
else {
$("#submit-btn").addClass("active");
event.sendMail();
}
form.classList.add('was-validated');
}, false);
});
}, false);
})();
</script>
</html>