-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
390 lines (348 loc) · 16.2 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SAGA</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="fonts/font-awesome/css/font-awesome.css">
<!-- Stylesheet
===========================KB======================= -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/prettyPhoto.css">
<link rel="stylesheet" type="text/css" href="css/index.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,800,600,300' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="js/modernizr.custom.js"></script>
<script src="https://use.fontawesome.com/070569338e.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top" style="width:100vw">
<div id="preloader">
<div id="status">
<img src="img/preloader.gif" height="64" width="64" alt=""> </div>
</div>
<!-- Navigation -->
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container" style="display:inline-block">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
<span style="width:max-content">
<a class=" page-scroll" href="index.html">
<img src="img\logoOnly.png" class="navBrandLogo"><strong class="brandLabel">SAGA</strong>
</a>
</span>
<!-- Collect the nav links, forms, and other content for toggling navbar-brand class="navbar-header"-->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse" style:'width:max-content; display:inline-block'>
<ul class="nav navbar-nav" style="display: flex;flex-direction:row">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="about.html">About</a>
</li>
<li>
<a class="page-scroll" href="corrugationPack.html">Packaging Industry</a>
</li>
<!-- <li> <a class="page-scroll" href="services.html">Services</a>
<div class="dropdown" style="padding:15px;">
<a class="dropdown-toggle" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" >
Services
</a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton" style="background-color:#333;padding:10px;width:300px">
<a class="dropdown-item" href="corrugationPack.html" style="text-align:start">Corrugation and Packaging Industry</a><br>
<a class="dropdown-item" href="chevrolette.html">Chevrolette Ambala</a><br>
<a class="dropdown-item" href="#">Service Workshops</a><br>
<a class="dropdown-item" href="#">True for You</a><br>
</div>
</div>
</li>-->
<li>
<a class="page-scroll" href="contact.html">Contact Us</a>
</li>
<!-- <li> <a href="contact.html">Contact</a> </li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</div>
<!-- /.container -->
</nav>
<!-- Header -->
<div id="intro">
<div class="intro-body">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1 container">
<h1>
<span class="brand-heading"></span>
</h1>
<p class="intro-text" style="font-size:5em">
<!--<img src="img\sagaLogoTransparent.png" style="width:40%">-->
<img src="img\logo2.png" style="width:40%;">
</p>
<a href="#phoneLogo" class="btn btn-default page-scroll">Learn More</a>
</div>
</div>
</div>
</div>
</div>
<div id="phoneLogo" style="width:100vw">
<img src="img\logo.png" >
</div>
<!-- About Section -->
<div id="about">
<div class="container">
<div class="section-title text-center center">
</div>
<div class="row">
<!--<div class="col-md-4"><img src="img/saga2.jpeg" class="img-responsive"></div>-->
<div class="col-md-4">
<div class="about-text who">
<h1>Who We Are</h1>
<hr>
<p>We are a dynamic organization understanding the needs of the changing business scenarios and hence we keep on
upgrading our technology and encompassing automation has been our constant endeavour. </p>
</div>
</div>
<div class="col-md-4 leftLine">
<div class="about-text">
<img src="img\ambala2\7.JPG" class="img-responsive smallImages">
<h4>Our Vision</h4>
<p>Our company will change the way you think about packaging. We work hard to be the best in what we do and supply
the dynamic and superior quality products to our clients and satisfy their needs.
</p>
<!--<ul>
<li>Lorem ipsum dolor sit amet</li>
<li>Consectetur adipiscing commodo</li>
<li>Duis sed dapibus leo sed dapibus</li>
<li>Sed commodo nibh ante bibendum</li>
</ul>-->
<a href="about.html" class="btn btn-default page-scroll">Read More</a>
</div>
</div>
<div class="col-md-4">
<div class="about-text">
<img src="img\ambala2\20.JPG" class="img-responsive smallImages">
<h4>Our Mission</h4>
<p>Our company will change the way you think about packaging. We work hard to be the best in what we do and supply
the dynamic and superior quality products to our clients and satisfy their needs.
</p>
<!--<ul>
<li>Lorem ipsum dolor sit amet</li>
<li>Consectetur adipiscing commodo</li>
<li>Duis sed dapibus leo sed dapibus</li>
<li>Sed commodo nibh ante bibendum</li>
</ul>-->
<a href="about.html" class="btn btn-default page-scroll">Read More</a>
</div>
</div>
</div>
</div>
</div>
<!-- Services Section -->
<div id="services">
<div ><h1 class="quote text-center">Thinking Beyond The Box </h1></div>
</div>
<div id="work">
<div class="container">
<div class="section-title text-center center">
</div>
<div class="row">
<!--<div class="col-md-4"><img src="img/saga2.jpeg" class="img-responsive"></div>-->
<div class="col-md-4">
<div class="about-text who">
<h1>What We Do</h1>
<hr>
<p>We are a dynamic organization understanding the needs of the changing business scenarios and hence we keep on
upgrading our technology and encompassing automation has been our constant endeavour. </p>
</div>
</div>
<div class="col-md-4 leftLine">
<div class="about-text">
<img src="img\factory2\17.JPG" class="img-responsive smallImages">
<!--<i class="fa fa-industry" aria-hidden="true"></i>-->
<h3>Corrugation and Packaging Industry</h3>
<p>We are proud to have a production capacity of around 500 tons per month that equips us for high decibel production
orders and effective cost optimization.
</p>
<!--<ul>
<li>Lorem ipsum dolor sit amet</li>
<li>Consectetur adipiscing commodo</li>
<li>Duis sed dapibus leo sed dapibus</li>
<li>Sed commodo nibh ante bibendum</li>
</ul>-->
<a href="corrugationPack.html" class="btn btn-default page-scroll">Read More</a>
</div>
</div>
<div class="col-md-4">
<div class="about-text">
<img src="img\ambala2\2.jpg" class="img-responsive smallImages">
<h3>Automobile Showroom</h3>
<p>Automobile showroom at Ambala and service workshop at Chandigarh.</p>
<!--<ul>
<li>Lorem ipsum dolor sit amet</li>
<li>Consectetur adipiscing commodo</li>
<li>Duis sed dapibus leo sed dapibus</li>
<li>Sed commodo nibh ante bibendum</li>
</ul>-->
<!--<a href="chevrolette.html" class="btn btn-default page-scroll">Read More</a>-->
</div>
</div>
</div>
</div>
</div>
<div id="services" class="text-center" style="background:url(img/factory2/13.jpg);background-size: cover;
background-attachment: fixed;">
<div ><h1 class="quote text-center">Converting Ideas Into Experiences</h1></div>
</div>
<div id="infra">
<div class="container">
<div class="section-title text-center center">
</div>
<div class="row">
<!--<div class="col-md-4"><img src="img/saga2.jpeg" class="img-responsive"></div>-->
<div class="col-md-4">
<div class="about-text who">
<h1>Infrastructure</h1>
<hr>
<p>Today we are standing tall in covered area of around 1,00,000 sq. ft of earth space backed by hundreds of employees.</p>
</div>
</div>
<div class="col-md-4 leftLine">
<div class="about-text">
<img src="img\ambala2\19.jpg" class="img-responsive smallImages">
<!--<i class="fa fa-industry" aria-hidden="true"></i>-->
<h3>Location</h3>
<p>Our manufacturing plant is strategically located in
Yamuna Nagar, Haryana with the best machinery...
</p>
<!--<ul>
<li>Lorem ipsum dolor sit amet</li>
<li>Consectetur adipiscing commodo</li>
<li>Duis sed dapibus leo sed dapibus</li>
<li>Sed commodo nibh ante bibendum</li>
</ul>-->
<a href="corrugationPack.html#infrastructure" class="btn btn-default page-scroll">Read More</a>
</div>
</div>
<div class="col-md-4">
<div class="about-text">
<img src="img\factory2\11.JPG" class="img-responsive smallImages">
<h3>Machinery</h3>
<p>We are equipped with a very fine set of machinery including 6 Color Heidelberg Printing Machine-extended delivery with coater-28"x40", Four Bar Rotary Machine for Creasing and Cutting of corrugated sheets...</p>
<!--<ul>
<li>Lorem ipsum dolor sit amet</li>
<li>Consectetur adipiscing commodo</li>
<li>Duis sed dapibus leo sed dapibus</li>
<li>Sed commodo nibh ante bibendum</li>
</ul>-->
<a href="corrugationPack.html#infrastructure" class="btn btn-default page-scroll">Read More</a>
</div>
</div>
</div>
</div>
</div>
<div id="services" class="text-center" style="background:url(img/factory2/8.jpg);background-size: cover;
background-attachment: fixed;">
<div ><h1 class="quote text-center">Consistently Delivering <br>Customer Delight</h1></div>
</div>
<!-- Contact Section -->
<div id="contact" class="text-center">
<div class="container">
<div class="section-title center">
<h2>Contact us</h2>
<hr>For any queries, get in touch with us:</p>
</div>
<div class="col-md-8 col-md-offset-2">
<div class="col-md-4">
<div class="contact-item">
<i class="fa fa-map-marker fa-2x"></i>
<p>E-12 Industrial Area, Yamuna Nagar
<br> Haryana (135001)</p>
</div>
</div>
<div class="col-md-4">
<div class="contact-item">
<i class="fa fa-envelope-o fa-2x"></i>
<p>[email protected]</p>
</div>
</div>
<div class="col-md-4">
<div class="contact-item">
<i class="fa fa-phone fa-2x"></i>
<p> 9315066000
<br> 9315066065</p>
</div>
</div>
<div class="clearfix"></div>
</div>
<div class="col-md-8 col-md-offset-2">
<h3>Leave us a message</h3>
<form name="sentMessage" id="contactForm" method="post" action="#">
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input type="text" id="name" name="name" class="form-control" placeholder="Name" required="required">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<input type="email" id="email" name="email" class="form-control" placeholder="Email" required="required">
<p class="help-block text-danger"></p>
</div>
</div>
</div>
<div class="form-group">
<textarea name="message" id="message" name="message" class="form-control" rows="4" placeholder="Message" required></textarea>
<p class="help-block text-danger"></p>
</div>
<div id="success"></div>
<button type="submit" class="btn btn-default">Send Message</button>
</form>
<h3><?php include "mail/contact_me.php"?></h3>
</div>
</div>
</div>
<div id="footer">
<div class="container">
<!--<p>Copyright © Modus. Designed by <a href="http://www.templatewire.com" rel="nofollow">TemplateWire</a></p>-->
<a href="https://www.google.com/maps?q=30.130229949951172,77.2785415649414&z=17&hl=en">
<i class="fa fa-map-marker" aria-hidden="true"></i> Find Us </a> |
<i class="fa fa-phone" aria-hidden="true"></i> 9315066000, 9315066065 |
<i class="fa fa-envelope-o fa-2x"></i> [email protected]
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script type="text/javascript" src="js/jquery.1.11.1.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="js/jquery.backstretch.min.js"></script>
<script src="https://use.fontawesome.com/5d067397da.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/SmoothScroll.js"></script>
<script type="text/javascript" src="js/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="js/jquery.isotope.js"></script>
<script type="text/javascript" src="js/jquery.parallax.js"></script>
<script type="text/javascript" src="js/jqBootstrapValidation.js"></script>
<script type="text/javascript" src="js/contact_me.js"></script>
<script type="text/javascript" src="js/index.js"></script>
<!-- Javascripts
================================================== -->
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>