-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
291 lines (281 loc) · 13.4 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
<!doctype html>
<html class="no-js" lang="en-gb">
<meta charset="utf-8">
<head>
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Machine Rebuilding & Sales - Home</title>
<meta name="description" content="Machine Rebuilding are a machine tool sales, service and reconditioning business with over 25 years’ experience working from Singapore, Malaysia and Australia.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="site.webmanifest">
<link rel="shortcut icon" href="favicon.ico">
<link rel="apple-touch-icon" href="img/icon.png">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:400,800" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed" rel="stylesheet">
<script src='https://www.google.com/recaptcha/api.js'></script>
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css" />
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js"></script>
<script>
window.addEventListener("load", function(){
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#212121",
"text": "#6a737c"
},
"button": {
"background": "#2d2d2d"
}
},
"theme": "edgeless",
"content": {
"dismiss": "Close"
}
})});
</script>
</head>
<body>
<section class="navigation">
<div class="nav-container">
<div class="brand">
<img src="img/logo.png" alt="MRS Logo" href="index.html" width="150" height="60" style="padding-bottom: 5px;">
</div>
<nav>
<div class="nav-mobile"><a id="nav-toggle" href="#!"><span></span></a></div>
<ul class="nav-list">
<li><a href="index.html" style="text-decoration: none;">Home</a></li>
<li>
<a style="text-decoration: none;">Machine Tools</a>
<ul class="nav-dropdown">
<li><a href="new-machine-tools.html" style="text-decoration: none;">New Machine Tools</a></li>
<li><a href="machines-in-stock.html" style="text-decoration: none;">Machines In Stock</a></li>
</ul>
</li>
<li>
<a style="text-decoration: none;">Services</a>
<ul class="nav-dropdown">
<li><a href="installations-removals.html" style="text-decoration: none;">Installations & Removals</a></li>
<li><a href="on-site.html" style="text-decoration: none;">On Site</a></li>
<li><a href="rebuild-retrofit.html" style="text-decoration: none;">Rebuild & CNC Retrofit</a></li>
</ul>
</li>
<li><a href="contact-us.html" style="text-decoration: none;">Contact Us</a></li>
</ul>
</nav>
</div>
</section>
<div class="main-jumbotron text-center">
<h1>WE ARE A MACHINE TOOLS SALES, SERVICE AND RECONDITONING BUSINESS.</h1>
<h4>SUPPLIERS OF QUALITY CNC & MANUAL MACHINE TOOLS & SERVICES.</h4>
</div>
<div id="homeCarousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#homeCarousel" data-slide-to="0" class="active"></li>
<li data-target="#homeCarousel" data-slide-to="1"></li>
<li data-target="#homeCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<img class="img-responsive center-block" src="img/carousel/mrs1.jpg" alt="1">
</div>
<div class="item">
<img class="img-responsive center-block" src="img/carousel/mrs3.jpg" alt="3">
</div>
<div class="item">
<img class="img-responsive center-block" src="img/carousel/mrs4.jpg" alt="4">
</div>
</div>
<a class="left carousel-control" href="#homeCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#homeCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="hero-about bg-grey">
<div class="container-fluid">
<h2 class="text-center">ABOUT US</h2>
<br />
<p>M.R.S (MACHINE REBUILDING & SALES) IS AN INTERNATIONAL MACHINE TOOL COMPANY, DEVELOPED TO SERVE INDUSTRIES INVOLVED IN METAL CUTTING PROCESSES.</p>
<p>ESTABLISHED IN 1990, WE NOW HAVE GROWN INTO A GLOBAL MACHINE TOOL COMPANY WITH BRANCH OFFICES LOCATED IN SE ASIA AND THE MIDDLE EAST.</p>
<p>OUR PROFESSIONAL STAFF ARE EXPERIENCED IN MACHINING APPLICATIONS, CNC OPERATIONS/PROGRAMMING, REPAIR & MAINTENANCE SERVICES.</p>
<p>WE CONSTANTLY STRIVE TO PROVIDE THE BEST POSSIBLE SERVICES BY MAINTAINING CLOSE RELATIONSHIPS WITH BOTH OUR CUSTOMERS AND SUPPLIERS.</p>
</div>
</div>
<div class="hero-more">
<div class="row">
<h2 class="text-center">OUR SERVICES</h2>
<br />
<div class="col-sm-6" style="align-items: center;">
<p>MACHINE REBUILDING & SALES OFFERS IN-HOUSE FACILITIES TO CARRY OUT MINOR OR COMPLETE REBUILD/RECONDITIONING OF YOUR MACHINE TOOLS OR MAJOR COMPONENTS.</p>
<p>WE ALSO CAN PROVIDE FULL CNC SYSTEM RETROFITS (USING FANUC OR MITSUBISHI SYSTEMS) COMPLETE WITH NEW MOTORS & DRIVES.</p>
</div>
<div class="col-sm-6">
<ul style="list-style-type:disc">
<li>BEDWAY GRINDING AND SCRAPING</li>
<li>BALLSCREW RECONDITIONING</li>
<li>HEADSTOCK RECONDITIONING (GEAR REPLACEMENT, SPINDLE BEARINGS, LUBRICATION SYSTEMS)</li>
<li>TURRET RECONDITIONING</li>
<li>OVERHAUL LUBRICATION SYSTEMS (PUMPS, FILTERS, LINES, METERING VALVES)</li>
<li>POWER CHUCK SERVICING</li>
<li>NEW OPERATOR PANELS (BUTTONS, SWITCHES, WIRING, ETCHING OF FACE PANEL LABELS)</li>
<li>PAINTING/FINISHING</li>
<li>RETROFIT NEW CNC SYSTEMS (FANUC/MITSUBISHI)</li>
</ul>
</div>
</div>
</div>
<div class="partner-section">
<div class="container-fluid text-center">
<h2 class="text-center">OUR PARTNERS</h2>
<br />
<h4>WE ARE PARTNERED WITH SEVERAL MACHINE TOOL AND ACCESSORY MANUFACTURERS FOR AUTHORISED SERVICE AND SUPPORT TO OUR CUSTOMERS.</h4>
<br />
<div class="col-sm-4">
<div class="p-thumbnail">
<img src="img/logos/cosen.png" alt="Cosen">
</div>
</div>
<div class="col-sm-4">
<div class="p-thumbnail">
<img src="img/logos/cnc_takang.png" width="128" height="44">
</div>
</div>
<div class="col-sm-4">
<div class="p-thumbnail">
<img src="img/logos/hnk.png" width="128" height="44">
</div>
</div>
<div class="col-sm-4">
<div class="p-thumbnail">
<img src="img/logos/hyundai.png" width="128" height="44">
</div>
</div>
<div class="col-sm-4">
<div class="p-thumbnail">
<img src="img/logos/samchully.png" width="128" height="44" style="padding-top: 10px;">
</div>
</div>
<div class="col-sm-4">
<div class="p-thumbnail">
<img src="img/logos/JSEDM.png" width="128" height="44" style="padding-top: 10px;">
</div>
</div>
<div class="col-sm-4">
<div class="p-thumbnail">
<img src="img/logos/shinil.png" width="128" height="44" style="padding-top: 10px;">
</div>
</div>
<div class="col-sm-4">
<div class="p-thumbnail">
<img src="img/logos/techniwaterjet.png" width="128" height="44" style="padding-top: 10px;">
</div>
</div>
<div class="col-sm-4">
<div class="p-thumbnail">
<img src="img/logos/supertec.png" width="128" height="44" style="padding-top: 10px;">
</div>
</div>
</div>
</div>
<div class="main-jumbotron container-fluid form-area">
<div id="mc_embed_signup">
<form action="https://machine-rebuilding.us17.list-manage.com/subscribe/post?u=585861966716a94f49b318858&id=05921f8f0e" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<h2>SUBSCRIBE TO THE MRS MAILING LIST</h2>
<div class="indicates-required"><span class="asterisk">*</span> DENOTES A REQUIRED FIELD</div>
<br />
<div class="form-group row">
<div class="mc-field-group col-sm-4">
<label for="mce-EMAIL" style="text-align: left;">EMAIL ADDRESS <span class="asterisk">*</span>
</label>
<input type="email" value="" name="EMAIL" class="required email form-control" id="mce-EMAIL">
</div>
<div class="mc-field-group col-sm-4">
<label for="mce-FNAME" style="text-align: left;">FIRST NAME </label>
<input type="text" value="" name="FNAME" class="form-control" id="mce-FNAME">
</div>
<div class="mc-field-group col-sm-4">
<label for="mce-LNAME" style="text-align: left;">LAST NAME </label>
<input type="text" value="" name="LNAME" class="form-control" id="mce-LNAME">
</div>
<div class="col-sm-12">
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_585861966716a94f49b318858_05921f8f0e" tabindex="-1" value=""></div>
<div class="clear">
<br />
<input type="submit" value="SUBSCRIBE" name="subscribe" id="mc-embedded-subscribe" class="button" style="width: 150px;"></div>
</div>
</div>
</div>
</form>
</div>
</div>
<script src="js/vendor/modernizr-3.5.0.min.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.2.1.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script>
window.ga=function(){ga.q.push(arguments)};ga.q=[];ga.l=+new Date;
ga('create','UA-109448464-1','auto');ga('send','pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async defer></script>
</body>
<footer class="mrs-footer">
<p style="padding-left: 16px;"><b>Contact Us</b></p>
<br />
<div class="col-sm-4">
<p><b>Malaysia (Johor):</b></p>
<p>+60-7-570-5959</p>
</div>
<div class="col-sm-4">
<p><b>Singapore:</b></p>
<p>+65-6861-5741</p>
</div>
<div class="col-sm-4">
<p><b>Middle East (Dubai):</b></p>
<p>+971 4 812 3800</p>
<p><b>Adam DeCarli, Sales & Service Engineer:</b></p>
<p>+971 56-4046967</p>
<p><b>Jaykar Agravat, Sales Manager:</b></p>
<p>+971-56-5464638</p>
</div>
<div class="container-fluid">
<div class="footer-font">
<div class="col-sm-3">
<h4><a href="index.html" style="color: #53565A;">Home</a></h4>
</div>
<div class="col-sm-3">
<h4>Machine Tools</h4>
<h5><a href="new-machine-tools.html" style="color: #53565A;">New Machine Tools</a></h5>
<h5><a href="machines-in-stock.html" style="color: #53565A;">Machines In Stock</a></h5>
</div>
<div class="col-sm-3">
<h4>Services</h4>
<h5><a href="installations-removals.html" style="color: #53565A;">Installations & Removals</a></h5>
<h5><a href="on-site.html" style="color: #53565A;">On Site</a></h5>
<h5><a href="rebuild-retrofit.html" style="color: #53565A;">Rebuild & CNC Retrofit</a></h5>
</div>
<div class="col-sm-3">
<h4><a href="contact-us.html" style="color: #53565A;">Contact Us</a></h4>
</div>
</div>
</div>
<div class="end-footer">
<p><a href="mailto:info@machine-rebuilding.com" style="color: #53565A;">info@machine-rebuilding.com</a></p>
<p>SALES | SERVICING | INSTALLATIONS | RECONDITIONING | CNC RETROFIT</p>
<p>© 2017 Machine Rebuilding & Sales</p>
<img src="img/footer-logo.png" alt="MRS Logo" width="128" height="44">
</div>
</footer>
</html>