linaro-jekyll-theme 0.2.0 → 0.2.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (244) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +52 -19
  3. data/_data/authors.yml +7 -0
  4. data/_data/company.yml +29 -0
  5. data/_data/footer.yml +1 -0
  6. data/_data/members_db.yaml +115 -0
  7. data/_data/nav.yml +62 -0
  8. data/_data/news.yaml +230 -0
  9. data/_data/sub-nav-stacked.yml +67 -0
  10. data/_data/sub-nav.yml +61 -0
  11. data/_includes/_theme-includes/_blog/pagination.html +1 -1
  12. data/_includes/_theme-includes/_footer/footer.html +56 -27
  13. data/_includes/_theme-includes/_head/head.html +15 -7
  14. data/_includes/_theme-includes/_navigation/nav.html +62 -16
  15. data/_includes/_theme-includes/_navigation/stacked-nav.html +20 -0
  16. data/_includes/_theme-includes/_navigation/tabbed-nav.html +35 -0
  17. data/_includes/_theme-includes/_page-structure/breadcrumb.html +77 -27
  18. data/_includes/_theme-includes/_page-structure/home-hero-shape.html +34 -0
  19. data/_includes/_theme-includes/_page-structure/home-hero.html +23 -0
  20. data/_includes/_theme-includes/_page-structure/shape-divider.html +12 -0
  21. data/_includes/_theme-includes/_script-includes/css.html +40 -3
  22. data/_includes/_theme-includes/_script-includes/google-analytics/script.html +10 -0
  23. data/_includes/_theme-includes/_script-includes/gtm/gtm-noscript.html +2 -1
  24. data/_includes/_theme-includes/_script-includes/gtm/gtm-script.html +9 -7
  25. data/_includes/_theme-includes/_script-includes/javascript.html +50 -2
  26. data/_includes/_theme-includes/_third-party/disqus.html +1 -1
  27. data/_includes/_theme-includes/_third-party/mailchimp-homepage.html +1 -6
  28. data/_includes/_theme-includes/members.html +3 -3
  29. data/_includes/image.html +6 -1
  30. data/_includes/media.html +9 -1
  31. data/_includes/youtube.html +7 -0
  32. data/{assets/vendor.js → _layouts/about.html} +0 -0
  33. data/_layouts/accessory-display-page.html +88 -0
  34. data/_layouts/blog-breadcrumbless.html +49 -0
  35. data/_layouts/blog.html +56 -0
  36. data/_layouts/contact.html +10 -0
  37. data/_layouts/default-empty.html +11 -0
  38. data/_layouts/default-no-sub-nav.html +15 -0
  39. data/_layouts/default-plain.html +16 -0
  40. data/_layouts/default-stacked-breadcrumb.html +23 -0
  41. data/_layouts/default-stacked.html +22 -0
  42. data/_layouts/default.html +20 -0
  43. data/_layouts/empty.html +10 -0
  44. data/_layouts/{plain-page.html → fluid-no-sub-nav.html} +2 -2
  45. data/_layouts/fluid.html +15 -0
  46. data/_layouts/home-shape.html +18 -0
  47. data/_layouts/home.html +18 -0
  48. data/_layouts/post.html +146 -0
  49. data/_layouts/product-display-page.html +262 -0
  50. data/_layouts/project-display-page.html +28 -0
  51. data/_sass/bootstrap/_variables.scss +28 -5
  52. data/_sass/core/blog.scss +36 -25
  53. data/_sass/core/breadcrumb.scss +20 -1
  54. data/_sass/core/carousel-styles.scss +3 -0
  55. data/_sass/core/cookieconsent.scss +31 -2
  56. data/_sass/core/custom.scss +3 -0
  57. data/_sass/core/fa.scss +7 -2
  58. data/_sass/core/footer.scss +55 -13
  59. data/_sass/core/homepage.scss +25 -1
  60. data/_sass/core/nav.scss +136 -15
  61. data/_sass/core/owl.carousel.min.scss +1 -1
  62. data/_sass/core/products.scss +1 -1
  63. data/_sass/core/tables.scss +38 -0
  64. data/_sass/core/theme.scss +310 -16
  65. data/_sass/custom.scss +0 -0
  66. data/assets/css/main-blog.scss +19 -0
  67. data/assets/css/main-home.scss +16 -0
  68. data/{_sass/main.scss → assets/css/main-lightbox.scss} +5 -0
  69. data/assets/css/main-openhours.scss +19 -0
  70. data/assets/css/main-products.scss +20 -0
  71. data/assets/css/main-projects.scss +20 -0
  72. data/assets/css/main.scss +3 -0
  73. data/assets/fonts/fontawesome-webfont.eot +0 -0
  74. data/assets/fonts/fontawesome-webfont.svg +2671 -0
  75. data/assets/fonts/fontawesome-webfont.ttf +0 -0
  76. data/assets/fonts/fontawesome-webfont.woff +0 -0
  77. data/assets/fonts/fontawesome-webfont.woff2 +0 -0
  78. data/assets/fonts/fontello.eot +0 -0
  79. data/assets/fonts/fontello.svg +44 -0
  80. data/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
  81. data/assets/fonts/glyphicons-halflings-regular.woff +0 -0
  82. data/assets/fonts/glyphicons-halflings-regular.woff2 +0 -0
  83. data/assets/fonts/lato-regular/LICENSE.txt +93 -0
  84. data/assets/fonts/lato-regular/Lato-regular.eot +0 -0
  85. data/assets/fonts/lato-regular/Lato-regular.svg +435 -0
  86. data/assets/fonts/lato-regular/Lato-regular.ttf +0 -0
  87. data/assets/fonts/lato-regular/Lato-regular.woff +0 -0
  88. data/assets/fonts/lato-regular/Lato-regular.woff2 +0 -0
  89. data/assets/images/avatar-placeholder.png +0 -0
  90. data/assets/images/background-image.jpg +0 -0
  91. data/assets/images/banner.jpg +0 -0
  92. data/assets/images/close.png +0 -0
  93. data/assets/images/css3.png +0 -0
  94. data/assets/images/favicon.ico +0 -0
  95. data/assets/images/favicon.png +0 -0
  96. data/assets/images/html5.png +0 -0
  97. data/assets/images/jekyll.svg +1 -0
  98. data/assets/images/js.jpeg +0 -0
  99. data/assets/images/loading.gif +0 -0
  100. data/assets/images/next.png +0 -0
  101. data/assets/images/owl.video.play.png +0 -0
  102. data/assets/images/placeholder.png +0 -0
  103. data/assets/images/prev.png +0 -0
  104. data/assets/images/social-media-image.png +0 -0
  105. data/assets/js/app/{96boards.js → main.js} +5 -29
  106. data/assets/js/app/{search-page.js → search.js} +1 -1
  107. data/assets/js/app/{sticky-navbar.js → sticky.js} +0 -0
  108. data/assets/js/app/tables.js +8 -0
  109. data/assets/js/vendor/cognito-forms.js +150 -0
  110. data/assets/js/vendor/cookieconsent.min.js +2 -9
  111. data/assets/js/vendor/flipclock.min.js +33 -0
  112. data/assets/js/vendor/lightbox.min.js +14 -0
  113. data/robots.txt +9 -0
  114. metadata +144 -171
  115. data/_includes/_theme-includes/_footer/backup.html +0 -71
  116. data/_includes/_theme-includes/_head/ascii-art.html +0 -11
  117. data/_includes/_theme-includes/_navigation/_sub-navigation/tabbed-nav.html +0 -150
  118. data/_includes/_theme-includes/_page-structure/old-breadcrumb.html +0 -139
  119. data/_includes/_theme-includes/_third-party/mailchimp-sub-footer.html +0 -40
  120. data/_layouts/empty-container-page.html +0 -10
  121. data/_sass/blog-pages.scss +0 -5
  122. data/_sass/core/critical.scss +0 -991
  123. data/_sass/core/members-sprite.scss +0 -425
  124. data/_sass/documentation-pages.scss +0 -3
  125. data/_sass/home-page.scss +0 -3
  126. data/_sass/openhours-page.scss +0 -4
  127. data/_sass/products-pages.scss +0 -5
  128. data/_sass/projects-pages.scss +0 -5
  129. data/assets/css/_bootstrap-compass.scss +0 -9
  130. data/assets/css/_bootstrap-mincer.scss +0 -19
  131. data/assets/css/_bootstrap-sprockets.scss +0 -9
  132. data/assets/css/_bootstrap.scss +0 -56
  133. data/assets/css/blog-pages.scss +0 -5
  134. data/assets/css/bootstrap/_alerts.scss +0 -73
  135. data/assets/css/bootstrap/_badges.scss +0 -68
  136. data/assets/css/bootstrap/_breadcrumbs.scss +0 -28
  137. data/assets/css/bootstrap/_button-groups.scss +0 -244
  138. data/assets/css/bootstrap/_buttons.scss +0 -168
  139. data/assets/css/bootstrap/_carousel.scss +0 -270
  140. data/assets/css/bootstrap/_close.scss +0 -36
  141. data/assets/css/bootstrap/_code.scss +0 -69
  142. data/assets/css/bootstrap/_component-animations.scss +0 -37
  143. data/assets/css/bootstrap/_dropdowns.scss +0 -216
  144. data/assets/css/bootstrap/_forms.scss +0 -617
  145. data/assets/css/bootstrap/_glyphicons.scss +0 -307
  146. data/assets/css/bootstrap/_grid.scss +0 -84
  147. data/assets/css/bootstrap/_input-groups.scss +0 -171
  148. data/assets/css/bootstrap/_jumbotron.scss +0 -54
  149. data/assets/css/bootstrap/_labels.scss +0 -66
  150. data/assets/css/bootstrap/_list-group.scss +0 -130
  151. data/assets/css/bootstrap/_media.scss +0 -66
  152. data/assets/css/bootstrap/_mixins.scss +0 -40
  153. data/assets/css/bootstrap/_modals.scss +0 -150
  154. data/assets/css/bootstrap/_navbar.scss +0 -662
  155. data/assets/css/bootstrap/_navs.scss +0 -242
  156. data/assets/css/bootstrap/_normalize.scss +0 -424
  157. data/assets/css/bootstrap/_pager.scss +0 -54
  158. data/assets/css/bootstrap/_pagination.scss +0 -89
  159. data/assets/css/bootstrap/_panels.scss +0 -271
  160. data/assets/css/bootstrap/_popovers.scss +0 -131
  161. data/assets/css/bootstrap/_print.scss +0 -101
  162. data/assets/css/bootstrap/_progress-bars.scss +0 -87
  163. data/assets/css/bootstrap/_responsive-embed.scss +0 -35
  164. data/assets/css/bootstrap/_responsive-utilities.scss +0 -179
  165. data/assets/css/bootstrap/_scaffolding.scss +0 -161
  166. data/assets/css/bootstrap/_tables.scss +0 -234
  167. data/assets/css/bootstrap/_theme.scss +0 -291
  168. data/assets/css/bootstrap/_thumbnails.scss +0 -38
  169. data/assets/css/bootstrap/_tooltip.scss +0 -101
  170. data/assets/css/bootstrap/_type.scss +0 -298
  171. data/assets/css/bootstrap/_utilities.scss +0 -55
  172. data/assets/css/bootstrap/_variables.scss +0 -874
  173. data/assets/css/bootstrap/_wells.scss +0 -29
  174. data/assets/css/bootstrap/mixins/_alerts.scss +0 -14
  175. data/assets/css/bootstrap/mixins/_background-variant.scss +0 -12
  176. data/assets/css/bootstrap/mixins/_border-radius.scss +0 -18
  177. data/assets/css/bootstrap/mixins/_buttons.scss +0 -65
  178. data/assets/css/bootstrap/mixins/_center-block.scss +0 -7
  179. data/assets/css/bootstrap/mixins/_clearfix.scss +0 -22
  180. data/assets/css/bootstrap/mixins/_forms.scss +0 -88
  181. data/assets/css/bootstrap/mixins/_gradients.scss +0 -58
  182. data/assets/css/bootstrap/mixins/_grid-framework.scss +0 -81
  183. data/assets/css/bootstrap/mixins/_grid.scss +0 -122
  184. data/assets/css/bootstrap/mixins/_hide-text.scss +0 -21
  185. data/assets/css/bootstrap/mixins/_image.scss +0 -33
  186. data/assets/css/bootstrap/mixins/_labels.scss +0 -12
  187. data/assets/css/bootstrap/mixins/_list-group.scss +0 -32
  188. data/assets/css/bootstrap/mixins/_nav-divider.scss +0 -10
  189. data/assets/css/bootstrap/mixins/_nav-vertical-align.scss +0 -9
  190. data/assets/css/bootstrap/mixins/_opacity.scss +0 -8
  191. data/assets/css/bootstrap/mixins/_pagination.scss +0 -24
  192. data/assets/css/bootstrap/mixins/_panels.scss +0 -24
  193. data/assets/css/bootstrap/mixins/_progress-bar.scss +0 -10
  194. data/assets/css/bootstrap/mixins/_reset-filter.scss +0 -8
  195. data/assets/css/bootstrap/mixins/_reset-text.scss +0 -18
  196. data/assets/css/bootstrap/mixins/_resize.scss +0 -6
  197. data/assets/css/bootstrap/mixins/_responsive-visibility.scss +0 -21
  198. data/assets/css/bootstrap/mixins/_size.scss +0 -10
  199. data/assets/css/bootstrap/mixins/_tab-focus.scss +0 -9
  200. data/assets/css/bootstrap/mixins/_table-row.scss +0 -28
  201. data/assets/css/bootstrap/mixins/_text-emphasis.scss +0 -12
  202. data/assets/css/bootstrap/mixins/_text-overflow.scss +0 -8
  203. data/assets/css/bootstrap/mixins/_vendor-prefixes.scss +0 -222
  204. data/assets/css/core/animations.scss +0 -125
  205. data/assets/css/core/blog.scss +0 -206
  206. data/assets/css/core/breadcrumb.scss +0 -48
  207. data/assets/css/core/carousel.scss +0 -136
  208. data/assets/css/core/cookieconsent.scss +0 -13
  209. data/assets/css/core/critical.scss +0 -991
  210. data/assets/css/core/fa.scss +0 -2331
  211. data/assets/css/core/flipclock.scss +0 -435
  212. data/assets/css/core/font-awesome.min.scss +0 -4
  213. data/assets/css/core/fonts.scss +0 -7
  214. data/assets/css/core/footer.scss +0 -79
  215. data/assets/css/core/homepage.scss +0 -16
  216. data/assets/css/core/lightbox.scss +0 -213
  217. data/assets/css/core/members-sprite.scss +0 -425
  218. data/assets/css/core/nav.scss +0 -536
  219. data/assets/css/core/openhours.scss +0 -51
  220. data/assets/css/core/owl.carousel.min.scss +0 -6
  221. data/assets/css/core/owl.theme.default.min.scss +0 -6
  222. data/assets/css/core/products.scss +0 -221
  223. data/assets/css/core/projects.scss +0 -32
  224. data/assets/css/core/social-media-icons.scss +0 -71
  225. data/assets/css/core/syntax.scss +0 -65
  226. data/assets/css/core/tables.scss +0 -87
  227. data/assets/css/core/theme.scss +0 -244
  228. data/assets/css/documentation-pages.scss +0 -3
  229. data/assets/css/home-page.scss +0 -3
  230. data/assets/css/openhours-page.scss +0 -4
  231. data/assets/css/products-pages.scss +0 -5
  232. data/assets/css/projects-pages.scss +0 -5
  233. data/assets/js/app.js +0 -2
  234. data/assets/js/app/app.js +0 -5
  235. data/assets/js/app/mixitup.js +0 -23
  236. data/assets/js/sticky-navbar.js +0 -65
  237. data/assets/js/vendor.js +0 -7
  238. data/assets/js/vendor/filtrify.js +0 -11
  239. data/assets/js/vendor/lightbox.js +0 -519
  240. data/assets/js/vendor/loadCSS.js +0 -35
  241. data/assets/js/vendor/loadCSS.min.js +0 -2
  242. data/assets/js/vendor/picturefill.min.js +0 -5
  243. data/assets/js/vendor/shuffle.js +0 -2004
  244. data/assets/js/vendor/vendor.js +0 -6
