-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathItemsPageBroustroup.html
276 lines (223 loc) · 9.75 KB
/
ItemsPageBroustroup.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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Computer Part Online Shoping Items</title>
<link rel="stylesheet" type="text/css" href="Sample/Css/dist/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="Sample/Css/sampleFileMain.css">
<script type="text/javascript" src="Sample/js/cartAddRemove.js"></script>
</head>
<body>
<!--left icons and heding ............................................................................................................
-->
<div class="container begin1" >
<h1 style="font-family: monospace; font-weight: bold; font-size: 50px; text-align:right; color: #990000;">Computer Part Online Shop</h1>
<div class="p-3 text-center bg-white border-bottom">
<div class="container ">
<div class="row">
<div class="col-md-4 d-flex justify-content-center justify-content-md-start mb-3 mb-md-0">
<a href="#!" class="ms-md-2">
<img src="Pic/badGuy1.png" height="60px" /></a>
</div>
<!-- shearch bar ................................................................................................................
-->
<div class="col-md-4 ">
<form class="d-flex input-group w-auto my-auto mb-3 mb-md-0">
<input class="form-control me-2" autocomplete="off" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success" type="submit">Search</button>
<span class="input-group-text border-0 d-none d-lg-flex"><i class="fas fa-search"></i></span>
</form>
</div>
<!-- notification icon .......................................................................................................
-->
<div class="col-md-4 d-flex justify-content-center justify-content-md-end align-items-center">
<div class="d-flex">
<a class="text-reset me-3" href="Sample/MyOrders.htm">
<span><i class="fas fa-shopping-cart"></i></span>
<span class="badge rounded-pill badge-notification bg-danger">Notification and Order List</span>
</a> <p id="demoOrder" class="align-items-center">helo</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Navbar begin ............................................................................................................................
-->
<nav class="navbar navbar-expand-lg navbar-light bg-white">
<!-- Container wrapper -->
<div class="container justify-content-center justify-content-md-between">
<!-- Left links -->
<ul class="navbar-nav flex-row">
<li class="nav-item me-2 me-lg-0">
<a href="ComputerPartHomePage.html" class="nav-link" role="button" data-mdb-toggle="sidenav" data-mdb-target="#sidenav-1"
class="btn shadow-0 p-0 me-3" aria-controls="#sidenav-1" aria-haspopup="true">
<i class="fas fa-bars me-1"></i>
<span>Menu</span>
</a>
</li>
<li class="nav-item me-2 me-lg-0 d-none d-md-inline-block">
<a class="nav-link" href="ContactPage.htm">Contact</a>
</li>
<li class="nav-item me-2 me-lg-0 d-none d-md-inline-block">
<a class="nav-link" href="AboutPage.html">About Us</a>
</li>
<li class="nav-item me-2 me-lg-0 d-none d-md-inline-block">
<a class="nav-link" href="LoginPage.html">Login</a>
</li>
</ul>
<!-- Left links -->
<button class="btn btn-outline-primary" data-mdb-ripple-color="dark" type="button">
Download List Of Computer Parts Prise<i class="fas fa-download ms-2"></i>
</button>
</div>
<!-- Container wrapper -->
</nav>
<!-- items list ............................................................................................................................
-->
<div id="sidenav-1" class="sidenav" role="navigation" data-mdb-hidden="true" data-mdb-accordion="true">
<ul class="sidenav-menu">
<li class="sidenav-item">
<a class="sidenav-link"><i class="fas fa-layer-group pe-3" ></i><span>Brand New Computer And Laptop</span></a>
<ul class="sidenav-collapse show" >
<li class="sidenav-item">
<a class="sidenav-link" href="#WebDevelop" style="color:#4a148c ;">For Web Devoloper</a>
</li>
<li class="sidenav-item">
<a class="sidenav-link" href="#SoftwareEnginner" style="color:#4a148c ;">For Software Enginner</a>
</li>
<li class="sidenav-item">
<a class="sidenav-link" href="#GrapicDesigner" style="color:#4a148c ;">For Grapic Designer</a>
</li>
</ul>
</li>
<li class="sidenav-item">
<a class="sidenav-link"><i class="fas fa-gem pe-3"></i><span>Type of Games</span></a>
<ul class="sidenav-collapse" >
<li class="sidenav-item">
<a class="sidenav-link" href="#OnlineGame" style="color:#004d40 ;">Online Popular Games</a>
</li>
<li class="sidenav-item">
<a class="sidenav-link" href="#OfflineGame" style="color:#004d40 ;">Offline Popular Games</a>
</li>
<li class="sidenav-item">
<a class="sidenav-link" href="#NewGame" style="color:#004d40 ;">New Games</a>
</li>
</ul>
</li>
<li class="sidenav-item">
<a class="sidenav-link"><i class="fas fa-gift pe-3"></i><span>Computer and Laptop Part Devices</span></a>
<ul class="sidenav-collapse" >
<li class="sidenav-item">
<a class="sidenav-link" href="#OutputPart" style="color:#d50000 ;">Output Devices</a>
</li>
<li class="sidenav-item">
<a class="sidenav-link" href="#InputPart" style="color:#d50000 ;">Input Devices</a>
</li>
<li class="sidenav-item">
<a class="sidenav-link" href="#ModiflyPart" style="color:#d50000 ;">Other Modifly Part</a>
</li>
</ul>
</div>
</div>
<div class="container ComLap" >
<div id="WebDevelop" >
<h2>For Web Devoloper</h2>
<iframe src="Sample/brandSample.html" height="500px" width="100%" title="Iframe Example"></iframe>
</div>
<div id="SoftwareEnginner" >
<h2>For Software Enginner</h2>
<iframe src="Sample/brandSample1.htm" height="500px" width="100%" title="Iframe Example"></iframe>
</div>
<div id="GrapicDesigner">
<h2>For Grapic Designer</h2>
<iframe src="Sample/brandSample2.htm" height="500px" width="100%" title="Iframe Example"></iframe>
</div>
</div>
<div class="container GamOnOff">
<div id="OnlineGame" >
<h2>Online Popular Games</h2>
<iframe src="Sample/gameSample.html" height="400px" width="100%" title="Iframe Example"></iframe>
</div>
<div id="OfflineGame" >
<h2>Offline Popular Games</h2>
<iframe src="Sample/gameSample1.htm" height="400px" width="100%" title="Iframe Example"></iframe>
</div>
<div id="NewGame" >
<h2>New Games</h2>
<iframe src="Sample/gameSample2.htm" height="400px" width="100%" title="Iframe Example"></iframe>
</div>
</div>
<div class="container PartComLap">
<div id="OutputPart" >
<h2>Output Devices</h2>
<iframe src="Sample/partsSample.html" height="350px" width="100%" title="Iframe Example"></iframe>
</div>
<div id="InputPart" >
<h2>Input Devices</h2>
<iframe src="Sample/partsSample1.html" height="350px" width="100%" title="Iframe Example"></iframe>
</div>
<div id="ModiflyPart" >
<h2>Other Modifly Part</h2>
<iframe src="Sample/partsSample2.html" height="350px" width="100%" title="Iframe Example"></iframe>
</div>
</div>
<section class="container" style="border: 2px solid red;">
<!-- Footer -->
<footer class="bg-body-tertiary text-center">
<!-- Grid container -->
<div class="container p-4">
<!--Grid row-->
<div class="row">
<!--Grid column-->
<div class="col-lg-6 col-md-12 mb-4 mb-md-0">
<h5 class="text-uppercase">Computer Parts Online Shop</h5>
<p>
Kandy
</p>
</div>
<div class="col-lg-3 col-md-6 mb-4 mb-md-0">
<h5 class="text-uppercase">Main Links</h5>
<ul class="list-unstyled mb-0">
<li>
<a href="ComputerPartHomePage.html" class="text-body">Menu</a>
</li>
<li>
<a href="ContactPage.htm" class="text-body">Contact</a>
</li>
<li>
<a href="AboutPage.html" class="text-body">About</a>
</li>
<li>
<a href="LoginPage.html" class="text-body">Login</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6 mb-4 mb-md-0">
<h5 class="text-uppercase mb-0">Sub Links</h5>
<ul class="list-unstyled">
<li>
<a href="#WebDevelop" class="text-body">Laptops</a>
</li>
<li>
<a href="#OnlineGame" class="text-body">Games</a>
</li>
<li>
<a href="#OutputPart" class="text-body">Computer parts</a>
</li>
<li>
<a href="Sample/MyOrders.htm" class="text-body">Order List</a>
</li>
</ul>
</div>
</div>
</div>
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.05);">
© 2023 Create Dhanushka Mahesh:
<a class="text-body" href="ComputerPartHomePage.html">My WebSite</a>
</div>
</footer>
</section>
</body>
</html>