-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
554 lines (532 loc) · 31.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
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
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en" class="height-100">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Modulr | The base for developing awesome projects</title>
<meta name="description" content="Modulr is a free, open-source Starter kit/Scaffold/Boilerplate a fasted way of building your custom and modular Laravel application that grows with you"/>
<meta name="keywords" content="modulr,erp,framework,software,opensource,laravel,vuejs,vue,nodejs,mysql,mondoDB,sails,angular"/>
<meta name="robots" content="index,follow,archive">
<meta name="author" content="Alfredo Barron, Jonatan Leon, Eduardo Arellano"/>
<!-- Mobile Specific Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="shortcut icon" href="img/icon/favicon.ico" type="image/x-icon"/>
<link rel="apple-touch-icon" sizes="57x57" href="img/icon/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/icon/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/icon/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/icon/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/icon/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/icon/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/icon/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/icon/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/icon/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="img/icon/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="img/icon/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="img/icon/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="img/icon/android-chrome-192x192.png" sizes="192x192">
<meta name="msapplication-square70x70logo" content="img/icon/smalltile.png"/>
<meta name="msapplication-square150x150logo" content="img/icon/mediumtile.png"/>
<meta name="msapplication-wide310x150logo" content="img/icon/widetile.png"/>
<meta name="msapplication-square310x310logo" content="img/icon/largetile.png"/>
<!-- Libs CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/simple-line-icons.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<!-- <link href="css/prettyPhoto.css" rel="stylesheet" type="text/css" media="all"/> -->
<!-- Template CSS -->
<link href="css/style.css" rel="stylesheet">
<!-- Custom -->
<link href="css/custom.css" rel="stylesheet">
<!-- Google Fonts -->
<link href='https://fonts.googleapis.com/css?family=Raleway:400,700,800&subsetting=all' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,800,700,300' rel='stylesheet' type='text/css'>
<!--[if lt IE 9]> <script src="./js/html5shiv.js"></script> <script src="./js/respond.js"></script> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <![endif]-->
</head>
<body data-spy="scroll" data-target=".navigation" class="height-100">
<!-- Banner -->
<div id="banner" class="banner-dev">
<!-- Start Header -->
<div id="header">
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Start Logo / Text -->
<a class="navbar-brand text-logo" href="index.html">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="170px" height="35px" viewBox="0 0 218 42" enable-background="new 0 0 218 42" xml:space="preserve">
<g class="mdr-icon">
<path fill="#FAAB4C" d="M40.433,19.072h17.324c0.559,0,1.011-0.452,1.011-1.01v-6.705c0-0.559-0.452-1.011-1.011-1.011H40.433c-0.557,0-1.01,0.452-1.01,1.011v6.705C39.423,18.62,39.876,19.072,40.433,19.072z"></path>
<path fill="#FAAB4C" d="M19.102,19.072h17.323c0.559,0,1.01-0.452,1.01-1.01v-6.705c0-0.559-0.451-1.011-1.01-1.011H19.102c-0.559,0-1.011,0.452-1.011,1.011v6.705C18.091,18.62,18.543,19.072,19.102,19.072z"></path>
<path fill="#FAAB4C" d="M3.831,19.072h11.418c0.558,0,1.01-0.452,1.01-1.01v-6.705c0-0.559-0.452-1.011-1.01-1.011H3.831c-0.559,0-1.01,0.452-1.01,1.011v6.705C2.821,18.62,3.272,19.072,3.831,19.072z"></path>
<path fill="#FAAB4C" d="M57.758,31.232H40.434c-0.558,0-1.011,0.453-1.011,1.011v6.704c0,0.558,0.453,1.01,1.011,1.01h17.324c0.558,0,1.011-0.452,1.011-1.01v-6.704C58.769,31.685,58.315,31.232,57.758,31.232z"></path>
<path fill="#FAAB4C" d="M36.425,31.232H19.102c-0.558,0-1.01,0.453-1.01,1.011v6.704c0,0.558,0.452,1.01,1.01,1.01h17.323c0.559,0,1.012-0.452,1.012-1.01v-6.704C37.437,31.685,36.983,31.232,36.425,31.232z"></path>
<path fill="#FAAB4C" d="M15.249,31.232H3.831c-0.558,0-1.01,0.453-1.01,1.011v6.704c0,0.558,0.452,1.01,1.01,1.01h11.418c0.558,0,1.01-0.452,1.01-1.01v-6.704C16.259,31.685,15.807,31.232,15.249,31.232z"></path>
<path fill="#FAAB4C" d="M21.155,29.556c0.558,0,1.01-0.452,1.01-1.01v-6.705c0-0.558-0.452-1.01-1.01-1.01H3.831c-0.559,0-1.01,0.452-1.01,1.01v6.705c0,0.558,0.451,1.01,1.01,1.01H21.155z"></path>
<path fill="#FAAB4C" d="M25.296,20.832c-0.559,0-1.012,0.452-1.012,1.01v6.705c0,0.558,0.453,1.01,1.012,1.01h17.323c0.558,0,1.01-0.452,1.01-1.01v-6.705c0-0.558-0.452-1.01-1.01-1.01H25.296z"></path>
<path fill="#FAAB4C" d="M57.757,20.832H46.339c-0.557,0-1.01,0.452-1.01,1.01v6.705c0,0.558,0.453,1.01,1.01,1.01h11.418c0.559,0,1.011-0.452,1.011-1.01v-6.705C58.768,21.284,58.315,20.832,57.757,20.832z"></path>
</g>
<g class="mdr-text">
<path fill="#fff" d="M71.249,21.136c0-0.809,0.361-1.169,1.17-1.169h4.902v19.77h8.721v-19.77h4.998c0.787,0,1.17,0.382,1.17,1.169v18.601h8.623V18.023c0-4.592-2.279-6.921-6.777-6.921H69.354c-4.528,0-6.825,2.312-6.825,6.873v21.761h8.72V21.136z"></path>
<path
fill="#fff"
d="M110.188,39.737h12.303c4.435,0,6.683-2.296,6.683-6.825V18.023c0-4.592-2.281-6.921-6.778-6.921h-12.351c-4.529,0-6.825,2.312-6.825,6.873v15.127C103.219,37.505,105.563,39.737,110.188,39.737z M112.034,29.657v-8.521c0-0.809,0.361-1.169,1.17-1.169h6.08c0.807,0,1.168,0.36,1.168,1.169v8.616c0,0.809-0.361,1.169-1.168,1.169h-6.08C112.405,30.921,112.034,30.52,112.034,29.657z"></path>
<path
fill="#fff"
d="M138.383,39.737h19.032V2.821H148.6v8.281h-10.36c-4.528,0-6.825,2.312-6.825,6.873v15.127C131.414,37.505,133.759,39.737,138.383,39.737z M140.229,29.657v-8.521c0-0.809,0.36-1.169,1.17-1.169h7.2v10.955h-7.2C140.601,30.921,140.229,30.52,140.229,29.657z"></path>
<path fill="#fff" d="M166.914,39.737h11.824c4.433,0,6.681-2.296,6.681-6.825V11.103H176.7v18.649c0,0.809-0.361,1.169-1.17,1.169h-5.6c-0.799,0-1.17-0.402-1.17-1.265V11.103h-8.816v22C159.944,37.505,162.29,39.737,166.914,39.737z"></path>
<rect x="187.997" y="2.821" fill="#fff" width="8.814" height="36.916"></rect>
<path fill="#fff" d="M206.31,11.103c-4.625,0-6.873,2.249-6.873,6.873v21.761h8.863V21.088c0-0.809,0.361-1.169,1.17-1.169h6.394v-8.816H206.31z"></path>
</g>
</svg>
</a>
<!-- End Logo / Text -->
</div>
<!-- Start Navigation -->
<div class="navigation navbar-collapse collapse">
<ul class="nav navbar-nav menu-right">
<li><a href="#about">About</a></li>
<li><a href="#modules">Modules</a></li>
<li><a href="https://docs.modulr.io" target="_blank">Documentation</a></li>
<li><a href="https://github.com/modulr/modulr-laravel" target="_blank">GitHub</a></li>
<li><a href="https://medium.com/modulr" target="_blank">Blog</a></li>
<li><a class="btn btn-transparent" href="http://app.modulr.io" target="_blank">Try it</a></li>
</ul>
</div>
<!-- End Navigation -->
</div>
</nav>
</div>
<!-- End Header -->
<div class="banner-content">
<div class="container">
<div class="row">
<!-- Start Header Text -->
<div class="col-md-12">
<h1>The base for developing <strong>awesome projects</strong></h1>
<p class="lead">Modulr is a free, open-source Starter kit/Scaffold/Boilerplate a fasted way of building your custom and modular Laravel application that grows with you.</p>
<a href="https://docs.modulr.io" target="_blank" class="btn btn-transparent btn-big">Getting Started</a>
<a href="https://github.com/modulr/modulr-laravel" target="_blank" class="btn btn-transparent btn-big">Clone the Repo</a>
</div>
<!-- End Header Text -->
</div>
</div>
</div>
</div>
<!-- End Banner -->
<div id="clients" class="padding20 bg-grey">
<div class="container">
<ul class="list-inline clients-logo text-center">
<li class="hidden-xs"><img class="img-responsive" src="img/technologies/Sass.jpg" alt=""></li>
<li class="hidden-xs"><img class="img-responsive" src="img/technologies/Bootstrap.jpg" alt=""></li>
<li><img class="img-responsive" src="img/technologies/Laravel.jpg" alt=""></li>
<li><img class="img-responsive" src="img/technologies/Vuejs.jpg" alt=""></li>
<li><img class="img-responsive" src="img/technologies/MySql.jpg" alt=""></li>
</ul>
</div>
</div>
<!-- About -->
<section id="about" class="section">
<div class="container">
<div class="row">
<div class="col-md-10 col-sm-10 col-md-offset-1 headline">
<h2><span class="blue">Install modulr</span> and save time</h2>
</div>
</div>
<div class="row">
<div class="col-lg-5 col-md-5">
<img src="img/intro/create.png" class="img-responsive">
</div>
<div class="col-lg-6 col-md-6 col-md-offset-1">
<div class="features"><!-- Main Points -->
<i class="line-font blue icon-puzzle"></i><!-- Main Point Icon -->
<h3>Add modules</h3><!-- Main Title -->
<p>Add as many modules as you need or create your own module.</p>
</div><!-- End Main Points -->
<div class="features">
<i class="line-font blue icon-equalizer"></i>
<h3>Customize modules</h3>
<p>Easily customize the modules according to the needs of your company.</p>
</div>
<div class="features">
<i class="line-font blue icon-bulb"></i>
<h3>Make modules</h3>
<p>Create your own modules and shares with the community.</p>
</div>
</div>
</div>
<!-- <hr class="separator60">
<div class="row">
<div class="col-md-10 col-sm-10 col-md-offset-1 headline">
<h2>Your company <span class="blue">truly organized</span></h2>
<p>Is easy to use, your users will love it!</p>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-6">
<div class="features">
<i class="line-font blue icon-badge"></i>
<h3>All in one place</h3>
<p>Centralize and organize your information and resources, carry out the common daily tasks of your company in a single tool, never lose anything (information or resources) always keep control.</p>
</div>
<div class="features">
<i class="line-font blue icon-star"></i>
<h3>Better administration</h3>
<p>You can control better your company and save costs using only the modules what you need for free, take your company to the top using modulr.</p>
</div>
<div class="features">
<i class="line-font blue icon-like"></i>
<h3>Easy Adaptable</h3>
<p>It's how using blocks builds your best system your way and eases the work for your employees, increasing productivity considerably, do not think any more.</p>
</div>
</div>
<div class="col-lg-5 col-md-5 col-md-offset-1">
<img src="img/intro/centralized.png" class="img-responsive" alt="" title="">
</div>
</div> -->
</div>
</section>
<!-- End About -->
<!-- Modules -->
<section id="modules" class="section bg-grey">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="headline">
<h2>Modules</h2>
<p>You have all these modules at your disposal, set your system in your own way and your needs</p>
</div>
</div>
</div>
<div class="row aligned-row">
<div class="col-md-4 col-sm-6 features">
<div class="answer">
<i class="line-font blue icon-lock"></i>
<h3>Authentication </h3>
<p><strong>Sign Up, login or recover your lost password</strong></p>
<p class="hidden-xs">Your users can register, login and recover their password when they want. We use the best password recovery option to make it easy and save time for you.</p> <!-- Feature Text -->
<div class="clearfix">
<a href="http://docs.modulr.io" target="_blank" class="pull-right"><i class="icon-plus"></i>more</a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 features">
<div class="answer">
<i class="line-font blue icon-grid"></i>
<h3>Dashboard</h3>
<p><strong>Quick access to the important information</strong></p>
<p class="hidden-xs">We know that knowledge is power, that's why you need to build your dashboard according to your own needs and preferences so you don't miss the important stuff.</p>
<div class="clearfix">
<a href="http://docs.modulr.io" target="_blank" class="pull-right"><i class="icon-plus"></i>more</a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 features">
<div class="answer">
<i class="line-font blue icon-notebook"></i>
<h3>Contacts </h3>
<p><strong>All your contacts in one click</strong></p>
<p class="hidden-xs">Do not look for thousands of phone books, here you find your contacts, with a single click you can know your email, general information and of course the contact number.</p>
<div class="clearfix">
<a href="http://docs.modulr.io" target="_blank" class="pull-right"><i class="icon-plus"></i>more</a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 features">
<div class="answer">
<i class="line-font blue icon-calendar"></i>
<h3>Events </h3>
<p><strong>Don't leave anyone without invitation</strong></p>
<p class="hidden-xs">Do not be late, from a meeting to a birthday, invite your work team with time, date and place indicated.</p>
<div class="clearfix">
<a href="http://docs.modulr.io" target="_blank" class="pull-right"><i class="icon-plus"></i>more</a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 features">
<div class="answer">
<i class="line-font blue icon-folder-alt"></i>
<h3>Files </h3>
<p><strong>Manage your files and share it</strong></p>
<p class="hidden-xs">Avoid disasters, keep your files in one place, you can manager files, media and share information, everything whitout leaving the system.</p>
<div class="clearfix">
<a href="http://docs.modulr.io" target="_blank" class="pull-right"><i class="icon-plus"></i>more</a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 features">
<div class="answer">
<i class="line-font blue icon-fire"></i>
<h3>News </h3>
<p><strong>Keep up to date</strong></p>
<p class="hidden-xs">What is happening today?, a real-time news wall, share your ideas, images, publish important notices and favorite videos.</p>
<div class="clearfix">
<a href="http://docs.modulr.io" target="_blank" class="pull-right"><i class="icon-plus"></i>more</a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 features">
<div class="answer">
<i class="line-font blue icon-bell"></i>
<h3>Notifications </h3>
<p><strong>You will know when there is news</strong></p>
<p class="hidden-xs">Do not miss a single detail of what happens, you will receive the news like hot bread, in real time with our newest push notifications center.</p>
<div class="clearfix">
<a href="http://docs.modulr.io" target="_blank" class="pull-right"><i class="icon-plus"></i>more</a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 features">
<div class="answer">
<i class="line-font blue icon-user"></i>
<h3>Profile</h3>
<p><strong>Let everyone know who you are</strong></p>
<p class="hidden-xs">Upload a profile picture, manage your personal and professional information and share a little bit about yourself.</p>
<div class="clearfix">
<a href="http://docs.modulr.io" target="_blank" class="pull-right"><i class="icon-plus"></i>more</a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 features">
<div class="answer">
<i class="line-font blue icon-list"></i>
<h3>Tasks </h3>
<p><strong>Do not forget your obligations, order them</strong></p>
<p class="hidden-xs">We know that there are priorities, thanks to the task module, you can organize your priorities without forgetting everything you have to do.</p>
<div class="clearfix">
<a href="http://docs.modulr.io" target="_blank" class="pull-right"><i class="icon-plus"></i>more</a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 features">
<div class="answer">
<i class="line-font blue icon-key"></i>
<h3>Users & Roles </h3>
<p><strong>Access control to users and permissions</strong></p>
<p class="hidden-xs">Calm down, everything is under control. You can grant or revoke permissions for accesing to a module.</p>
<div class="clearfix">
<a href="http://docs.modulr.io" target="_blank" class="pull-right"><i class="icon-plus"></i>more</a>
</div>
</div>
</div>
<!-- <div class="col-md-4 col-sm-6 features">
<div class="answer">
<i class="line-font blue icon-settings"></i>
<h3>Settings </h3>
<p><strong>Customize to your way</strong></p>
<p>Make your system unique, configure simple things like the time zone, language and even with which email you want to be in contact.</p>
<div class="clearfix">
<a href="http://docs.modulr.io" target="_blank" class="pull-right"><i class="icon-plus"></i>more</a>
</div>
</div>
</div>-->
<div class="col-md-4 col-sm-6 features">
<div class="answer orange">
<i class="line-font blue icon-wrench"></i>
<h3>_> Create your module</h3>
<p><strong>Create your module and collaborate with us</strong></p>
<p class="hidden-xs">You are the important piece here, you can make real your ideas and share wit us and the community we want your talent, don't think it any more.</p>
<a class="btn btn-default pull-right" href="http://docs.modulr.io" target="_blank">Make it real</a>
</div>
</div>
</div>
</div>
</section>
<!--End Modules -->
<!--Testimonials -->
<section id="testimonials" class="section bg-testimonial cover border-bottom">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="headline">
<h2>Clients</h2>
<p>We are grateful for the trust placed in us. <br>
As our best clients, be part of a new system for your business module by module. <br> We are waiting for you !</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="row">
<div class="col-xs-12 col-sm-3 col-md-3">
<img class="img-responsive" src="img/clients/sharethebread.png" alt="" title="" />
</div>
<div class="col-xs-12 col-sm-3 col-md-3">
<img class="img-responsive" src="img/clients/emanuelautopartes.png" alt="" title="" />
</div>
<div class="col-xs-12 col-sm-3 col-md-3">
<img class="img-responsive" src="img/clients/ensicom.png" alt="" title="" />
</div>
<div class="col-xs-12 col-sm-3 col-md-3">
<img class="img-responsive" src="img/clients/universidadconstrurama.png" alt="" title="" />
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Testimonials -->
<!-- Call To Action -->
<section id="contribute" class="section bg-blue padding60">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center white-text">
<div class="headline margin-bottom-20">
<h3>Do you want implement Modulr in your company?</h3>
</div>
<a href="mailto:[email protected]" class="btn btn-transparent btn-big">Contact us</a>
</div>
</div>
</div>
</section>
<!-- End Call To Action -->
<!-- Call To Action -->
<section id="contribute" class="section bg-footer-dev">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center white-text">
<div class="headline">
<h2>Be part of this project</strong></h2>
<h3>Join to our community, download, collaborate and share code!</h3>
</div>
<a href="https://github.com/modulr" target="_blank" class="btn btn-transparent btn-big"><i class="fa fa-github"></i> GitHub</a>
</div>
</div>
</div>
</section>
<!-- End Call To Action -->
<!-- Footer Top -->
<section class="footer footer-top">
<div class="container">
<div class="row">
<!-- Footer Intro -->
<div class="col-md-5">
<h3>Modulr</h3>
<p>Open source Starter kit a fasted way of building your custom and modular Laravel application that grows with you.</p>
<a href="http://helpgrowusa.com" target="_blank"><img src="img/helpgrow.png"></a>
</div>
<!-- End Footer Intro -->
<!-- Contact Details -->
<div class="col-md-3">
<div class="contact-info">
<h3>Reach Us</h3>
<ul class="contact-list">
<li><i class="icon-envelope-open"></i><a href="mailto:[email protected]">[email protected]</a></li>
<li><i class="icon-directions"></i>San Pedro Garza García, N.L.</li>
<li><i class="icon-call-in"></i>(811) 89 77886</li>
<li><i class="icon-directions"></i>Hgo. del Parral, Chihuahua.</li>
<li><i class="icon-call-in"></i>(627) 10 46861</li>
</ul>
</div>
</div>
<!-- End Contact Details -->
<!-- Social Links -->
<div class="col-sm-4">
<h3>Stay in Touch!</h3>
<p>Follow us on our social networks!</p>
<ul class="social">
<li><a href="https://github.com/modulr" target="_blank"><i class="fa fa-github fa-lg"></i></a></li>
<li><a href="https://twitter.com/modulr_io" target="_blank"><i class="fa fa-twitter fa-lg"></i></a></li>
<li><a href="https://www.linkedin.com/company/modulr-erp" target="_blank"><i class="fa fa-linkedin fa-lg"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCSMmwnKmuwKg5ZSDYg8U1-A" target="_blank"><i class="fa fa-youtube-play fa-lg"></i></a></li>
<li><a href="https://plus.google.com/104212935400396761655" target="_blank"><i class="fa fa-google-plus fa-lg"></i></a></li>
<li><a href="https://modulr.slack.com" target="_blank"><i class="fa fa-slack fa-lg"></i></a></li>
</ul>
</div>
<!--End Social Links -->
</div>
</div>
</section>
<!-- End Footer Top -->
<!-- Footer Bottom -->
<footer class="footer footer-sub">
<div class="container">
<div class="row">
<div class="col-lg-6 col-sm-6">
<p>The MIT License (MIT) Copyright © 2018 Modulr</p>
</div>
<div class="col-lg-6 col-sm-6">
<span class="pull-right">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="130px" height="25px" viewBox="0 0 218 42" enable-background="new 0 0 218 42" xml:space="preserve">
<g class="mdr-icon">
<path fill="#FAAB4C" d="M40.433,19.072h17.324c0.559,0,1.011-0.452,1.011-1.01v-6.705c0-0.559-0.452-1.011-1.011-1.011H40.433
c-0.557,0-1.01,0.452-1.01,1.011v6.705C39.423,18.62,39.876,19.072,40.433,19.072z"/>
<path fill="#FAAB4C" d="M19.102,19.072h17.323c0.559,0,1.01-0.452,1.01-1.01v-6.705c0-0.559-0.451-1.011-1.01-1.011H19.102
c-0.559,0-1.011,0.452-1.011,1.011v6.705C18.091,18.62,18.543,19.072,19.102,19.072z"/>
<path fill="#FAAB4C" d="M3.831,19.072h11.418c0.558,0,1.01-0.452,1.01-1.01v-6.705c0-0.559-0.452-1.011-1.01-1.011H3.831
c-0.559,0-1.01,0.452-1.01,1.011v6.705C2.821,18.62,3.272,19.072,3.831,19.072z"/>
<path fill="#FAAB4C" d="M57.758,31.232H40.434c-0.558,0-1.011,0.453-1.011,1.011v6.704c0,0.558,0.453,1.01,1.011,1.01h17.324
c0.558,0,1.011-0.452,1.011-1.01v-6.704C58.769,31.685,58.315,31.232,57.758,31.232z"/>
<path fill="#FAAB4C" d="M36.425,31.232H19.102c-0.558,0-1.01,0.453-1.01,1.011v6.704c0,0.558,0.452,1.01,1.01,1.01h17.323
c0.559,0,1.012-0.452,1.012-1.01v-6.704C37.437,31.685,36.983,31.232,36.425,31.232z"/>
<path fill="#FAAB4C" d="M15.249,31.232H3.831c-0.558,0-1.01,0.453-1.01,1.011v6.704c0,0.558,0.452,1.01,1.01,1.01h11.418
c0.558,0,1.01-0.452,1.01-1.01v-6.704C16.259,31.685,15.807,31.232,15.249,31.232z"/>
<path fill="#FAAB4C" d="M21.155,29.556c0.558,0,1.01-0.452,1.01-1.01v-6.705c0-0.558-0.452-1.01-1.01-1.01H3.831
c-0.559,0-1.01,0.452-1.01,1.01v6.705c0,0.558,0.451,1.01,1.01,1.01H21.155z"/>
<path fill="#FAAB4C" d="M25.296,20.832c-0.559,0-1.012,0.452-1.012,1.01v6.705c0,0.558,0.453,1.01,1.012,1.01h17.323
c0.558,0,1.01-0.452,1.01-1.01v-6.705c0-0.558-0.452-1.01-1.01-1.01H25.296z"/>
<path fill="#FAAB4C" d="M57.757,20.832H46.339c-0.557,0-1.01,0.452-1.01,1.01v6.705c0,0.558,0.453,1.01,1.01,1.01h11.418
c0.559,0,1.011-0.452,1.011-1.01v-6.705C58.768,21.284,58.315,20.832,57.757,20.832z"/>
</g>
<g class="mdr-text">
<path fill="#fff" d="M71.249,21.136c0-0.809,0.361-1.169,1.17-1.169h4.902v19.77h8.721v-19.77h4.998
c0.787,0,1.17,0.382,1.17,1.169v18.601h8.623V18.023c0-4.592-2.279-6.921-6.777-6.921H69.354c-4.528,0-6.825,2.312-6.825,6.873
v21.761h8.72V21.136z"/>
<path fill="#fff" d="M110.188,39.737h12.303c4.435,0,6.683-2.296,6.683-6.825V18.023c0-4.592-2.281-6.921-6.778-6.921h-12.351
c-4.529,0-6.825,2.312-6.825,6.873v15.127C103.219,37.505,105.563,39.737,110.188,39.737z M112.034,29.657v-8.521
c0-0.809,0.361-1.169,1.17-1.169h6.08c0.807,0,1.168,0.36,1.168,1.169v8.616c0,0.809-0.361,1.169-1.168,1.169h-6.08
C112.405,30.921,112.034,30.52,112.034,29.657z"/>
<path fill="#fff" d="M138.383,39.737h19.032V2.821H148.6v8.281h-10.36c-4.528,0-6.825,2.312-6.825,6.873v15.127
C131.414,37.505,133.759,39.737,138.383,39.737z M140.229,29.657v-8.521c0-0.809,0.36-1.169,1.17-1.169h7.2v10.955h-7.2
C140.601,30.921,140.229,30.52,140.229,29.657z"/>
<path fill="#fff" d="M166.914,39.737h11.824c4.433,0,6.681-2.296,6.681-6.825V11.103H176.7v18.649
c0,0.809-0.361,1.169-1.17,1.169h-5.6c-0.799,0-1.17-0.402-1.17-1.265V11.103h-8.816v22
C159.944,37.505,162.29,39.737,166.914,39.737z"/>
<rect x="187.997" y="2.821" fill="#fff" width="8.814" height="36.916"/>
<path fill="#fff" d="M206.31,11.103c-4.625,0-6.873,2.249-6.873,6.873v21.761h8.863V21.088c0-0.809,0.361-1.169,1.17-1.169
h6.394v-8.816H206.31z"/>
</g>
</svg>
</span>
</div>
</div>
</div>
</footer>
<!-- End Footer Bottom -->
<!-- Start Js Files -->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.0.min.js"></script>
<!--jQuery is a Javascript library that greatly reduces the amount of code that you must write.-->
<script type="text/javascript">
window.jQuery || document.write('<script src="js/jquery-2.1.0.min.js"><\/script>')
</script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<!--Packed with many functionalies such as carousel slider, responsivity, tabs, drop downs, buttons, and many other features-->
<script src="js/modernizr.min.js" type="text/javascript"></script>
<!--Modernizr is an open-source JavaScript library that helps you build the next generation of HTML5 and CSS3-powered websites.-->
<!-- <script src="js/jquery.prettyPhoto.js" type="text/javascript"></script> -->
<!-- Script for Lightbox Image -->
<script src="js/jquery.touchSwipe.min.js"></script>
<script src="js/custom.js" type="text/javascript"></script>
<!-- Script File containing all customizations -->
<script src="js/twitterFetcher.js"></script>
<!-- End Js Files -->
<!-- Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-56460444-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>