forked from Vedbhanushali/omsagar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
400 lines (324 loc) · 22.3 KB
/
about.html
File metadata and controls
400 lines (324 loc) · 22.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AboutUs</title>
<link rel="stylesheet" href="OM_sagar_feedback_master_css.css">
<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://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="css/footer.css">
<link rel="stylesheet" href="css/product.css">
<link rel="stylesheet" href="css/about.css">
<link rel="stylesheet" href="css/dark_mode.css">
</head>
<body>
<body >
<!-- navbar---------------------------------------------------------->
<nav class="navbar sticky-top navbar-expand-lg navbar-dark" 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 " 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="index.html#contact">CONTACT</a>
</li>
<li class="nav-item">
<a class="nav-link active" 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>
<!------------------------------------------------------------------------------>
</div>
<div class="container">
<div class="pt-5 pb-5">
<div class="row">
<div class="section-head col-sm-12">
<h4 class="heading text-center"><span >About</span> Us</h4>
</div>
<div class="col-lg-4 col-sm-6">
<div class="p1 text-center"> <span class="icon feature_box_col_three text-center"><i class="fa fa-hourglass-half"></i></span>
<h6 class="text-center">Mission</h6>
<div class="description justify-content-center container color-text">
Our quest is to become the most admired group by all our stakeholders i.e., Customers, Employees,Share
<span id="points3">...</span>
<!-- Define the text that would be
hidden by default and only shown
when clicked on the button -->
<span id="moreText3"> holders and Society at large. <br> <br>
<p> We shall pursue world-class standards in our People, Products, Processes and Performance.</p>
<p>We seek quantum growth to lead in the International & domestic market & enhance our international presence by encouraging Innovation and Nurturing Intellectual Processing.</p>
<p> We will be always conscious of the path we take to ensure highest ethical and moral compliance even as we remain totally focused on our goals.</p>
</span></div>
<!-- Trigger toggleText() when the
button is clicked -->
<button onclick="toggleText3();changeImage();" class="arrow_btn" >
<img onclick="GFG_click(this.id);" id="3" src="img/down_arrow.png" alt="right-arrow" width="50px" height="50px" >
</button>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="p1 text-center"> <span class="icon feature_box_col_one text-center text-center"><i class="fa fa-globe"></i></span>
<h6 class="text-center">Modern Design</h6>
<div class="description justify-content-center container color-text">
Modern generally indicates an association with the present, within textile design it actually refers to a
<span id="points">...</span>
<!-- Define the text that would be
hidden by default and only shown
when clicked on the button -->
<span id="moreText" class="text-justify"> <p> specific era of design.
This style developed as a rejection of the 19th century’s fervor for embellishment. As such, modernism is principally defined as clean minimalism. Modern design promotes function over form and is intended to create an atmosphere of serenity.
</p>
<p> Within fabric design, modernism showcased an era of two-tone patterns and geometric shapes, alongside a preponderance of straight lines and sleek curve Color palettes trend towards bold black and white prints with the occasional pop of primary color.
</p>
</span>
</div>
<!-- Trigger toggleText() when the
button is clicked -->
<button onclick="toggleText();changeImage();" class="arrow_btn" >
<img onclick="GFG_click(this.id);" id="1" src="img/down_arrow.png" alt="right-arrow" width="50px" height="50px" >
</button>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="p1 text-center"> <span class="icon feature_box_col_two text-center"><i class="fa fa-anchor"></i></span>
<h6 class="text-center">Creative Design</h6>
<div class="description justify-content-center container color-text">
The emergence of needs is not always logical, especially when other activities/processes have occasional
<span id="points2">...</span>
<!-- Define the text that would be
hidden by default and only shown
when clicked on the button -->
<span id="moreText2"> preference."Necessity seeks satisfaction; aspiration is the spontaneous will toobtain something that comes from idea or visualization. The aspiration consists in the desire to obtain something that can be reached or not. Needs and aspirations accompany the evolution of technology, information tools and economic development. design consists of a systematized design, plan/method that includes problem solving incorporating ideas,innovation,sketching , samples, models to make concrete the solution found.
</span>
</div>
<!-- Trigger toggleText() when the
button is clicked -->
<button onclick="toggleText2();changeImage();" class="arrow_btn" >
<img onclick="GFG_click(this.id);" id="2" src="img/down_arrow.png" alt="right-arrow" width="50px" height="50px" >
</button>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="p1 text-center"> <span class="icon feature_box_col_four text-center"><i class="fa fa-database"></i></span>
<h6 class="text-center">Business Growth</h6>
<div class="description justify-content-center container color-text">
Indian textiles and apparel industry contributed 2.3% to the GDP of India, 13% to industrial production and 12%
<span id="points4">...</span>
<!-- Define the text that would be
hidden by default and only shown
when clicked on the button -->
<span id="moreText4"> to export earnings.
<p> <br> The textile industry is expected to attract investment of about $120 billion by 2024-25 and create about 35 million additional jobs in the process. Exports are also expected to rise from the current $39 billion to $300 billion by 2024-25.
</p>
</span>
</div>
<!-- Trigger toggleText() when the
button is clicked -->
<button onclick="toggleText4();changeImage();" class="arrow_btn" >
<img onclick="GFG_click(this.id);" id="4" src="img/down_arrow.png" alt="right-arrow" width="50px" height="50px" >
</button>
</div>
</div>
<div class="col-lg-4 col-sm-6 ">
<div class="p1 text-center"> <span class="icon feature_box_col_five text-center"><i class="fa fa-upload"></i></span>
<h6 class="text-center">Market Strategy</h6>
<div class="description justify-content-center container color-text ">
Achieving the ambitious Vision of exports of US$ 300 billion and 20% share of global trade by 2024-25 is
<span id="points5">...</span>
<!-- Define the text that would be
hidden by default and only shown
when clicked on the button -->
<span id="moreText5">not going to be easy andis unlikely with business-as-usual approach. A clear Strategy which can be implemented and would enable success would be an essential prerequisite.
</span>
</div>
<!-- Trigger toggleText() when the
button is clicked -->
<button onclick="toggleText5();changeImage();" class="arrow_btn" >
<img onclick="GFG_click(this.id);" id="5" src="img/down_arrow.png" alt="right-arrow" width="50px" height="50px" >
</button>
</div>
</div>
<div class="col-lg-4 col-sm-6 ">
<div class="p1 text-center"> <span class="icon feature_box_col_six text-center"><svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="currentColor" class="bi bi-search" viewBox="0 0 16 16">
<path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/>
</svg></span>
<h6 class="text-center">Research & Development</h6>
<div class="description justify-content-center container color-text">
<ul><li> Development of new process for manufacture of the products</li><li> Development of new products.
<span id="points6">...</span></li>
<!-- Define the text that would be
hidden by default and only shown
when clicked on the button -->
<span id="moreText6">
<li>Development of new fabric out of fibres </li>
<li> Development of New fibre made yarn </li>
<li> To optimize existing operating procedure </li>
<li> Development of new products to achieve cost and operational effectiveness </li>
<li> Changing of process parameters in the existing pattern and develop the best cost and quality effective parameter </li>
</span>
</div>
<!-- Trigger toggleText() when the
button is clicked -->
<button onclick="toggleText6();changeImage();" class="arrow_btn" >
<img onclick="GFG_click(this.id);" id="6" src="img/down_arrow.png" alt="right-arrow" width="50px" height="50px" >
</button>
</div>
</div>
<div class="row justify-content-center">
<div class="col-4 ">
<div class=" text-center p1"> <span class="icon feature_box_col_six text-center"><svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="currentColor" class="bi bi-eye-fill" viewBox="0 0 16 16">
<path d="M10.5 8a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z"/>
<path d="M0 8s3-5.5 8-5.5S16 8 16 8s-3 5.5-8 5.5S0 8 0 8zm8 3.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z"/>
</svg></span>
<h6 class="text-center">Vision</h6>
<div class="description justify-content-center container color-text">
With a strong commitment to quality and customer satisfaction, our vision encompasses the following
<span id="points8">...</span>
<!-- Define the text that would be
hidden by default and only shown
when clicked on the button -->
<span id="moreText8">
: <p><br>To be one of the most admired textile companies which follows and supports sustainable environmental friendly processes right from cotton cultivation to Product distribution; practices high level of integrity and fairness in dealing with all the stake holders. </p>
</span>
</div>
<!-- Trigger toggleText() when the
button is clicked -->
<button onclick="toggleText8();changeImage();" class="arrow_btn" >
<img onclick="GFG_click(this.id);" id="8" src="img/down_arrow.png" alt="right-arrow" width="50px" height="50px" >
</button>
</div>
</div></div>
</div>
</div>
</div>
</div>
<!-- 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>
<!-- javascript files --------------------------------------------------------------------------------------->
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.6.0/dist/umd/popper.min.js"
integrity="sha384-KsvD1yqQ1/1+IA7gi3P0tyJcT3vR+NdBTt13hSJ2lnve8agRGXTTyNaBYmCR/Nwi" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/js/bootstrap.min.js"
integrity="sha384-nsg8ua9HAw1y0W1btsyWgBklPnCUAFLuTMS2G72MMONqmOymq585AcH49TLBQObG" crossorigin="anonymous">
</script>
<!--add jquery for cart-->
<script src="https://code.jquery.com/jquery-3.6.0.js" integrity="sha256-H+K7U5CnXl1h5ywQfKtSj8PCmoN9aaq30gDh27Xc0jk=" crossorigin="anonymous"></script>
<script src="javascript/dark_mode.js" ></script>
<script src="javascript/cart.js"></script>
<script src="javascript/product.js"></script>
</body>
</html>