-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
267 lines (239 loc) · 11.8 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- mobile metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<!-- site metas -->
<title>GADGET SHOP</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<!-- bootstrap css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- style css -->
<link rel="stylesheet" href="css/design.css">
<link rel="stylesheet" href="css/desayn.css">
<!-- Responsive-->
<link rel="stylesheet" href="css/responsive.css">
<!-- fevicon -->
<link rel="icon" href="images/fevicon.png" type="image/gif" />
<!-- Scrollbar Custom CSS -->
<link rel="stylesheet" href="css/jquery.mCustomScrollbar.min.css">
<!-- Tweaks for older IEs-->
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js" charset="utf-8"></script>
</head>
<!-- body -->
<body class="main-layout">
<!-- loader -->
<div class="loader_bg">
<div class="loader"><img src="images/loading.gif" alt="#" /></div>
</div>
<!-- end loader -->
<!-- header -->
<header>
<!-- header inner -->
<div class="header">
<div class="container-fluid">
<div class="row">
<div class="menu-btn">
<i class="fas fa-bars"></i>
</div>
<div class="side-bar">
<div class="close-btn">
<i class="fas fa-times"></i>
</div>
<div class="menu">
<div class="item"><a href="#"><i class="fas fa-desktop"></i>Home</a></div>
<div class="item">
<a class="sub-btn"><i class="fas fa-table"></i>Products<i class="fas fa-angle-right dropdown"></i></a>
<div class="sub-menu">
<a href="product.html" class="sub-item">Android</a>
<a href="ios.html" class="sub-item">IOS</a>
</div>
</div>
<div class="item"><a href="#contact"><i class="fas fa-th"></i>Contact Info.</a></div>
<div class="item"><a href="#About"><i class="fas fa-info-circle"></i>About us</a></div>
<div class="item" style="color: black;">dad </div>
<div class="item"><a href="login.html"><i class="fas fa-sign-in-alt"></i>Login</a></div>
<div class="item"><a href="#"><i class="fa fa-search"></i>Search</a></div>
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){
//jquery for toggle sub menus
$('.sub-btn').click(function(){
$(this).next('.sub-menu').slideToggle();
$(this).find('.dropdown').toggleClass('rotate');
});
//jquery for expand and collapse the sidebar
$('.menu-btn').click(function(){
$('.side-bar').addClass('active');
$('.menu-btn').css("visibility", "hidden");
});
$('.close-btn').click(function(){
$('.side-bar').removeClass('active');
$('.menu-btn').css("visibility", "visible");
});
});
</script>
</div>
<div class="col-xl-9 col-lg-9 col-md-9 col-sm-9">
<nav class="navigation navbar navbar-expand-md navbar-dark ">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExample04" aria-controls="navbarsExample04" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</nav>
</div>
</div>
</div>
</div>
</header>
<!-- end header inner -->
<!-- end header -->
<!-- banner -->
<section class="banner_main">
<div id="banner1" class="carousel slide" data-ride="carousel">
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="container">
<div class="carousel-caption">
<div class="row">
<div class="col-md-6">
<div class="text-bg">
<span>Welcome to <img src="images/logo1.png" width="175"; height="65";></span>
<h1>Mobile Phone Store</h1>
<p> "Best quality for our beloved customers"</p>
</div>
</div>
<div class="col-md-6">
<div class="text_img">
<figure><img src="images/mobiles.png" alt="#"/></figure>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end banner -->
<!-- three_box -->
<div class="three_box">
<div class="container">
<div class="intro">
<h1>Product Description</h1>
<div class="row">
<div class="col-md-4">
<div class="box_text">
<i><img src="images/thr.png" alt="#"/></i>
<h3>Android</h3>
<p>An Android device is a device that runs on the Android operating system.
Android is an array of software intended for mobile devices that features an operating system,
core applications and middleware. The Android operating system is developed and owned by Google.
</p>
</div>
</div>
<div class="col-md-4">
<div class="box_text">
<i><img src="images/thr1.png" alt="#"/></i>
<h3>IOS</h3>
<p>IOS is a mobile operating system for Apple-manufactured devices. iOS runs on the iPhone, iPad, iPod Touch and Apple TV.
IOS is best known for serving as the underlying software that allows iPhone users to interact with their phones using gestures such as swiping, tapping and pinching.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- three_box -->
<!-- products -->
<!-- end products -->
<!-- laptop section -->
<!-- end laptop section -->
<!-- customer -->
<div class="customer">
<div class="container">
<div class="row">
<div class="col-md-12">
<div id="myCarousel" class="carousel slide customer_Carousel " data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="container">
<div class="carousel-caption ">
<div class="row">
<div class="col-md-9 offset-md-3">
<div class="test_box">
<i><img src="images/cos.png" alt="#"/></i>
<h4 id="About">About Tricky's Mobile Phone Store</h4>
<p>
The term "Tricky's" is invented and came from the name of the owner of this business,
Patrick Gerald W. Heyres. The focus of this business is to provide the best quality mobile phones for customers on this online platform.
We began to start this business in 2018 near the public market and the outcome is very unexpected, so our business stopped 8 months after.
This year, we are back in this business through an online platform so that the customers will reach us anywhere.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end contact -->
<!-- footer -->
<footer>
<div class="footer">
<div class="container">
<div class="row">
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6">
<img class="logo1" src="images/logo1.png" alt="#"/>
<ul class="social_icon">
<li><a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin-square" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
</ul>
</div>
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6">
<h3>Contact Us</h3>
<ul class="conta">
<li id="contact">Contact #: 09493093856<br> Email: [email protected]</li>
</ul>
</div>
</div>
</div>
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-md-12">
<p>© 2019 All Rights Reserved.</a></p>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- end footer -->
<!-- Javascript files-->
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery-3.0.0.min.js"></script>
<!-- sidebar -->
<script src="js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>