-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
189 lines (167 loc) · 8.11 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Thomas Cheapsoft Technology (TCT)</title>
<link rel="stylesheet" href="style_about-us.css">
<link rel="icon" href="images/tct-logo.ico">
</head>
<header>
<section>
<div class="topnav">
<table>
<tr>
<td></td><td></td><td></td><td></td>
<td>
<img src="images/tct-logo.png" class="tct-logo" alt="">
</td>
<td></td><td></td><td></td><td></td>
<td>
<a href="index.html">Home</a>
<a href="services.html">Services</a>
<a href="products.html">Products</a>
<div class="dropdown">
<button class="dropbtn">More +
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="payment.html">Payment Methods</a>
<a class="active" href="about-us.html">About Us</a>
</div>
</div>
</td>
</tr>
</table>
</div>
</section>
</header>
<body>
<div id="tct-full-logo-div">
<center>
<img src="images/tct-full-logo.png" id="tct-full-logo" alt="Thomas Cheapsoft Technology">
</center>
</div>
<h3><center>Cheap || Speedy || Efficient</center></h3>
<br>
<h3><center>Follow us on our e-Commerce Platforms!</center></h3>
<br>
<link href='https://fonts.googleapis.com/css?family=League Spartan' rel='stylesheet'>
<table>
<tr>
<td>
<div id="shopee-grid-container">
<table>
<tr>
<td>
<div id="shopee-left-region">
<a href="https://shopee.com.my/tct_penang" target="_blank">
<img src="images/shopee-logo.png" alt="Shopee Malaysia" height="100px" width="">
</a>
</div>
<div id="shopee-right-region">
<h2>Shopee Malaysia</h2>
<br>
<h3>Followers: 3.7k</h3>
<h3>Products: 654</h3>
<h3>Joined: January 2021</h3>
</div>
<div id="shopee-neon-button-wrapper">
<a class="shopee-neon-button" href="https://shopee.com.my/tct_penang" target="_blank">
+ F O L L O W
</a>
</div>
</td>
</tr>
<tr>
<td>
<div id="shopee-left-table">
<br>
<h4 class="shopee-left-table-h4">Shop Name</h4>
<br>
<h4 class="shopee-left-table-h4">Shopee Username</h4>
<br>
<h4 class="shopee-left-table-h4">Shopee Shop Link</h4>
</div>
<div id="shopee-right-table">
<br>
<h4 class="shopee-right-table-h4">PC Software Installation Services</h4>
<br>
<h4 class="shopee-right-table-h4">tct_penang</h3>
<br>
<h4>
<a class="shopee-right-table-h4" href="https://shopee.com.my/tct_penang" target="_blank">
shopee.com.my/tct_penang
</a>
</h4>
</div>
</td>
</tr>
</tr>
</table>
</div>
</td>
</tr>
</table>
<br>
<table>
<tr>
<td>
<div id="lazada-grid-container">
<table>
<tr>
<td>
<div id="lazada-left-region">
<a href="https://www.lazada.com.my/shop/tct-penang" target="_blank">
<img src="images/lazada-logo.png" alt="Shopee Malaysia" height="100px" width="">
</a>
</div>
<div id="lazada-right-region">
<h2>Lazada Malaysia</h2>
<br>
<h3>Followers: 6</h3>
<h3>Products: 1438</h3>
<h3>Joined: 1+ years</h3>
</div>
<div id="lazada-neon-button-wrapper">
<a class="lazada-neon-button" href="https://lazada.com.my/shop/tct-penang" target="_blank">
+ F O L L O W
</a>
</div>
</td>
</tr>
<tr>
<td>
<div id="lazada-left-table">
<br>
<h4 class="lazada-left-table-h4">Lazada Store Name</h4>
<br>
<br>
<br>
<h4 class="lazada-left-table-h4">Lazada Shop Link</h4>
</div>
<div id="lazada-right-table">
<br>
<h4 class="lazada-right-table-h4">TCT Penang</h4>
<br>
<br>
<br>
<h4>
<a class="lazada-right-table-h4" href="https://lazada.com.my/shop/tct-penang" target="_blank">
lazada.com.my/shop/tct-penang
</a>
</h4>
</div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<br>
<h3><center>THANK YOU VERY MUCH</center></h3>
<br>
<h4><center>This is because you are always there when we need you the most.😊</center></h4>
<br><br>
</body>
</html>