-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
305 lines (258 loc) · 10.2 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="UTF-8" />
<title> Developer Nav </title>
<!--Font Awesome-->
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<!--jQuery-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!--Google Fonts-->
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed|Titillium+Web" rel="stylesheet" />
<!--Developer Nav Script-->
<script src="js/developer-nav.js"> </script>
<!--Developer Nav CSS-->
<link rel="stylesheet" href="css/developer-nav.css" />
<!--Demo Only Scripts-->
<!--Demo main script-->
<script src="js/demo.js"> </script>
<!--Syntax Highlighter (for demo only)-->
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"> </script>
</head>
<body>
<section class="developer-navi"> <header class="dev-head endless-river sticky">
<div class="menu-trigger">
<div class="nav-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
<!--//menu-trigger-->
<div class="logo">
<a href="#">
<img src="image/logo.png" title="Logo">
</a>
</div>
<!--//logo-->
<div class="phone" style="display: none;">
<a href="tel:123456789">
<i class="fa fa-phone"></i>
</a>
</div>
<!--//phone-->
<div class="dev-nav">
<ul class="trigger-board">
<li class="about hvr-radial-out" title="About"><i class="fa fa-user"></i></li>
<li class="work hvr-radial-out" title="Work"><i class="fa fa-industry"></i></li>
<li class="contact hvr-radial-out" title="Contact"> <i class="fa fa-envelope"></i></li>
<li class="address hvr-radial-out" title="Address"><i class="fa fa-map"></i></li>
</ul>
<div class="dev-profile active">
<img src="image/asif.jpg" alt="developer dp">
<h5>Asif Mughal </h5>
<div class="social">
<a href="#">
<div class="hvr-float-shadow"> <i class="fa fa-facebook"></i></div>
</a>
<a href="#">
<div class="hvr-float-shadow"> <i class="fa fa-twitter"></i> </div>
</a>
<a href="#">
<div class="hvr-float-shadow"> <i class="fa fa-google-plus"></i></div>
</a>
</div>
<!--//social-->
</div>
<!--//dev-profile-->
<div class="dev-work">
<h6> What I do </h6>
<p><i> I do what I love to do. </i><br>
I am a Freelancer Web Designer & Developer. I have completed various web projects, I always try to build something useful, attractive and unique that inspires you.
</p>
</div>
<!--//dev-work-->
<div class="dev-contact-form">
<h6> Contact Form</h6>
<form method="get" action="#3">
<input name="name" type="text" placeholder="Your Name">
<input name="email" type="text" placeholder="Your Email">
<textarea rows="3"> </textarea>
<button class="dev-ctn-btn" type="submit"> Send Message</button>
</form>
</div><!--//dev-contact-form-->
<div class="dev-address">
<h6> Address & Place </h6>
Place name, home town, city etc.
<br>
Contact me on whatsapp: <br>
+923012345678 (imaginary).
</div> <!--//dev-address-->
<nav>
<ul class="navigation">
<li class="has-sub">
<span class="dropdown-heading"> <i class="fa fa-codepen"></i> My Projects </span>
<ul>
<li> <a href="#1"> sub item 1</a></li>
<li> <a href="#1"> sub item 2 </a> </li>
<li> <a href="#1"> sub item 3 </a> </li>
<li> <a href="#1"> sub item 4 </a> </li>
<li> <a href="#1"> sub item 5 </a> </li>
</ul>
</li>
<li class="has-sub">
<span class="dropdown-heading"> <i class="fa fa-desktop"></i> Web Templates </span>
<ul class="mega">
<li> <a href="#1"> sub item 1</a></li>
<li> <a href="#1"> sub item 2 </a> </li>
<li>
<div class="slideshow-container">
<div class="mySlides" style="display: block;">
<div class="numbertext">1 / 4</div>
<img src="image/image1.jpg" alt="this is caption">
<div class="text">Caption Text</div>
</div>
<div class="mySlides" style="display: none;">
<div class="numbertext">2 / 4</div>
<img src="image/image2.jpg">
<div class="text">Caption Two</div>
</div>
<div class="mySlides" style="display: none;">
<div class="numbertext">3 / 4</div>
<img src="image/image3.jpg">
<div class="text">Caption Three</div>
</div>
<div class="mySlides" style="display: none;">
<div class="numbertext">4 / 4</div>
<img src="image/image4.jpg">
<div class="text">Caption Three</div>
</div>
<span class="prev"></span>
<span class="next"></span>
</div>
</li>
</ul>
</li>
<li class="has-sub">
<span class="dropdown-heading"> <i class="fa fa-code"></i> Coding </span>
<ul>
<li> <a href="#1"> sub item 1</a></li>
<li> <a href="#1"> sub item 2 </a> </li>
<li> <a href="#1"> sub item 3 </a> </li>
</ul>
</li>
<li class="has-sub">
<span class="dropdown-heading"> <i class="fa fa-plug"></i> Plug ins </span>
<ul>
<li> <a href="#1"> sub item 1</a></li>
<li> <a href="#1"> sub item 2 </a> </li>
<li> <a href="#1"> sub item 3 </a> </li>
<li> <a href="#1"> sub item 4 </a> </li>
</ul>
</li>
</ul>
</nav>
</div><!--//dev-nav-->
</header>
<!--dim background effect when open menu-->
<div class="dim-overlay" style="display: none"> </div> </section> <!--//developer-navi-->
<main>
<article>
<div class="intro">
<h1>jQuery Developer Navigation </h1>
<p>
A responsive multifunction navigation system for personal blog, portfolio, and especially for writers & developer's sites. This navigation comes with multiple UI features and UX effects that friendly interact with users. </p>
<p>
<b><i>Written in HTML, CSS and jQuery. </i>
</b>
</p>
</div> <!--//intro-->
<h2> Main Features </h2>
<ol>
<li>+20 built in skins, attractive plain colors & gradients colors. </li>
<li>Fully responsive - will adapt to any device. </li>
<li>Fixed on top (optional). </li>
<li> Unlimited sub item can be added to a drop down. </li>
<li> CSS transitions with jQuery fallback. </li>
<li> Chrome, Safari, Firefox, Opera, IE7+, IOS, Android and windows phone supported. </li>
<li> Slide and Fade Effects. </li>
<li> Clean and simple HTML structure. </li>
<li> Auto width, Vertical Slide, Adaptiveheight. </li>
<li> Font Awesome icons installed.</li>
<li> SEO and user friendly. </li>
<li> Easy to navigate, simple to implement and customize. </li>
</ol>
<h2> Navigation Settings</h2>
<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>
<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-->
<div class="set-sticky to-active"> Fixed on Top</div>
<div class="set-glass"> Glass Effect</div>
<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>
<h2>HTML Code </h2>
<pre class="source prettyprint lang-html"> </pre>
<h2> UX Features </h2>
<p>The following are the some basic user experience effects & features: </p>
<ul>
<li> Fade in & out effects.</li>
<li>Radial fill background color on hover. </li>
<li>Speech bubble effect on hover. </li>
<li> Text indent effect on hover. </li>
<li>Sliding effects. </li>
<li>Profile picture bounceIn effect. </li>
<li>Float shadow effect on social icons & move them up by 5px on hover. </li>
</ul>
<h2> UI Features</h2>
<p>The "Developer Nav" navigation has following built-in features, besides these, you can also add according to your choice. </p>
<ul class="check">
<li>Portfolio </li>
<li>Contact Form</li>
<li>Navigation Links</li>
<li>Hamburger Menu Trigger</li>
<li> Phone Call Button </li>
<li> Drop Downs</li>
<li> Image Gallery (Slide Show) </li>
</ul>
</article>
</main>
<footer class="credit">
Coded with <span></span> by Asif Mughal © 2018.
</footer>
</body>
</html>