-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathindex.html
More file actions
225 lines (199 loc) · 8.11 KB
/
index.html
File metadata and controls
225 lines (199 loc) · 8.11 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8" />
<title> jQuery Responsive Side Menu with Dropdowns - jSide Menu </title>
<meta name="description" content="jSide Menu is a free jQuery menu plugin that helps you create side vertical navigation menu with dropdowns, fully responsive and customizable." />
<meta property="og:title" content="jSide Menu - jQuery Plugin" />
<meta property="og:image" content="https://codehimblog.github.io/jquery-jside-menu/img/preview.jpg" />
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Questrial&display=swap" rel="stylesheet">
<!--Material Design Iconic Font-->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<!--jSide Menu CSS-->
<link rel="stylesheet" href="css/jside-menu.css">
<!--jSide Skins-->
<link rel="stylesheet" href="css/jside-skins.css">
</head>
<body>
<!-- Start jside Menu -->
<menu class="menubar">
<menuitem>
<button class="menu-trigger"> <i class="material-icons">menu</i> </button>
</menuitem>
<menuitem class="logo" title="Your Logo Goes Here">
<a href="#1"><img src="img/jside-menu.png" alt="jSide Menu" /> </a>
</menuitem>
</menu>
<div class="menu-body visibility">
<div class="menu-head">
<span class="layer">
<div class="col">
<div class="row for-pic">
<div class="profile-pic">
<img src="img/asif-mughal.jpg" alt="Asif Mughal" />
</div>
</div>
<div class="row for-name">
<h3 title="User Name"> Asif Mughal </h3>
<span class="tagline"> Web Developer</span>
</div>
</div> <!--//col-->
</span>
</div> <!--//menu-head-->
<nav class="menu-container">
<ul class="menu-items">
<li><a href="#1"> <i class="material-icons">widgets</i> Main item one </a></li>
<li><a href="#1"> <i class="material-icons">bar_chart</i> Main item two </a></li>
<li class="has-sub"> <span class="dropdown-heading"> <i class="material-icons">collections</i> Item three with dropdown </span>
<ul>
<li> <a href="#2">dropdown sub item 1 </a> </li>
<li> <a href="#2"> dropdown sub item 2 </a> </li>
<li> <a href="#2"> dropdown sub item 3 </a> </li>
<li> <a href="#2"> dropdown sub item 4 </a> </li>
<li> <a href="#2"> dropdown sub item 5 </a> </li>
<li> <a href="#2"> dropdown sub item 6 </a> </li>
<li> <a href="#2"> dropdown sub item 7 </a> </li>
</ul>
</li>
<li class="has-sub"> <span class="dropdown-heading"> <i class="material-icons">camera</i> Item four with dropdown </span>
<ul>
<li> <a href="#2">sub item 1 </a> </li>
<li> <a href="#2">sub item 2 </a> </li>
<li> <a href="#2">sub item 3 </a> </li>
<li> <a href="#2">sub item 4 </a> </li>
</ul>
</li>
<li> <a href="#1"> <i class="material-icons">color_lens</i> Main item four </a></li>
<li> <a href="#1"> <i class="material-icons">pie_chart</i> Main item five </a></li>
<li> <a href="#1"> <i class="material-icons">highlight</i> Main item five </a></li>
<li> <a href="#1"> <i class="material-icons">format_size</i> Main item six </a></li>
</ul>
</nav>
</div>
<!--End jSide Menu-->
<!--Introduction and Demo Only -->
<header class="intro">
<h1>jQuery Responsive jSide Menu with Dropdowns</h1>
<p>
jSide Menu is a well designed, simple and clean side navigation menu with dropdowns.
<br />
<br />
<b> Written in:</b><i> HTML, CSS, JS</i><br>
<b> Dependency: </b> <i> jQuery 3.4.1 & Material Design Iconic Font 2.0 </i>
</p>
<div class="action">
<a class="btn github" href="https://github.com/CodeHimBlog/jquery-jside-menu"> Fork on GiHub </a>
<a class="btn down" href="https://github.com/CodeHimBlog/jquery-jside-menu/archive/master.zip"> Download </a>
</div>
</header>
<main>
<article>
<h2> Main Features </h2>
<ul>
<li>Fully Responsive and Customizable.</li>
<li>Unlimited main items and sub items can be added. </li>
<li>Sticky Profile.</li>
<li> CSS3 and jQuery Animations Enabled. </li>
<li>Material Design Iconic Fonts. </li>
<li> Background dim-overlay when menu open </li>
<li> Chrome, Safari, Firefox, Opera, IE7+, IOS, Android and windows phone supported. </li>
<li> User Friendly and Easy to Implement. </li>
</ul>
<h2> Save Time to Quickly Customize </h2>
<p>
You can highly customize this navigation system without investing time in modifications of code.
</p>
<h3> 1. jSide Menu Skin </h3>
<p> Choose the theme for the menu: </p>
<div class="theme-tray">
<section class="pl-color">
<h4> Plain Color</h4>
<span title="Love Red" class="red"> </span>
<span title="Clover Green" class="green"> </span>
<span title="Dodger Blue" class="blue"> </span>
<span title="Bright Neon Pink" class="bnp"> </span>
<span title="Pumpkin Orange" class="orange"> </span>
<span title="Black" class="black"> </span>
<span title="Neon Pink" class="pink"> </span>
<span title="Golden Brown" class="gol-b"> </span>
<span title="Greenish Blue" class="greenish"> </span>
<span title="Wood" class="wood"> </span>
</section>
<div style="margin:10px">
<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 class="gr-color">
<h4> Gradient Color</h4>
<span title="Flickr" class="flickr"> </span>
<span title="Facebook Messenger" class="fb-messenger"> </span>
<span title="Moonlit Asteroid" class="moonlit"> </span>
<span title="Park Life" class="park-life"> </span>
<span title="Dance to Forget" class="d2f"> </span>
<span title="Man of the Steel" class="steel-man"> </span>
<span title="Amethyst" class="amethyst"> </span>
<span title="Between the Clouds" class="between-clouds"> </span>
<span title="Crazy Orange"class="crazy-orange"> </span>
<span title="Endless River" class="endless-river"> </span>
</section>
</div>
<!--//theme-tray-->
<h3>2. Menubar Position</h3>
<p> Choose the menubar position:</p>
<ol>
<li> <input type="radio" id="set-top" name="radio" checked/><label for="set-top"> Fixed on Top</label> </li>
<li> <input type="radio" name="radio" id="set-st"/><label for="set-st"> Static</lable> </li>
</ol>
<h3>3. Menu Container Position </h3>
<p> Choose the suitable position for menu container. </p>
<select class="menu-position">
<option> position-left </option>
<option> position-right </option>
</select>
<h2>Generated Script</h2>
<p>
Copy and paste it into document ready function.
</p>
<pre class="prettyprint">
$(".menu-container").jSideMenu({
<span class="j-pos">jSidePosition: "position-left",</span>
<span class="j-sticky">jSideSticky: true, </span>
<span class="j-skin">jSideSkin: "default-skin", </span>
});
</pre>
<h2> Browsers Compatability</h2>
<p>Best view on Google Chrome, Firefox, Opera and UC Desktop Browser</p>
</article>
</main>
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<!--jSide Menu Js-->
<script src="js/jquery.jside.menu.js"></script>
<script>
$(function(){
$(".menu-container").jSideMenu({
jSidePosition: "position-left", //possible options position-left or position-right
jSideSticky: true, // menubar will be fixed on top, false to set static
jSideSkin: "default-skin", // to apply custom skin, just put its name in this string
});
});
</script>
<!--DEMO ONLY FILES-->
<!--Demo CSS-->
<link rel="stylesheet" href="docs/demo-only.css" />
<script src="docs/demo-only.js"></script>
<footer class="credit">
Coded with <span title="Coffee"></span> by Asif Mughal © 2019 - <a href="https://www.codehim.com" rel="dofollow" title="Awesome Web Projects and Tutorials" target="_blank"> Codehim.com </a>
</footer>
</body>
</html>