-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproducts.html
89 lines (77 loc) · 4.12 KB
/
products.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
<!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>Products - 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-light">Services</a></li>
<li><a href="products.html" class="nav-link px-2 text-warning">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>
<div class="pageTitle_description_div">
<center><h1 class="display-6 fw-normal">Products</h1></center>
<center>
<p class="fs-5 text-muted">
Web Development of our PRODUCTS page is still in progress...
</p>
</center>
</div>
<center>
<img src="images/product-categories.png" alt="Product Categories" height="555px">
</center>
</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> All rights reserved.
</p>
</footer>
</html>