-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathservices.html
744 lines (724 loc) · 43.8 KB
/
services.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
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
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Thomas">
<meta name="generator" content="Hugo 0.104.2">
<title>Services (TCT)</title>
<link rel="icon" href="images/tct-logo.ico">
<link rel="canonical" href="https://getbootstrap.com/docs/5.2/examples/headers/">
<!-- CSS -->
<link href="bootstrap-5.2.3-examples\bootstrap-5.2.3-examples\assets\dist\css\bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="style_tct.css">
<!-- -->
<link rel="canonical" href="https://getbootstrap.com/docs/5.2/examples/pricing/">
<link href='https://fonts.googleapis.com/css?family=Bebas Neue' rel='stylesheet'>
<!-- JavaScript -->
<script src="bootstrap-5.2.3-examples\bootstrap-5.2.3-examples\assets\dist\jsbootstrap.bundle.min.js"></script>
<script src="script_tct.js"></script>
</head>
<!-- NAVIGATION -->
<header class="p-3 text-bg-dark">
<div class="container">
<div class="d-flex flex-wrap align-items-center justify-content-center justify-content-lg-start">
<img id="yt-logo-header" src="images/tct-logo-white.png" alt="Thomas Cheapsoft Technology" height="40">
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0">
<li><a href="index.html" class="nav-link px-2 text-light">Home</a></li>
<li><a href="services.html" class="nav-link px-2 text-warning">Services</a></li>
<li><a href="products.html" class="nav-link px-2 text-light">Products</a></li>
<li><a href="payment-methods.html" class="nav-link px-2 text-light">Payment-Methods</a></li>
<li><a href="faqs.html" class="nav-link px-2 text-light">FAQs</a></li>
<li><a href="about-us.html" class="nav-link px-2 text-light">About-Us</a></li>
</ul>
<div class="text-end">
<a href="https://wa.me/message/UVRGLS5ZUFK6H1">
<button type="button" class="btn btn-outline-light me-2">WhatsApp Inquiry</button>
</a>
<button type="button" class="btn btn-warning">Share Now</button>
</div>
</div>
</div>
</header>
<br class="highlightNone">
<body>
<!-- TITLE -->
<div class="pageTitle_description_div">
<center>
<h1 class="display-6 fw-normal">Pick your preferred TCT Services</h1>
</center>
<center>
<p class="fs-5 text-muted">All service details are clearly stated below.</p>
</center>
</div>
<!-- FIRST ROW SERVICE PACKAGE-->
<div class="services_package_div row row-cols-md-3 mb-3 text-center">
<!-- WINDOWS OS FORMAT & UPGRADE SERVICES -->
<div class="col">
<div class="card mb-4 rounded-3 shadow-sm">
<div class="card-header py-3 text-bg-success border-primary">
<h4 class="my-0 fw-normal text-light">Windows OS</h4>
<h5 class="my-0 fw-normal text-light">Format & Upgrade Services</h5>
</div>
<div class="card-body">
<img src="images/windows-11.png" alt="Windows 11" height="100px">
<br class="highlightNone"><br class="highlightNone">
<table>
<tr>
<td class="list_indent_td"><h5>Operating System available:</h5></td>
</tr>
<tr>
<td class="list_indent_td">• Windows 11 (Great UI Design)</td>
</tr>
<tr>
<td class="list_indent_td">• Windows 10</td>
</tr>
<tr>
<td class="list_indent_td">• Windows 8.1</td>
</tr>
<tr>
<td class="list_indent_td">• Windows 7 (Lightweight)</td>
</tr>
<tr>
<td class="list_indent_td">• Windows XP</td>
</tr>
</table>
<br class="highlightNone">
<table>
<tr>
<td class="list_indent_td"><h5>Location📍:</h5></td>
</tr>
<tr>
<td class="list_indent_td">• TAR UMT Penang Branch Campus</td>
</tr>
<tr>
<td class="list_indent_td">• Penang (Mainland & Island) - [Additional pick-up transportation expenses is required.]</td>
</tr>
<tr>
<td class="list_indent_td">• Kedah (Southern Region) - [Additional pick-up transportation expenses is required.]</td>
</tr>
</table>
<br class="highlightNone">
<p>Working Days: < 7 days</p>
<p>✔️ Special Student Price</p>
<br class="highlightNone"><br class="highlightNone">
<ul class="list-unstyled mt-3 mb-4">
<li>Service Charge</li>
<h5 class="fw-bold">from MYR 35.88</h5>
</ul>
<a href="https://wa.link/vcizre" type="button" class="w-100 btn btn-lg btn-success" target="_blank">Reserve now</a>
</div>
</div>
</div>
<!-- COMPUTER SOFTWARE INSTALLATION SERVICES -->
<div class="col">
<div class="card mb-4 rounded-3 shadow-sm">
<div class="card-header py-3 text-bg-success border-primary">
<h4 class="my-0 fw-normal text-light">Computer Software</h4>
<h5 class="my-0 fw-normal text-light">Installation Services</h5>
</div>
<div class="card-body">
<img src="images/tct-full-logo-blue-bg.png" alt="Online Remote Software Installation" height="100px">
<br class="highlightNone"><br class="highlightNone">
<h5 class="subtitle_h5">Windows Software</h5>
<table class="border_table">
<tr>
<th class="list_indent_td table_column1 software_table_column1">Companies</th>
<th class="list_indent_td table_column2 software_table_column2 table_subject">Software</em></th>
</tr>
<tr>
<th class="list_indent_td table_column1 software_table_column1">Microsoft</th>
<td class="list_indent_td table_column2 software_table_column2">MS Office</td>
</tr>
<tr>
<th class="list_indent_td table_column1 software_table_column1">Adobe</th>
<td class="list_indent_td table_column2 software_table_column2">Ps, Ai, Id, Pr, Xd, Dw, Ru, Lr, Ae, Sp, ...</td>
</tr>
<tr>
<th class="list_indent_td table_column1 software_table_column1">IBM</th>
<td class="list_indent_td table_column2 software_table_column2">SPSS Statistics</td>
</tr>
<tr>
<th class="list_indent_td table_column1 software_table_column1">Autodesk</th>
<td class="list_indent_td table_column2 software_table_column2">AutoCAD, ...</td>
</tr>
<tr>
<th class="list_indent_td table_column1 software_table_column1">Avast</th>
<td class="list_indent_td table_column2 software_table_column2">Premium Security</td>
</tr>
<tr>
<th class="list_indent_td table_column1 software_table_column1">Kingsoft</th>
<td class="list_indent_td table_column2 software_table_column2">WPS Office</td>
</tr>
<tr>
<th class="list_indent_td table_column1 software_table_column1">Wondershare</th>
<td class="list_indent_td table_column2 software_table_column2">Filmora 11</td>
</tr>
<tr>
<th class="list_indent_td table_column1 software_table_column1">Foxit</th>
<td class="list_indent_td table_column2 software_table_column2">PhantomPDF</td>
</tr>
<tr>
<th class="list_indent_td table_column1 software_table_column1">NCH</th>
<td class="list_indent_td table_column2 software_table_column2">VideoPad, WavePad, ...</td>
</tr>
<tr>
<th class="list_indent_td table_column1 software_table_column1">Printer Drivers</th>
<td class="list_indent_td table_column2 software_table_column2">Canon, HP, Epson, Brother, ...</td>
</tr>
<tr>
<td colspan="3">and many more ...</td>
</tr>
</table>
<br class="highlightNone">
<table>
<tr>
<td class="list_indent_td"><h5>Location📍:</h5></td>
</tr>
<tr>
<td class="list_indent_td">• Online Remote Installation [ Anydesk / TeamViewer ]</td>
</tr>
<tr>
<td class="list_indent_td">• TAR UMT Penang Branch Campus</td>
</tr>
</table>
<br class="highlightNone">
<p>Working Days: < 40 min</p>
<p>✔️ Special Student Price</p>
<br class="highlightNone"><br class="highlightNone">
<ul class="list-unstyled mt-3 mb-4">
<li>Service Charge</li>
<h5 class="fw-bold">from MYR 12.88</h5>
</ul>
<a href="https://wa.link/0dw5ow" type="button" class="w-100 btn btn-lg btn-success" target="_blank">Negotiate now</a>
</div>
</div>
</div>
<!-- INDUSTRIAL PLC REPLACEMENT SERVICES -->
<div class="col">
<div class="card mb-4 rounded-3 shadow-sm">
<div class="card-header py-3 text-bg-success border-primary">
<h4 class="my-0 fw-normal text-light">Industrial PLC</h4>
<h5 class="my-0 fw-normal text-light">Replacement Services</h5>
</div>
<div class="card-body">
<img src="images/omron.png" alt="Omron" height="100px">
<br class="highlightNone">
<img src="images/mitsubishi-electric.png" alt="Mitsubishi Electric" height="100px">
<br class="highlightNone"><br class="highlightNone">
<table>
<tr>
<td class="list_indent_td"><h5>We also specialized in: -</h5></td>
</tr>
<tr>
<td class="list_indent_td">• Machinery Electrical Control System Troubleshoots, Repairs & Modifications</td>
</tr>
<tr>
<td class="list_indent_td">• Automation PLC Programming</td>
</tr>
<tr>
<td class="list_indent_td">• Electrical Control Panel Building & Installation for Manufacturing Plant</td>
</tr>
<tr>
<td class="list_indent_td">and many more ...</td>
</tr>
</table>
<br class="highlightNone">
<img src="images/plc-omron-mitsubishi.png" alt="Omron PLC VS Mitsubishi PLC" width="220px">
<!-- 178 -->
<br class="highlightNone"><br class="highlightNone">
<table>
<tr>
<td class="list_indent_td"><h5>Location📍:</h5></td>
</tr>
<tr>
<td class="list_indent_td">• Penang (Mainland & Island)</td>
</tr>
<tr>
<td class="list_indent_td">• Kedah</td>
</tr>
<tr>
<td class="list_indent_td">• Perak</td>
</tr>
<tr>
<td class="list_indent_td">and many more ...</td>
</tr>
</table>
<br class="highlightNone"><br class="highlightNone">
<ul class="list-unstyled mt-3 mb-4">
<li>K.B. Electrical (Boon):</li>
<li>(+60) 12 484 9898</li>
</ul>
<a href="https://wa.link/28ytnh" type="button" class="w-100 btn btn-lg btn-outline-success" target="_blank">Consult now</a>
</div>
</div>
</div>
</div>
<!-- SECOND ROW SERVICES PACKAGE -->
<div class="services_package_div row row-cols-md-3 mb-3 text-center">
<!-- LAPTOP RAM UPGRADE SERVICES -->
<div class="col">
<div class="card mb-4 rounded-3 shadow-sm">
<div class="card-header py-3 text-bg-success border-primary">
<h4 class="my-0 fw-normal text-light">Laptop RAM</h4>
<h5 class="my-0 fw-normal text-light">Upgrade Services</h5>
</div>
<div class="card-body">
<img src="images/kingston.png" alt="Kingston" height="100px">
<br class="highlightNone"><br class="highlightNone">
<img src="images/kingston-fury-ddr5.png" alt="Kingston FURY™ DDR5 SODIMM RAM" height="100px">
<br class="highlightNone"><br class="highlightNone">
<table>
<tr>
<td class="list_indent_td"><h5>Recommended RAM Brands</h5></td>
</tr>
<tr>
<td class="list_indent_td">• Kingston FURY™</td>
</tr>
</table>
<br class="highlightNone">
<table>
<tr>
<td class="list_indent_td"><h5>Brief steps we will go through: -</h5></td>
</tr>
<tr>
<td class="list_indent_td">1) Uncasing laptop bottom plastic cover carefully.</td>
</tr>
<tr>
<td class="list_indent_td">2) Inserting RAM into the empty RAM slot.</td>
</tr>
<tr>
<td class="list_indent_td">3) Casing back the plastic cover tightly.</td>
</tr>
</table>
<br class="highlightNone">
<table>
<tr>
<td class="list_indent_td"><h5>Location📍:</h5></td>
</tr>
<tr>
<td class="list_indent_td">• TAR UMT Penang Branch Campus</td>
</tr>
</table>
<br class="highlightNone">
<p>Working Days: < 1 hour</p>
<p>✔️ Special Student Price</p>
<br class="highlightNone"><br class="highlightNone">
<ul class="list-unstyled mt-3 mb-4">
<li>Service Charge</li>
<h5 class="fw-bold">MYR 8.88</h5>
<p>[The price of the RAM component is not included.]</p>
</ul>
<a href="https://wa.link/vkklew" type="button" class="w-100 btn btn-lg btn-outline-success" target="_blank">Reserve now</a>
</div>
</div>
</div>
<!-- MOUSE BUTTON REPLACEMENT SERVICES -->
<div class="col">
<div class="card mb-4 rounded-3 shadow-sm">
<div class="card-header py-3 text-bg-success border-primary">
<h4 class="my-0 fw-normal text-light">Mouse Button</h4>
<h5 class="my-0 fw-normal text-light">Replacement Services</h5>
</div>
<div class="card-body">
<img src="images/logitech.png" alt="Logitech" height="100px">
<br class="highlightNone"><br class="highlightNone">
<img src="images/mouse-button.png" alt="Mouse Microswitch Button" height="100px">
<br class="highlightNone"><br class="highlightNone">
<h5 class="subtitle_h5">Mouse's Microswitch Types</h5>
<table class="border_table">
<tr>
<th class="list_indent_td table_column1 logitech_table_column1">Mouse Models</th>
<th class="list_indent_td table_column2 logitech_table_column2 table_subject">Types</th>
</tr>
<tr>
<th class="list_indent_td table_column1 logitech_table_column1">Logitech 220</th>
<td class="list_indent_td table_column2 logitech_table_column2">2-pin</td>
</tr>
<tr>
<th class="list_indent_td table_column1 logitech_table_column1">Logitech 330</th>
<td class="list_indent_td table_column2 logitech_table_column2">2-pin</em></td>
</tr>
<tr>
<th class="list_indent_td table_column1 logitech_table_column1">Logitech 590</th>
<td class="list_indent_td table_column2 logitech_table_column2">2-pin</em></td>
</tr>
<tr>
<th class="list_indent_td table_column1 logitech_table_column1">Logitech G700</th>
<td class="list_indent_td table_column2 logitech_table_column2">3-pin</em></td>
</tr>
<tr>
<th class="list_indent_td table_column1 logitech_table_column1">Logitech MX Master</th>
<td class="list_indent_td table_column2 logitech_table_column2">4-pin</em></td>
</tr>
<tr>
<td colspan="3">and many more ...</td>
</tr>
</table>
<br class="highlightNone">
<h5 class="subtitle_h5">Microswitch Details</h5>
<table class="border_table">
<tr>
<th class="list_indent_td table_column1 logitech2_table_column1">Brand</th>
<th class="list_indent_td table_column2 logitech2_table_column2 table_subject">Kailh <em>(Kaihua Electronics)</em></th>
</tr>
<tr>
<th class="list_indent_td table_column1 logitech2_table_column1">Clicking Noise</th>
<td class="list_indent_td table_column2 logitech2_table_column2">Silent</td>
</tr>
<tr>
<th class="list_indent_td table_column1 logitech2_table_column1">Lifespan</th>
<td class="list_indent_td table_column2 logitech2_table_column2">Millions Clicks <em>(estimated)</em></td>
</tr>
</table>
<br class="highlightNone">
<h5 class="subtitle_h5">Stock Quantity</h5>
<table class="border_table">
<tr>
<th class="list_indent_td table_column1 logitech3_table_column1">Variations</th>
<th class="list_indent_td table_column2 logitech3_table_column2 table_subject">Availability</em></th>
</tr>
<tr>
<th class="list_indent_td table_column1 logitech3_table_column1">2-pin</th>
<td class="list_indent_td table_column2 logitech3_table_column2">9 pcs</td>
</tr>
<tr>
<th class="list_indent_td table_column1 logitech3_table_column1">3-pin</th>
<td class="list_indent_td table_column2 logitech3_table_column2">0 pcs <br class="highlightNone"><em>(need to order)</em></td>
</tr>
<tr>
<th class="list_indent_td table_column1 logitech3_table_column1">4-pin</th>
<td class="list_indent_td table_column2 logitech3_table_column2">0 pcs <br class="highlightNone"><em>(need to order)</em></td>
</tr>
</table>
<br class="highlightNone">
<table>
<tr>
<td class="list_indent_td"><h5>Location📍:</h5></td>
</tr>
<tr>
<td class="list_indent_td">• TAR UMT Penang Branch Campus</td>
</tr>
</table>
<br class="highlightNone">
<p>Working Days: < 7 days</p>
<p>✔️ Special Student Price</p>
<br class="highlightNone"><br class="highlightNone">
<ul class="list-unstyled mt-3 mb-4">
<li>Repair Labour Fee</li>
<h5 class="fw-bold">from MYR 8.88</h5>
<p>[The price of the new microswitch component is not included.]</p>
</ul>
<a href="https://wa.link/lmomif" type="button" class="w-100 btn btn-lg btn-outline-success" target="_blank">Order now</a>
</div>
</div>
</div>
<!-- MULTIMEDIA SPEAKERS REPLACEMENT SERVICES -->
<div class="col">
<div class="card mb-4 rounded-3 shadow-sm">
<div class="card-header py-3 text-bg-success border-primary">
<h4 class="my-0 fw-normal text-light">Multimedia Speakers</h4>
<h5 class="my-0 fw-normal text-light">Replacement Services</h5>
</div>
<div class="card-body">
<img src="images/logitech-Z407-bluetooth-computer-speakers-with-subwoofer-and-wireless-control.png" alt="Computer Speakers" height="100px">
<br class="highlightNone"><br class="highlightNone">
<img src="images/speaker-damaged-vs-new.png" alt="Damaged Speaker VS New Speaker" width="220px">
<br class="highlightNone"><br class="highlightNone">
<table>
<tr>
<td class="list_indent_td"><h5>Brief steps we will go through: -</h5></td>
</tr>
<tr>
<td class="list_indent_td">1) Uncasing the cover of the speakers.</td>
</tr>
<tr>
<td class="list_indent_td">2) Disassembling out the damaged speakers.</td>
</tr>
<tr>
<td class="list_indent_td">3) Checking the details of the damaged speakers.</td>
</tr>
<tr>
<td class="list_indent_td">4) Dropping an order for the new compatible speakers from mainland China supplier by us.</td>
</tr>
<tr>
<td class="list_indent_td">5) Soldering the new speakers completed with electrical circuit using soldering iron.</td>
</tr>
<tr>
<td class="list_indent_td">6) Casing back the cover tightly.</td>
</tr>
</table>
<br class="highlightNone">
<table>
<tr>
<td class="list_indent_td"><h5>Location📍:</h5></td>
</tr>
<tr>
<td class="list_indent_td">• TAR UMT Penang Branch Campus</td>
</tr>
</table>
<br class="highlightNone">
<p>Working Days: < 7 days <br class="highlightNone"> <em>(counts from the moment of new speakers arrives)</em></p>
<p>✔️ Special Student Price</p>
<br class="highlightNone"><br class="highlightNone">
<ul class="list-unstyled mt-3 mb-4">
<li>Repair Labour Fee</li>
<h5 class="fw-bold">from MYR 8.88</h5>
<p>[The price of the new speakers are not included.]</p>
</ul>
<a href="https://wa.link/7zg283" type="button" class="w-100 btn btn-lg btn-outline-success" target="_blank">Quote now</a>
</div>
</div>
</div>
</div>
<!-- THIRD ROW SERVICES PACKAGE -->
<div class="services_package_div row row-cols-md-3 mb-3 text-center">
<!-- CALCULATOR BATTERY REPLACEMENT SERVICES -->
<div class="col">
<div class="card mb-4 rounded-3 shadow-sm">
<div class="card-header py-3 text-bg-success border-primary">
<h4 class="my-0 fw-normal text-light">Calculator Battery</h4>
<h5 class="my-0 fw-normal text-light">Replacement Services</h5>
</div>
<div class="card-body">
<img src="images/casio.png" alt="Casio Scientific Calculators" height="100px">
<br class="highlightNone"><br class="highlightNone">
<table>
<tr>
<td class="subtitle_h5"><h5>Casio Scientific Calculator</h5></td>
</tr>
<tr>
<td class="list_indent_td">• fx-570MS</td>
</tr>
<tr>
<td class="list_indent_td">• fx-570ES PLUS</td>
<!-- 157 / 303 / 357 / AG13 / EPX76 / LR44 / S76 / SG13 / SR44 -->
</tr>
</table>
<br class="highlightNone">
<img src="images/panasonic-energizer.png" alt="Panasonic & Energizer" height="100px">
<br class="highlightNone"><br class="highlightNone">
<h5 class="subtitle_h5">Alkaline Battery Details</h5>
<table class="border_table">
<tr>
<th class="list_indent_td casio_table_column1">Brand</th>
<th class="list_indent_td casio_table_column2 table_subject">Panasonic</th>
<th class="list_indent_td casio_table_column3 table_subject">Energizer</th>
</tr>
<tr>
<th class="list_indent_td casio_table_column1">Model</th>
<td class="list_indent_td casio_table_column2">LR44</td>
<td class="list_indent_td casio_table_column3">A76</td>
</tr>
<tr>
<th class="list_indent_td casio_table_column1">Cell Size</th>
<td class="list_indent_td casio_table_column2">LR44, A76, AG13, 357A, G13A, L1154</td>
<td class="list_indent_td casio_table_column3">A76, LR44, BP2</td>
<!-- 157 / 303 / 357 / AG13 / EPX76 / LR44 / S76 / SG13 / SR44 -->
</tr>
<tr>
<th class="list_indent_td casio_table_column1">Type</th>
<td class="list_indent_td casio_table_column2" colspan="2">Miniature Alkaline</td>
</tr>
<tr>
<th class="list_indent_td casio_table_column1">Voltage</th>
<td class="list_indent_td casio_table_column2" colspan="2">1.5V</td>
</tr>
<tr>
<th class="list_indent_td casio_table_column1">Diameter</th>
<td class="list_indent_td casio_table_column2" colspan="2">11.6mm</td>
</tr>
<tr>
<th class="list_indent_td casio_table_column1">Height</th>
<td class="list_indent_td casio_table_column2" colspan="2">5.4mm</td>
</tr>
</table>
<br class="highlightNone">
<table>
<tr>
<td class="list_indent_td"><h5>Brief steps we will go through: -</h5></td>
</tr>
<tr>
<td class="list_indent_td">1) Uncasing small plastic cover at the bottom of calculator carefully.</td>
</tr>
<tr>
<td class="list_indent_td">2) Replacing new battery into the battery slot.</td>
</tr>
<tr>
<td class="list_indent_td">3) Casing back the plastic cover tightly.</td>
</tr>
</table>
<br class="highlightNone">
<table>
<tr>
<td class="list_indent_td"><h5>Location📍:</h5></td>
</tr>
<tr>
<td class="list_indent_td">• TAR UMT Penang Branch Campus</td>
</tr>
</table>
<br class="highlightNone">
<p>Working Days: < 5 minutes</p>
<p>✔️ Special Student Price</p>
<br class="highlightNone"><br class="highlightNone">
<ul class="list-unstyled mt-3 mb-4">
<li>Service Charge</li>
<h5 class="fw-bold">MYR 3.88</h5>
<p>[The price of the new alkaline battery is included.]</p>
</ul>
<a href="https://wa.link/yrkr8a" type="button" class="w-100 btn btn-lg btn-outline-success" target="_blank">Reserve now</a>
</div>
</div>
</div>
<!-- REMOTE CONTROL BATTERY REPLACEMENT SERVICES -->
<div class="col">
<div class="card mb-4 rounded-3 shadow-sm">
<div class="card-header py-3 text-bg-success border-primary">
<h4 class="my-0 fw-normal text-light">Remote Control Battery</h4>
<h5 class="my-0 fw-normal text-light">Replacement Services</h5>
</div>
<div class="card-body">
<img src="images/remote-control-alkaline-battery.png" alt="Remote Control & Alkaline Battery" height="100px">
<br class="highlightNone"><br class="highlightNone">
<table>
<tr>
<td class="subtitle_h5"><h5>Remote Control</h5></td>
</tr>
<tr>
<td class="list_indent_td">• Autogate RC</td>
</tr>
</table>
<br class="highlightNone">
<h5 class="subtitle_h5">Alkaline Battery Details</h5>
<table class="border_table">
<tr>
<th class="list_indent_td table_column1 logitech_table_column1" id="remote_control_specification" colspan="2">Specifications</th>
</tr>
<tr>
<th class="list_indent_td table_column1 logitech_table_column1">Voltage</th>
<td class="list_indent_td table_column2 logitech_table_column2">12V</td>
</tr>
<tr>
<th class="list_indent_td table_column1 logitech_table_column1">Electric Current</th>
<td class="list_indent_td table_column2 logitech_table_column2">23A</td>
</tr>
<tr>
<th class="list_indent_td table_column1 logitech_table_column1">Size</th>
<td class="list_indent_td table_column2 logitech_table_column2">2.8cm*1.0cm</td>
</tr>
<tr>
<th class="list_indent_td table_column1 logitech_table_column1">Lifespan</th>
<td class="list_indent_td table_column2 logitech_table_column2">3 years <em>(estimated)</em></td>
</tr>
</table>
<br class="highlightNone">
<table>
<tr>
<td class="list_indent_td"><h5>Brief steps we will go through: -</h5></td>
</tr>
<tr>
<td class="list_indent_td">1) Uncasing plastic cover at the bottom of remote control carefully.</td>
</tr>
<tr>
<td class="list_indent_td">2) Replacing new battery into the battery slot.</td>
</tr>
<tr>
<td class="list_indent_td">3) Casing back the plastic cover tightly.</td>
</tr>
</table>
<br class="highlightNone">
<table>
<tr>
<td class="list_indent_td"><h5>Location📍:</h5></td>
</tr>
<tr>
<td class="list_indent_td">• TAR UMT Penang Branch Campus</td>
</tr>
</table>
<br class="highlightNone">
<p>Working Days: < 5 min</p>
<p>✔️ Special Student Price</p>
<br class="highlightNone"><br class="highlightNone">
<ul class="list-unstyled mt-3 mb-4">
<li>Service Charge</li>
<h5 class="fw-bold">MYR 3.88</h5>
<p>[The price of the new alkaline battery is included.]</p>
</ul>
<a href="https://wa.link/af656r" type="button" class="w-100 btn btn-lg btn-outline-success" target="_blank">Reserve now</a>
</div>
</div>
</div>
<!-- MECHANICAL PENCIL REPLACEMENT SERVICES -->
<div class="col">
<div class="card mb-4 rounded-3 shadow-sm">
<div class="card-header py-3 text-bg-success border-primary">
<h4 class="my-0 fw-normal text-light">Mechanical Pencil</h4>
<h5 class="my-0 fw-normal text-light">Maintenance Services</h5>
</div>
<div class="card-body">
<img src="images/pilot.png" alt="Pilot Japan" height="100px">
<br class="highlightNone"><br class="highlightNone">
<img src="images/mechanical-pencil.png" alt="Pilot Mechanical Pencil" width="220px">
<br class="highlightNone"><br class="highlightNone">
<table>
<tr>
<td class="list_indent_td"><h5>Brief steps we will go through: -</h5></td>
</tr>
<tr>
<td class="list_indent_td">1) Disassembling out all components of the mechanical pencil.</td>
</tr>
<tr>
<td class="list_indent_td">2) Identiying the cause of malfunction in the mechanical pencil.</td>
</tr>
<tr>
<td class="list_indent_td">3) Repairing and troubleshooting the problem with our professional experiences more than 10 years.</td>
</tr>
<tr>
<td class="list_indent_td">4) Reassembling back all the components of the mechanical pencil together completely.</td>
</tr>
</table>
<br class="highlightNone">
<table>
<tr>
<td class="list_indent_td"><h5>Location📍:</h5></td>
</tr>
<tr>
<td class="list_indent_td">• TAR UMT Penang Branch Campus</td>
</tr>
</table>
<br class="highlightNone">
<p>Working Days: < 7 days <br class="highlightNone"> <em>(counts from the moment of new speakers arrives)</em></p>
<p>✔️ Special Student Price</p>
<br class="highlightNone"><br class="highlightNone">
<ul class="list-unstyled mt-3 mb-4">
<li>Repair Labour Fee</li>
<h5 class="fw-bold">from MYR 2.88</h5>
</ul>
<a href="https://wa.link/vi7czm" type="button" class="w-100 btn btn-lg btn-outline-success" target="_blank">Reserve now</a>
</div>
</div>
</div>
</div>
</body>
<footer class="py-3 my-4">
<!-- NAVIGATION -->
<ul class="nav justify-content-center mb-3">
<li class="nav-item"><a href="index.html" class="nav-link px-2 text-muted">Home</a></li>
<li class="nav-item"><a href="services.html" class="nav-link px-2 text-muted">Services</a></li>
<li class="nav-item"><a href="products.html" class="nav-link px-2 text-muted">Products</a></li>
<li class="nav-item"><a href="payment-methods.html" class="nav-link px-2 text-muted">Payment-Methods</a></li>
<li class="nav-item"><a href="faqs.html" class="nav-link px-2 text-muted">FAQs</a></li>
<li class="nav-item"><a href="about-us.html" class="nav-link px-2 text-muted">About-Us</a></li>
</ul>
<hr>
<center>
<img id="yt-logo-footer" src="images/tct-logo.png" alt="Yottasoft Technology" height="125">
</center>
<!-- @ 2022 Company Inc. -->
<p class="text-center text-muted">
Copyright © 2021-2025 Thomas Comonics Technology
<br class="highlightNone"> All rights reserved.
</p>
</footer>
</html>