-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
253 lines (227 loc) · 9.54 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>About Us - jQueryProjects.com</title>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#eeeeee">
<meta name="theme-color" content="#eeeeee">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-80520768-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-80520768-3');
</script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-7089100907045419",
enable_page_level_ads: true
});
</script>
<!-- Font Awesome -->
<link href="assets/css/font-awesome.css" rel="stylesheet">
<!-- Bootstrap -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Slick slider -->
<link rel="stylesheet" type="text/css" href="assets/css/slick.css"/>
<!-- Fancybox slider -->
<link rel="stylesheet" href="assets/css/jquery.fancybox.css" type="text/css" media="screen" />
<!-- Animate css -->
<link rel="stylesheet" type="text/css" href="assets/css/animate.css"/>
<!-- Theme color -->
<link id="switcher" href="assets/css/theme-color/default.css" rel="stylesheet">
<!-- Main Style -->
<link href="style.css" rel="stylesheet">
<link href="assets/css/jp-menu.css" rel="stylesheet">
<!-- Fonts -->
<!-- Open Sans for body font -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<!-- Raleway for Title -->
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<!-- Pacifico for 404 page -->
<link href='https://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- BEGAIN PRELOADER -->
<div id="preloader">
<div class="loader"> </div>
</div>
<!-- END PRELOADER -->
<!-- SCROLL TOP BUTTON -->
<a class="scrollToTop" href="#"><i class="fa fa-chevron-up"></i></a>
<!-- END SCROLL TOP BUTTON -->
<!-- Start menu section -->
<header class="jp-header">
<button class="jp-trigger menu-btn">
</button>
<button class="jp-trigger search-btn">
</button>
<div class="jp-logo">
<a href="/">
<img src="images/jp-logo.png" alt="jQuery Projects" title="jQuery Projects" />
</a>
</div>
<div class="jp-search">
<gcse:search></gcse:search>
</div>
</header>
<nav class="jp-nav">
<ul class="jp-nav-links">
<li> <a href="/">Home</a></li>
<li> <a href="/latest-jquery-plugins.html"> Latest jQuery Plugins</a></li>
<li> <a href="/about.html">About Us</a></li>
<li> <a href="/contact.html">Contact Us</a></li>
<li> <a href="/privacy-policy.html">Privacy Policy </a></li>
<li> <a href="/terms.html">Terms</a></li>
</ul>
</nav>
<div class="dim-overlay"></div>
<!-- End menu section -->
<!-- Start blog banner section -->
<section id="blog-banner">
<img src="assets/images/blog-banner.jpg" alt="img">
<div class="blog-overlay">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="blog-banner-area">
<h2>About Us</h2>
<ol class="breadcrumb">
<li><a href="/">Home</a></li>
<li class="active">About</li>
</ol>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End blog banner section -->
<!-- Start blog section -->
<section id="blog">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="blog-area">
<div class="row">
<div class="col-lg-8 col-md-7 col-sm-12">
<div class="blog-left blog-details">
<!-- Start single blog post -->
<article class="single-from-blog">
<div class="blog-title">
<h1>About jQuery Projects</h1>
<p>Posted by <a href="#" class="blog-admin">Asif Mughal</a> on <span class="blog-date">27 january 2019</span></p>
</div>
<div class="blog-details-content">
<p>
jQueryProjects.com develop jQuery plugins and scripts along with HTML5 and CSS3. Here you can free download awesome ready made plugins to boost your web development work.
</p>
<p>
We create beginners friendly jQuery plugins and scripts to solve varity of problems...
</p>
<h2> What is jQuery? </h2>
<p>jQuery is a JavaScript library designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax. It is free, open-source software using the permissive MIT License. </p>
</div>
</article>
<!-- End single blog post -->
</div>
</div>
<div class="col-lg-4 col-md-5 col-sm-12">
<aside class="blog-right">
<div class="jp-popular">
<!--Popular Projects-->
</div>
</aside>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End blog section -->
<!-- Start Footer -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="footer-top-area">
<div class="footer-social">
<a class="facebook" href="https://web.facebook.com/JQuery-Projects-1257433314413114/" title="Like us on Facebook" target="_blank"><span class="fa fa-facebook"></span></a>
<a class="twitter" href="https://www.twitter.com/JqueryProjects" title="Follow jQuery Projects" target="_blank"><span class="fa fa-twitter"></span></a>
<a class="google-plus" href="https://plus.google.com/b/114648289979341124496/114648289979341124496" title="Follow us on Google+"><span class="fa fa-google-plus"></span></a>
<a class="github" href="https://github.com/jquery-projects" title="Follow on GitHub" target="_blank"><span class="fa fa-github"></span></a>
<a class="linkedin" href="https://www.linkedin.com/company/jquery-projects/" title="Follow us on LinkedIn" target="_blank"><span class="fa fa-linkedin"></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<ul class="footer-menu">
<li> <a href="/"> Home</a></li>
<li> <a href="/about.html"> About </a></li>
<li> <a href="/contact.html"> Contact </a></li>
<li> <a href="/terms.html"> Terms </a></li>
<li> <a href="/privacy-policy.html"> Privacy Policy</a></li>
</ul>
<p class="jp-copyright"> Copyright 2019 © jQuery Projects - All Rights Reserved </p>
</div>
</footer>
<!-- End Footer -->
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<!-- Bootstrap -->
<script src="assets/js/bootstrap.js"></script>
<!-- Slick Slider -->
<script type="text/javascript" src="assets/js/slick.js"></script>
<!-- Counter -->
<script type="text/javascript" src="assets/js/waypoints.js"></script>
<script type="text/javascript" src="assets/js/jquery.counterup.js"></script>
<!-- mixit slider -->
<script type="text/javascript" src="assets/js/jquery.mixitup.js"></script>
<!-- Add fancyBox -->
<script type="text/javascript" src="assets/js/jquery.fancybox.pack.js"></script>
<!-- Wow animation -->
<script type="text/javascript" src="assets/js/wow.js"></script>
<script src="assets/js/jp-menu.js"></script>
<!-- Custom js -->
<script type="text/javascript" src="assets/js/custom.js"></script>
<script>
(function() {
var cx = '017595015292625421891:_xx367qtqjs';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<script>
$(function(){
$(".jp-popular").load("popular.html");
});
</script>
</body>
</html>