linaro-jekyll-theme 0.2.0.1 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +19 -52
- data/_data/footer.yml +0 -1
- data/_includes/_theme-includes/_blog/pagination.html +1 -1
- data/_includes/_theme-includes/_footer/backup.html +71 -0
- data/_includes/_theme-includes/_footer/footer.html +25 -56
- data/_includes/_theme-includes/_head/ascii-art.html +11 -0
- data/_includes/_theme-includes/_head/head.html +7 -15
- data/_includes/_theme-includes/_navigation/_sub-navigation/tabbed-nav.html +150 -0
- data/_includes/_theme-includes/_navigation/nav.html +16 -62
- data/_includes/_theme-includes/_page-structure/breadcrumb.html +27 -77
- data/_includes/_theme-includes/_page-structure/old-breadcrumb.html +139 -0
- data/_includes/_theme-includes/_script-includes/css.html +3 -40
- data/_includes/_theme-includes/_script-includes/gtm/gtm-noscript.html +1 -2
- data/_includes/_theme-includes/_script-includes/gtm/gtm-script.html +7 -9
- data/_includes/_theme-includes/_script-includes/javascript.html +2 -50
- data/_includes/_theme-includes/_third-party/disqus.html +1 -1
- data/_includes/_theme-includes/_third-party/mailchimp-homepage.html +6 -1
- data/_includes/_theme-includes/_third-party/mailchimp-sub-footer.html +40 -0
- data/_includes/_theme-includes/members.html +3 -3
- data/_includes/image.html +1 -6
- data/_includes/media.html +1 -9
- data/_layouts/empty-container-page.html +10 -0
- data/_layouts/{fluid-no-sub-nav.html → plain-page.html} +2 -2
- data/_sass/blog-pages.scss +5 -0
- data/_sass/bootstrap/_variables.scss +5 -28
- data/_sass/core/blog.scss +25 -36
- data/_sass/core/breadcrumb.scss +1 -20
- data/_sass/core/cookieconsent.scss +2 -31
- data/_sass/core/critical.scss +991 -0
- data/_sass/core/fa.scss +2 -7
- data/_sass/core/footer.scss +13 -55
- data/_sass/core/homepage.scss +1 -25
- data/_sass/core/members-sprite.scss +425 -0
- data/_sass/core/nav.scss +15 -136
- data/_sass/core/owl.carousel.min.scss +1 -1
- data/_sass/core/products.scss +1 -1
- data/_sass/core/tables.scss +0 -38
- data/_sass/core/theme.scss +16 -310
- data/_sass/documentation-pages.scss +3 -0
- data/_sass/home-page.scss +3 -0
- data/{assets/css/main-lightbox.scss → _sass/main.scss} +0 -5
- data/_sass/openhours-page.scss +4 -0
- data/_sass/products-pages.scss +5 -0
- data/_sass/projects-pages.scss +5 -0
- data/assets/css/_bootstrap-compass.scss +9 -0
- data/assets/css/_bootstrap-mincer.scss +19 -0
- data/assets/css/_bootstrap-sprockets.scss +9 -0
- data/assets/css/_bootstrap.scss +56 -0
- data/assets/css/blog-pages.scss +5 -0
- data/assets/css/bootstrap/_alerts.scss +73 -0
- data/assets/css/bootstrap/_badges.scss +68 -0
- data/assets/css/bootstrap/_breadcrumbs.scss +28 -0
- data/assets/css/bootstrap/_button-groups.scss +244 -0
- data/assets/css/bootstrap/_buttons.scss +168 -0
- data/assets/css/bootstrap/_carousel.scss +270 -0
- data/assets/css/bootstrap/_close.scss +36 -0
- data/assets/css/bootstrap/_code.scss +69 -0
- data/assets/css/bootstrap/_component-animations.scss +37 -0
- data/assets/css/bootstrap/_dropdowns.scss +216 -0
- data/assets/css/bootstrap/_forms.scss +617 -0
- data/assets/css/bootstrap/_glyphicons.scss +307 -0
- data/assets/css/bootstrap/_grid.scss +84 -0
- data/assets/css/bootstrap/_input-groups.scss +171 -0
- data/assets/css/bootstrap/_jumbotron.scss +54 -0
- data/assets/css/bootstrap/_labels.scss +66 -0
- data/assets/css/bootstrap/_list-group.scss +130 -0
- data/assets/css/bootstrap/_media.scss +66 -0
- data/assets/css/bootstrap/_mixins.scss +40 -0
- data/assets/css/bootstrap/_modals.scss +150 -0
- data/assets/css/bootstrap/_navbar.scss +662 -0
- data/assets/css/bootstrap/_navs.scss +242 -0
- data/assets/css/bootstrap/_normalize.scss +424 -0
- data/assets/css/bootstrap/_pager.scss +54 -0
- data/assets/css/bootstrap/_pagination.scss +89 -0
- data/assets/css/bootstrap/_panels.scss +271 -0
- data/assets/css/bootstrap/_popovers.scss +131 -0
- data/assets/css/bootstrap/_print.scss +101 -0
- data/assets/css/bootstrap/_progress-bars.scss +87 -0
- data/assets/css/bootstrap/_responsive-embed.scss +35 -0
- data/assets/css/bootstrap/_responsive-utilities.scss +179 -0
- data/assets/css/bootstrap/_scaffolding.scss +161 -0
- data/assets/css/bootstrap/_tables.scss +234 -0
- data/assets/css/bootstrap/_theme.scss +291 -0
- data/assets/css/bootstrap/_thumbnails.scss +38 -0
- data/assets/css/bootstrap/_tooltip.scss +101 -0
- data/assets/css/bootstrap/_type.scss +298 -0
- data/assets/css/bootstrap/_utilities.scss +55 -0
- data/assets/css/bootstrap/_variables.scss +874 -0
- data/assets/css/bootstrap/_wells.scss +29 -0
- data/assets/css/bootstrap/mixins/_alerts.scss +14 -0
- data/assets/css/bootstrap/mixins/_background-variant.scss +12 -0
- data/assets/css/bootstrap/mixins/_border-radius.scss +18 -0
- data/assets/css/bootstrap/mixins/_buttons.scss +65 -0
- data/assets/css/bootstrap/mixins/_center-block.scss +7 -0
- data/assets/css/bootstrap/mixins/_clearfix.scss +22 -0
- data/assets/css/bootstrap/mixins/_forms.scss +88 -0
- data/assets/css/bootstrap/mixins/_gradients.scss +58 -0
- data/assets/css/bootstrap/mixins/_grid-framework.scss +81 -0
- data/assets/css/bootstrap/mixins/_grid.scss +122 -0
- data/assets/css/bootstrap/mixins/_hide-text.scss +21 -0
- data/assets/css/bootstrap/mixins/_image.scss +33 -0
- data/assets/css/bootstrap/mixins/_labels.scss +12 -0
- data/assets/css/bootstrap/mixins/_list-group.scss +32 -0
- data/assets/css/bootstrap/mixins/_nav-divider.scss +10 -0
- data/assets/css/bootstrap/mixins/_nav-vertical-align.scss +9 -0
- data/assets/css/bootstrap/mixins/_opacity.scss +8 -0
- data/assets/css/bootstrap/mixins/_pagination.scss +24 -0
- data/assets/css/bootstrap/mixins/_panels.scss +24 -0
- data/assets/css/bootstrap/mixins/_progress-bar.scss +10 -0
- data/assets/css/bootstrap/mixins/_reset-filter.scss +8 -0
- data/assets/css/bootstrap/mixins/_reset-text.scss +18 -0
- data/assets/css/bootstrap/mixins/_resize.scss +6 -0
- data/assets/css/bootstrap/mixins/_responsive-visibility.scss +21 -0
- data/assets/css/bootstrap/mixins/_size.scss +10 -0
- data/assets/css/bootstrap/mixins/_tab-focus.scss +9 -0
- data/assets/css/bootstrap/mixins/_table-row.scss +28 -0
- data/assets/css/bootstrap/mixins/_text-emphasis.scss +12 -0
- data/assets/css/bootstrap/mixins/_text-overflow.scss +8 -0
- data/assets/css/bootstrap/mixins/_vendor-prefixes.scss +222 -0
- data/assets/css/core/animations.scss +125 -0
- data/assets/css/core/blog.scss +206 -0
- data/assets/css/core/breadcrumb.scss +48 -0
- data/assets/css/core/carousel.scss +136 -0
- data/assets/css/core/cookieconsent.scss +13 -0
- data/assets/css/core/critical.scss +991 -0
- data/assets/css/core/fa.scss +2331 -0
- data/assets/css/core/flipclock.scss +435 -0
- data/assets/css/core/font-awesome.min.scss +4 -0
- data/assets/css/core/fonts.scss +7 -0
- data/assets/css/core/footer.scss +79 -0
- data/assets/css/core/homepage.scss +16 -0
- data/assets/css/core/lightbox.scss +213 -0
- data/assets/css/core/members-sprite.scss +425 -0
- data/assets/css/core/nav.scss +536 -0
- data/assets/css/core/openhours.scss +51 -0
- data/assets/css/core/owl.carousel.min.scss +6 -0
- data/assets/css/core/owl.theme.default.min.scss +6 -0
- data/assets/css/core/products.scss +221 -0
- data/assets/css/core/projects.scss +32 -0
- data/assets/css/core/social-media-icons.scss +71 -0
- data/assets/css/core/syntax.scss +65 -0
- data/assets/css/core/tables.scss +87 -0
- data/assets/css/core/theme.scss +244 -0
- data/assets/css/documentation-pages.scss +3 -0
- data/assets/css/home-page.scss +3 -0
- data/assets/css/main.scss +0 -3
- data/assets/css/openhours-page.scss +4 -0
- data/assets/css/products-pages.scss +5 -0
- data/assets/css/projects-pages.scss +5 -0
- data/assets/js/app/{main.js → 96boards.js} +29 -5
- data/assets/js/app/app.js +5 -0
- data/assets/js/app/mixitup.js +23 -0
- data/assets/js/app/{search.js → search-page.js} +1 -1
- data/assets/js/app/{sticky.js → sticky-navbar.js} +0 -0
- data/assets/js/app.js +2 -0
- data/assets/js/sticky-navbar.js +65 -0
- data/assets/js/vendor/cookieconsent.min.js +9 -2
- data/assets/js/vendor/filtrify.js +11 -0
- data/assets/js/vendor/flipclock.min.js +0 -33
- data/assets/js/vendor/lightbox.js +519 -0
- data/assets/js/vendor/loadCSS.js +35 -0
- data/assets/js/vendor/loadCSS.min.js +2 -0
- data/assets/js/vendor/picturefill.min.js +5 -0
- data/assets/js/vendor/shuffle.js +2004 -0
- data/assets/js/vendor/vendor.js +6 -0
- data/assets/js/vendor.js +7 -0
- data/{_layouts/about.html → assets/vendor.js} +0 -0
- metadata +171 -143
- data/_data/authors.yml +0 -7
- data/_data/company.yml +0 -29
- data/_data/members_db.yaml +0 -115
- data/_data/nav.yml +0 -62
- data/_data/news.yaml +0 -230
- data/_data/sub-nav-stacked.yml +0 -67
- data/_data/sub-nav.yml +0 -61
- data/_includes/_theme-includes/_navigation/stacked-nav.html +0 -20
- data/_includes/_theme-includes/_navigation/tabbed-nav.html +0 -35
- data/_includes/_theme-includes/_page-structure/home-hero-shape.html +0 -34
- data/_includes/_theme-includes/_page-structure/home-hero.html +0 -23
- data/_includes/_theme-includes/_page-structure/shape-divider.html +0 -12
- data/_includes/_theme-includes/_script-includes/google-analytics/script.html +0 -10
- data/_includes/youtube.html +0 -7
- data/_layouts/accessory-display-page.html +0 -88
- data/_layouts/blog-breadcrumbless.html +0 -49
- data/_layouts/blog.html +0 -56
- data/_layouts/contact.html +0 -10
- data/_layouts/default-empty.html +0 -11
- data/_layouts/default-no-sub-nav.html +0 -15
- data/_layouts/default-plain.html +0 -16
- data/_layouts/default-stacked-breadcrumb.html +0 -23
- data/_layouts/default-stacked.html +0 -22
- data/_layouts/default.html +0 -20
- data/_layouts/empty.html +0 -10
- data/_layouts/fluid.html +0 -15
- data/_layouts/home-shape.html +0 -18
- data/_layouts/home.html +0 -18
- data/_layouts/post.html +0 -146
- data/_layouts/product-display-page.html +0 -262
- data/_layouts/project-display-page.html +0 -28
- data/_sass/core/carousel-styles.scss +0 -3
- data/_sass/core/custom.scss +0 -3
- data/_sass/custom.scss +0 -0
- data/assets/css/main-blog.scss +0 -19
- data/assets/css/main-home.scss +0 -16
- data/assets/css/main-openhours.scss +0 -19
- data/assets/css/main-products.scss +0 -20
- data/assets/css/main-projects.scss +0 -20
- data/assets/fonts/fontawesome-webfont.eot +0 -0
- data/assets/fonts/fontawesome-webfont.svg +0 -2671
- data/assets/fonts/fontawesome-webfont.ttf +0 -0
- data/assets/fonts/fontawesome-webfont.woff +0 -0
- data/assets/fonts/fontawesome-webfont.woff2 +0 -0
- data/assets/fonts/fontello.eot +0 -0
- data/assets/fonts/fontello.svg +0 -44
- data/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/assets/fonts/glyphicons-halflings-regular.woff +0 -0
- data/assets/fonts/glyphicons-halflings-regular.woff2 +0 -0
- data/assets/fonts/lato-regular/LICENSE.txt +0 -93
- data/assets/fonts/lato-regular/Lato-regular.eot +0 -0
- data/assets/fonts/lato-regular/Lato-regular.svg +0 -435
- data/assets/fonts/lato-regular/Lato-regular.ttf +0 -0
- data/assets/fonts/lato-regular/Lato-regular.woff +0 -0
- data/assets/fonts/lato-regular/Lato-regular.woff2 +0 -0
- data/assets/images/avatar-placeholder.png +0 -0
- data/assets/images/background-image.jpg +0 -0
- data/assets/images/close.png +0 -0
- data/assets/images/css3.png +0 -0
- data/assets/images/favicon.ico +0 -0
- data/assets/images/favicon.png +0 -0
- data/assets/images/html5.png +0 -0
- data/assets/images/jekyll.svg +0 -1
- data/assets/images/js.jpeg +0 -0
- data/assets/images/loading.gif +0 -0
- data/assets/images/next.png +0 -0
- data/assets/images/owl.video.play.png +0 -0
- data/assets/images/placeholder.png +0 -0
- data/assets/images/prev.png +0 -0
- data/assets/images/social-media-image.png +0 -0
- data/assets/js/app/tables.js +0 -8
- data/assets/js/vendor/cognito-forms.js +0 -150
- data/assets/js/vendor/lightbox.min.js +0 -14
- data/robots.txt +0 -9
@@ -0,0 +1,125 @@
|
|
1
|
+
|
2
|
+
// fade-in animation - fades in on page load.
|
3
|
+
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
|
4
|
+
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
|
5
|
+
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
|
6
|
+
@-webkit-keyframes rotate {
|
7
|
+
from
|
8
|
+
{
|
9
|
+
-webkit-transform: rotate(0deg);
|
10
|
+
}
|
11
|
+
to
|
12
|
+
{
|
13
|
+
-webkit-transform: rotate(360deg);
|
14
|
+
}
|
15
|
+
}
|
16
|
+
@-moz-keyframes rotate {
|
17
|
+
from
|
18
|
+
{
|
19
|
+
-webkit-transform: rotate(0deg);
|
20
|
+
}
|
21
|
+
to
|
22
|
+
{
|
23
|
+
-webkit-transform: rotate(360deg);
|
24
|
+
}
|
25
|
+
}
|
26
|
+
@keyframes rotate {
|
27
|
+
from
|
28
|
+
{
|
29
|
+
-webkit-transform: rotate(0deg);
|
30
|
+
}
|
31
|
+
to
|
32
|
+
{
|
33
|
+
-webkit-transform: rotate(360deg);
|
34
|
+
}
|
35
|
+
}
|
36
|
+
|
37
|
+
.fade-in-one{
|
38
|
+
opacity:0; /* make things invisible upon start */
|
39
|
+
-webkit-animation:fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
|
40
|
+
-moz-animation:fadeIn ease-in 1;
|
41
|
+
animation:fadeIn ease-in 1;
|
42
|
+
|
43
|
+
-webkit-animation-fill-mode:forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
|
44
|
+
-moz-animation-fill-mode:forwards;
|
45
|
+
animation-fill-mode:forwards;
|
46
|
+
|
47
|
+
-webkit-animation-duration:0.5s;
|
48
|
+
-moz-animation-duration:0.5s;
|
49
|
+
animation-duration:0.5s;
|
50
|
+
|
51
|
+
-webkit-animation-delay: 1s;
|
52
|
+
-moz-animation-delay: 1s;
|
53
|
+
animation-delay: 1s;
|
54
|
+
}
|
55
|
+
.fade-in-two{
|
56
|
+
opacity:0; /* make things invisible upon start */
|
57
|
+
-webkit-animation:fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
|
58
|
+
-moz-animation:fadeIn ease-in 1;
|
59
|
+
animation:fadeIn ease-in 1;
|
60
|
+
|
61
|
+
-webkit-animation-fill-mode:forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
|
62
|
+
-moz-animation-fill-mode:forwards;
|
63
|
+
animation-fill-mode:forwards;
|
64
|
+
|
65
|
+
-webkit-animation-duration:0.5s;
|
66
|
+
-moz-animation-duration:0.5s;
|
67
|
+
animation-duration:0.5s;
|
68
|
+
|
69
|
+
-webkit-animation-delay: 1.5s;
|
70
|
+
-moz-animation-delay: 1.5s;
|
71
|
+
animation-delay: 1.5s;
|
72
|
+
}
|
73
|
+
.fade-in-three{
|
74
|
+
opacity:0; /* make things invisible upon start */
|
75
|
+
-webkit-animation:fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
|
76
|
+
-moz-animation:fadeIn ease-in 1;
|
77
|
+
animation:fadeIn ease-in 1;
|
78
|
+
|
79
|
+
-webkit-animation-fill-mode:forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
|
80
|
+
-moz-animation-fill-mode:forwards;
|
81
|
+
animation-fill-mode:forwards;
|
82
|
+
|
83
|
+
-webkit-animation-duration:0.5s;
|
84
|
+
-moz-animation-duration:0.5s;
|
85
|
+
animation-duration:0.5s;
|
86
|
+
|
87
|
+
-webkit-animation-delay: 2s;
|
88
|
+
-moz-animation-delay: 2s;
|
89
|
+
animation-delay: 2s;
|
90
|
+
}
|
91
|
+
.fade-in-four{
|
92
|
+
opacity:0; /* make things invisible upon start */
|
93
|
+
-webkit-animation:fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
|
94
|
+
-moz-animation:fadeIn ease-in 1;
|
95
|
+
animation:fadeIn ease-in 1;
|
96
|
+
|
97
|
+
-webkit-animation-fill-mode:forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
|
98
|
+
-moz-animation-fill-mode:forwards;
|
99
|
+
animation-fill-mode:forwards;
|
100
|
+
|
101
|
+
-webkit-animation-duration:0.5s;
|
102
|
+
-moz-animation-duration:0.5s;
|
103
|
+
animation-duration:0.5s;
|
104
|
+
|
105
|
+
-webkit-animation-delay: 2.5s;
|
106
|
+
-moz-animation-delay: 2.5s;
|
107
|
+
animation-delay: 2.5s;
|
108
|
+
}
|
109
|
+
|
110
|
+
|
111
|
+
.rotate-img
|
112
|
+
{
|
113
|
+
-webkit-animation-name: rotate;
|
114
|
+
-moz-animation-name: rotate;
|
115
|
+
animation-name: rotate;
|
116
|
+
-webkit-animation-duration: 30s;
|
117
|
+
-moz-animation-duration: 30s;
|
118
|
+
animation-duration: 30s;
|
119
|
+
-webkit-animation-iteration-count: infinite;
|
120
|
+
-moz-animation-iteration-count: infinite;
|
121
|
+
animation-iteration-count: infinite;
|
122
|
+
-webkit-animation-timing-function: linear;
|
123
|
+
-moz-animation-timing-function: linear;
|
124
|
+
animation-timing-function: linear;
|
125
|
+
}
|
@@ -0,0 +1,206 @@
|
|
1
|
+
.full-page-image {
|
2
|
+
color:black;
|
3
|
+
height:500px;
|
4
|
+
width: 100%;
|
5
|
+
object-fit: cover;
|
6
|
+
display: block;
|
7
|
+
}
|
8
|
+
.blog-row {
|
9
|
+
margin-top: 30px;
|
10
|
+
}
|
11
|
+
.blog-panel{
|
12
|
+
margin-top:50px;
|
13
|
+
}
|
14
|
+
.blog-panel .panel-primary .panel-heading{
|
15
|
+
margin-left: 5px;
|
16
|
+
}
|
17
|
+
.blog-post-content{
|
18
|
+
margin-top: 50px;
|
19
|
+
}
|
20
|
+
.img-blog{
|
21
|
+
height:600px;
|
22
|
+
}
|
23
|
+
.blog-featured-img-container{
|
24
|
+
position: relative;
|
25
|
+
}
|
26
|
+
.blog-full-page-image-info{
|
27
|
+
color: #FFF;
|
28
|
+
height: 500px;
|
29
|
+
margin-left: auto;
|
30
|
+
margin-right: auto;
|
31
|
+
z-index: 1;
|
32
|
+
text-align: center;
|
33
|
+
margin-top: -21px;
|
34
|
+
line-height:50px;
|
35
|
+
position: relative;
|
36
|
+
top: 10vh;
|
37
|
+
vertical-align:middle;
|
38
|
+
}
|
39
|
+
.blog-title {
|
40
|
+
width: 50%;
|
41
|
+
margin-right: auto;
|
42
|
+
margin-left: auto;
|
43
|
+
font-size: 56px;
|
44
|
+
}
|
45
|
+
.blog-post-content .panel-primary {
|
46
|
+
border: 1px solid #19947b;
|
47
|
+
}
|
48
|
+
|
49
|
+
.blog-post-content .panel-heading {
|
50
|
+
background-color: #19947b;
|
51
|
+
color: #fff;
|
52
|
+
}
|
53
|
+
|
54
|
+
.blog-author-image{
|
55
|
+
height: 83px;
|
56
|
+
width: 83px;
|
57
|
+
border-radius:83px;
|
58
|
+
border: 4px solid white;
|
59
|
+
}
|
60
|
+
.full-page-image-text{
|
61
|
+
top:300px;
|
62
|
+
position:relative;
|
63
|
+
margin-left: auto;
|
64
|
+
margin-right: auto;
|
65
|
+
z-index: 1;
|
66
|
+
line-height:50px;
|
67
|
+
vertical-align:middle;
|
68
|
+
}
|
69
|
+
.blog_content_area{
|
70
|
+
border-top: 1px solid $gray-light;
|
71
|
+
}
|
72
|
+
|
73
|
+
.no-padding {
|
74
|
+
padding: 0 !important;
|
75
|
+
margin: 0 !important;
|
76
|
+
}
|
77
|
+
.blog-icons{
|
78
|
+
border: 1px solid #777777;
|
79
|
+
border-radius: 45px;
|
80
|
+
width: 34px;
|
81
|
+
padding: 5px;
|
82
|
+
float: left;
|
83
|
+
display: block;
|
84
|
+
margin: 5px;
|
85
|
+
opacity: .8;
|
86
|
+
color: #777777;
|
87
|
+
-webkit-transition: all 1s ease;
|
88
|
+
transition: all 1s ease;
|
89
|
+
}
|
90
|
+
|
91
|
+
.blog-icons:hover{
|
92
|
+
color: $brand-primary;
|
93
|
+
border: 1px solid $brand-primary;
|
94
|
+
background-color: black;
|
95
|
+
opacity: 1;
|
96
|
+
transition: all 1s ease;
|
97
|
+
}
|
98
|
+
.blog-icons:active, .blog-icons:focus{
|
99
|
+
border: 1px solid $gray-light;
|
100
|
+
border-radius: 45px;
|
101
|
+
width: 45px;
|
102
|
+
margin: 4px;
|
103
|
+
opacity: .8;
|
104
|
+
color: $gray-light;
|
105
|
+
}
|
106
|
+
|
107
|
+
|
108
|
+
.blog-read-more-btn{
|
109
|
+
background-color: white;
|
110
|
+
border: 2px solid black;
|
111
|
+
border-radius: 0px;
|
112
|
+
font-weight: normal;
|
113
|
+
color: $gray-base;
|
114
|
+
transition: all 1s ease;
|
115
|
+
padding: 6px;
|
116
|
+
}
|
117
|
+
.blog-read-more-btn:hover{
|
118
|
+
background-color: $brand-primary;
|
119
|
+
color: white;
|
120
|
+
transition: all 1s ease;
|
121
|
+
}
|
122
|
+
.blog-read-more-btn:active, .blog-read-more-btn:focus{
|
123
|
+
background-color: $brand-primary;
|
124
|
+
color: white;
|
125
|
+
transition: all 1s ease;
|
126
|
+
}
|
127
|
+
a.featured_blog_post_text {
|
128
|
+
font-size: 13px;
|
129
|
+
line-height: 18px;
|
130
|
+
color: black;
|
131
|
+
transition: all 1s ease;
|
132
|
+
}
|
133
|
+
a.featured_blog_post_text:hover{
|
134
|
+
font-size: 13px;
|
135
|
+
line-height: 18px;
|
136
|
+
color: $brand-primary;
|
137
|
+
transition: all 1s ease;
|
138
|
+
}
|
139
|
+
|
140
|
+
.blog_post{
|
141
|
+
border-bottom: 1px solid $gray-lighter;
|
142
|
+
padding-bottom: 13px;
|
143
|
+
}
|
144
|
+
|
145
|
+
.featured_blog_post {
|
146
|
+
height: auto;
|
147
|
+
margin: 5px;
|
148
|
+
border-bottom: 1px solid #f3f3f3;
|
149
|
+
padding: 12px;
|
150
|
+
}
|
151
|
+
|
152
|
+
.blog-well {
|
153
|
+
background: #222222;
|
154
|
+
}
|
155
|
+
.btn-blog{
|
156
|
+
border: 2px solid $gray-lighter;
|
157
|
+
color: black;
|
158
|
+
padding: 6px;
|
159
|
+
}
|
160
|
+
.btn-blog:hover{
|
161
|
+
color: $brand-primary;
|
162
|
+
}
|
163
|
+
|
164
|
+
.blog-img {
|
165
|
+
margin-top:25px;
|
166
|
+
}
|
167
|
+
|
168
|
+
#blog-background-image{
|
169
|
+
background-size: cover;
|
170
|
+
height:800px;
|
171
|
+
}
|
172
|
+
|
173
|
+
.post-content ol, .post-content ul {
|
174
|
+
line-height: 1.6em;
|
175
|
+
font-size: 16px;
|
176
|
+
}
|
177
|
+
.post_tag {
|
178
|
+
background-color: #eee;
|
179
|
+
margin: 2px;
|
180
|
+
color: #464646;
|
181
|
+
}
|
182
|
+
|
183
|
+
//Pagination centered style
|
184
|
+
.pagination-centered { text-align: center;}
|
185
|
+
|
186
|
+
|
187
|
+
//Responsive CSS for Blog
|
188
|
+
@media(max-width:767px){
|
189
|
+
|
190
|
+
.blog-title{
|
191
|
+
width:95%;
|
192
|
+
font-size: 34px;
|
193
|
+
}
|
194
|
+
.blog-author-image {
|
195
|
+
height: 100px;
|
196
|
+
width: 100px;
|
197
|
+
}
|
198
|
+
.blog-post-content {
|
199
|
+
margin-top: 5px;
|
200
|
+
}
|
201
|
+
|
202
|
+
.blog_post{
|
203
|
+
padding:20px;
|
204
|
+
}
|
205
|
+
|
206
|
+
}
|
@@ -0,0 +1,48 @@
|
|
1
|
+
/* -------------------------- Breadcrumb Style -------------------------- */
|
2
|
+
/* Bread Crumb Paragraphs */
|
3
|
+
|
4
|
+
.breadcrumb-container > p {
|
5
|
+
color: #FFF;
|
6
|
+
}
|
7
|
+
|
8
|
+
.breadcrumb-container ol li a {
|
9
|
+
color: #FFF;
|
10
|
+
}
|
11
|
+
/* Bread Crumb Headings */
|
12
|
+
|
13
|
+
.breadcrumb-container h1,
|
14
|
+
.breadcrumb-container h2,
|
15
|
+
.breadcrumb-container h3 {
|
16
|
+
color: #FFF;
|
17
|
+
letter-spacing: 2px;
|
18
|
+
}
|
19
|
+
/* Bread Crumb Ordered List Style */
|
20
|
+
|
21
|
+
.breadcrumb {
|
22
|
+
background: transparent;
|
23
|
+
border: 0;
|
24
|
+
border-radius: 0;
|
25
|
+
display: block;
|
26
|
+
}
|
27
|
+
.breadcrumb-container{
|
28
|
+
background-image: url("../images/banner.jpg");
|
29
|
+
background-color: #010220;
|
30
|
+
padding:5px;
|
31
|
+
}
|
32
|
+
|
33
|
+
|
34
|
+
.breadcrumb li {
|
35
|
+
font-size: 14px;
|
36
|
+
}
|
37
|
+
|
38
|
+
.breadcrumb>li+li:before {
|
39
|
+
content: "\00bb\00a0";
|
40
|
+
}
|
41
|
+
|
42
|
+
.breadcrumb {
|
43
|
+
padding: 0px;
|
44
|
+
}
|
45
|
+
|
46
|
+
.breadcrumb-title{
|
47
|
+
font-size: 18px;
|
48
|
+
}
|
@@ -0,0 +1,136 @@
|
|
1
|
+
|
2
|
+
.homepage-image-owl{
|
3
|
+
height: auto;
|
4
|
+
width: auto;
|
5
|
+
}
|
6
|
+
.homepage-image-project{
|
7
|
+
height: 206.5px;
|
8
|
+
width: auto;
|
9
|
+
overflow: auto;
|
10
|
+
}
|
11
|
+
//Responsive CSS for Homepage
|
12
|
+
@media(max-width:767px){
|
13
|
+
|
14
|
+
|
15
|
+
}
|
16
|
+
|
17
|
+
@media only screen and (max-width: 500px) {
|
18
|
+
.hero-banner {
|
19
|
+
padding-top: 0px;
|
20
|
+
min-height: auto;
|
21
|
+
}
|
22
|
+
|
23
|
+
.hero-banner h1 {
|
24
|
+
font-size: 20pt;
|
25
|
+
}
|
26
|
+
|
27
|
+
.hero-banner p.sub-tag {
|
28
|
+
width: 90%;
|
29
|
+
margin-top: 10px;
|
30
|
+
margin-bottom: 20px;
|
31
|
+
}
|
32
|
+
|
33
|
+
.activity-container {
|
34
|
+
margin-top: 0px;
|
35
|
+
padding-top: 0px;
|
36
|
+
}
|
37
|
+
|
38
|
+
.activity-block img {
|
39
|
+
width: auto;
|
40
|
+
}
|
41
|
+
|
42
|
+
.activity-holder .col-md-3 {
|
43
|
+
border-bottom: 1px solid #ccc;
|
44
|
+
padding-bottom: 10px;
|
45
|
+
padding-top: 10px;
|
46
|
+
}
|
47
|
+
}
|
48
|
+
|
49
|
+
a.btn.btn-primary {
|
50
|
+
border-radius: 30px;
|
51
|
+
font-size: 14px;
|
52
|
+
margin-bottom: 20px;
|
53
|
+
}
|
54
|
+
.owl-dots {
|
55
|
+
margin-bottom: 20px;
|
56
|
+
}
|
57
|
+
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
|
58
|
+
background-color: $brand-primary !important;
|
59
|
+
transition: all 1s ease;
|
60
|
+
}
|
61
|
+
|
62
|
+
.activity-container {
|
63
|
+
/*margin-top: 50px;
|
64
|
+
padding-bottom: 30px;*/
|
65
|
+
border-top: 1px solid #efefef;
|
66
|
+
}
|
67
|
+
|
68
|
+
.activity-block img {
|
69
|
+
width: 100%;
|
70
|
+
margin-bottom: 10px;
|
71
|
+
}
|
72
|
+
|
73
|
+
.activity-holder .activity-block {
|
74
|
+
border: #fff 3px solid;
|
75
|
+
background: #fff;
|
76
|
+
|
77
|
+
}
|
78
|
+
.home-project .activity-block img {
|
79
|
+
height: 205px;
|
80
|
+
width: auto;
|
81
|
+
}
|
82
|
+
|
83
|
+
.activity-block {
|
84
|
+
border: #fff 3px solid;
|
85
|
+
background: #fff;
|
86
|
+
margin-top: 70px;
|
87
|
+
}
|
88
|
+
.activity-block a{
|
89
|
+
color: black;
|
90
|
+
text-decoration: none;
|
91
|
+
transition: all 1s ease;
|
92
|
+
}
|
93
|
+
.activity-block a:hover{
|
94
|
+
text-decoration: none;
|
95
|
+
color: $brand-primary;
|
96
|
+
transition: all 1s ease;
|
97
|
+
}
|
98
|
+
|
99
|
+
.activity-block .item {
|
100
|
+
display:none;
|
101
|
+
}
|
102
|
+
|
103
|
+
.owl-text{
|
104
|
+
min-height:100px;
|
105
|
+
}
|
106
|
+
.activity-holder p {
|
107
|
+
height: 99px;
|
108
|
+
}
|
109
|
+
@media (min-width: 992px) {
|
110
|
+
.row .activity-holder{
|
111
|
+
height:529.44px;
|
112
|
+
}
|
113
|
+
}
|
114
|
+
@media (max-width: 991px) {
|
115
|
+
.row .activity-holder{
|
116
|
+
height:auto;
|
117
|
+
}
|
118
|
+
.activity-holder p {
|
119
|
+
height: auto;
|
120
|
+
}
|
121
|
+
.owl-text{
|
122
|
+
min-height:auto;
|
123
|
+
}
|
124
|
+
.activity-block {
|
125
|
+
margin-top: 70px;
|
126
|
+
}
|
127
|
+
}
|
128
|
+
|
129
|
+
.activity-holder a.btn-primary:hover {
|
130
|
+
background-color: rgb(25, 148, 123);
|
131
|
+
color: #fff;
|
132
|
+
font-weight: bold;
|
133
|
+
border-color: rgb(25, 148, 123);
|
134
|
+
}
|
135
|
+
|
136
|
+
/* Icons */
|