-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtips.html
More file actions
460 lines (376 loc) · 21.4 KB
/
tips.html
File metadata and controls
460 lines (376 loc) · 21.4 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
<!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">
<title> ICCU | Contact </title>
<meta name="author" content="ICCU">
<meta name="description" content="we present ICCU All Car Service">
<meta name="keywords" content="Intensive car care unit, car service, car">
<!-- SOCIAL MEDIA META -->
<meta property="og:description" content="ICCU">
<meta property="og:image" content="ICCU">
<meta property="og:site_name" content="ICCU">
<meta property="og:title" content="ICCU">
<meta property="og:type" content="ICCU">
<meta property="og:url" content="http://www.iccu.com/">
<!-- FAVICON FILES -->
<link href="ico/favicon.png" rel="shortcut icon">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,600italic,400italic,300italic,700italic' rel='stylesheet' type='text/css'>
<!-- CSS FILES -->
<link href="css/main.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/font-awesome.css" rel="stylesheet">
<!-- 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>
<div class="loading">
<div class="loader">
<div class="loading-image"><img src="images/loading.png" alt="Image"></div>
</div>
<!-- end loader -->
</div>
<!-- end loading -->
<!-- end transition-overlay -->
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12">
<a href="index-2.html"><img src="images/logo.png" alt="Image" class="logo"></a>
<div class="navbar-right">
<div class="navbar-header hidden-sm hidden-lg hidden-md">
<button type="button" data-target="#navbarCollapse" data-toggle="collapse" class="navbar-toggle">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collection of nav links, forms, and other content for toggling -->
<div id="navbarCollapse" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="index-2.html">Home</a></li>
<li><a href="about.html">About us</a></li>
<li> <a href="services.html">Services </a> </li>
<li> <a href="workshop.html">Workshop </a> </li>
<li class="active"><a href="tips.html"> Tips </a></li>
<li><a href="contact.html"> Contact us </a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- end col-12 -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</nav>
<!-- end navigation -->
<section class="int-header hero2">
<div class="inner">
<div class="container tips-block">
<div class="row">
<div class="col-lg-12"> <h1> ICCU TIPS </h1> </div>
</div>
<div class="row">
<div class="col-xs-12 fadeInLeft">
<div class="panel-group" id="accordion">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title accordion-toggle" data-toggle="collapse" data-parent="#accordion" data-target="#collapseOne">
<a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion" href="#collapseOne">
Tyre Pressure
</a><i class="indicator glyphicon glyphicon-minus pull-right"></i>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse in">
<div class="panel-body">
<ul class="tips_ul">
<li>You should aim to check tyre pressure, including the spare, once a week.</li>
<li>Correct tyre pressures results in optimised braking, handling, grip and fuel efficiency.</li>
<li>Low tyre pressure will increase your car's fuel consumption, shorten the life of the tyre and increase risk of tyre failure.</li>
<li>High tyre pressure will cause diminished grip, reduce stability in braking and cornering and increase the risk of impact tyre damage.</li>
<li>Only check you tyre pressure when the tyres are cold.</li>
</ul>
<p> It is vital that you check tyre pressure only when the tyres are cold, after driving no more than two miles. Warm tyres, achieved by driving no more than a few miles, will provide a false reading.
The correct tyre pressure for your particular car will be listed in the owner's manual and/or on a placard mounted on the car. The correct tyre pressure will relate to the load the car is carrying - the higher the load the higher the pressure.
</p>
<p> If you don't own a pressure gauge then the easiest way to check tyre pressure is by using a digital air dispenser found at most petrol stations. These are very easy to use and there should be instructions on how to do so on the machine itself. </p>
<p>Correctly inflated tyres provide the best safety, highest mileage and optimum fuel consumption.
Prolonged under-inflation causes excessive flexing, deterioration of the casing and rapid wear of the tread shoulders. The vehicle will also consume more fuel and will have less grip, and so longer braking distance. There will also be an increased risk of the tyre rupturing.
</p>
<p> Over-inflation results in an uncomfortable ride, a reduced area of contact with the road, accelerated wear on the tread centre and makes the tyre more susceptible to impact damage. </p>
</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title" data-toggle="collapse" data-parent="#accordion" data-target="#collapseTwo">
<a class="accordion-toggle" href="#collapseTwo">
Changing A Flat Tyre
</a><i class="indicator glyphicon glyphicon-plus pull-right"></i>
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse">
<div class="panel-body">
<p>
Changing a tyre on a public road can be a very dangerous activity. If you're on a motorway then it is probably wise to phone for assistance. Repairing a car on the hard shoulder is a risky business.
</p>
<ul class="tips_ul">
<li>Make sure it is safe to change the wheel</li>
<li>Remove the spare wheel, wrench and jack from the boot of your car.</li>
<li>Making sure the handbrake is on put the car into first gear (park for an automatic). Refer to your car's user manual to find where the jacking point is.</li>
<li>Making sure the jack is on firm ground attach the jack then use it to lift the car up just above the ground.</li>
<li>Remove the wheel nuts</li>
<li>Remove the wheel</li>
<li>Fit the spare wheel, tighten the wheel nuts then lower the jack.</li>
<li>Go to the nearest garage and get your damaged tyre fixed or replaced.</li>
</ul>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title" data-toggle="collapse" data-parent="#accordion" data-target="#collapseThree">
<a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion" href="#collapseThree">
Dealing With A Tyre Blow Out
</a><i class="indicator glyphicon glyphicon-plus pull-right"></i>
</h4>
</div>
<div id="collapseThree" class="panel-collapse collapse">
<div class="panel-body">
<p>A blow out is when a tyre bursts whilst you are driving. If ever you find yourself is this situation here's what to do</p>
<ul class="tips_ul">
<li>Keep your eyes firmly on the road and both hands on the steering wheel</li>
<li>Keep the steering wheel in a steady position, making only slight movements.</li>
<li>Turn on your hazard lights to show that you are having a problem. If you are on the motorway in any lane other than the inside then don't do this straight away as it may cause impatient people to undercut you and increase the chances of an accident.</li>
<li>Try and identify where you can bring the vehicle to a stop, outside the main traffic flow - if on a motorway this will be the hard shoulder, or you may need to just pull up in a lay-by or at the side of the road, avoiding any bends.</li>
<li>Don't apply the brake but do take your foot off the accelerator and try to coast - slowing down gently (this is because if you have a faulty tyre, braking heavily can make your car swerve uncontrollably and cause a collision).</li>
<li>As your car slows down drive into the identified 'safe' spot taking care not to rush and keeping a close eye on traffic around you. If you have your hazards on then hopefully other road users will realize you have a problem and will allow you to leave the flow of traffic.</li>
<li>Park up and get yourself and your passengers out of the car, taking care that you do not put yourself or them in danger from passing cars. Move a safe distance away from the car.
</li>
</ul>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title" data-toggle="collapse" data-parent="#accordion" data-target="#collapsefour">
<a class="accordion-toggle" href="#collapsefour">
Checking The Engine Oil
</a><i class="indicator glyphicon glyphicon-plus pull-right"></i>
</h4>
</div>
<div id="collapsefour" class="panel-collapse collapse">
<div class="panel-body">
<p>Oil lubricates, cleans and cools your car's engine. If not enough oil is present then the engine is at serious risk of damage. The amount of oil an engine uses depends on:</p>
<ul class="tips_ul">
<li>the type of engine</li>
<li>the amount of wear</li>
<li>how the car is driven.</li>
</ul>
<p>You should check the engine oil level at least once a fortnight and top up as necessary. Never add too much oil, as this will create excess pressure that could damage the engine seals and gaskets, and cause oil leaks. To check the engine oil levels:</p>
<ul class="tips_ul">
<li>Make sure the engine is cold and the car is on level ground.</li>
<li>Remove the dipstick and wipe it clean with a cloth. Reinsert it fully, pull it out again and check that the oil mark is between the "F" and "L" marks.</li>
<li>If the oil is below the "L" mark then you will need to add more oil. To do so-</li>
<li>Find the oil filler cap, usually found on the top of the engine and marked 'oil'. Unscrew this carefully and place to one side.</li>
<li>Pour in a small amount of new oil and recheck the level with the dipstick. If needed repeat until you have the correct oil level.</li>
</ul>
<p>If the oil does need topping up then you should make sure you use the correct oil, the same as what is already in the engine. Your owner's manual should give you full instructions. If you don't know which specific oil to use then you can use high quality general engine oil such as Castrol.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title" data-toggle="collapse" data-parent="#accordion" data-target="#collapsefive">
<a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion" href="#collapsefive">
Oil Changes
</a><i class="indicator glyphicon glyphicon-plus pull-right"></i>
</h4>
</div>
<div id="collapsefive" class="panel-collapse collapse">
<div class="panel-body">
<p>At regular intervals it is essential to drain the oil from a car engine and replace it with new, unused oil. This should be done at least once every 10,000 miles, however, check your owner's handbook for the manufacture's recommendations.</p>
<p>As a rule, this is done when the car has its annual service, although it is possible to do-it-yourself. Again, the owner's manual will provide instructions.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title" data-toggle="collapse" data-parent="#accordion" data-target="#collapsesix">
<a class="accordion-toggle" href="#collapsesix">
Checking the Engine Coolant
</a><i class="indicator glyphicon glyphicon-plus pull-right"></i>
</h4>
</div>
<div id="collapsesix" class="panel-collapse collapse">
<div class="panel-body">
<p>Engine coolant helps remove excess heat from your car's engine. It is a mixture of water and anti-freeze. If coolant levels are too low your car's engine can overheat causing the engine serious damage. Check your coolant levels once a fortnight or before a long journey. To do so-</p>
<ul class="tips_ul">
<li>Locate the engine coolant reservoir. Your users manual will show you where. Check that the level is between the Min and Max marks. If below the Min mark you will need to add extra fluid.</li>
<li>Never undo the engine coolant filler cap while the engine is hot. Serious scalding could result from hot fluid under high pressure escaping from the radiator. Place a cloth over the cap and unscrew it slowly. This will allow any pressure to escape.</li>
<li>Fill the reservoir to the Max mark. Replace the cap. </li>
<li>Never add cold water to an overheated engine, let it cool for a while first.</li>
<li>Never overfill or the system will blow the excess out as soon as it warms up.</li>
</ul>
<p>If any of the coolant gets on your skin or on your car's bodywork wash it off immediately. It is poisonous to you and can cause paint damage to your car. </p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title" data-toggle="collapse" data-parent="#accordion" data-target="#collapten">
<a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion" href="#collapten">
Checking Shock absorbers
</a><i class="indicator glyphicon glyphicon-plus pull-right"></i>
</h4>
</div>
<div id="collapten" class="panel-collapse collapse">
<div class="panel-body">
<p>To check your car's shock absorbers are in good working order push down on each corner of the car and then release. If the car settles into its normal position after 1-2 bounces then the shock absorbers are in good working order. If it takes longer to settle then it is likely that your shock absorbers are worn out and will need replacing.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title" data-toggle="collapse" data-parent="#accordion" data-target="#collapseseven">
<a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion" href="#collapseseven">
Maintaining Brake Fluid Levels
</a><i class="indicator glyphicon glyphicon-plus pull-right"></i>
</h4>
</div>
<div id="collapseseven" class="panel-collapse collapse">
<div class="panel-body">
<p>When you press on the brake pedal you are actually pushing against a plunger which forces brake fluid through a series of tubes and hoses to the braking unit at each wheel. So no brake fluid, no brakes.</p>
<p>
To check the brake fluid level: </p>
<ul class="tips_ul">
<li>locate the brake fluid reservoir (check users manual). If the fluid is below the 'MIN' level add brake fluid up to the 'MAX' line.</li>
<li>If you find yourself adding brake fluid frequently then a professional mechanic should check the braking system because the system may have developed a leak.</li>
<li>Brake fluid is very toxic. Keep it away from hands and eyes, and avoid spilling it on the ground. Dispose of empty containers carefully. Be especially careful not to spill brake fluid on your car's paint.</li>
</ul>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title" data-toggle="collapse" data-parent="#accordion" data-target="#collapseeight">
<a class="accordion-toggle" href="#collapseeight">
Checking Your Brakes
</a><i class="indicator glyphicon glyphicon-plus pull-right"></i>
</h4>
</div>
<div id="collapseeight" class="panel-collapse collapse">
<div class="panel-body">
<p>Your car's braking system is complex and should be checked by a professional every 10,000 miles or at least once a year. For non-professionals, the best ways to check your brakes are as follows.
Whilst driving be aware of how the braking system feels. If the brake pedal lacks firmness or goes almost to the floor before engaging, the system should be checked. It could mean that the brake-fluid level has gotten low or is leaking.
</p>
<p>Shaking or vibration in the pedal or steering wheel may indicate that rotors are in need of replacement or resurfacing. A squealing sound indicates that the pads are wearing thin.
The sound of grinding or metal-on-metal can be a sign of even more serious problems. Letting that condition continue is likely to ensure that you'll be needing to replace your rotors as well as your brake pads.
</p>
<p>
To check the handbrake is in good working order - whilst on a incline pull the handbrake on. If it takes more than a few clicks before the car is securely held then the cable or rear callipers/drums need to be checked by a professional mechanic.
</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title" data-toggle="collapse" data-parent="#accordion" data-target="#collapsenine">
<a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion" href="#collapsenine">
FLOWERY Check
</a><i class="indicator glyphicon glyphicon-plus pull-right"></i>
</h4>
</div>
<div id="collapsenine" class="panel-collapse collapse">
<div class="panel-body">
<p>The FLOWERY Check acts as an early warning system, and if done correctly, will point out any faults with your car which can lead to it breaking down, or which can put you in danger. Perform the check at least once a week, and before any long journey.</p>
<ul class="tips_ul">
<li>Fuel - check that you have enough fuel for your journey, or at least to get you to a petrol station.</li>
<li>Lights - check all lights, indicators and brake lights are working.</li>
<li>Water - check the levels of your engine coolant and windscreen washer fluid.</li>
<li>Electrics - check all electrical features: horn, wipers etc</li>
<li>Rubber - check the tyres are fit for purpose, and that they are at the correct pressure. Check the wipers blades too.</li>
<li>Yourself - make sure you are fit to drive, that you aren't tired or under the influence of drink, drugs or medicines.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- end col-12 -->
</div>
<!-- end row -->
</div>
<!-- end table -->
</div>
</section>
<!-- end int-header -->
<main>
<div class="footer-space"></div>
</main>
<footer class="footer">
<div class="container">
<div class="row">
<!-- end col-12 -->
<div class="col-xs-12">
<div class="sub-footer">
<ul>
<li> <a href="index-2.html">Home</a></li>
<li> <a href="about.html">About us</a></li>
<li> <a href="services.html">Services</a></li>
<li> <a href="workshop.html"> Workshop </a> </li>
<li> <a href="tips.html">Tips</a></li>
<li> <a href="contact.html">Contact us</a></li>
</ul>
<div class="social">
<span><a href="#"><img src="images/facebook.png"></a></span>
<span><a href="#"><img src="images/twitter.png"></a></span>
</div>
</div>
<!-- end sub-footer -->
</div>
<!-- end col-12 -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</footer>
<!-- end footer -->
<!-- JS FILES -->
<script src="js/jquery.min.js"></script>
<script type="text/javascript">
(function($) {
$(window).load(function(){
$(".loading .loading-image").addClass("dissappear");
$(".loading .loading-text").addClass("dissappear");
$(".int-header").addClass("goes-up");
$(".navbar-default").addClass("show");
$('.loading').delay(1000).addClass("fade-out");
});
function toggleChevron(e) {
$(e.target)
.prev('.panel-heading')
.find("i.indicator")
.toggleClass('glyphicon-minus glyphicon-plus');
}
$('#accordion').on('hidden.bs.collapse', toggleChevron);
$('#accordion').on('shown.bs.collapse', toggleChevron);
})(jQuery)
</script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.vopacity.js"></script>
<script src="js/wow.js"></script>
<script src='js/settings.js' type='text/javascript' ></script>
<script src="js/scripts.js" type="text/javascript"></script>
</body>
</html>