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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/app_mate_landing/engine.rb +12 -0
- data/lib/app_mate_landing/version.rb +3 -0
- data/lib/app_mate_landing.rb +77 -0
- metadata +18 -54
- data/lib/appmate_landing/version.rb +0 -3
- data/lib/appmate_landing.rb +0 -8
- data/vendor/assets/javascripts/app_mate.js +0 -0
- data/vendor/assets/javascripts/landing/common.js +0 -468
- data/vendor/assets/javascripts/landing/jwplayer/jwplayer.flash.swf +0 -0
- data/vendor/assets/javascripts/landing/jwplayer/jwplayer.html5.js +0 -258
- data/vendor/assets/javascripts/landing/jwplayer/jwplayer.js +0 -138
- data/vendor/assets/javascripts/landing/main.js +0 -669
- data/vendor/assets/javascripts/landing/owl-carousel/owl.carousel.js +0 -1512
- data/vendor/assets/javascripts/landing/owl-carousel/owl.carousel.min.js +0 -47
- data/vendor/assets/javascripts/landing/requirer.js +0 -0
- data/vendor/assets/javascripts/landing/third/detectmobilebrowser.js +0 -7
- data/vendor/assets/javascripts/landing/third/gmaps.js +0 -2149
- data/vendor/assets/javascripts/landing/third/html5shiv.js +0 -301
- data/vendor/assets/javascripts/landing/third/isotope.pkgd.min.js +0 -8
- data/vendor/assets/javascripts/landing/third/jquery.ajaxchimp.min.js +0 -1
- data/vendor/assets/javascripts/landing/third/jquery.counterup.min.js +0 -8
- data/vendor/assets/javascripts/landing/third/jquery.easing.1.3.js +0 -205
- data/vendor/assets/javascripts/landing/third/jquery.fitvids.js +0 -83
- data/vendor/assets/javascripts/landing/third/jquery.nicescroll.min.js +0 -114
- data/vendor/assets/javascripts/landing/third/jquery.stellar.js +0 -660
- data/vendor/assets/javascripts/landing/third/jquery.timeago.js +0 -214
- data/vendor/assets/javascripts/landing/third/jquery.tubular.1.0.js +0 -148
- data/vendor/assets/javascripts/landing/third/matchMedia.js +0 -46
- data/vendor/assets/javascripts/landing/third/owl.carousel.min.js +0 -47
- data/vendor/assets/javascripts/landing/third/tweetie.js +0 -142
- data/vendor/assets/javascripts/landing/third/waypoints.js +0 -8
- data/vendor/assets/javascripts/landing/third/wow.min.js +0 -2
- data/vendor/assets/stylesheets/app_mate.scss +0 -0
- data/vendor/assets/stylesheets/landing/app_mate/animate.min.css +0 -6
- data/vendor/assets/stylesheets/landing/app_mate/blog-single.css +0 -657
- data/vendor/assets/stylesheets/landing/app_mate/blog.css +0 -168
- data/vendor/assets/stylesheets/landing/app_mate/bootstrap.css +0 -6358
- data/vendor/assets/stylesheets/landing/app_mate/bootstrap.min.css +0 -10
- data/vendor/assets/stylesheets/landing/app_mate/colors/color1.css +0 -164
- data/vendor/assets/stylesheets/landing/app_mate/colors/color2.css +0 -164
- data/vendor/assets/stylesheets/landing/app_mate/colors/color3.css +0 -164
- data/vendor/assets/stylesheets/landing/app_mate/colors/color4.css +0 -164
- data/vendor/assets/stylesheets/landing/app_mate/colors/color5.css +0 -164
- data/vendor/assets/stylesheets/landing/app_mate/colors/color6.css +0 -164
- data/vendor/assets/stylesheets/landing/app_mate/colors/color7.css +0 -164
- data/vendor/assets/stylesheets/landing/app_mate/colors/color8.css +0 -164
- data/vendor/assets/stylesheets/landing/app_mate/font-awesome.min.css +0 -4
- data/vendor/assets/stylesheets/landing/app_mate/fonts.css +0 -75
- data/vendor/assets/stylesheets/landing/app_mate/ionicons.min.css +0 -11
- data/vendor/assets/stylesheets/landing/app_mate/main.css +0 -2500
- data/vendor/assets/stylesheets/landing/app_mate/materialize.min.css +0 -16
- data/vendor/assets/stylesheets/landing/app_mate/responsive.css +0 -856
- data/vendor/assets/stylesheets/landing/owl-carousel/AjaxLoader.gif +0 -0
- data/vendor/assets/stylesheets/landing/owl-carousel/grabbing.png +0 -0
- data/vendor/assets/stylesheets/landing/owl-carousel/owl.carousel.css +0 -71
- data/vendor/assets/stylesheets/landing/owl-carousel/owl.theme.css +0 -79
- data/vendor/assets/stylesheets/landing/owl-carousel/owl.transitions.css +0 -163
| @@ -1,168 +0,0 @@ | |
| 1 | 
            -
            /* ===================================================
         | 
| 2 | 
            -
               Apppick All Blog styles
         | 
| 3 | 
            -
             | 
| 4 | 
            -
               TOC : 
         | 
| 5 | 
            -
            	1. All Blog Page
         | 
| 6 | 
            -
            	2. All Blog Page Responsive
         | 
| 7 | 
            -
             | 
| 8 | 
            -
            ====================================================== */
         | 
