-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproducts.html
More file actions
163 lines (151 loc) · 6.8 KB
/
products.html
File metadata and controls
163 lines (151 loc) · 6.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Products - Sharp Computers</title>
<link rel="icon" type="image/png" href="assets/images/favicon.png">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
</head>
<body>
<header class="header">
<div class="container header-container">
<a href="index.html" class="logo">
<img src="assets/logos/logo.jpg" alt="Sharp Computers Logo">
</a>
<nav class="navbar">
<ul class="nav-links">
<li><a href="index.html" class="active">Home</a></li>
<li><a href="products.html">Products</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html" class="btn-primary">Contact Us</a></li>
</ul>
<div class="hamburger">
<span></span>
<span></span>
<span></span>
</div>
</nav>
</div>
</header>
<!-- Page Header -->
<section class="page-header">
<div class="container text-center">
<h2>Our Products & Partners</h2>
<p>Quality Hardware and Software from Global Brands</p>
</div>
</section>
<!-- Products Grid -->
<section class="section-padding">
<div class="container">
<div class="section-header text-center">
<h2>Product Range</h2>
<div class="line"></div>
<p>We supply a wide range of IT and electronic products sourced from trusted brands.</p>
</div>
<div class="search-container margin-bottom-medium text-center">
<input type="text" id="product-search" placeholder="Search for products..." class="search-input">
</div>
<div id="all-products-grid">
<!-- Products will be loaded here via JS -->
<div class="text-center">Loading products...</div>
</div>
</div>
</section>
<!-- Brands Section -->
<section class="brands-section section-padding bg-light">
<div class="container">
<div class="section-header text-center fade-in-up">
<h2>Our Technology Partners</h2>
<p>We work with industry-leading brands to ensure quality and reliability.</p>
</div>
<div class="brands-grid">
<div class="brand-card">Dell</div>
<div class="brand-card">HP</div>
<div class="brand-card">Lenovo</div>
<div class="brand-card">Intel</div>
<div class="brand-card">Canon</div>
<div class="brand-card">BenQ</div>
<div class="brand-card">Tally</div>
<div class="brand-card">Hikvision</div>
</div>
</div>
</section>
<!-- Footer -->
<div class="divider"></div>
<!-- Footer -->
<footer class="footer">
<div class="container footer-content" style="gap: 1rem;">
<div class="footer-col">
<h3>Sharp Computers</h3>
<p>Tally Certified 3-Star Partner. 25+ Years of IT Excellence.</p>
<div class="social-links">
<a href="#"><i class="fa-brands fa-facebook-f"></i></a>
<a href="#"><i class="fa-brands fa-twitter"></i></a>
<a href="#"><i class="fa-brands fa-linkedin-in"></i></a>
</div>
</div>
<div class="footer-col">
<h3>Quick Links</h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="products.html">Products</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="terms.html">Terms & Conditions</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
</ul>
</div>
<div class="footer-col">
<h3>Categories</h3>
<ul>
<li><a href="index.html#laptops---desktops">Laptops & Desktops</a></li>
<li><a href="index.html#gaming-peripherals">Gaming Peripherals</a></li>
<li><a href="index.html#office-solutions">Office Solutions</a></li>
<li><a href="index.html#pc-components">PC Components</a></li>
<li><a href="index.html#networking---switches">Networking Switches</a></li>
<li><a href="index.html#networking---routers">Networking Routers</a></li>
<li><a href="index.html#networking---adapters">Networking Adapters</a></li>
</ul>
</div>
<div class="footer-col">
<h3>Contact Info</h3>
<ul>
<li><i class="fa-solid fa-location-dot"></i> Gandhinagar, Vijayawada - 520003</li>
<li><i class="fa-solid fa-phone"></i> +91 98493 48485</li>
<li><i class="fa-solid fa-envelope"></i><a
href="mailto:sharpcomputers.vaj@gmail.com">sharpcomputers.vaj@gmail.com</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2026 Sharp Computers. All Rights Reserved.</p>
</div>
</footer>
<!-- Product Modal -->
<div id="product-modal" class="modal-overlay">
<div class="modal-content">
<button id="close-modal" class="close-modal">×</button>
<div class="modal-body">
<div class="modal-image">
<img id="modal-img" src="" alt="Product Image">
</div>
<div class="modal-details">
<span id="modal-category" class="modal-category">Category</span>
<h2 id="modal-title">Product Name</h2>
<p id="modal-price" class="modal-price">Price</p>
<p id="modal-description" class="modal-description">Description goes here...</p>
<p id="modal-availability" class="modal-stock">In Stock</p>
<a href="contact.html" class="btn-primary">Enquire Now</a>
</div>
</div>
</div>
</div>
<script src="js/script.js"></script>
<script src="js/all_products.js"></script>
</body>
</html>