-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmore-projects.html
More file actions
33 lines (24 loc) · 795 Bytes
/
more-projects.html
File metadata and controls
33 lines (24 loc) · 795 Bytes
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
<ul class="codehim-projects-feed">
<li>
<div class="item-preview">
<img src="images/codehim-multilevel-dropdown.jpg" alt="">
</div>
<strong class="item-title">
<a href="https://www.codehim.com/multilevel-dropdown/">Responsive jQuery Multilevel Dropdown Menu </a>
</strong>
<span class="item-des">
Awesome multilevel dropdown menu that convert into off-canvas on mobile devices.
</span>
</li>
<li>
<div class="item-preview">
<img src="images/jside-menu.jpg" alt="">
</div>
<strong class="item-title">
<a href="https://www.codehim.com/jquery-jside-menu/">jQuery and CSS3 Side Navigation Menu </a>
</strong>
<span class="item-des">
A side navigation menu that can be fully customise with built in options and themes.
</span>
</li>
</ul>