-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdropdowns.html
191 lines (188 loc) · 8.46 KB
/
dropdowns.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" initial-scale=1" />
<title> CSS3 and jQuery Multilevel Dropdowns by Codehim </title>
<!--jQuery-->
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<!-- Google Font-->
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
<!--Font Awesome-->
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<!--Codehim Dropdown JS-->
<script src="js/codehim.dropdown.js"></script>
<!--Codehim Dropdown CSS-->
<link rel="stylesheet" href="css/codehim-dropdown.css">
<!-- Animate CSS -->
<link rel="stylesheet" href="css/animate.css" />
</head>
<body>
<nav class="codehim-dropdown">
<ul class="dropdown-items">
<li class="home-link">
<a href="#home_link"><i class="fa fa-home"></i></a>
</li>
<li>
<span class="dropdown-heading">
<i class="icon fa fa-rss"></i>
News and Media</span>
<ul class="menu-items">
<li> <a href="#1"> Item one</a></li>
<li class="has-child">
<span class="parent">Item two </span>
<ul>
<li> <a href="#11"> sub item one</a></li>
<li> <a href="#11"> sub item two</a></li>
<li> <a href="#11"> sub item two</a></li>
</ul>
</li>
<li> <a href="#1">Item three </a></li>
<li> <a href="#1"> Item four</a></li>
<li> <a href="#1">Item five </a></li>
<li class="has-child">
<span class="parent">Item last </span>
<ul>
<li> <a href="#11"> sub item one</a></li>
<li> <a href="#11"> sub item two</a></li>
<li> <a href="#11"> sub item two</a></li>
<li class="has-child">
<span class="parent">Item two </span>
<ul>
<li> <a href="#11"> sub item one</a></li>
<li> <a href="#11"> sub item two</a></li>
<li> <a href="#11"> sub item two</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li>
<span class="dropdown-heading">
<i class="icon fa fa-users"></i>
Blog and People</span>
<ul class="menu-items">
<li> <a href="#1"> blog one</a></li>
<li> <a href="#1">Item two </a></li>
<li> <a href="#1">Item three </a></li>
<li> <a href="#1"> Item four</a></li>
<li> <a href="#1">Item five </a></li>
</ul>
</li>
<li>
<span class="dropdown-heading">
<i class="icon fa fa-vine"></i>
Entertainment</span>
<ul class="menu-items">
<li> <a href="#1"> Fun and exciting</a></li>
<li> <a href="#1">Item two </a></li>
<li> <a href="#1">Item three </a></li>
<li> <a href="#1"> Item four</a></li>
<li> <a href="#1">Item five </a></li>
</ul>
</li>
<li>
<span class="dropdown-heading">
<i class="icon fa fa-play-circle"></i>
Tv and Movies</span>
<ul class="menu-items">
<li> <a href="#1"> Item one</a></li>
<li> <a href="#1">Item two </a></li>
<li> <a href="#1">Item three </a></li>
<li class="has-child">
<span class="parent">nested menu </span>
<ul>
<li> <a href="#11"> sub item one</a></li>
<li> <a href="#11"> sub item two</a></li>
<li> <a href="#11"> sub item two</a></li>
<li class="has-child">
<span class="parent">Item two </span>
<ul>
<li> <a href="#11"> sub item one</a></li>
<li> <a href="#11"> sub item two</a></li>
<li> <a href="#11"> sub item two</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li> <a class="main-links" href="#11">
<i class="icon fa fa-question-circle"></i>
About</a>
</li>
<li> <a class="main-links" href="#11">
<i class="icon fa fa-envelope"></i>
Contact</a>
</li>
</ul>
</nav>
<main>
<article>
<h1> CSS3 and jQuery Multilevel Dropdowns by Codehim </h1>
<p> A CSS3 and jQuery based multilevel dropdown menu that convert into off canvas on mobile devices. </p>
<section class="theme-picker">
<h2>Built in themes </h2>
<span title="Red" class="red"> </span>
<span title="Yellow" class="yellow"> </span>
<span title="Blue" class="blue"> </span>
<span title="Green" class="green"> </span>
<span title="Orange" class="orange"> </span>
<span title="Brown" class="brown"> </span>
<span title="Teal" class="teal"> </span>
<span title="Purple" class="purple"> </span>
<span title="Indigo" class="indigo"> </span>
<span title="Cyan" class="cyan"> </span>
<span title="Light Green" class="light-green"> </span>
<span title="Amber" class="amber"> </span>
<span title="Gray" class="gray"> </span>
<span title="Black" class="black"> </span>
<span title="Blue Gray" class="blue-gray"> </span>
<span title="Lime" class="lime"> </span>
<span title="Light Green" class="light-blue"> </span>
<span title="Deep Purple" class="deep-purple"> </span>
<span title="Deep Pink" class="deep-pink"> </span>
<span title="Deep Brown" class="deep-brown"> </span>
<div class="ad-unit">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"
style="display:block; text-align:center;"
data-ad-layout="in-article"
data-ad-format="fluid"
data-ad-client="ca-pub-7089100907045419"
data-ad-slot="7782420780"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</section>
<h2> Main Features</h2>
<ul>
<li>Fully reponsive, highly customizable and configurable. </li>
<li>Convert into off canvas menu on mobile devices. </li>
<li>Any animation can be used for list items (from animate.css) when dropdown items revealed. </li>
<li>+20 built in color schemes for menu. </li>
<li>Dim overly effect wen menu drawer open (on small screen). </li>
<li> CSS3 animations and attractive design. </li>
<li>+400 Font Awesome Icons. </li>
<li>Easy to use & implement, User and SEO friendly. </li>
</ul>
</article>
</main>
<script>
$(document).ready(function(){
$(".codehim-dropdown").CodehimDropdown(); //with all default settings
});
</script>
<!--DEMO ONLY FILES-->
<link rel="stylesheet" href="docs/demo-only.css" />
<script src="docs/demo.js"></script>
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"> </script>
<footer class="credit">
Coded with <span title="Heart"></span> by Asif Mughal © 2018 - <a href="https://www.codehim.com" rel="dofollow" title="Awesome Web Projects and Tutorials" target="_blank"> Codehim.com </a>
</footer>
</body>
</html>