-
Notifications
You must be signed in to change notification settings - Fork 1
/
popular.html
73 lines (62 loc) · 4.02 KB
/
popular.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
<!-- Start Sidebar Single widget -->
<div class="single-widget">
<h2>Popular Projects</h2>
<div class="popular-post-widget">
<div class="media">
<div class="media-left jp-thumb">
<a href="/multilevel-dropdown/">
<img class="media-object" src="/images/codehim-multilevel-dropdown.jpg" alt="jQuery Multilevel Dropdown Menu">
</a>
</div>
<div class="media-body">
<h4 class="media-heading"><a href="/multilevel-dropdown/">Multilevel Dropdown Menu with jQuery and CSS3</a></h4>
<p>Responsive multilevel drop down menu that convert into off canvas menu on mobile devices.</p>
</div>
</div>
<div class="media">
<div class="media-left jp-thumb">
<a href="/jquery-jside-menu/">
<img class="media-object" src="/images/jside-menu.jpg" alt="jQuery jside menu">
</a>
</div>
<div class="media-body">
<h4 class="media-heading"><a href="/jquery-jside-menu/">Side Navigation Menu with jQuery jSide Menu plugin</a></h4>
<p>Responsive jQuery side menu that can be fully customize with built in options and themes.</p>
</div>
</div>
<div class="media">
<div class="media-left jp-thumb">
<a href="/jquery-codehim-analog-clock/">
<img class="media-object" src="/images/codehim-clock.jpg" alt="Codehim Analog Clock">
</a>
</div>
<div class="media-body">
<h4 class="media-heading"><a href="/jquery-codehim-analog-clock/">jQuery and CSS3 Realistic Analog Clock</a></h4>
<p>Codehim clock is a Fully real looking analog clock widget based on css3 and jQuery.</p>
</div>
</div>
<div class="media">
<div class="media-left jp-thumb">
<a href="/jquery-night-mode/">
<img class="media-object" src="/images/jquery-night-mode.jpg" alt="jQuery Night Mode">
</a>
</div>
<div class="media-body">
<h4 class="media-heading"><a href="/jquery-night-mode/">jQuery webpage Night Mode with Brightness Control</a></h4>
<p>Let's users to enable/disable night mode with brightness control feature. </p>
</div>
</div>
<div class="media">
<div class="media-left jp-thumb">
<a href="/jquery-popup-lightbox/">
<img class="media-object" src="/images/jquery-popup-lightbox.jpg" alt="jQuery Popup Lightbox">
</a>
</div>
<div class="media-body">
<h4 class="media-heading"><a href="/jquery-popup-lightbox/">jQuery and CSS Popup Image Lightbox</a></h4>
<p>A simple and clean popup window image lightbox based on css and jQuery. </p>
</div>
</div>
</div>
</div>
<!-- End Sidebar Single widget -->