| 9 | 
            -
             | 
| 10 | 
            -
             | 
| 11 | 
            -
             | 
| 12 | 
            -
             | 
| 13 | 
            -
             | 
| 14 | 
            -
            /* ====================================================
         | 
| 15 | 
            -
               All Blog Page
         | 
| 16 | 
            -
            =======================================================*/
         | 
| 17 | 
            -
             | 
| 18 | 
            -
            .blog-banner-area {
         | 
| 19 | 
            -
            	background-image: url('../../img/blog-header-bg.jpg');
         | 
| 20 | 
            -
            	margin-top: 75px;
         | 
| 21 | 
            -
            	margin-bottom: 60px;
         | 
| 22 | 
            -
            }
         | 
| 23 | 
            -
            .blog-banner-area .overlay {
         | 
| 24 | 
            -
            	opacity: .8;
         | 
| 25 | 
            -
            	filter: alpha(opacity=80);
         | 
| 26 | 
            -
            }
         | 
| 27 | 
            -
             | 
| 28 | 
            -
            .blog-banner-area .section-space {
         | 
| 29 | 
            -
            	padding: 80px 0px 75px;
         | 
| 30 | 
            -
            }
         | 
| 31 | 
            -
            .blog-banner-area .section-space .page-title {
         | 
| 32 | 
            -
            	font-size: 40px;
         | 
| 33 | 
            -
            	font-weight: 900;
         | 
| 34 | 
            -
            	text-transform: uppercase;
         | 
| 35 | 
            -
            	line-height: 1.2;
         | 
| 36 | 
            -
            	margin: 0;
         | 
| 37 | 
            -
            }
         | 
| 38 | 
            -
             | 
| 39 | 
            -
            .single-blog-post .blog-post-bottom-meta.read-more .favorite-link {
         | 
| 40 | 
            -
            	margin-top: 3px;
         | 
| 41 | 
            -
            }
         | 
| 42 | 
            -
             | 
| 43 | 
            -
            .bottom-space {
         | 
| 44 | 
            -
            	margin-bottom: 120px;
         | 
| 45 | 
            -
            }
         | 
| 46 | 
            -
             | 
| 47 | 
            -
            .blog-posts {
         | 
| 48 | 
            -
            	box-shadow: 0px 1px 0px #eee, 0px 2px 0px #fff;
         | 
| 49 | 
            -
            }
         | 
| 50 | 
            -
             | 
| 51 | 
            -
            .all-blog-section {
         | 
| 52 | 
            -
            	padding-left: 15px;
         | 
| 53 | 
            -
            	padding-right: 15px;
         | 
| 54 | 
            -
            }
         | 
| 55 | 
            -
             | 
| 56 | 
            -
            .all-blog-section .single-blog-post .blog-post-content {
         | 
| 57 | 
            -
            	margin-bottom: 25px;
         | 
| 58 | 
            -
            }
         | 
| 59 | 
            -
             | 
| 60 | 
            -
            .blog-masonry-full {
         | 
| 61 | 
            -
            	width: 100%;
         | 
| 62 | 
            -
            	max-width: 1920px;
         | 
| 63 | 
            -
            }
         | 
| 64 | 
            -
            .blog-masonry-full .single-post {
         | 
| 65 | 
            -
            	padding-left: 15px;
         | 
| 66 | 
            -
            	padding-right: 15px;
         | 
| 67 | 
            -
            	width: 20%;
         | 
| 68 | 
            -
            }
         | 
| 69 | 
            -
             | 
| 70 | 
            -
            .blog-pagination {
         | 
| 71 | 
            -
            	margin-left: -15px;
         | 
| 72 | 
            -
            	margin-right: -15px;
         | 
| 73 | 
            -
            }
         | 
| 74 | 
            -
             | 
| 75 | 
            -
            .blog-pagination .pagination {
         | 
| 76 | 
            -
            	margin: 30px auto;
         | 
| 77 | 
            -
            	display: table;
         | 
| 78 | 
            -
            }
         | 
| 79 | 
            -
            .blog-pagination .pagination li {
         | 
| 80 | 
            -
            	display: inline-block;
         | 
| 81 | 
            -
            	margin: 3px;
         | 
| 82 | 
            -
            	width: 38px;
         | 
| 83 | 
            -
            	height: 38px;
         | 
| 84 | 
            -
            }
         | 