@@ -0,0 +1,262 @@
1
+ ---
2
+ layout: fluid
3
+ specific_css: /assets/css/products-pages.css
4
+ specific_js:
5
+ - /assets/js/vendor/owl.carousel.min.js
6
+ - /assets/js/vendor/lightbox.min.js
7
+ ---
8
+ {% assign product = site.data.product_db.products | where: "product_permalink", page.permalink | first %}
9
+ <div class="row">
10
+ <div class="container">
11
+ <div class="row">
12
+ <div class="col-md-8">
13
+ {{content}}
14
+ </div>
15
+ <div class="col-md-4" >
16
+ <div id="product-image-carousel">
17
+ <div class="owl-carousel owl-theme">
18
+ {% for product_image in product.product_images %}
19
+ {% assign url-name = product.product_permalink | split: "/" %}
20
+ {% assign url-name-new = url-name[2] %}
21
+ <div class="activity-block item">
22
+ <a href="../../product/{{product.product_specification}}/{{url-name-new | downcase}}/images/{{product_image}}" data-lightbox="{{product.product_title}}" data-title="{{product.product_title}}">
23
+ <img data-src="../../product/{{product.product_specification}}/{{url-name-new | downcase}}/images/{{product_image}}" class="owl-lazy img-responsive" alt="{{product_image}}" />
24
+ </a>
25
+ </div>
26
+ {% endfor %}
27
+ </div>
28
+ </div>
29
+
30
+ <!-- <div class="info">
31
+ <div class="separator clear-left">
32
+ <div class="dropdown dropdown-container btn-group dropup btn-block">
33
+ <button type="button" class="btn btn-primary dropdown-toggle btn-block" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
34
+ Buy
35
+ <i class="buy-font-awesome-icon button-icon fa fa-shopping-cart"></i>
36
+ <span class="sr-only">Toggle Dropdown</span>
37
+ </button>
38
+ <ul class="dropdown-menu">
39
+ {% for buy_link in product.product_buy_links %}
40
+ <li><a href="{{ buy_link.link-url }}">{{ buy_link.link-title }}</a></li>
41
+ {% endfor %}
42
+ </ul>
43
+ </div>
44
+ </div>
45
+ </div> -->
46
+
47
+ {% if product.product_buy_links %}
48
+ <ul class="list-group buy-links">
49
+ <li href="#" class="list-group-item active"><b title="Buy Now">Buy Now</b><i class="glyphicon glyphicon-shopping-cart pull-right" style="margin-top:8px;"></i></li>
50
+ {% for buy_link in product.product_buy_links %}
51
+ <li class="list-group-item">
52
+ <a href="{{ buy_link.link-url }}">
53
+ <span class="text-left">{{ buy_link.link-title }}</span>
54
+ </a>
55
+
56
+ <small>
57
+ {% if buy_link.type == "package" %}<span>Package Deal</span>{% endif %}
58
+ {% if buy_link.type == "board" %}<span>Board</span>{% endif %}
59
+ {% if buy_link.from %}<a href="{{ buy_link.link-url }}">Buy from {{buy_link.from}}</a>{% endif %}
60
+ </small>
61
+
62
+ </li>
63
+ {% endfor %}
64
+ </ul>
65
+ {% endif %}
66
+
67
+ <!--Side Panel Start------------------------------->
68
+ <!-- {% if product.product_buy_links %}
69
+ <ul class="list-group">
70
+ <li href="#" class="list-group-item active"><b>Buy Links</b></li>
71
+ {% for buy_link in product.product_buy_links %}
72
+ <li class="list-group-item">
73
+ <a href="{{ buy_link.link-url }}">
74
+ <span class="text-left">{{ buy_link.link-title }}</span>
75
+ </a>
76
+ </li>
77
+ {% endfor %}
78
+ </ul>
79
+ {% endif %} -->
80
+
81
+ {% if product.product_video[0] %}
82
+ <div class="row">
83
+ <div class="embed-responsive embed-responsive-16by9">
84
+ <iframe class="lazyload embed-responsive-item"
85
+ data-src="{{product.product_video[0]}}">
86
+ </iframe>
87
+ </div>
88
+ </div>
89
+ <br />
90
+ {% endif %}
91
+ {% if product.product_video[1] %}
92
+ <div class="row">
93
+ <div class="embed-responsive embed-responsive-16by9">
94
+ <iframe class="lazyload embed-responsive-item"
95
+ data-src="{{product.product_video[1]}}">
96
+ </iframe>
97
+ </div>
98
+ </div>
99
+ <br />
100
+ {% endif %}
101
+
102
+ {% if product.product_documents %}
103
+ <ul class="list-group">
104
+ <li href="#" class="list-group-item active"><b title="Documents and Resources">Documents / Resources</b></li>
105
+ {% for doc in product.product_documents %}
106
+ <li class="list-group-item">
107
+ <a href="{{ doc.link }}">
108
+ <span class="text-left">{{ doc.title }}</span>
109
+ </a>
110
+ </li>
111
+ {% endfor %}
112
+ </ul>
113
+ <br />
114
+ {% endif %}
115
+
116
+ {% if product.product_os %}
117
+ <ul class="list-group">
118
+ <li href="#" class="list-group-item active"><b title="Operating Systems">OS</b></li>
119
+ {% for os in product.product_os %}
120
+ <li class="list-group-item">
121
+ <a href="{{ os.link }}">
122
+ <span class="text-left">{{ os.title }}</span>
123
+ </a>
124
+ </li>
125
+ {% endfor %}
126
+ </ul>
127
+ {% endif %}
128
+
129
+
130
+ {% if product.product_middleware %}
131
+ <ul class="list-group">
132
+ <li href="#" class="list-group-item active"><b title="Operating Systems">Middleware/SDKS</b></li>
133
+ {% for middleware in product.product_middleware %}
134
+ <li class="list-group-item">
135
+ <a href="{{ middleware.link }}">
136
+ <span class="text-left">{{ middleware.title }}</span>
137
+ </a>
138
+ </li>
139
+ {% endfor %}
140
+ </ul>
141
+ {% endif %}
142
+
143
+ {% if product.product_third_party_images %}
144
+ <ul class="list-group">
145
+ <li href="#" class="list-group-item active"><b>Third Party Images</b></li>
146
+ {% for image in product.product_third_party_images %}
147
+ <li class="list-group-item">
148
+ <a href="{{ image.link }}">
149
+ <span class="text-left">{{ image.title }}</span>
150
+ </a>
151
+ </li>
152
+ {% endfor %}
153
+ </ul>
154
+ {% endif %}
155
+
156
+ {% if product.product_more_info %}
157
+ <ul class="list-group">
158
+ <li href="#" class="list-group-item active"><b>More Info</b></li>
159
+ {% for info in product.product_more_info %}
160
+ <li class="list-group-item">
161
+ <a href="{{ info.link }}">
162
+ <span class="text-left">{{ info.title }}</span>
163
+ </a>
164
+ </li>
165
+ {% endfor %}
166
+ </ul>
167
+ {% endif %}
168
+
169
+ {% if product.product_media_highlights %}
170
+ {% assign url-product-name = product.product_permalink | split: "/" %}
171
+ {% assign url-product-name = url-product-name[2] %}
172
+
173
+ {% assign media-highlights = site.data.news.entries | where: "tag", url-product-name %}
174
+ <ul class="list-group">
175
+ <li href="#" class="list-group-item active"><b>Media Highlights</b></li>
176
+ {% for info in media-highlights %}
177
+ <li class="list-group-item">
178
+ <a href="{{ info.link }}">
179
+ <span class="text-left">{{ info.title }}</span>
180
+ </a>
181
+ </li>
182
+ {% endfor %}
183
+ </ul>
184
+ {% endif %}
185
+
186
+
187
+
188
+ <!--Side Panel END---------------------------->
189
+
190
+ </div>
191
+ </div><!-- end row-->
192
+ <div class="row">
193
+
194
+ <div class="col-md-10">
195
+ <!--Main Section Start---------------------------->
196
+ {% if product.product_accessories %}
197
+ <hr/>
198
+ {% elsif product.product_kits %}
199
+ <hr/>
200
+ {% elsif product.product_mezzanine %}
201
+ <hr/>
202
+ {% endif %}
203
+
204
+ <div class="row product-bottom-panel">
205
+
206
+ {% if product.product_accessories %}
207
+ <div class="col-md-4">
208
+ <ul class="list-group" id="features-list">
209
+ <a href="/products/accessories/"><li class="list-group-item active"><b>Accessories</b></li></a>
210
+ {% for accessory in product.product_accessories %}
211
+ <li class="list-group-item">
212
+ <a href="{{accessory.link}}">{{ accessory.title }}</a>
213
+ </li>
214
+ {% endfor %}
215
+ </ul>
216
+ </div>
217
+ {% endif %}
218
+
219
+ {% if product.product_mezzanine %}
220
+ <div class="col-md-4">
221
+ <ul class="list-group" id="features-list">
222
+ <a href="/products/mezzanine/"><li class="list-group-item active"><b>Mezzanine</b></li></a>
223
+ {% for mezzanine in product.product_mezzanine %}
224
+ <li class="list-group-item">
225
+ <a href="{{mezzanine.link}}">{{ mezzanine.title }}</a>
226
+ </li>
227
+ {% endfor %}
228
+ </ul>
229
+ </div>
230
+ {% endif %}
231
+
232
+ {% if product.product_kits %}
233
+ <div class="col-md-4">
234
+ <ul class="list-group" id="features-list">
235
+ <li href="#" class="list-group-item active"><b>Kits</b></li>
236
+ {% for kit in product.product_kits %}
237
+ <li class="list-group-item">
238
+ <a href="{{kit.link}}/">{{ kit.title }}</a>
239
+ </li>
240
+ {% endfor %}
241
+ </ul>
242
+ </div>
243
+ {% endif %}
244
+
245
+
246
+ </div>
247
+ <!--Main Section END--------------------------->
248
+
249
+
250
+
251
+ </div>
252
+
253
+ <div class="col-md-2">
254
+ <!--Side Panel Two Start --------------------------->
255
+
256
+ <!--Side Panel Two END--------------------------->
257
+ </div>
258
+
259
+ </div>
260
+
261
+ </div><!-- end container-->
262
+ </div><!--end row-->
@@ -0,0 +1,28 @@
1
+ ---
2
+ layout: fluid
3
+ ---
4
+ <div class="row ">
5
+ <div class="container">
6
+ <div class="row">
7
+ <div class="col-md-8">
8
+ {{content}}
9
+ </div>
10
+ {% if page.images %}
11
+ <div class="col-md-4">
12
+ <div class="owl-carousel owl-theme" id="product-image">
13
+ {% for project_image in page.images %}
14
+ {% assign page-uri = page.permalink | split: "/" %}
15
+ {% assign page-uri = page-uri[2] %}
16
+ <div class="activity-block item">
17
+ <a href="{% asset_path '{{project_image}}'%}" data-lightbox="projects" data-title="{{page.title}}">
18
+ <img data-src="{% asset_path '{{project_image}}'%}" class="owl-lazy img-responsive" alt="{{project_image}}" />
19
+ </a>
20
+ </div>
21
+ {% endfor %}
22
+ </div>
23
+ </div>
24
+ {% endif %}
25
+ </div><!-- end row-->
26
+
27
+ </div><!-- end container-->
28
+ </div><!--end row-->
@@ -5,7 +5,8 @@ $bootstrap-sass-asset-helper: false !default;
5
5
 
