-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.php
299 lines (244 loc) · 11.9 KB
/
about.php
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
<!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">
<meta name="description" content="">
<meta name="author" content="">
<title>About Us</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/modern-business.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
</head>
<body>
<?php
session_start();
$host="localhost"; //or the web server
$username="root";
$password="";
$database ="anand";
// Create connection
$conn = new mysqli($host, $username, $password, $database);
// Check connection
if ($conn->connect_error) {
die('Can\'t use' . DB_NAME . ':' . mysql_error());
}
?>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<a class="navbar-brand" href="homepage.php">Baleri Enterprises</a>
</div>
<div>
<ul class="nav navbar-nav navbar-right">
<li>
<?php if(isset($_SESSION['login'])){ ?><a href="">Hi <?php echo $_SESSION['username']; ?></a>
<?php } ?>
</li>
<li>
<?php if((!(isset($_SESSION['login']))) && (!(isset($_SESSION['register'])))){ ?>
<a href="register.php">Register</a>
<?php } ?>
</li>
<li>
<?php if(!(isset($_SESSION['login']))){ ?>
<a href="login.php">Login</a>
<?php } ?>
</li>
<li class="dropdown">
<a href="" class="dropdown-toggle" data-toggle="dropdown">Our Products <b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="ProductUroworld1.php">Uroworld</a>
</li>
<li>
<a href="karlstorz.php">Karlstorz</a>
</li>
<li>
<a href="mindray.php">Mindray</a>
</li>
</ul>
</li>
<li>
<a href="contact.php">Contact Us</a>
</li>
<li>
<?php if(isset($_SESSION['login'])){?>
<a href="logout.php">Log Out</a>
<?php } ?>
</li>
</div>
</div>
<!-- /.container -->
</nav>
<!-- Page Content -->
<div class="container">
<!-- Page Heading/Breadcrumbs -->
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">About us
<small></small>
</h1>
<ol class="breadcrumb">
<li><a href="homepage.php">Home</a>
</li>
<li class="active">About</li>
</ol>
</div>
</div>
<!-- /.row -->
<div class="row">
<div class="col-md-2">
</div>
<div class="col-md-8">
<h2>About Us </h2>
<p>Since our inception in 2008, we “Baleri Enterprises Pvt. Ltd.” are committed towards Manufacturing, Exporting and Supplying premium quality IVF Disposable, Urology Disposable, Stone Retrieval Product, Biliary Plastic Stent, Inflation Device, Hernia Mesh, Sclerotherapy Needle, Endoscopic Ultrasound Needle, Disposable Laparoscopic Grasper, Disposable Laparoscopic Scissor, Hemorrhoidal Multi Band Ligator, etc. These are manufactured with high precision with the use of qualitative raw material and the latest technology under the guidance of our veteran professional in accordance with the industry set standard. In order to manufacture these products, we only use well tested raw material which we source from the genuine vendors of the market. Being a quality driven firm, we make sure that the products offered by us are strictly checked against numerous parameters of quality by our experts. Due to safe usage, dimensional accuracy, corrosion resistance, easy to fit and reliability, these are broadly demanded in the global market.</p>
<p>
Our manufacturing unit is located at Pune (Maharashtra, India) and has modern facility for manufacturing quality products. Spread across a wide area, we have segregated our infrastructure into different units like manufacturing, quality control, R & D, warehousing & packaging unit, etc. Well-equipped with the latest machinery and technology, these units assist us in meeting bulk and urgent requirements of our clients in the most efficient manner. Using the expertise of our in-house Research & Development, we are continually working on new solutions to produce new products. Further, we continually strive to develop ideas that have one purpose in mind - Yield Improvement. Our continuous investment into Research and Development ensure that we will remain at the forefront of our markets for the future.</p>
</div>
<div class="col-md-2">
</div>
</div>
<!-- /.row -->
<div class="row">
<div class="col-lg-12">
</div>
<div class="col-md-2">
</div>
<div class="col-md-8">
<div class="panel panel-default">
<div class="panel-heading">
<h3> Company Profile</h3>
</div>
<div class="panel-body">
<p>
Nature of Business :
Exporter<br>
Additional Business :
Manufacturer <br>
Supplier<br>
Company CEO :
Nitesh Baleri <br>
Year of Establishment :
2008<br>
Ownership Type :
Private Limited Company <br>
</div>
</div>
</div>
<div class="col-md-2">
</div>
</div>
<div class="row">
<div class="col-lg-12">
</div>
<div class="col-md-2">
</div>
<div class="col-md-8">
<div class="panel panel-default">
<div class="panel-heading">
<h3> Our Team</h3>
</div>
<div class="panel-body">
<p>
We have appointed a skilled team of professionals who have immense industry experience to carry out entire business process in an efficient manner. We recruit professionals after conducting stringent hiring procedures and analyzing their skills, dedication and determination towards work. With an immense experience in the domain, our team members understand the requirements of our clients and serve them accordingly. Moreover, they work in close tandem with each other to achieve pre-determined organizational objectives.
</p>
</div>
</div>
</div>
<div class="col-md-2">
</div>
</div>
<div class="row">
<div class="col-lg-12">
</div>
<div class="col-md-2">
</div>
<div class="col-md-8">
<div class="panel panel-default">
<div class="panel-heading">
<h3> Why Us?</h3>
</div>
<div class="panel-body">
<p>
Since our inception, we have been renowned in the industry for our ethical business policies and transparent dealings.<br>
Some of other factors, owing to which, we are regarded as the foremost entity in this domain are:
<br>
State-of-the-art infrastructural facility<br>
Highly experienced team of professionals<br>
Strict medical industry quality standards<br>
Client centric approach<br>
Timely delivery of clients’ orders<br>
Competitive pricing structure<br>
Vast distribution network<br></p>
</div>
</div>
</div>
<div class="col-md-2">
</div>
</div>
<div class="row">
<div class="col-lg-12">
</div>
<div class="col-md-2">
</div>
<div class="col-md-8">
<div class="panel panel-default">
<div class="panel-heading">
<h3> Our infastructure</h3>
</div>
<div class="panel-body">
<p>
Our offered range of products is designed and manufactured with the help of the latest machines that is installed at our infrastructure. We have divided our infrastructure into various units like production, procuring and quality control. Each section is manned with the skilled professionals who have expertise in their respective domains. With the support of our advanced infrastructure unit, we are able to fulfil the bulk orders of the client in within promised time frame in an efficient manner
</p>
</div>
</div>
</div>
<div class="col-md-2">
</div>
</div>
<div class="row">
<div class="col-lg-12">
</div>
<div class="col-md-2">
</div>
<div class="col-md-8">
<div class="panel panel-default">
<div class="panel-heading">
<h3> Contact Us </h3>
</div>
<div class="panel-body">
<p>
<h4>Contact Details</h4>
<p>
201-B,Ackruti Creations, Shraddhanand Road<br>Kumkuwadi,Vile Parle East,Mumbai - 400057<br>India<br>
</p>
<a href="contact.php" class="btn btn-default">More Details</a>
</p>
</div>
</div>
</div>
<div class="col-md-2">
</div>
</div>
<!-- Footer -->
<footer class="well">
<div class="row">
<div class="col-lg-12">
<p>Copyright © Baleri Enterprises 2015</p>
</div>
</div>
</footer>
</div>
<!-- /.container -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>