-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
191 lines (178 loc) · 7.47 KB
/
Copy pathindex.html
File metadata and controls
191 lines (178 loc) · 7.47 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title >TechTronics</title>
<!--Title Icon-->
<link rel="title icon" href="images/shopping-bag-line.png">
<!--Link to CSS-->
<link rel="Stylesheet" href="Style.css">
<!--Icons link-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet"/>
</head>
<body>
<!--Header-->
<header>
<!--Nav-->
<div class="nav container">
<!--Menu Icon-->
<i class="ri-menu-line" id="menu-icon"></i>
<!--Logo-->
<a href="index.html" class="logo"><img src="images/TEchtronics.png" alt="logo images"></a>
<!--Nav links-->
<div class="nav-links">
<a href="index.html" class="nav-links"> Store </a>
<a href="apple.html" class="nav-links"> Apple </a>
<a href="samsung.html" class="nav-links"> Samsung </a>
<a href="pixel.html" class="nav-links"> Google Pixel </a>
</div>
<!--Profile Image-->
<a href="loginPage.html" class="profile-img"><img src="images/profile.png" alt=""></a>
<!-- cart-icon -->
<div class="cart-icon" id="cart-icon">
<i class="ri-shopping-cart-2-line"></i>
<span id="cart-icon">0</span>
</div>
</header>
<!--Home-->
<section class="home" id="home">
<div class="home-data container">
<div class="home-text">
<h3>Welcome To TechTronics</h3>
<h2><span>The perfect moment</span> <br> Between past and <br> Future</h2>
<p>Experince the future of technology with us to enhance your digital lifestyle.
</p>
<div class="home-btns">
<a href="#collection" class="explore-btn btn">Explore Latest Products</a>
</div>
<h4>Already a member of our company <a href="loginPage.html">Sign In</a></h4>
</div>
<!--Home Image-->
<div class="home-img">
<img src="images/phoneimages.png" alt="">
</div>
</div>
</section>
<!-- Product Slider Section -->
<section class="product-slider container" id="collection">
<h2 class="slider-title">Latest Products</h2>
<div class="slider">
<div class="slides">
<div class="product-box">
<img src="images/apple products/apple watch ultra.jpg" alt="Product 1">
<a href="apple.html" class="product-name">Apple Watch Ultra</a>
</div>
<div class="product-box">
<img src="images/pixel products/7pro.jpg" alt="Product 2">
<a href="pixel.html" class="product-name">Pixel 7 Pro</a>
</div>
<div class="product-box">
<img src="images/samsung products/S25 ultra.jpg" alt="Product 3">
<a href="samsung.html" class="product-name">Samsung Galaxy S25 Ultra</a>
</div>
<div class="product-box">
<img src="images/apple products/iphone 16 pro max.jpg" alt="Product 4">
<a href="apple.html" class="product-name">iPhone 16 Pro Max</a>
</div>
<div class="product-box">
<img src="images/apple products/iphone 17 pro.jpg" alt="Product 5">
<a href="apple.html" class="product-name">iPhone 17 Pro</a>
</div>
</div>
<button class="prev">❮</button>
<button class="next">❯</button>
</div>
</section>
<!--Highlight 1 pixel products-->
<section class="highlight-1 container">
<img src="images/pixel products.png" alt="" class="highlight-img">
<div class="highlight-text">
<h2 class="heading-title">Made to Capture Your World.</h2>
<p>Step into the future with Google Pixel.
Known for its brilliant cameras, seamless software, and smart accessories,
Pixel products bring you the best of Google innovation in the palm of your hand.
</p>
<a href="pixel.html" class="highlight-btn btn">Shop Now</a>
</div>
</section>
<!--Highlight 2 apple products-->
<section class="highlight-2 container">
<div class="highlight-text">
<h2 class="heading-title">Think Different. Live Different.</h2>
<p>Experience the perfect blend of innovation and elegance with Apple.
From the powerful iPhone to the sleek Apple Watch and AirPods,
every product is designed to make your life smarter, simpler, and more stylish.
</p>
<a href="apple.html" class="highlight-btn btn">Shop Now</a>
</div>
<img src="images/apple products.png" alt="" class="highlight-img">
</section>
<!--Highlight 3 samsung products-->
<section class="highlight-3 container">
<img src="images/samsung products.png" alt="" class="highlight-img">
<div class="highlight-text">
<h2 class="heading-title">Innovation for Every Moment.</h2>
<p>Discover limitless possibilities with Samsung. Whether it’s cutting-edge Galaxy smartphones,
immersive Galaxy Buds, or feature-rich smartwatches, Samsung delivers technology
that keeps you connected and ahead of the curve.
</p>
<a href="samsung.html" class="highlight-btn btn">Shop Now</a>
</div>
</section>
<!--Promotion-->
<section class="promotion">
<div class="promotion-container container">
<div class="promotion-text">
<h2 class="heading-title">Sale up to 50% offer</h2>
<p>Apple Watch Series 4</p>
<a href="apple.html" class="highlight-btn btn">Buy Now</a>
</div>
<img src="images/promotion.png" alt="" class="promotion-img">
</div>
</section>
<!--Footer-->
<section class="footer container">
<div class="footer-box">
<h3>Our Services</h3>
<a href="/">Luxury Brands</a>
<a href="/">Secure Online Payments</a>
<a href="/">Free Returns</a>
</div>
<div class="footer-box">
<h3>Our Products</h3>
<a href="apple.html">Apple Products</a>
<a href="samsung.html">Samsung Products</a>
<a href="pixel.html">Google Pixel Products</a>
</div>
<div class="footer-box">
<h3>Contact</h3>
<a href="/">Colommbo road- 873/a</a>
<a href="tel:+94 876123456">+94 876123456</a>
<a href="mail to:[email protected]">[email protected]</a>
</div>
<div class="copyright container">
<p>© 2025 Copyright</p>
<div class="social">
<a href="/"><i class="ri-facebook-line"></i></a>
<a href="/"><i class="ri-instagram-line"></i></a>
<a href="/"><i class="ri-twitter-x-line"></i></a>
</div>
</div>
</section>
<!-- cart model -->
<div class="cart-model" id="cart-model">
<div class="cart-head">
<h2>Your Cart</h2>
<button class="close-btn">X</button>
</div>
<ul id="cart-item">
<!-- cart added items -->
</ul>
<div class="cart-total">Total: $<span id="total-price">0</span></div>
<div class="checkout-btn">Checkout</div>
</div>
<!--Link to Js-->
<script src="Script.js"></script>
</body>
</html>