6
6
 
7
7
  //== Colors
8
- //
8
+
9
+
9
10
  //## Gray and brand colors for use across Bootstrap.
10
11
 
11
12
  $gray-base: #000 !default;
@@ -15,13 +16,32 @@ $gray: lighten($gray-base, 33.5%) !default; // #555
15
16
  $gray-light: lighten($gray-base, 46.7%) !default; // #777
16
17
  $gray-lighter: lighten($gray-base, 93.5%) !default; // #eee
17
18
 
18
- $brand-primary: #19947b !default; // #337ab7
19
+ $brand-primary: #19947b !default;
20
+ // $brand-primary: #e2ad68 !default;
21
+ $brand-primary-darker: darken($brand-primary, 20%) !default;
19
22
  $brand-success: rgba(35, 189, 135, 0.99) !default;
20
23
  $brand-info: rgb(93, 203, 236) !default;
21
24
  $brand-warning: rgb(255, 223, 132) !default;
22
25
  $brand-danger: rgb(244, 103, 99) !default;
23
26
 
24
27
 
28
+ // Custom Variables
29
+ $cookie-consent-text: #FFF !default;
30
+ $cookie-consent-bg: #000 !default;
31
+
32
+
33
+ // homepage title text and sub text
34
+ $home-page-title-text: #FFF !default; // all title text
35
+ $home-page-main-title-color: $home-page-title-text !default; // overide for specific main title text
36
+
37
+ $cookie-consent-btn-bg: $brand-primary !default;
38
+ $footer-bg-color: $gray-darker !default;
39
+ $footer-text-color: #fff !default;
40
+ $sub-footer-color: #E5E5E5 !default;
41
+ $navbar-base-text-color: #ffffff !default;
42
+
43
+
44
+
25
45
  //== Scaffolding
