-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathblogs.html
357 lines (310 loc) · 17.1 KB
/
blogs.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
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>MAQ Software | Blogs</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="nileforest">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<!-- Favicone Icon -->
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
<link rel="icon" type="image/png" href="img/favicon.png">
<link rel="apple-touch-icon" href="img/favicon.png">
<!-- CSS -->
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" />
<link href="css/font-awesome.css" rel="stylesheet" type="text/css" />
<link href="css/ionicons.css" rel="stylesheet" type="text/css" />
<link href="css/plugin/sidebar-menu.css" rel="stylesheet" type="text/css" />
<link href="css/plugin/animate.css" rel="stylesheet" type="text/css" />
<link href="css/jquery-ui.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- Preloader -->
<section id="preloader">
<div class="loader" id="loader">
<div class="loader-img"></div>
</div>
</section>
<!-- End Preloader -->
<!-- Search Overlay Menu -->
<div class="search-overlay-menu">
<span class="search-overlay-close"><i class="ion ion-ios-close-empty"></i></span>
<form role="search" id="searchform" action="/search" method="get">
<input value="" name="q" type="search" placeholder="Search..." />
<button type="submit"><i class="ion ion-ios-search"></i></button>
</form>
</div>
<!-- End Search Overlay Menu -->
<!-- Sidemenu -->
<section id="pushmenu-right" class="pushmenu pushmenu-right side-menu">
<a id="menu-sidebar-close-icon" class="menu-close"><i class="ion ion-android-close"></i></a>
<h5 class="white">Sign In</h5>
<div class="sign-in">
<input class="input-sm form-full" type="email" aria-required="true" id="email" name="email" placeholder="Email" value="" />
<input class="input-sm form-full" type="password" aria-required="true" id="password" name="password" placeholder="Password" value="" />
<input type="submit" class="btn btn-md btn-color-b form-full" value="Sign In" />
<a>New Customer?</a>
</div>
<ul>
<li><a class="all-demos-link" target="_blank" href="../demo.html">Main Demo Page</a></li>
<li><a href="home.html">Home Default</a></li>
<li><a href="portfolio-grid-2col.html">Portfolio</a></li>
<li><a href="login-register.html">Login & Signup</a></li>
<li><a href="faq-1.html">FAQ</a></li>
<li><a href="about">About</a></li>
<li><a href="service-1.html">Service</a></li>
<li><a href="blog-grid-3col.html">Blog</a></li>
<li><a href="404-error-1.html">404 Error</a></li>
<li><a href="shop-checkout.html">Shopping Cart</a></li>
<li><a href="contact-1.html">Contact Us</a></li>
</ul>
</section>
<!--End Sidemenu -->
<!-- Site Wraper -->
<div class="wrapper">
<!-- Header -->
<header id="header" class="header">
<div class="container header-inner">
<!-- Logo -->
<div class="logo">
<a href="/maqsoftwareorg">
<!--<img class="logo-light" src="/img/MAQSoftware2.png" alt="MAQ Software" />-->
<img class="logo-dark" src="img/MAQSoftware.png" alt="MAQ Software" />
</a>
</div>
<!-- End Logo -->
<!-- Mobile Navbar Icon -->
<div class="nav-mobile nav-bar-icon">
<span></span>
</div>
<!-- End Mobile Navbar Icon -->
<!-- Navbar Navigation -->
<div class="nav-menu" id="nav-menu">
<ul class="nav-menu-inner">
<!-- About -->
<li>
<a href="about">About</a>
</li>
<li>
<a href="blogs">Initiatives</a>
</li>
<li>
<a href="career">Careers</a>
</li>
<!-- Contact -->
<li>
<a href="contact">Contact</a>
</li>
</ul>
</div>
<!-- End Navbar Navigation -->
</div>
</header>
<!-- End Header -->
<!-- CONTENT --------------------------------------------------------------------------------->
<!-- Intro Section -->
<section class="inner-intro dark-bg bg-image overlay-dark parallax parallax-background1" data-background-img="img/Banners/blog-banner.jpg">
<div class="container">
<div class="row title">
<h2 class="h2">Blogs</h2>
</div>
</div>
</section>
<!-- End Intro Section -->
<!-- Blog Post Section -->
<section class="ptb ptb-sm-80">
<div class="container">
<div class="row">
<!-- Post Item -->
<div class="col-lg-9 col-md-9">
<div class="row container-grid">
<div class="col-md-6 col-sm-6 nf-item spacing-grid">
<div class="blog-post">
<div class="post-media">
<img class="testclass" src="img/Banners/pratham.png" alt="" style="width:397px; height:263px" />
</div>
<div class="post-header">
<h5><a href="blog-single-image-post.html">Collaborate with Pratham to build quality software</a></h5>
</div>
<div class="post-entry">
</div>
<div class="post-tag pull-left"><span><a>Education</a>,</span><span><a>AI</a></span></div>
<div class="post-more-link pull-right"><a href="about">Read More<i class="fa fa-long-arrow-right right"></i></a></div>
</div>
</div>
<div class="col-md-6 col-sm-6 nf-item spacing-grid">
<div class="blog-post">
<div class="post-media">
<img class="testclass" src="img/Banners/ChildrenFunds.jpg" alt="" style="width:397px; height:263px" />
</div>
<div class="post-header">
<h5><a href="blog-single-image-post.html">Fund research and implementation at North American Universities</a></h5>
</div>
<div class="post-entry">
</div>
<div class="post-tag pull-left"><span><a>Education</a>,</span><span><a>AI</a></span></div>
<div class="post-more-link pull-right"><a href="about">Read More<i class="fa fa-long-arrow-right right"></i></a></div>
</div>
</div>
<div class="col-md-6 col-sm-6 nf-item spacing-grid">
<div class="blog-post">
<div class="post-media">
<img class="testclass" src="img/Banners/13979.jpg" alt="" style="width:397px; height:263px" />
</div>
<div class="post-header">
<h5><a href="blog-single-image-post.html">Applied Research Grants to IIITs/NITs/IIT(s) with large NGOs</a></h5>
</div>
<div class="post-entry">
</div>
<div class="post-tag pull-left"><span><a>Education</a>,</span><span><a>AI</a></span></div>
<div class="post-more-link pull-right"><a href="about">Read More<i class="fa fa-long-arrow-right right"></i></a></div>
</div>
</div>
<div class="col-md-6 col-sm-6 nf-item spacing-grid">
<div class="blog-post">
<div class="post-media">
<img class="testclass" src="img/Banners/Books.png" alt="" style="width:397px; height:263px" />
</div>
<div class="post-header">
<h5><a href="blog-single-image-post.html">Published two NATIONAL BESTSELLER books</a></h5>
</div>
<div class="post-entry">
</div>
<div class="post-tag pull-left"><span><a>Education</a>,</span><span><a>Funding</a></span></div>
<div class="post-more-link pull-right"><a href="about">Read More<i class="fa fa-long-arrow-right right"></i></a></div>
</div>
</div>
</div>
</div>
<!-- End Post Item -->
<!-- Sidebar -->
<div class="col-lg-3 col-md-3 mt-25 mt-sm-30">
<div class="sidebar-widget">
<h5>Search</h5>
<div class="widget-search">
<input class="form-full input-lg" type="text" value="" placeholder="Search Here" name="search" id="wid-search">
<input type="submit" value="" name="email" id="wid-s-sub">
</div>
</div>
<div class="sidebar-widget">
<h5>Categories</h5>
<hr>
<ul>
<li><a>Education</a></li>
<li><a>Funding</a></li>
<li><a>Software</a></li>
<li><a>Data Analytics</a></li>
</ul>
</div>
<div class="sidebar-widget">
<h5>popular Tags</h5>
<hr>
<ul class="widget-tag">
<li><a>Education</a></li>
<li><a>Funding</a></li>
<li><a>Software</a></li>
<li><a>Data Analytics</a></li>
</ul>
</div>
</div>
<!-- End Sidebar -->
</div>
</div>
</section>
<!-- End Blog Post Section -->
<!-- End CONTENT ------------------------------------------------------------------------------>
<!-- FOOTER -->
<footer class="footer pt-60">
<div class="container">
<div class="row mb">
<div class="col-md-5 col-sm-4 mb-30">
<h6 class="">Follow Us On</h6>
<ul class="social">
<li>
<a target="_blank" href="https://twitter.com/MAQSoftware" title="https://twitter.com/MAQSoftware">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a target="_blank" href="https://www.facebook.com/maqsoftware " title="https://www.facebook.com/maqsoftware">
<i class="fa fa-facebook"></i>
</a>
</li>
<li>
<a target="_blank" href="http://www.linkedin.com/company/maq-software" title="http://www.linkedin.com/company/maq-software">
<i class="fa fa-linkedin"></i>
</a>
</li>
<li>
<a target="_blank" href="https://github.com/maqsoftware" title="https://github.com/maqsoftware">
<i class="ion ion-social-github"></i>
</a>
</li>
<li>
<a target="_blank" href="https://youtube.com/maqsoftware" title="https://youtube.com/maqsoftware">
<i class="ion ion-social-youtube"></i>
</a>
</li>
</ul>
</div>
<div class="col-md-5 offset-md-2 col-sm-12">
<ul class="link-small">
<li>
<a class="font-weight-normal" target="_blank" href="https://www.google.com/maps/search/?api=1&query=MAQ Software Redmond WA">
15446 Bel-Red Road, Second Floor,
<br />
Redmond, WA 98052
</a>
</li>
<li>
<span>Email: </span>
<a href="mailto:Education@MAQSoftware.org">
<span class="__cf_email__" data-cfemail="Education@MAQSoftware.org">Education@MAQSoftware.org</span>
</a>
</li>
<li>
<span>Redmond Jobs: </span>
<a href="mailto:RedmondJobs@MAQSoftware.com">
<span class="__cf_email__" data-cfemail="RedmondJobs@MAQSoftware.com ">RedmondJobs@MAQSoftware.com </span>
</a>
</li>
<li>
<span>India Jobs: </span>
<a href="mailto:IndiaJobs@MAQSoftware.com">
<span class="__cf_email__" data-cfemail="IndiaJobs@MAQSoftware.com">IndiaJobs@MAQSoftware.com</span>
</a>
</li>
<li>Phone:
<a href="tel:+1 425 526 5399">+1 425 526 5399</a>
</li>
</ul>
</div>
</div>
</div>
<!-- End FOOTER -->
<!-- Site Wraper End -->
<!-- JS -->
<script src="js/jquery-1.11.2.min.js" type="text/javascript"></script>
<script src="js/plugin/jquery.easing.js" type="text/javascript"></script>
<script src="js/jquery-ui.min.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script src="js/plugin/jquery.flexslider.js" type="text/javascript"></script>
<script src="js/plugin/jquery.fitvids.js" type="text/javascript"></script>
<script src="js/plugin/jquery.viewportchecker.js" type="text/javascript"></script>
<script src="js/plugin/jquery.stellar.min.js" type="text/javascript"></script>
<script src="js/plugin/wow.min.js" type="text/javascript"></script>
<script src="js/plugin/jquery.colorbox-min.js" type="text/javascript"></script>
<script src="js/plugin/owl.carousel.min.js" type="text/javascript"></script>
<script src="js/plugin/isotope.pkgd.min.js" type="text/javascript"></script>
<script src="js/plugin/masonry.pkgd.min.js" type="text/javascript"></script>
<script src="js/plugin/imagesloaded.pkgd.min.js" type="text/javascript"></script>
<script src="js/plugin/jquery.fs.tipper.min.js" type="text/javascript"></script>
<script src="js/plugin/mediaelement-and-player.min.js"></script>
<script src="js/plugin/sidebar-menu.js" type="text/javascript"></script>
<script src="js/theme.js" type="text/javascript"></script>
<script src="js/navigation.js" type="text/javascript"></script>
</body>
</html>