| 85 | 
            -
             | 
| 86 | 
            -
            .blog-pagination .pagination li a {
         | 
| 87 | 
            -
            	border: none;
         | 
| 88 | 
            -
            	color: #444;
         | 
| 89 | 
            -
            	float: none;
         | 
| 90 | 
            -
            	font-size: 13px;
         | 
| 91 | 
            -
            	display: block;
         | 
| 92 | 
            -
            	margin: 0px;
         | 
| 93 | 
            -
            	padding: 0px;
         | 
| 94 | 
            -
            	line-height: 38px;
         | 
| 95 | 
            -
            	border-radius: 2px;
         | 
| 96 | 
            -
            }
         | 
| 97 | 
            -
            .blog-pagination .pagination li i {
         | 
| 98 | 
            -
            	font-size: 13px;
         | 
| 99 | 
            -
            	color: #444;
         | 
| 100 | 
            -
            }
         | 
| 101 | 
            -
             | 
| 102 | 
            -
            .blog-pagination .pagination li.active a,
         | 
| 103 | 
            -
            .blog-pagination .pagination li.active a:active,
         | 
| 104 | 
            -
            .blog-pagination .pagination li.active a:focus,
         | 
| 105 | 
            -
            .blog-pagination .pagination li.active a:hover {
         | 
| 106 | 
            -
                color: #fff;
         | 
| 107 | 
            -
            }
         | 
| 108 | 
            -
             | 
| 109 | 
            -
            .blog-pagination .pagination li a:active,
         | 
| 110 | 
            -
            .blog-pagination .pagination li a:focus,
         | 
| 111 | 
            -
            .blog-pagination .pagination li a:hover {
         | 
| 112 | 
            -
                background-color: #fff;
         | 
| 113 | 
            -
            }
         | 
| 114 | 
            -
             | 
| 115 | 
            -
             | 
| 116 | 
            -
            .blog-pagination .pagination li.disabled a,
         | 
| 117 | 
            -
            .blog-pagination .pagination li.disabled a:active,
         | 
| 118 | 
            -
            .blog-pagination .pagination li.disabled a:focus,
         | 
| 119 | 
            -
            .blog-pagination .pagination li.disabled a:hover {
         | 
| 120 | 
            -
                background-color: transparent !important;
         | 
| 121 | 
            -
            }
         | 
| 122 | 
            -
             | 
| 123 | 
            -
            .blog-pagination .pagination li.disabled a {
         | 
| 124 | 
            -
            	cursor: not-allowed;
         | 
| 125 | 
            -
            }
         | 
| 126 | 
            -
             | 
| 127 | 
            -
             | 
| 128 | 
            -
             | 
| 129 | 
            -
             | 
| 130 | 
            -
             | 
| 131 | 
            -
             | 
| 132 | 
            -
             | 
| 133 | 
            -
             | 
| 134 | 
            -
             | 
| 135 | 
            -
            /* ====================================================
         | 
| 136 | 
            -
               All Blog Page Responsive
         | 
| 137 | 
            -
            =======================================================*/
         | 
| 138 | 
            -
             | 
| 139 | 
            -
             | 
| 140 | 
            -
             | 
| 141 | 
            -
             | 
| 142 | 
            -
            @media (max-width: 1510px) {
         | 
| 143 | 
            -
            	.blog-masonry-full .single-post {
         | 
| 144 | 
            -
            		width: 25%;
         | 
| 145 | 
            -
            	}
         | 
| 146 | 
            -
            }
         | 
| 147 | 
            -
             | 
| 148 | 
            -
            @media (max-width: 1130px) {
         | 
| 149 | 
            -
            	.blog-masonry-full .single-post {
         | 
| 150 | 
            -
            		width: 33.33%;
         | 
| 151 | 
            -
            	}
         | 
| 152 | 
            -
            }
         | 
| 153 | 
            -
             | 
| 154 | 
            -
            @media (max-width: 800px) {
         | 
| 155 | 
            -
            	.blog-masonry-full .single-post {
         | 
| 156 | 
            -
            		width: 50%;
         | 
| 157 | 
            -
            	}
         | 
| 158 | 
            -
            	.blog-masonry-full .single-blog-post {
         | 
| 159 | 
            -
            		margin-left: 0px !important;
         | 
| 160 | 
            -
            		margin-right: 0px !important;
         | 
| 161 | 
            -
            	}
         | 
| 162 | 
            -
            }
         | 
| 163 | 
            -
             | 
| 164 | 
            -
            @media (max-width: 550px) {
         | 
| 165 | 
            -
            	.blog-masonry-full .single-post {
         | 
| 166 | 
            -
            		width: 100%;
         | 
| 167 | 
            -
            	}
         | 
| 168 | 
            -
            }
         |