26
46
  //
27
47
  //## Settings for some of the most global styles.
@@ -80,7 +100,7 @@ $headings-color: inherit !default;
80
100
 
81
101
  // [converter] If $bootstrap-sass-asset-helper if used, provide path relative to the assets load path.
82
102
  // [converter] This is because some asset helpers, such as Sprockets, do not work with file-relative paths.
83
- $icon-font-path: if($bootstrap-sass-asset-helper, "bootstrap/", "../../fonts/") !default;
103
+ $icon-font-path: if($bootstrap-sass-asset-helper, "bootstrap/", "/assets/fonts/") !default;
84
104
 
85
105
  //** File name for all font files.
86
106
  $icon-font-name: "glyphicons-halflings-regular" !default;
@@ -352,11 +372,10 @@ $container-desktop: (940px + $grid-gutter-width) !default;
352
372
  $container-md: $container-desktop !default;
353
373
 
354
374
  // Large screen / wide desktop
355
- $container-large-desktop: (1140px + $grid-gutter-width) !default;
375
+ $container-large-desktop: (1430px + $grid-gutter-width) !default;
356
376
  //** For `$screen-lg-min` and up.
357
377
  $container-lg: $container-large-desktop !default;
358
378
 
359
-
360
379
  //== Navbar
361
380
  //
