Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslimfc committed Oct 24, 2024
1 parent d8737c5 commit 81b8712
Show file tree
Hide file tree
Showing 7 changed files with 425 additions and 165 deletions.
349 changes: 187 additions & 162 deletions about-us.html

Large diffs are not rendered by default.

189 changes: 189 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,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>
Binary file added images/public-bank.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/tct-full-logo-blue-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/tct-full-logo-blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/tct-full-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 49 additions & 3 deletions style_tct.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,48 @@
s/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* General */
.highlightNone {
user-select: none;
}

hr {
border: none;
height: 2px;
background: linear-gradient(to right, #007BFF, #00C6FF);
border-radius: 5px;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
margin: 20px 0;
}

.businessInformation {
border: 2px solid #dcdcdc;
border-radius: 15px;
padding: 20px;
max-width: 680px;
transition: all 0.3s ease;
box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

.eCommercePlatform {
border: 2px solid #dcdcdc;
border-radius: 15px;
padding: 20px;
max-width: 680px;
transition: all 0.3s ease;
box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
cursor: pointer;
}
.eCommercePlatform:hover {
border-color: #007BFF;
box-shadow: 4px 4px 12px rgba(0, 123, 255, 0.2);
transform: translateY(-5px);
}

.eCommercePlatform img {
transition: transform 0.3s ease;
}
.eCommercePlatform:hover img {
transform: scale(1.05);
}


/* Body */
Expand All @@ -10,7 +54,9 @@ s/* -------------------------------------------------- */

.home_courier_service_div
{
margin: 2% 0 8% 25%;
margin-left: 35%;
/* margin: 25% 0; */
/* margin: 2% 0 8% 25%; */
}

.services_package_div, .payment_pricing_div
Expand Down Expand Up @@ -434,7 +480,7 @@ $blue: #03b5d2; */

h2, h3, h4
{
color: #ffffff;
/* color: #ffffff; */
}

.shopee-left-table-h4
Expand Down

0 comments on commit 81b8712

Please sign in to comment.