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.
Files changed (243) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +19 -52
  3. data/_data/footer.yml +0 -1
  4. data/_includes/_theme-includes/_blog/pagination.html +1 -1
  5. data/_includes/_theme-includes/_footer/backup.html +71 -0
  6. data/_includes/_theme-includes/_footer/footer.html +25 -56
  7. data/_includes/_theme-includes/_head/ascii-art.html +11 -0
  8. data/_includes/_theme-includes/_head/head.html +7 -15
  9. data/_includes/_theme-includes/_navigation/_sub-navigation/tabbed-nav.html +150 -0
  10. data/_includes/_theme-includes/_navigation/nav.html +16 -62
  11. data/_includes/_theme-includes/_page-structure/breadcrumb.html +27 -77
  12. data/_includes/_theme-includes/_page-structure/old-breadcrumb.html +139 -0
  13. data/_includes/_theme-includes/_script-includes/css.html +3 -40
  14. data/_includes/_theme-includes/_script-includes/gtm/gtm-noscript.html +1 -2
  15. data/_includes/_theme-includes/_script-includes/gtm/gtm-script.html +7 -9
  16. data/_includes/_theme-includes/_script-includes/javascript.html +2 -50
  17. data/_includes/_theme-includes/_third-party/disqus.html +1 -1
  18. data/_includes/_theme-includes/_third-party/mailchimp-homepage.html +6 -1
  19. data/_includes/_theme-includes/_third-party/mailchimp-sub-footer.html +40 -0
  20. data/_includes/_theme-includes/members.html +3 -3
  21. data/_includes/image.html +1 -6
  22. data/_includes/media.html +1 -9
  23. data/_layouts/empty-container-page.html +10 -0
  24. data/_layouts/{fluid-no-sub-nav.html → plain-page.html} +2 -2
  25. data/_sass/blog-pages.scss +5 -0
  26. data/_sass/bootstrap/_variables.scss +5 -28
  27. data/_sass/core/blog.scss +25 -36
  28. data/_sass/core/breadcrumb.scss +1 -20
  29. data/_sass/core/cookieconsent.scss +2 -31
  30. data/_sass/core/critical.scss +991 -0
  31. data/_sass/core/fa.scss +2 -7
  32. data/_sass/core/footer.scss +13 -55
  33. data/_sass/core/homepage.scss +1 -25
  34. data/_sass/core/members-sprite.scss +425 -0
  35. data/_sass/core/nav.scss +15 -136
  36. data/_sass/core/owl.carousel.min.scss +1 -1
  37. data/_sass/core/products.scss +1 -1
  38. data/_sass/core/tables.scss +0 -38
  39. data/_sass/core/theme.scss +16 -310
  40. data/_sass/documentation-pages.scss +3 -0
  41. data/_sass/home-page.scss +3 -0
  42. data/{assets/css/main-lightbox.scss → _sass/main.scss} +0 -5
  43. data/_sass/openhours-page.scss +4 -0
  44. data/_sass/products-pages.scss +5 -0
  45. data/_sass/projects-pages.scss +5 -0
  46. data/assets/css/_bootstrap-compass.scss +9 -0
  47. data/assets/css/_bootstrap-mincer.scss +19 -0
  48. data/assets/css/_bootstrap-sprockets.scss +9 -0
  49. data/assets/css/_bootstrap.scss +56 -0
  50. data/assets/css/blog-pages.scss +5 -0
  51. data/assets/css/bootstrap/_alerts.scss +73 -0
  52. data/assets/css/bootstrap/_badges.scss +68 -0
  53. data/assets/css/bootstrap/_breadcrumbs.scss +28 -0
  54. data/assets/css/bootstrap/_button-groups.scss +244 -0
  55. data/assets/css/bootstrap/_buttons.scss +168 -0
  56. data/assets/css/bootstrap/_carousel.scss +270 -0
  57. data/assets/css/bootstrap/_close.scss +36 -0
  58. data/assets/css/bootstrap/_code.scss +69 -0
  59. data/assets/css/bootstrap/_component-animations.scss +37 -0
  60. data/assets/css/bootstrap/_dropdowns.scss +216 -0
  61. data/assets/css/bootstrap/_forms.scss +617 -0
  62. data/assets/css/bootstrap/_glyphicons.scss +307 -0
  63. data/assets/css/bootstrap/_grid.scss +84 -0
  64. data/assets/css/bootstrap/_input-groups.scss +171 -0
  65. data/assets/css/bootstrap/_jumbotron.scss +54 -0
  66. data/assets/css/bootstrap/_labels.scss +66 -0
  67. data/assets/css/bootstrap/_list-group.scss +130 -0
  68. data/assets/css/bootstrap/_media.scss +66 -0
  69. data/assets/css/bootstrap/_mixins.scss +40 -0
  70. data/assets/css/bootstrap/_modals.scss +150 -0
  71. data/assets/css/bootstrap/_navbar.scss +662 -0
  72. data/assets/css/bootstrap/_navs.scss +242 -0
  73. data/assets/css/bootstrap/_normalize.scss +424 -0
  74. data/assets/css/bootstrap/_pager.scss +54 -0
  75. data/assets/css/bootstrap/_pagination.scss +89 -0
  76. data/assets/css/bootstrap/_panels.scss +271 -0
  77. data/assets/css/bootstrap/_popovers.scss +131 -0
  78. data/assets/css/bootstrap/_print.scss +101 -0
  79. data/assets/css/bootstrap/_progress-bars.scss +87 -0
  80. data/assets/css/bootstrap/_responsive-embed.scss +35 -0
  81. data/assets/css/bootstrap/_responsive-utilities.scss +179 -0
  82. data/assets/css/bootstrap/_scaffolding.scss +161 -0
  83. data/assets/css/bootstrap/_tables.scss +234 -0
  84. data/assets/css/bootstrap/_theme.scss +291 -0
  85. data/assets/css/bootstrap/_thumbnails.scss +38 -0
  86. data/assets/css/bootstrap/_tooltip.scss +101 -0
  87. data/assets/css/bootstrap/_type.scss +298 -0
  88. data/assets/css/bootstrap/_utilities.scss +55 -0
  89. data/assets/css/bootstrap/_variables.scss +874 -0
  90. data/assets/css/bootstrap/_wells.scss +29 -0
  91. data/assets/css/bootstrap/mixins/_alerts.scss +14 -0
  92. data/assets/css/bootstrap/mixins/_background-variant.scss +12 -0
  93. data/assets/css/bootstrap/mixins/_border-radius.scss +18 -0
  94. data/assets/css/bootstrap/mixins/_buttons.scss +65 -0
  95. data/assets/css/bootstrap/mixins/_center-block.scss +7 -0
  96. data/assets/css/bootstrap/mixins/_clearfix.scss +22 -0
  97. data/assets/css/bootstrap/mixins/_forms.scss +88 -0
  98. data/assets/css/bootstrap/mixins/_gradients.scss +58 -0
  99. data/assets/css/bootstrap/mixins/_grid-framework.scss +81 -0
  100. data/assets/css/bootstrap/mixins/_grid.scss +122 -0
  101. data/assets/css/bootstrap/mixins/_hide-text.scss +21 -0
  102. data/assets/css/bootstrap/mixins/_image.scss +33 -0
  103. data/assets/css/bootstrap/mixins/_labels.scss +12 -0
  104. data/assets/css/bootstrap/mixins/_list-group.scss +32 -0
  105. data/assets/css/bootstrap/mixins/_nav-divider.scss +10 -0
  106. data/assets/css/bootstrap/mixins/_nav-vertical-align.scss +9 -0
  107. data/assets/css/bootstrap/mixins/_opacity.scss +8 -0
  108. data/assets/css/bootstrap/mixins/_pagination.scss +24 -0
  109. data/assets/css/bootstrap/mixins/_panels.scss +24 -0
  110. data/assets/css/bootstrap/mixins/_progress-bar.scss +10 -0
  111. data/assets/css/bootstrap/mixins/_reset-filter.scss +8 -0
  112. data/assets/css/bootstrap/mixins/_reset-text.scss +18 -0
  113. data/assets/css/bootstrap/mixins/_resize.scss +6 -0
  114. data/assets/css/bootstrap/mixins/_responsive-visibility.scss +21 -0
  115. data/assets/css/bootstrap/mixins/_size.scss +10 -0
  116. data/assets/css/bootstrap/mixins/_tab-focus.scss +9 -0
  117. data/assets/css/bootstrap/mixins/_table-row.scss +28 -0
  118. data/assets/css/bootstrap/mixins/_text-emphasis.scss +12 -0
  119. data/assets/css/bootstrap/mixins/_text-overflow.scss +8 -0
  120. data/assets/css/bootstrap/mixins/_vendor-prefixes.scss +222 -0
  121. data/assets/css/core/animations.scss +125 -0
  122. data/assets/css/core/blog.scss +206 -0
  123. data/assets/css/core/breadcrumb.scss +48 -0
  124. data/assets/css/core/carousel.scss +136 -0
  125. data/assets/css/core/cookieconsent.scss +13 -0
  126. data/assets/css/core/critical.scss +991 -0
  127. data/assets/css/core/fa.scss +2331 -0
  128. data/assets/css/core/flipclock.scss +435 -0
  129. data/assets/css/core/font-awesome.min.scss +4 -0
  130. data/assets/css/core/fonts.scss +7 -0
  131. data/assets/css/core/footer.scss +79 -0
  132. data/assets/css/core/homepage.scss +16 -0
  133. data/assets/css/core/lightbox.scss +213 -0
  134. data/assets/css/core/members-sprite.scss +425 -0
  135. data/assets/css/core/nav.scss +536 -0
  136. data/assets/css/core/openhours.scss +51 -0
  137. data/assets/css/core/owl.carousel.min.scss +6 -0
  138. data/assets/css/core/owl.theme.default.min.scss +6 -0
  139. data/assets/css/core/products.scss +221 -0
  140. data/assets/css/core/projects.scss +32 -0
  141. data/assets/css/core/social-media-icons.scss +71 -0
  142. data/assets/css/core/syntax.scss +65 -0
  143. data/assets/css/core/tables.scss +87 -0
  144. data/assets/css/core/theme.scss +244 -0
  145. data/assets/css/documentation-pages.scss +3 -0
  146. data/assets/css/home-page.scss +3 -0
  147. data/assets/css/main.scss +0 -3
  148. data/assets/css/openhours-page.scss +4 -0
  149. data/assets/css/products-pages.scss +5 -0
  150. data/assets/css/projects-pages.scss +5 -0
  151. data/assets/js/app/{main.js → 96boards.js} +29 -5
  152. data/assets/js/app/app.js +5 -0
  153. data/assets/js/app/mixitup.js +23 -0
  154. data/assets/js/app/{search.js → search-page.js} +1 -1
  155. data/assets/js/app/{sticky.js → sticky-navbar.js} +0 -0
  156. data/assets/js/app.js +2 -0
  157. data/assets/js/sticky-navbar.js +65 -0
  158. data/assets/js/vendor/cookieconsent.min.js +9 -2
  159. data/assets/js/vendor/filtrify.js +11 -0
  160. data/assets/js/vendor/flipclock.min.js +0 -33
  161. data/assets/js/vendor/lightbox.js +519 -0
  162. data/assets/js/vendor/loadCSS.js +35 -0
  163. data/assets/js/vendor/loadCSS.min.js +2 -0
  164. data/assets/js/vendor/picturefill.min.js +5 -0
  165. data/assets/js/vendor/shuffle.js +2004 -0
  166. data/assets/js/vendor/vendor.js +6 -0
  167. data/assets/js/vendor.js +7 -0
  168. data/{_layouts/about.html → assets/vendor.js} +0 -0
  169. metadata +171 -143
  170. data/_data/authors.yml +0 -7
  171. data/_data/company.yml +0 -29
  172. data/_data/members_db.yaml +0 -115
  173. data/_data/nav.yml +0 -62
  174. data/_data/news.yaml +0 -230
  175. data/_data/sub-nav-stacked.yml +0 -67
  176. data/_data/sub-nav.yml +0 -61
  177. data/_includes/_theme-includes/_navigation/stacked-nav.html +0 -20
  178. data/_includes/_theme-includes/_navigation/tabbed-nav.html +0 -35
  179. data/_includes/_theme-includes/_page-structure/home-hero-shape.html +0 -34
  180. data/_includes/_theme-includes/_page-structure/home-hero.html +0 -23
  181. data/_includes/_theme-includes/_page-structure/shape-divider.html +0 -12
  182. data/_includes/_theme-includes/_script-includes/google-analytics/script.html +0 -10
  183. data/_includes/youtube.html +0 -7
  184. data/_layouts/accessory-display-page.html +0 -88
  185. data/_layouts/blog-breadcrumbless.html +0 -49
  186. data/_layouts/blog.html +0 -56
  187. data/_layouts/contact.html +0 -10
  188. data/_layouts/default-empty.html +0 -11
  189. data/_layouts/default-no-sub-nav.html +0 -15
  190. data/_layouts/default-plain.html +0 -16
  191. data/_layouts/default-stacked-breadcrumb.html +0 -23
  192. data/_layouts/default-stacked.html +0 -22
  193. data/_layouts/default.html +0 -20
  194. data/_layouts/empty.html +0 -10
  195. data/_layouts/fluid.html +0 -15
  196. data/_layouts/home-shape.html +0 -18
  197. data/_layouts/home.html +0 -18
  198. data/_layouts/post.html +0 -146
  199. data/_layouts/product-display-page.html +0 -262
  200. data/_layouts/project-display-page.html +0 -28
  201. data/_sass/core/carousel-styles.scss +0 -3
  202. data/_sass/core/custom.scss +0 -3
  203. data/_sass/custom.scss +0 -0
  204. data/assets/css/main-blog.scss +0 -19
  205. data/assets/css/main-home.scss +0 -16
  206. data/assets/css/main-openhours.scss +0 -19
  207. data/assets/css/main-products.scss +0 -20
  208. data/assets/css/main-projects.scss +0 -20
  209. data/assets/fonts/fontawesome-webfont.eot +0 -0
  210. data/assets/fonts/fontawesome-webfont.svg +0 -2671
  211. data/assets/fonts/fontawesome-webfont.ttf +0 -0
  212. data/assets/fonts/fontawesome-webfont.woff +0 -0
  213. data/assets/fonts/fontawesome-webfont.woff2 +0 -0
  214. data/assets/fonts/fontello.eot +0 -0
  215. data/assets/fonts/fontello.svg +0 -44
  216. data/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
  217. data/assets/fonts/glyphicons-halflings-regular.woff +0 -0
  218. data/assets/fonts/glyphicons-halflings-regular.woff2 +0 -0
  219. data/assets/fonts/lato-regular/LICENSE.txt +0 -93
  220. data/assets/fonts/lato-regular/Lato-regular.eot +0 -0
  221. data/assets/fonts/lato-regular/Lato-regular.svg +0 -435
  222. data/assets/fonts/lato-regular/Lato-regular.ttf +0 -0
  223. data/assets/fonts/lato-regular/Lato-regular.woff +0 -0
  224. data/assets/fonts/lato-regular/Lato-regular.woff2 +0 -0
  225. data/assets/images/avatar-placeholder.png +0 -0
  226. data/assets/images/background-image.jpg +0 -0
  227. data/assets/images/close.png +0 -0
  228. data/assets/images/css3.png +0 -0
  229. data/assets/images/favicon.ico +0 -0
  230. data/assets/images/favicon.png +0 -0
  231. data/assets/images/html5.png +0 -0
  232. data/assets/images/jekyll.svg +0 -1
  233. data/assets/images/js.jpeg +0 -0
  234. data/assets/images/loading.gif +0 -0
  235. data/assets/images/next.png +0 -0
  236. data/assets/images/owl.video.play.png +0 -0
  237. data/assets/images/placeholder.png +0 -0
  238. data/assets/images/prev.png +0 -0
  239. data/assets/images/social-media-image.png +0 -0
  240. data/assets/js/app/tables.js +0 -8
  241. data/assets/js/vendor/cognito-forms.js +0 -150
  242. data/assets/js/vendor/lightbox.min.js +0 -14
  243. data/robots.txt +0 -9