362
381
  //##
@@ -496,6 +515,10 @@ $jumbotron-heading-color: inherit !default;
496
515
  $jumbotron-font-size: ceil(($font-size-base * 1.5)) !default;
497
516
  $jumbotron-heading-font-size: ceil(($font-size-base * 4.5)) !default;
498
517
 
518
+ // Custom Jumbotron colours
519
+ $jumbotron-top-color: $navbar-inverse-bg !default;
520
+ $jumbotron-bottom-color: $brand-primary-darker !default;
521
+
499
522
 
500
523
  //== Form states and alerts
501
524
  //
data/_sass/core/blog.scss CHANGED
@@ -1,5 +1,8 @@
1
+ div#pagination_panel > ul > li.active > a{
2
+ color: $navbar-inverse-bg;
3
+ }
1
4
  .full-page-image {
2
- color:black;
5
+ color: $gray-base;
3
6
  height:500px;
4
7
  width: 100%;
5
8
  object-fit: cover;
@@ -7,16 +10,22 @@
7
10
  }
8
11
  .blog-row {
9
12
  margin-top: 30px;
13
+ margin-left: 15px;
14
+ margin-right: 15px;
15
+ }
16
+
17
+ //Make post images responsive by default
18
+
19
+ .post-content img {
20
+ width: 100%;
21
+ height: auto;
10
22
  }
