base_logic_landing 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/app_mate_landing/engine.rb +12 -0
  4. data/lib/app_mate_landing/version.rb +3 -0
  5. data/lib/app_mate_landing.rb +77 -0
  6. metadata +18 -54
  7. data/lib/appmate_landing/version.rb +0 -3
  8. data/lib/appmate_landing.rb +0 -8
  9. data/vendor/assets/javascripts/app_mate.js +0 -0
  10. data/vendor/assets/javascripts/landing/common.js +0 -468
  11. data/vendor/assets/javascripts/landing/jwplayer/jwplayer.flash.swf +0 -0
  12. data/vendor/assets/javascripts/landing/jwplayer/jwplayer.html5.js +0 -258
  13. data/vendor/assets/javascripts/landing/jwplayer/jwplayer.js +0 -138
  14. data/vendor/assets/javascripts/landing/main.js +0 -669
  15. data/vendor/assets/javascripts/landing/owl-carousel/owl.carousel.js +0 -1512
  16. data/vendor/assets/javascripts/landing/owl-carousel/owl.carousel.min.js +0 -47
  17. data/vendor/assets/javascripts/landing/requirer.js +0 -0
  18. data/vendor/assets/javascripts/landing/third/detectmobilebrowser.js +0 -7
  19. data/vendor/assets/javascripts/landing/third/gmaps.js +0 -2149
  20. data/vendor/assets/javascripts/landing/third/html5shiv.js +0 -301
  21. data/vendor/assets/javascripts/landing/third/isotope.pkgd.min.js +0 -8
  22. data/vendor/assets/javascripts/landing/third/jquery.ajaxchimp.min.js +0 -1
  23. data/vendor/assets/javascripts/landing/third/jquery.counterup.min.js +0 -8
  24. data/vendor/assets/javascripts/landing/third/jquery.easing.1.3.js +0 -205
  25. data/vendor/assets/javascripts/landing/third/jquery.fitvids.js +0 -83
  26. data/vendor/assets/javascripts/landing/third/jquery.nicescroll.min.js +0 -114
  27. data/vendor/assets/javascripts/landing/third/jquery.stellar.js +0 -660
  28. data/vendor/assets/javascripts/landing/third/jquery.timeago.js +0 -214
  29. data/vendor/assets/javascripts/landing/third/jquery.tubular.1.0.js +0 -148
  30. data/vendor/assets/javascripts/landing/third/matchMedia.js +0 -46
  31. data/vendor/assets/javascripts/landing/third/owl.carousel.min.js +0 -47
  32. data/vendor/assets/javascripts/landing/third/tweetie.js +0 -142
  33. data/vendor/assets/javascripts/landing/third/waypoints.js +0 -8
  34. data/vendor/assets/javascripts/landing/third/wow.min.js +0 -2
  35. data/vendor/assets/stylesheets/app_mate.scss +0 -0
  36. data/vendor/assets/stylesheets/landing/app_mate/animate.min.css +0 -6
  37. data/vendor/assets/stylesheets/landing/app_mate/blog-single.css +0 -657
  38. data/vendor/assets/stylesheets/landing/app_mate/blog.css +0 -168
  39. data/vendor/assets/stylesheets/landing/app_mate/bootstrap.css +0 -6358
  40. data/vendor/assets/stylesheets/landing/app_mate/bootstrap.min.css +0 -10
  41. data/vendor/assets/stylesheets/landing/app_mate/colors/color1.css +0 -164
  42. data/vendor/assets/stylesheets/landing/app_mate/colors/color2.css +0 -164
  43. data/vendor/assets/stylesheets/landing/app_mate/colors/color3.css +0 -164
  44. data/vendor/assets/stylesheets/landing/app_mate/colors/color4.css +0 -164
  45. data/vendor/assets/stylesheets/landing/app_mate/colors/color5.css +0 -164
  46. data/vendor/assets/stylesheets/landing/app_mate/colors/color6.css +0 -164
  47. data/vendor/assets/stylesheets/landing/app_mate/colors/color7.css +0 -164
  48. data/vendor/assets/stylesheets/landing/app_mate/colors/color8.css +0 -164
  49. data/vendor/assets/stylesheets/landing/app_mate/font-awesome.min.css +0 -4
  50. data/vendor/assets/stylesheets/landing/app_mate/fonts.css +0 -75
  51. data/vendor/assets/stylesheets/landing/app_mate/ionicons.min.css +0 -11
  52. data/vendor/assets/stylesheets/landing/app_mate/main.css +0 -2500
  53. data/vendor/assets/stylesheets/landing/app_mate/materialize.min.css +0 -16
  54. data/vendor/assets/stylesheets/landing/app_mate/responsive.css +0 -856
  55. data/vendor/assets/stylesheets/landing/owl-carousel/AjaxLoader.gif +0 -0
  56. data/vendor/assets/stylesheets/landing/owl-carousel/grabbing.png +0 -0
  57. data/vendor/assets/stylesheets/landing/owl-carousel/owl.carousel.css +0 -71
  58. data/vendor/assets/stylesheets/landing/owl-carousel/owl.theme.css +0 -79
  59. data/vendor/assets/stylesheets/landing/owl-carousel/owl.transitions.css +0 -163