@@ -1,10 +0,0 @@
1
- {% include _theme-includes/_head/head.html %}
2
- <body>
3
- {% include _theme-includes/_navigation/nav.html %}
4
- <div class="container-fluid no-padding main-cont">
5
- {{ content }}
6
- {% include _theme-includes/_footer/footer.html %}
7
- </div>
8
- {% include _theme-includes/_script-includes/javascript.html %}
9
- </body>
10
- </html>
@@ -1,11 +0,0 @@
1
- {% include _theme-includes/_head/head.html %}
2
- <body>
3
- {% include _theme-includes/_navigation/nav.html %}
4
- {% include _theme-includes/_page-structure/breadcrumb.html %}
5
- <div class="container-fluid content-container">
6
- {{content}}
7
- {% include _theme-includes/_footer/footer.html %}
8
- </div>
9
- {% include _theme-includes/_script-includes/javascript.html %}
10
- </body>
11
- </html>
@@ -1,15 +0,0 @@
1
- {% include _theme-includes/_head/head.html %}
2
- <body>
3
- {% include _theme-includes/_navigation/nav.html %}
4
- {% include _theme-includes/_page-structure/breadcrumb.html %}
5
- <div class="container-fluid content-container">
6
- <div class="row">
7
- <div class="container">
8
- {{ content }}
9
- </div>
10
- </div>
11
- {% include _theme-includes/_footer/footer.html %}
12
- </div>
13
- {% include _theme-includes/_script-includes/javascript.html %}
14
- </body>
15
- </html>
@@ -1,16 +0,0 @@
1
- ---
2
- ---
3
- {% include _theme-includes/_head/head.html %}
4
- <body>
5
- {% include _theme-includes/_navigation/nav.html %}
6
- <div class="container-fluid content-container">
7
- <div class="row">
8
- <div class="container">
9
- {{ content }}
10
- </div>
11
- </div>
12
- {% include _theme-includes/_footer/footer.html %}
13
- </div>
14
- {% include _theme-includes/_script-includes/javascript.html %}
15
- </body>
16
- </html>
@@ -1,23 +0,0 @@
1
- ---
2
- js-package: extended
3
- ---
4
- {% include _theme-includes/_head/head.html %}
5
- <body>
6
- {% include _theme-includes/_navigation/nav.html %}
7
- {% include _theme-includes/_page-structure/breadcrumb.html %}
8
- <div class="container-fluid content-container">
9
- <div class="row">
10
- <div class="container no-padding-left">
11
- <div class="col-md-3">
12
- {% include _theme-includes/_navigation/stacked-nav.html %}
13
- </div>
14
- <div class="col-md-9">
15
- {{ content }}
16
- </div>
17
- </div>
18
- </div>
19
- {% include _theme-includes/_footer/footer.html %}
20
- </div>
21
- {% include _theme-includes/_script-includes/javascript.html %}
22
- </body>
23
- </html>
@@ -1,22 +0,0 @@
1
- ---
2
- js-package: extended
3
- ---
4
- {% include _theme-includes/_head/head.html %}
5
- <body>
6
- {% include _theme-includes/_navigation/nav.html %}
7
- <div class="container-fluid content-container">
8
- <div class="row">
9
- <div class="container no-padding-left">
10
- <div class="col-md-3">
11
- {% include _theme-includes/_navigation/stacked-nav.html %}
12
- </div>
13
- <div class="col-md-9">
14
- {{ content }}
15
- </div>
16
- </div>
17
- </div>
18
- {% include _theme-includes/_footer/footer.html %}
19
- </div>
20
- {% include _theme-includes/_script-includes/javascript.html %}
21
- </body>
22
- </html>
@@ -1,20 +0,0 @@
1
- ---
2
- specific_js: /assets/js/app/sticky.js
3
- js-package: extended
4
- ---
5
- {% include _theme-includes/_head/head.html %}
6
- <body>
7
- {% include _theme-includes/_navigation/nav.html %}
8
- {% include _theme-includes/_page-structure/breadcrumb.html %}
9
- <div class="container-fluid content-container">
10
- {% include _theme-includes/_navigation/tabbed-nav.html %}
11
- <div class="row">
12
- <div class="container">
13
- {{ content }}
14
- </div>
15
- </div>
16
- {% include _theme-includes/_footer/footer.html %}
17
- </div>
18
- {% include _theme-includes/_script-includes/javascript.html %}
19
- </body>
20
- </html>
data/_layouts/empty.html DELETED
@@ -1,10 +0,0 @@
1
- {% include _theme-includes/_head/head.html %}
2
- <body>
3
- {% include _theme-includes/_navigation/nav.html %}
4
- <div class="container-fluid content-container">
5
- {{content}}
6
- {% include _theme-includes/_footer/footer.html %}
7
- </div>
8
- {% include _theme-includes/_script-includes/javascript.html %}
9
- </body>
10
- </html>
data/_layouts/fluid.html DELETED
@@ -1,15 +0,0 @@
1
- ---
2
- specific_js: /assets/js/app/sticky.js
3
- ---
4
- {% include _theme-includes/_head/head.html %}
5
- <body>
6
- {% include _theme-includes/_navigation/nav.html %}
7
- {% include _theme-includes/_page-structure/breadcrumb.html %}
8
- <div class="container-fluid content-container">
9
- {% include _theme-includes/_navigation/tabbed-nav.html %}
10
- {{ content }}
11
- {% include _theme-includes/_footer/footer.html %}
12
- </div>
13
- {% include _theme-includes/_script-includes/javascript.html %}
14
- </body>
15
- </html>
@@ -1,18 +0,0 @@
1
- ---
2
- specific_css: /assets/css/home-page.css
3
- ---
4
- {% include _theme-includes/_head/head.html %}
5
- <body>
6
- {% include _theme-includes/_navigation/nav.html %}
7
- {% include _theme-includes/_page-structure/home-hero-shape.html %}
8
- <div class="container-fluid content-container">
9
- <div class="row">
10
- <div class="container">
11
- {{ content }}
12
- </div>
13
- </div>
14
- {% include _theme-includes/_footer/footer.html %}
15
- </div>
16
- {% include _theme-includes/_script-includes/javascript.html %}
17
- </body>
18
- </html>
data/_layouts/home.html DELETED
@@ -1,18 +0,0 @@
1
- ---
2
- specific_css: /assets/css/home-page.css
3
- ---
4
- {% include _theme-includes/_head/head.html %}
5
- <body>
6
- {% include _theme-includes/_navigation/nav.html %}
7
- {% include _theme-includes/_page-structure/home-hero.html %}
8
- <div class="container-fluid content-container">
9
- <div class="row">
10
- <div class="container">
11
- {{ content }}
12
- </div>
13
- </div>
14
- {% include _theme-includes/_footer/footer.html %}
15
- </div>
16
- {% include _theme-includes/_script-includes/javascript.html %}
17
- </body>
18
- </html>
data/_layouts/post.html DELETED
@@ -1,146 +0,0 @@
1
- ---
2
- specific_css: /assets/css/blog-pages.css
3
- specific_js: /assets/js/vendor/lightbox.min.js
4
- js-package: blog
5
- css-pack: blog
6
- layout: empty
7
- ---
8
- <div class="container-fluid">
9
- {% if page.showcase_image %}
10
- <div class="row" class="blog-featured-img" style="background-color: white;">
11
- <div class="img-blog" style="background: linear-gradient(
12
- rgba(20,20,20, .5),
13
- rgba(20,20,20, .5)),
14
- url('{% asset_path '{{page.featured_image}}' %}') no-repeat center center fixed;
15
- background-size: cover;
16
- -webkit-background-size: cover;
17
- -moz-background-size: cover;
18
- -o-background-size: cover;">
19
- <div class="blog-full-page-image-info">
20
- <h1 class="blog-title text-center">{{page.title}}</h1>
21
- {% if page.author %}
22
- {% assign author_object = site.data.authors.entries | where: "shortname", "page.author" %}
23
- <img class="blog-author-image" src="
24
- {% if author_object.avatar %}{{author_object.avatar}}{% else %}/assets/images/avatar-placeholder.png{% endif %}" /><br />
25
- <small class="blog-author text-center">By <em>{% if author_object.name %}{{author_object.name}}{% else %}{{page.author}}{% endif %}</em></small><br />
26
- {% endif %}
27
- {% if page.date %}<small class="blog-date text-center"><em>{{page.date | date: "%A, %B %-d, %Y"}}</em></small>{% endif %}
28
- </div>
29
- </div>
30
- </div>
31
- {% endif %}
32
- </div>
33
- <div class="container-fluid content-container">
34
-
35
- <div class="row">
36
- <div class="container">
37
- <div class="row">
38
- <div class="col-md-9">
39
- <article class="post-content">
40
- <div class="post-info">
41
- <h1>{{page.title}}</h1>
42
- {% if page.date %}<small class="blog-date text-center"><em>Posted on <b>{{page.date | date: "%A, %B %-d, %Y"}}</b></em></small>{% endif %} {% if page.author %}<em> By <b>{{page.author}}</b> </em>{% endif %}
43
- </div>
44
- {{ content }}
45
- </article>
46
- <hr />
47
- {% if site.data.company.tags_enabled %}
48
- <h3>Tags</h3>
49
- {% assign tags = page.tags %}
50
- {% if page.tags %}
51
- {% for tag in tags %}
52
- <a class="btn btn-blog btn-xs post_tag" href="/blog/tag#{{tag | slugify }}">{{tag}}</a>
53
- {% endfor %}
54
- {% else %}
55
- <p>
56
- No tags found.
57
- </p>
58
- {% endif %}
59
- {% endif %}
60
-
61
- <section id="comments-section">
62
- {% if page.comments %}
63
- <h3>Comments</h3>
64
- {% include _theme-includes/_third-party/disqus.html %}
65
- <br />
66
- {% endif %}
67
- </section>
68
- </div>
69
- <div class="col-md-3">
70
-
71
- <div class="panel panel-default" class="blog-panel">
72
- <div class="panel-heading">
73
- <h3 class="panel-title">Recent Posts</h3>
74
- <i class="glyphicon glyphicon-calendar pull-right" style="margin-top:-15px;"></i>
75
- </div>
76
- <div class="panel-body">
77
- {% for recent_post in site.posts limit: 3 %}
78
- <div class="featured_blog_post">
79
- <div class="row">
80
- <div class="col-md-9 col-sm-9 col-xs-9 no-padding">
81
- <a href="{{recent_post.url}}">{{recent_post.title | truncate: 40}}</a>
82
- <br /><small><em>{{recent_post.date | date: "%A, %B %-d, %Y" }}</em></small>
83
- </div>
84
- <div class="col-md-3 col-sm-3 col-xs-3 no-padding">
85
- <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
86
- {% if recent_post.featured_image %}
87
- data-src="/assets{{recent_post.featured_image}}"
88
- {% else %}
89
- data-src="{% if site.data.company.placeholder %}{{site.data.company.placeholder}}{% else %}/assets/images/placeholder.jpg{% endif %}"
90
- {% endif %}
91
- alt="{{recent_post.title}}" class="img-responsive lazyload"/>
92
- </div>
93
- </div>
94
- </div>
95
- {% endfor %}
96
- <div class="panel-view-more text-right"><a href="/blog/">View Blogs</a></div>
97
- </div>
98
- </div>
99
-
100
-
101
- <div class="panel panel-default">
102
- <div class="panel-heading">
103
- <h3 class="panel-title">Other Posts</h3>
104
- <i class="glyphicon glyphicon-list-alt pull-right" style="margin-top:-15px;"></i>
105
- </div>
106
- <div class="panel-body">
107
- {% assign posts = site.posts | sample:5 %}
108
- {% for post in posts %}
109
- <div class="featured_blog_post">
110
- <div class="row">
111
- <div class="col-md-9 col-sm-9 col-xs-9 no-padding">
112
- <a href="{{post.url}}">{{post.title | truncate: 40}}</a>
113
- <br /><small><em>{{post.date | date: "%A, %B %-d, %Y" }}</em></small>
114
- </div>
115
- <div class="col-md-3 col-sm-3 col-xs-3 no-padding">
116
- <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
117
- {% if site.using_assets == true %}
118
- {% if page.featured_image %}
119
- data-src="{% asset_path '{{page.featured_image}}' %}"
120
- {% else %}
121
- data-src="{% asset_path 'placeholder.jpg' %}"
122
- {% endif %}
123
- {% else %}
124
- {% if post.featured_image %}
125
- data-src="/assets{{post.featured_image}}"
126
- {% else %}
127
- data-src="{% if site.data.company.placeholder %}{{site.data.company.placeholder}}{% else %}/assets/images/placeholder.jpg{% endif %}"
128
- {% endif %}
129
- {% endif %}
130
-
131
- alt="{{post.title}}" class="img-responsive lazyload"/>
132
- </div>
133
- </div>
134
- </div>
135
- {% endfor %}
136
- <div class="panel-view-more text-right"><a href="/blog/">View Blogs</a></div>
137
- </div>
138
- </div>
139
- </div>
140
-
141
- </div>
142
- </div>
143
- </div>
144
-
145
-
146
- </div>
@@ -1,262 +0,0 @@
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-->