-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
single.html
358 lines (349 loc) · 14.4 KB
/
single.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
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
<!DOCTYPE html>
<html lang="en">
<head>
<title>Single</title>
<link rel="shortcut icon" href="images/favicon.ico"/>
<link rel="bookmark" href="images/favicon.ico"/>
<link rel="stylesheet" href="css/bootstrap.min.css"><!-- bootstrap-CSS -->
<link rel="stylesheet" href="css/bootstrap-select.css"><!-- bootstrap-select-CSS -->
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" /><!-- style.css -->
<link rel="stylesheet" href="css/font-awesome.min.css" /><!-- fontawesome-CSS -->
<link rel="stylesheet" href="css/menu_sideslide.css" type="text/css" media="all"><!-- Navigation-CSS -->
<!-- meta tags -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- //meta tags -->
<!--<link href='http://fonts.googleapis.com/css?family=Ubuntu+Condensed' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic' rel='stylesheet' type='text/css'>-->
<!-- js -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<!-- js -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/bootstrap.js"></script>
<script src="js/bootstrap-select.js"></script>
<script>
$(document).ready(function () {
var mySelect = $('#first-disabled2');
$('#special').on('click', function () {
mySelect.find('option:selected').prop('disabled', true);
mySelect.selectpicker('refresh');
});
$('#special2').on('click', function () {
mySelect.find('option:disabled').prop('disabled', false);
mySelect.selectpicker('refresh');
});
$('#basic2').selectpicker({
liveSearch: true,
maxOptions: 1
});
});
</script>
<!-- language-select -->
<script type="text/javascript" src="js/jquery.leanModal.min.js"></script>
<link href="css/jquery.uls.css" rel="stylesheet"/>
<link href="css/jquery.uls.grid.css" rel="stylesheet"/>
<link href="css/jquery.uls.lcd.css" rel="stylesheet"/>
<!-- Source -->
<script src="js/jquery.uls.data.js"></script>
<script src="js/jquery.uls.data.utils.js"></script>
<script src="js/jquery.uls.lcd.js"></script>
<script src="js/jquery.uls.languagefilter.js"></script>
<script src="js/jquery.uls.regionfilter.js"></script>
<script src="js/jquery.uls.core.js"></script>
<script>
$( document ).ready( function() {
$( '.uls-trigger' ).uls( {
onSelect : function( language ) {
var languageName = $.uls.data.getAutonym( language );
$( '.uls-trigger' ).text( languageName );
},
quickList: ['en', 'hi', 'he', 'ml', 'ta', 'fr'] //FIXME
} );
} );
</script>
<!-- //language-select -->
<link rel="stylesheet" href="css/flexslider.css" media="screen" /><!-- flexslider css -->
</head>
<body>
<!-- Navigation -->
<div class="agiletopbar">
<div class="wthreenavigation">
<div class="menu-wrap">
<nav class="menu">
<div class="icon-list">
<a href="arduino.html"><i class="fa fa-fw fa-mobile"></i><span>Arduino</span></a>
<a href="boards.html"><i class="fa fa-fw fa-laptop"></i><span>Pattern</span></a>
<a href="compiler.html"><i class="fa fa-fw fa-car"></i><span>Compiler</span></a>
<a href="libraries.html"><i class="fa fa-fw fa-motorcycle"></i><span>Library</span></a>
<a href="rtos.html"><i class="fa fa-fw fa-wheelchair"></i><span>FreeRTOS</span></a>
<a href="template.html"><i class="fa fa-fw fa-th-list"></i><span>Template</span></a>
<a href="uploader.html"><i class="fa fa-fw fa-upload"></i><span>Uploader</span></a>
<a href="skeleton.html"><i class="fa fa-fw fa-asterisk"></i><span>Skeleton</span></a>
<a href="optimize.html"><i class="fa fa-fw fa-asterisk"></i><span>Optimize</span></a>
<a href="platform.html"><i class="fa fa-fw fa-shield"></i><span>Platform</span></a>
<a href="software.html"><i class="fa fa-fw fa-at"></i><span>Software</span></a>
<a href="quality.html"><i class="fa fa-fw fa-thumbs-up"></i><span>Quality</span></a>
</div>
</nav>
<button class="close-button" id="close-button">Close Menu</button>
</div>
<button class="menu-button" id="open-button"> </button>
</div>
<div class="clearfix"></div>
</div>
<!-- //Navigation -->
<!-- header -->
<header>
<div class="w3ls-header"><!--header-one-->
<div class="w3ls-header-left">
<p><a href="download.html"><i class="fa fa-download" aria-hidden="true"></i>Download</a></p>
</div>
<div class="w3ls-header-right">
<ul>
<li class="dropdown head-dpdn">
<a href="https://www.os-q.com/pio" aria-expanded="false"><i class="fa fa-fire" aria-hidden="true"></i>PIO</a>
</li>
<li class="dropdown head-dpdn">
<a href="https://www.os-q.com/qio"><i class="fa fa-cogs" aria-hidden="true"></i>QIO</a>
</li>
<li class="dropdown head-dpdn">
<a href="https://github.com/OS-Q"><i class="fa fa-github" aria-hidden="true"></i>GitHub</a>
</li>
</ul>
</div>
<div class="clearfix"> </div>
</div>
<div class="container">
<div class="agile-its-header">
<div class="logo">
<h1><a href="index.html"><span>OS</span>-Q</a></h1>
</div>
<div class="agileits_search">
<form action="#" method="post">
<input name="Search" type="text" placeholder="OpenSource - Quality" required=" ">
<select id="agileinfo_search" name="agileinfo_search" required="">
<option value="">Components</option>
<option value="Arduino">Arduino</option>
<option value="Pattern">Pattern</option>
<option value="Compiler">Compiler</option>
<option value="Library">Library</option>
<option value="FreeRTOS">FreeRTOS</option>
<option value="Uploader">Uploader</option>
<option value="Skeleton">Skeleton</option>
<option value="Optimize">Optimize</option>
<option value="Platform">Platform</option>
<option value="Software">Software</option>
<option value="Quality">Quality</option>
</select>
<button type="submit" class="btn btn-default" aria-label="Left Align">
<i class="fa fa-search" aria-hidden="true"> </i>
</button>
</form>
</div>
<div class="clearfix"></div>
</div>
</div>
</header>
<!-- //header -->
<!-- breadcrumbs -->
<div class="w3layouts-breadcrumbs text-center">
<div class="container">
<span class="agile-breadcrumbs">
<a href="index.html"><i class="fa fa-thumbs-up home_1"></i></a> /
<a href="classifieds.html">All Ads</a> /
<a href="compiler.html">Compiler</a> /
<span>Car name</span></span>
</div>
</div>
<!-- //breadcrumbs -->
<!--single-page-->
<div class="single-page main-grid-border">
<div class="container">
<div class="product-desc">
<div class="col-md-7 product-view">
<h2>Lorem Ipsum is simply dummy text of the printing and typesetting industry</h2>
<p> <i class="glyphicon glyphicon-map-marker"></i><a href="#">state</a>, <a href="#">city</a>| Added at 06:55 pm, Ad ID: 987654321</p>
<div class="flexslider">
<ul class="slides">
<li data-thumb="images/ss1.jpg">
<img src="images/ss1.jpg" />
</li>
<li data-thumb="images/ss2.jpg">
<img src="images/ss2.jpg" />
</li>
<li data-thumb="images/ss3.jpg">
<img src="images/ss3.jpg" />
</li>
<li data-thumb="images/ss4.jpg">
<img src="images/ss4.jpg" />
</li>
</ul>
</div>
<!-- FlexSlider -->
<script defer src="js/jquery.flexslider.js"></script>
<script>
// Can also be used with $(document).ready()
$(window).load(function() {
$('.flexslider').flexslider({
animation: "slide",
controlNav: "thumbnails"
});
});
</script>
<!-- //FlexSlider -->
<div class="product-details">
<h4><span class="w3layouts-agileinfo">Brand </span> : <a href="#">Company name</a><div class="clearfix"></div></h4>
<h4><span class="w3layouts-agileinfo">Views </span> : <strong>150</strong></h4>
<h4><span class="w3layouts-agileinfo">Fuel </span> : Petrol</h4>
<h4><span class="w3layouts-agileinfo">Summary</span> :<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.</p><div class="clearfix"></div></h4>
</div>
</div>
<div class="col-md-5 product-details-grid">
<div class="item-price">
<div class="product-price">
<p class="p-price">Price</p>
<h3 class="rate">$ 45999</h3>
<div class="clearfix"></div>
</div>
<div class="condition">
<p class="p-price">Condition</p>
<h4>Good</h4>
<div class="clearfix"></div>
</div>
<div class="itemtype">
<p class="p-price">Item Type</p>
<h4>Compiler</h4>
<div class="clearfix"></div>
</div>
</div>
<div class="interested text-center">
<h4>Interested in this Ad?<small> Contact the Seller!</small></h4>
<p><i class="glyphicon glyphicon-earphone"></i>00-85-9875462655</p>
</div>
<div class="tips">
<h4>Safety Tips for Buyers</h4>
<ol>
<li><a href="#">Contrary to popular belief.</a></li>
<li><a href="#">Contrary to popular belief.</a></li>
<li><a href="#">Contrary to popular belief.</a></li>
<li><a href="#">Contrary to popular belief.</a></li>
<li><a href="#">Contrary to popular belief.</a></li>
<li><a href="#">Contrary to popular belief.</a></li>
<li><a href="#">Contrary to popular belief.</a></li>
<li><a href="#">Contrary to popular belief.</a></li>
<li><a href="#">Contrary to popular belief.</a></li>
</ol>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!--//single-page-->
<!--footer section start-->
<footer>
<div class="w3-agileits-footer-top">
<div class="container">
<div class="wthree-foo-grids">
<div class="col-md-3 wthree-footer-grid">
<h4 class="footer-head">Mission & Vision</h4>
<p>In the open source world, there are countless treasures waiting for us to discover, OS-Q aims to integrate resources and benefit more people.</p>
</div>
<div class="col-md-3 wthree-footer-grid">
<h4 class="footer-head">Associated</h4>
<ul>
<li><a href="http://www.soc.xin"><i class="fa fa-external-link" aria-hidden="true"></i>www.SoC.Xin</a></li>
<li><a href="http://stop.stops.top"><i class="fa fa-external-link" aria-hidden="true"></i>stop.stops.top</a></li>
<li><a href="http://www.tfzoo.com"><i class="fa fa-external-link" aria-hidden="true"></i>www.tfzoo.com</a></li>
<li><a href="http://www.zeergen.com"><i class="fa fa-external-link" aria-hidden="true"></i>www.zeergen.com</a></li>
</ul>
</div>
<div class="col-md-3 wthree-footer-grid">
<h4 class="footer-head">Information</h4>
<ul>
<li><a href="regions.html"><i class="fa fa-long-arrow-right" aria-hidden="true"></i>Locations Map</a></li>
<li><a href="terms.html"><i class="fa fa-long-arrow-right" aria-hidden="true"></i>Terms of Use</a></li>
<li><a href="licence.html"><i class="fa fa-long-arrow-right" aria-hidden="true"></i>licence search</a></li>
<li><a href="privacy.html"><i class="fa fa-long-arrow-right" aria-hidden="true"></i>Privacy Policy</a></li>
</ul>
</div>
<div class="col-md-3 wthree-footer-grid">
<h4 class="footer-head">Contact Us</h4>
<address>
<ul class="location">
<li><span class="glyphicon glyphicon-map-marker"></span></li>
<li>690 BiBo Street,PuDong,ShangHai</li>
</ul>
<div class="clearfix"> </div>
<ul class="location">
<li><span class="glyphicon glyphicon-earphone"></span></li>
<li>+086 130-2011-2031</li>
</ul>
<div class="clearfix"> </div>
<ul class="location">
<li><span class="glyphicon glyphicon-envelope"></span></li>
<li><a href="mailto:qitas@qitas.cn">qitas@qitas.cn</a></li>
</ul>
</address>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="agileits-footer-bottom text-center">
<div class="container">
<div class="w3-footer-logo">
<h1><a href="index.html"><span>OS</span>-Q</a></h1>
</div>
<div class="w3-footer-social-icons">
<ul>
<li><a class="facebook" href="#"><i class="fa fa-facebook" aria-hidden="true"></i><span>Facebook</span></a></li>
<li><a class="twitter" href="#"><i class="fa fa-twitter" aria-hidden="true"></i><span>Twitter</span></a></li>
<li><a class="flickr" href="#"><i class="fa fa-flickr" aria-hidden="true"></i><span>Flickr</span></a></li>
<li><a class="googleplus" href="#"><i class="fa fa-google-plus" aria-hidden="true"></i><span>Google+</span></a></li>
<li><a class="dribbble" href="#"><i class="fa fa-dribbble" aria-hidden="true"></i><span>Dribbble</span></a></li>
</ul>
</div>
<div class="copyrights">
<p>Copyright © 2021-2023.OS-Q All rights reserved.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
</footer>
<!--footer section end-->
</body>
<!-- Navigation-JavaScript -->
<script src="js/classie.js"></script>
<script src="js/main.js"></script>
<!-- //Navigation-JavaScript -->
<!-- here stars scrolling icon -->
<script type="text/javascript">
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<!-- start-smoth-scrolling -->
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},1000);
});
});
</script>
<!-- start-smoth-scrolling -->
<!-- //here ends scrolling icon -->
</html>