@@ -1,657 +0,0 @@
1
- /* ===================================================
2
- Apppick Single Blog styles
3
-
4
- TOC :
5
- 1. Single Blog Page
6
- 2. Single Blog Page Responsive
7
-
8
- ====================================================== */
9
-
10
-
11
-
12
-
13
-
14
- /* ====================================================
15
- Single Blog Page
16
- =======================================================*/
17
-
18
-
19
- .single-blog-post-content {
20
- padding-bottom: 25px;
21
- }
22
-
23
- .single-blog-page .blog-post-title {
24
- font-size: 30px;
25
- line-height: 1.4;
26
- color: #444;
27
- font-weight: 700;
28
- letter-spacing: 1px;
29
- }
30
-
31
- .single-post-thumbnail {
32
- width: 100%;
33
- height: auto;
34
- }
35
-
36
- .single-blog-page .single-blog-post {
37
- margin-bottom: 60px;
38
- }
39
-
40
- .single-blog-page .single-blog-post .blog-post-meta {
41
- margin-bottom: 20px;
42
- }
43
-
44
- .search-form input {
45
- color: #444;
46
- border-color: #eee;
47
- }
48
- .search-form input::-webkit-input-placeholder {
49
- line-height: 1.9;
50
- color: #999;
51
- }
52
-
53
- .search-form input:-moz-placeholder {
54
- line-height: 1.9;
55
- color: #999;
56
- }
57
-
58
- .search-form input::-moz-placeholder {
59
- line-height: 1.9;
60
- color: #999;
61
- }
62
-
63
- .search-form input:-ms-input-placeholder {
64
- line-height: 1.9;
65
- color: #999;
66
- }
67
-
68
- .single-blog-post .blog-post-bottom-meta {
69
- }
70
-
71
- .single-blog-page .single-blog-post .blog-post-meta,
72
- .single-blog-page .single-blog-post .blog-post-meta a {
73
- font-size: 14px;
74
- color: #999999;
75
- }
76
-
77
- .single-blog-post-content p {
78
- margin-bottom: 12px;
79
- color: #666;
80
- }
81
-
82
-
83
-
84
- .single-blog-post-content h1,
85
- .single-blog-post-content h2,
86
- .single-blog-post-content h3,
87
- .single-blog-post-content h4,
88
- .single-blog-post-content h5,
89
- .single-blog-post-content h6 {
90
- color: #555555;
91
- }
92
-
93
-
94
-
95
-
96
- .single-blog-post-content h1,
97
- .single-blog-post-content h2,
98
- .single-blog-post-content h3 {
99
- margin-bottom: 6px;
100
- margin-top: 20px;
101
- }
102
-
103
- .single-blog-post-content h4,
104
- .single-blog-post-content h5,
105
- .single-blog-post-content h6 {
106
- margin-bottom: 10px;
107
- }
108
-
109
- .single-blog-post-content h1 {
110
- font-size: 32px;
111
- line-height: 1.27;
112
- }
113
- .single-blog-post-content h2 {
114
- font-size: 28px;
115
- line-height: 1.4;
116
- }
117
- .single-blog-post-content h3 {
118
- font-size: 22px;
119
- line-height: 1.45;
120
- }
121
- .single-blog-post-content h4 {
122
- font-size: 16px;
123
- line-height: 1.55;
124
- }
125
- .single-blog-post-content h5 {
126
- font-size: 13px;
127
- line-height: 1.55;
128
- }
129
- .single-blog-post-content h6 {
130
- font-size: 12px;
131
- line-height: 1.55;
132
- }
133
-
134
- .single-blog-post-content blockquote {
135
- font-size: 15px;
136
- font-style: italic;
137
- line-height: 1.9;
138
- border-left: 1px solid #eee;
139
- padding: 3px 15px;
140
- color: #999;
141
- margin: 30px 0px 30px 20px;
142
- }
143
- .single-blog-post-content blockquote p {
144
- font-size: 12px;
145
- margin-top: 15px;
146
- }
147
-
148
- .single-blog-post-content table {
149
- width: 100%;
150
- }
151
-
152
- .single-blog-post-content > table {
153
- margin-bottom: 52px;
154
- }
155
-
156
- .single-blog-post-content table th,
157
- .single-blog-post-content table td {
158
- color: #666;
159
- border: none;
160
- padding: 11px 10px 11px 0px;
161
- border-bottom: 1px solid #ebebeb;
162
- font-weight: 400;
163
- }
164
- .single-blog-post-content ol,
165
- .single-blog-post-content ul {
166
- padding-left: 36px;
167
- margin-bottom: 25px;
168
- }
169
-
170
- .single-blog-post-content li {
171
- color: #666;
172
- }
173
-
174
- .single-blog-post-content > ul > li:before {
175
- content: "\f111";
176
- }
177
-
178
- .single-blog-post-content ul li > ul > li:before {
179
- content: "\f10c";
180
- }
181
-
182
- .single-blog-post-content ul li {
183
- position: relative;
184
- list-style-type: none;
185
- margin-bottom: 2px;
186
- }
187
-
188
- .boderd-list li:before,
189
- .single-blog-post-content ul li > ul > li:before,
190
- .single-blog-post-content > ul > li:before {
191
- display: inline-block;
192
- font: normal normal normal 10px/1 FontAwesome;
193
- font-size: inherit;
194
- text-rendering: auto;
195
- font-size: 10px;
196
- -webkit-font-smoothing: antialiased;
197
- -moz-osx-font-smoothing: grayscale;
198
- -webkit-transform: translate(0, 0);
199
- -ms-transform: translate(0, 0);
200
- transform: translate(0, 0);
201
- position: absolute;
202
- top: 10px;
203
- left: -17px;
204
- }
205
-
206
- .single-blog-post-content pre {
207
- margin-bottom: 25px;
208
- border: none;
209
- padding: 20px;
210
- border-radius: 1px;
211
- margin: 25px 0px;
212
- }
213
-
214
- .single-blog-post-content address p,
215
- .single-blog-post-content address {
216
- color: #999999;
217
- }
218
-
219
- .single-blog-post-content address {
220
- margin-bottom: 25px;
221
- }
222
-
223
- .single-blog-post-content address p {
224
- margin-bottom: 4px;
225
- line-height: 21px;
226
- }
227
-
228
- .single-blog-post-content p span {
229
- color: #666;
230
- }
231
-
232
- .social-share {
233
- padding-top: 25px;
234
- border-top: 1px solid #ebebeb;
235
- }
236
-
237
- .blog-post-bottom-meta .share-post li {
238
- float: left;
239
- list-style: none;
240
- margin-right: 40px;
241
- line-height: 25px;
242
- height: 25px;
243
- position: relative;
244
- }
245
-
246
- .blog-post-bottom-meta .share-post li:after {
247
- content: '';
248
- width: 1px;
249
- height: 15px;
250
- position: absolute;
251
- right: -18px;
252
- top: 5px;
253
- background-color: #cacaca;
254
- }
255
- .share-post li:first-child {
256
- margin-right: 15px;
257
- }
258
- .share-post li:first-child:after,
259
- .share-post li:last-child:after {
260
- width: 0px;
261
- }
262
-
263
-
264
- .blog-post-bottom-meta .share-post li a {
265
- color: #a3a3a3;
266
- display: block;
267
-
268
- }
269
-
270
- .blog-post-bottom-meta .share-post li a span {
271
- display: inline-block;
272
- vertical-align: middle;
273
- font-size: 12px;
274
- }
275
-
276
- .blog-post-bottom-meta .share-post li a i {
277
- font-size: 18px;
278
- vertical-align: middle;
279
- }
280
-
281
- .social-share .favorite-link {
282
- margin-top: 0;
283
- }
284
-
285
-
286
-
287
- /*comment-repley*/
288
-
289
- .comments-section {
290
- margin-bottom: 80px;
291
- }
292
-
293
- .com-title {
294
- font-size: 25px;
295
- color: #555555;
296
- border-bottom: 1px solid #ebebeb;
297
- margin-bottom: 30px;
298
- padding-bottom: 20px;
299
- }
300
- .com-title span {
301
- display: inline-block;
302
- margin-right: 10px;
303
- }
304
- .com-title a {
305
- font-size: 16px;
306
- }
307
- .com-title a:hover {
308
- color: #666;
309
- }
310
-
311
- .comments-section ul {}
312
- .comments-section ul ul {
313
- padding-left: 30px;
314
- }
315
-
316
- .comments-section ul li {
317
- list-style: none;
318
- border-top: 1px solid #eee;
319
- padding-top: 20px;
320
- }
321
-
322
- .comments-section .single-comment {
323
- margin-bottom: 20px;
324
- }
325
-
326
- .comments-section > ul > li:first-child {
327
- padding-top: 0;
328
- border-top: 0px;
329
- }
330
-
331
- .comment-content {
332
- overflow: hidden;
333
- }
334
-
335
- .comment-thumb {
336
- margin-right: 20px;
337
- }
338
-
339
- .comment-thumb img {
340
- width: 60px;
341
- height: 60px;
342
- }
343
-
344
- .author a {
345
- display: inline-block;
346
- font-size: 16px;
347
- line-height: 1.7;
348
- }
349
- .comment-meta {
350
- margin-bottom: 5px;
351
- }
352
- .comment-meta span.autho,
353
- .comment-meta span.date {
354
- color: #999999;
355
- display: inline-block;
356
- }
357
- .comment-meta span.autho {
358
- margin-right: 2px;
359
- }
360
-
361
- .comment-meta .comment-reply {
362
- border-radius: 1px;
363
- padding: 6px 10px;
364
- cursor: pointer;
365
- margin: 3px;
366
- -webkit-transition: all .3s ease;
367
- transition: all .3s ease;
368
- }
369
-
370
- .comment-meta .comment-reply:hover {
371
- box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
372
- }
373
-
374
-
375
- .comment-text p,
376
- .comment-text {
377
- color: #666;
378
- line-height: 1.7;
379
- }
380
-
381
- /*comment form*/
382
-
383
- .submit-note {
384
- color: #999999;
385
- margin-bottom: 30px;
386
- }
387
- .input-text {
388
- width: 100%;
389
- background-color: #ececec;
390
- border: 1px solid transparent;
391
- outline: none;
392
- padding: 10px 10px;
393
- color: #b4b4b4;
394
- line-height: 1.5;
395
- display: block;
396
- -webkit-transition: all .3s ease;
397
- transition: all .3s ease;
398
- }
399
-
400
- .input-text:focus {
401
- background-color: #fff;
402
- color: #666;
403
- box-shadow: 0px 0px 2px rgba(0, 186, 255, 0.3);
404
- }
405
- .input-text:focus {}
406
-
407
- .comment-form textarea {
408
- min-height: 120px;
409
- resize: none;
410
- }
411
-
412
- /*side bar*/
413
-
414
- .white-box {
415
- }
416
-
417
- .home-blog-posts .white-box {
418
- margin-bottom: 30px;
419
- }
420
-
421
-
422
- .single-sidebar {
423
- margin: 0px 0px 50px 30px;
424
- }
425
-
426
- .widget-title {
427
- color: #444;
428
- font-size: 14px;
429
- text-transform: uppercase;
430
- line-height: 1.25;
431
- margin-bottom: 40px;
432
- font-weight: 700;
433
- }
434
-
435
- /*search widget */
436
-
437
- .search-wrap {
438
- position: relative;
439
- width: 100%;
440
- }
441
-
442
- .search-field {
443
- width: 100%;
444
- background-color: #f3f3f3;
445
- display: block;
446
- border: none;
447
- outline: none;
448
- padding: 7px 15px;
449
- padding-right: 35px;
450
- }
451
-
452
- .search-form button {
453
- background-color: transparent;
454
- border: none;
455
- position: absolute;
456
- top: 0;
457
- right: 0px;
458
- font-size: 14px;
459
- line-height: 40px;
460
- padding: 0;
461
- }
462
-
463
-
464
-
465
- /*latest post*/
466
-
467
- .latest-post-wrap {
468
- margin: 0;
469
- padding: 0;
470
- }
471
-
472
- .latest-post-wrap .post-thumb {
473
- margin-right: 15px;
474
- width: 95px;
475
- float: left;
476
- }
477
-
478
- .latest-post-wrap .post-thumb img {
479
- width: 100%;
480
- -webkit-filter: grayscale(100%);
481
- -moz-filter: grayscale(100%);
482
- -o-filter: grayscale(100%);
483
- -ms-filter: grayscale(100%);
484
- filter: grayscale(100%);
485
- -webkit-transition: all .4s ease;
486
- transition: all .4s ease;
487
- }
488
-
489
- .latest-post-wrap .post-thumb img:hover {
490
- -webkit-filter: grayscale(0%);
491
- -moz-filter: grayscale(0%);
492
- -o-filter: grayscale(0%);
493
- -ms-filter: grayscale(0%);
494
- filter: grayscale(0%);
495
- }
496
-
497
- .latest-post-wrap li {
498
- list-style: none;
499
- border-bottom: 1px solid #E0E0E0;
500
- padding: 20px 0;
501
- }
502
- .latest-post-wrap li:first-child {
503
- padding-top: 0;
504
- }
505
- .latest-post-wrap li:last-child {
506
- }
507
-
508
- .lp-content {
509
- overflow: hidden;
510
- }
511
-
512
- .lp-content .title {
513
- line-height: 1;
514
- font-size: 14px;
515
- line-height: 1.2;
516
- margin-bottom: 5px;
517
- }
518
- .lp-content .title a {
519
- font-size: 14px;
520
- color: #666;
521
- }
522
- .lp-content .title a:hover {
523
- color: #666;
524
- }
525
-
526
- .lp-content p {
527
- font-size: 13px;
528
- color: #999;
529
- line-height: 20px;
530
- margin-bottom: 0;
531
- }
532
-
533
- /*archive*/
534
-
535
-
536
- .single-sidebar {}
537
- .boderd-list {
538
- margin-top: -20px;
539
- }
540
- .boderd-list li {
541
- position: relative;
542
- list-style-type: none;
543
- border-bottom: 1px solid #eee;
544
- }
545
-
546
- .boderd-list li a {
547
- font-size: 13px;
548
- color: #666;
549
- display: block;
550
- padding: 10px 0px;
551
- line-height: 25px;
552
- }
553
-
554
- .boderd-list li:hover:before,
555
- .boderd-list li:hover a {
556
- -webkit-transition: all .4s ease;
557
- transition: all .4s ease;
558
- }
559
-
560
-
561
- /*tag*/
562
-
563
- .tagcloud a {
564
- background-color: #444;
565
- color: #fff;
566
- font-size: 13px;
567
- padding: 3px 8px;
568
- border-radius: 1px;
569
- float: left;
570
- margin-right: 5px;
571
- margin-bottom: 5px;
572
- line-height: 20px;
573
- }
574
-
575
-
576
- /*category */
577
-
578
- .category-list li {
579
- -webkit-transition: all .4s ease;
580
- transition: all .4s ease;
581
- }
582
- .category-list li a span {
583
- color: #666;
584
- font-size: 13px;
585
- -webkit-transition: all .4s ease;
586
- transition: all .4s ease;
587
- }
588
-
589
- .category-list li a {
590
- padding: 10px 0px;
591
- }
592
-
593
-
594
-
595
-
596
-
597
-
598
-
599
-
600
- /* ====================================================
601
- Single Blog Page Responsive
602
- =======================================================*/
603
-
604
-
605
-
606
-
607
- @media (max-width: 1199px) {
608
- .single-blog-page .blog-post-title {
609
- font-size: 25px;
610
- }
611
- }
612
-
613
-
614
- @media (min-width : 992px) and (max-width: 1199px) {
615
- .latest-post-wrap .post-thumb {
616
- width: 84px;
617
- }
618
- }
619
-
620
- @media (min-width : 768px) and (max-width: 991px) {
621
- .latest-post-wrap .post-thumb {
622
- width: 100%;
623
- float: none;
624
- margin-bottom: 17px;
625
- }
626
- }
627
-
628
- @media (max-width: 600px) {
629
- .comments-section ul ul {
630
- padding-left: 20px;
631
- }
632
- }
633
-
634
-
635
- @media (max-width : 500px) {
636
- .blog-post-bottom-meta .share-post li a i {
637
- font-size: 17px;
638
- }
639
- }
640
-
641
-
642
- @media (max-width : 370px) {
643
- .blog-post-bottom-meta .share-post li a i {
644
- font-size: 15px;
645
- }
646
- .blog-post-bottom-meta .share-post li a span {
647
- display: none;
648
- }
649
- .blog-post-bottom-meta .share-post li {
650
- margin-right: 20px;
651
- }
652
- .blog-post-bottom-meta .share-post li:after {
653
- height: 11px;
654
- right: -10px;
655
- top: 8px;
656
- }
657
- }