11
23
  .blog-panel{
12
- margin-top:50px;
24
+ margin-top:30px;
13
25
  }
14
26
  .blog-panel .panel-primary .panel-heading{
15
27
  margin-left: 5px;
16
28
  }
17
- .blog-post-content{
18
- margin-top: 50px;
19
- }
20
29
  .img-blog{
21
30
  height:600px;
22
31
  }
@@ -42,12 +51,11 @@
42
51
  margin-left: auto;
43
52
  font-size: 56px;
44
53
  }
45
- .blog-post-content .panel-primary {
46
- border: 1px solid #19947b;
54
+ .panel-primary {
55
+ border: 1px solid $brand-primary;
47
56
  }
48
-
49
- .blog-post-content .panel-heading {
50
- background-color: #19947b;
57
+ .panel-heading {
58
+ background-color: $brand-primary;
51
59
  color: #fff;
52
60
  }
53
61
 
@@ -66,16 +74,13 @@
66
74
  line-height:50px;
67
75
  vertical-align:middle;
68
76
  }
69
- .blog_content_area{
70
- border-top: 1px solid $gray-light;
71
- }
72
77
 
73
78
  .no-padding {
74
79
  padding: 0 !important;
75
80
  margin: 0 !important;
76
81
  }
77
82
  .blog-icons{
78
- border: 1px solid #777777;
83
+ border: 1px solid $gray-light;
79
84
  border-radius: 45px;
80
85
  width: 34px;
81
86
  padding: 5px;
@@ -83,7 +88,7 @@
83
88
  display: block;
84
89
  margin: 5px;
85
90
  opacity: .8;
86
- color: #777777;
91
+ color: $gray-light;
87
92
  -webkit-transition: all 1s ease;
88
93
  transition: all 1s ease;
89
94
  }
@@ -107,7 +112,7 @@
107
112
 
108
113
  .blog-read-more-btn{
109
114
  background-color: white;
110
- border: 2px solid black;
115
+ border: 2px solid $gray-base;
111
116
  border-radius: 0px;
112
117
  font-weight: normal;
113
118
  color: $gray-base;
@@ -127,7 +132,7 @@
127
132
  a.featured_blog_post_text {
128
133
  font-size: 13px;
129
134
  line-height: 18px;
130
- color: black;
135
+ color: $gray-base;
131
136
  transition: all 1s ease;
132
137
  }
133
138
  a.featured_blog_post_text:hover{
@@ -145,16 +150,16 @@ a.featured_blog_post_text:hover{
145
150
  .featured_blog_post {
146
151
  height: auto;
147
152
  margin: 5px;
148
- border-bottom: 1px solid #f3f3f3;
153
+ border-bottom: 1px solid $gray-lighter;
149
154
  padding: 12px;
150
155
  }
151
156
 
152
157
  .blog-well {
153
- background: #222222;
158
+ background: $gray-darker;
154
159
  }
155
160
  .btn-blog{
156
161
  border: 2px solid $gray-lighter;
157
- color: black;
162
+ color: $gray-base;
158
163
  padding: 6px;
159
164
  }
160
165
  .btn-blog:hover{
@@ -175,7 +180,7 @@ a.featured_blog_post_text:hover{
175
180
  font-size: 16px;
176
181
  }
177
182
  .post_tag {
178
- background-color: #eee;
183
+ background-color: $gray-lighter;
179
184
  margin: 2px;
180
185
  color: #464646;
181
186
  }
@@ -195,12 +200,18 @@ a.featured_blog_post_text:hover{
195
200
  height: 100px;
196
201
  width: 100px;
197
202
  }
198
- .blog-post-content {
199
- margin-top: 5px;
200
- }
201
-
202
203
  .blog_post{
203
204
  padding:20px;
204
205
  }
206
+ em.post_date {
207
+ font-size: 13px;
208
+ }
209
+ p.post_excerpt {
210
+ font-size: 11px;
211
+ }
212
+
213
+ h3.post_title {
214
+ font-size: 17px;
215
+ }
205
216
 
206
217
  }