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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5cb77e2d7b0e2f4a88bc2ccc18d46914415b0ddb
4
- data.tar.gz: ddf0b8cb7c66f8056f4cdbc1b44ed251b1d8d280
3
+ metadata.gz: 0c44e3b72bfbeae7c2690bdf85b59ae5cfafea4f
4
+ data.tar.gz: 66e218800d19357f2896fa186fa6b54b6a83a68f
5
5
  SHA512:
6
- metadata.gz: 8c9550b903f4772d56b22efe72f516ba7bb791d72646d0c74e242ac4fc7b916f14594f1f6d52dd0306979898fb209c5376750e97d4229ca79e5483dc4ad11303
7
- data.tar.gz: b3fc5fb750f086fe7cb751d93bcea6d6bec5485f82b2dd38c77bbcd23815e0e76e9b2ae7abad3332dccc201a977a20225873cdd0165df495014177fa5d057c87
6
+ metadata.gz: 6f08a2e09ff09d83a1511ee4edca3f2b490fbd26e0810048a9242082d3231d0deef9f6a8093b4c2cc6bbdb858c9cc76823caebd395fa6d6ae401e6471c5b0736
7
+ data.tar.gz: a7607a78bce35d0c6892425017cbe8c4168885ff539759fe2b1cde5a8a6f98fc40c94887e6fb082b876d417def091b6dc441dc02c1b2ccb143c6a73bcf029911
data/README.md CHANGED
@@ -4,48 +4,18 @@ Welcome to your new Jekyll theme! In this directory, you'll find the files you n
4
4
 
5
5
  TODO: Delete this and the text above, and describe your gem
6
6
 
7
- ## Contributing
8
-
9
- Bug reports and pull requests are welcome on GitHub at https://github.com/kylekirkby/LinaroJekyllTheme. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
10
-
11
- ## Development
12
-
13
- To set up your environment to develop this theme, run `bundle install`.
14
-
15
- Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
16
-
17
- When your theme is released, only the files in `_layouts`, `_includes`, and `_sass` tracked with Git will be released.
18
-
19
- ## License
20
-
21
- The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
22
- =======
23
- # LinaroJekyllTheme
24
-
25
- A Jekyll theme for Linaro Static Websites.
26
-
27
7
  ## Installation
28
8
 
29
- In order to setup up a new jekyll site with the Linaro Jekyll Theme you must do the following:
9
+ Add this line to your Jekyll site's `Gemfile`:
30
10
 
11
+ ```ruby
12
+ gem "LinaroHyperBlipTheme"
31
13
  ```
32
- jekyll new NameOfYourSite
33
- ```
34
- Look for for the default Jekyll Minima Theme include in your `_config.yml` file. Changed this:
35
14
 
36
- ```yaml
37
- theme: minima
38
- ```
39
- to this:
15
+ And add this line to your Jekyll site's `_config.yml`:
40
16
 
41
17
  ```yaml
42
- theme: linaro-jekyll-theme
43
- ```
44
-
45
- Add this line to your Jekyll site's `Gemfile`:
46
-
47
- ```ruby
48
- gem "linaro-jekyll-theme"
18
+ theme: LinaroHyperBlipTheme
49
19
  ```
50
20
 
51
21
  And then execute:
@@ -54,30 +24,27 @@ And then execute:
54
24
 
55
25
  Or install it yourself as:
56
26
 
57
- $ gem install linaro-jekyll-theme
27
+ $ gem install LinaroHyperBlipTheme
58
28
 
29
+ ## Usage
59
30
 
60
- Once you have done this make sure the theme has installed correctly by running the following command:
31
+ TODO: Write usage instructions here. Describe your available layouts, includes, and/or sass.
61
32
 
62
- ```
63
- jekyll serve
64
- ```
65
-
66
- ## Theme Usage
33
+ ## Contributing
67
34
 
68
- The Linaro Jekyll Theme comes with a many features/layouts that you can use in your theme implementation to make your theme look the best it possibly can.
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
69
36
 
70
- 1. Generated breadcrumb
71
- 2. Responsive image and media includes.
37
+ ## Development
72
38
 
73
- # Images
74
- If you are using custom images in your static site then put them in /assets/images. Your images will be included with any that are needed included with the Theme.
39
+ To set up your environment to develop this theme, run `bundle install`.
75
40
 
41
+ Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
76
42
 
77
- # Social Media Share Image
43
+ When your theme is released, only the files in `_layouts`, `_includes`, and `_sass` tracked with Git will be released.
78
44
 
79
- To add a social media share image create the following file in your site folder to replace the default share image that is used by open graph and twitter cards in the jekyll-seo-tag plugin.
45
+ ## License
80
46
 
81
- ```
82
- /assets/images/social-media-image.png
83
- ```
47
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
48
+ =======
49
+ # LinaroJekyllTheme
50
+ A Jekyll theme for Linaro Static Websites.
data/_data/footer.yml CHANGED
@@ -1,4 +1,3 @@
1
-
2
1
  columns:
3
2
  - title: Column 1
4
3
  url: /
@@ -1,5 +1,5 @@
1
1
  {% if paginator.total_pages > 1 %}
2
- <div class="text-center" id="pagination_panel">
2
+ <div class="text-center">
3
3
  <ul class="pagination pagination-sm">
4
4
  {% if paginator.previous_page %}
5
5
  <li><a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">&laquo; Prev</a></li>
@@ -0,0 +1,71 @@
1
+ <!-- <div class="col-lg-2 col-md-2 col-sm-4 col-xs-6">
2
+ <h3>Store</h3>
3
+ <ul class="list-unstyled ">
4
+ <li><a href="/product/hikey/">HiKey Board</a></li>
5
+ <li><a href="/product/dragonboard410c/">DragonBoard™ 410c</a></li>
6
+ <li><a href="/product/bubblegum-96/">Bubblegum-96</a></li>
7
+ <li><a href="/product/mediatek-x20/">Mediatek X20</a></li>
8
+ <li><a href="/product/carbon/">Carbon</a></li>
9
+ <li><a href="/product/uarts/">UART Serial Adapter</a></li>
10
+ <li><a href="/products/">View All</a></li>
11
+ </ul>
12
+ </div>
13
+ <div class="col-lg-2 col-md-2 col-sm-4 col-xs-6">
14
+ <h3>Products</h3>
15
+ <ul class="list-unstyled ">
16
+ <li><a href="/products/ce/">Consumer Edition</a></li>
17
+ <li><a href="/products/ee/">Enterprise Edition</a></li>
18
+ <li><a href="/products/iote/">IoT Edition</a></li>
19
+ <li><a href="/products/mezzanine/">Mezzanine Products</a></li>
20
+ <li><a href="/products/accessories/">Accessories</a></li>
21
+ <li><a href="/products/">View All</a></li>
22
+ </ul>
23
+ </div>
24
+ <div class="col-lg-2 col-md-2 col-sm-4 col-xs-6">
25
+ <h3>Specification</h3>
26
+ <ul class="list-unstyled ">
27
+ <li><a href="/ce-specification">Consumer Edition (CE)</a></li>
28
+ <li><a href="/ee-specification">Enterprise Edition (EE)</a></li>
29
+ <li><a href="/ie-specification">IoT Edition (IE)</a></li>
30
+ <li><br /></li>
31
+ <li><b>Addenda</b></li>
32
+ <li><a href="/camera-spec">Camera Module Interface</a></li>
33
+ <li><a href="/tv-specification">96Boards TV Platform</a></li>
34
+ </ul>
35
+ </div>
36
+ <div class="col-lg-2 col-md-2 col-sm-4 col-xs-6">
37
+ <h3>About</h3>
38
+ <ul class="list-unstyled ">
39
+ <li><a href="/specifications/">Specification</a></li>
40
+ <li><a href="/news/">Newsroom</a></li>
41
+ <li><a href="https://www.linaro.org/careers/">Careers</a></li>
42
+ <li><a href="/press/">Press Info</a></li>
43
+ <li><a href="/membership/">Membership</a></li>
44
+ <li><a href="/compliance/">Compliance</a></li>
45
+ <li><a href="/contact/">Contact 96Boards</a></li>
46
+ </ul>
47
+ </div>
48
+ <div class="col-lg-2 col-md-2 col-sm-4 col-xs-6">
49
+ <h3>Support</h3>
50
+ <ul class="list-unstyled ">
51
+ <li><a href="https://discuss.96boards.org/c/products/hikey">Lemaker Hikey</a></li>
52
+ <li><a href="https://discuss.96boards.org/c/products/dragonboard410c">DragonBoard410c</a></li>
53
+ <li><a href="https://discuss.96boards.org/c/products/mediatek-x20">MediaTek-X20</a></li>
54
+ <li><a href="https://discuss.96boards.org/c/products/bubblegum96">Bubblegum-96</a></li>
55
+ <li><a href="https://discuss.96boards.org/c/products/carbon">Carbon</a></li>
56
+ <li><a href="https://discuss.96boards.org/c/products/poplar">Poplar</a></li>
57
+ <li><a href="https://discuss.96boards.org/c/products/mezzanine">Mezzanine Support</a></li>
58
+ </ul>
59
+ </div>
60
+ <div class="col-lg-2 col-md-2 col-sm-4 col-xs-6">
61
+ <h3>Social Media</h3>
62
+ <ul class="list-unstyled ">
63
+ <li><a href="https://github.com/96boards">Github</a></li>
64
+ <li><a href="https://www.facebook.com/96Boards">Facebook</a></li>
65
+ <li><a href="https://www.youtube.com/channel/UCjawhk_W1QnJs3pKIsKLJNg">Youtube</a></li>
66
+ <li><a href="https://twitter.com/96Boards">Twitter</a></li>
67
+ <li><a href="https://www.linkedin.com/company/6637095">Linkedin</a></li>
68
+ <li><a href="http://slideshare.com/96boards">Slideshare</a></li>
69
+ <li><a href="https://plus.google.com/106009833460292139774/posts">Google +</a></li>
70
+ </ul>
71
+ </div> -->
@@ -1,25 +1,8 @@
1
- {% if site.data.company.members %}
2
- {% assign included = true %}
3
-
4
- {% if site.data.company.members.excludes %}
5
- {% for excluded_page in site.data.company.members.excludes %}
6
- {% if page.url == excluded_page %}
7
- {% assign included = false %}
8
- {% endif %}
9
- {% endfor %}
10
- {% endif %}
11
-
12
- {% if included %}
13
- {% include _theme-includes/members.html %}
14
- {% endif %}
15
-
1
+ {% if page.url == "/about/" or page.url == "/compliance/" or page.url == "/specifications/" or page.url == "/membership/" or page.url == "/news/" %}
2
+ {% include _theme-includes/members.html %}
16
3
  {% endif %}
17
-
18
-
19
- {% if site.data.company.newsletter.enabled == true %}
20
- {% if page.url != "/search/" %}
21
- {% include _theme-includes/_third-party/mailchimp-homepage.html %}
22
- {% endif %}
4
+ {% if page.url != "/search/" %}
5
+ {% include _theme-includes/_third-party/mailchimp-homepage.html %}
23
6
  {% endif %}
24
7
  </div>
25
8
  <div class="row">
@@ -27,59 +10,45 @@
27
10
  <div class="footer" id="footer">
28
11
  <div class="container">
29
12
  <div class="row main-footer-content">
30
- {% for column in site.data.footer.columns %}
13
+ {% for column in site.footer.columns %}
31
14
  <div class="col-xs-6 col-md-2">
32
15
  <ul class="list-unstyled ">
33
- <li><b><a class="footer-heading" href="{% if column.url %}{{column.url}}{% else %}#{% endif %}">{{column.title}}</a></b></li>
34
- {% if column.items %}
35
- {% for item in column.items %}
36
- <li><a class="footer-element" href="{{item.url}}">{{item.text}}</a></li>
37
- {% endfor %}
38
- {% endif %}
16
+ <li><b><a href="{{column.url}}">{{column.title}}</a></b></li>
17
+ {% for item in column.items %}
18
+ <li><a href="{{item.url}}">{{item.text}}</a></li>
19
+ {% endfor %}
39
20
  </ul>
40
21
  </div>
41
22
  {% endfor %}
42
-
43
- {% if site.data.footer.image %}
44
- <div class="col-xs-6 col-md-2">
45
- <a href="/"><img src="{% if site.using_assets == true %}{% asset_path '{{site.data.footer.image}}' %}{% else %}{{site.data.footer.image}}{% endif %}" class="footer-logo pull-right" alt="{{site.data.company.name}}"/></a>
46
- </div>
47
- {% endif %}
48
23
  </div>
49
24
 
50
25
  <div class="row footer-strip">
51
26
  <div class="container">
52
27
  <div class="col-md-6 company-footer-bottom">
53
- <a href="{{site.data.linaro.url}}"><img src="{{site.data.linaro.footer-logo}}" class="linaro-logo" alt="Linaro Icon"/></a>
54
- Portions of this content &copy; 2017 <a href="{{site.data.linaro.url}}">{{site.data.linaro.name}}</a>
55
- {% for companypage in site.data.footer.companylinks %}
28
+ <a href="{{site.linaro.url}}"><img src="{{site.linaro.footer-logo}}" width="40px" height="100%" alt="Linaro Icon"/></a>
29
+ <a style="color:white;">Portions of this content &copy; 2017 <a href="{{site.linaro.url}}">{{site.linaro.name}}</a>
30
+ {% for companypage in site.footer.companylinks %}
56
31
  <span class="coloured-bp">&bull;</span> <a href="{{companypage.url}}">{{companypage.name}}</a>
57
32
  {% endfor %}
58
33
  </div>
59
- <div class="col-md-6 social-footer-bottom text-right">
60
- {% if site.data.company.facebook_username %}
61
- <a href="http://facebook.com/{{site.data.company.facebook_username}}" class="btn btn-social-icon"><i class="icon-facebook"></i></a>
62
- {% endif %}
63
- {% if site.data.company.github_username %}
64
- <a href="https://github.com/{{site.data.company.github_username}}" class="btn btn-social-icon"><i class="icon-github-circled"></i></a>
65
- {% endif %}
66
- {% if site.data.company.google_plus_username %}
67
- <a href="https://plus.google.com/{{site.data.company.google_plus_username}}/posts" class="btn btn-social-icon"><i class="icon-gplus"></i></a>
68
- {% endif %}
69
- {% if site.data.company.linkedin_username %}
70
- <a href="https://www.linkedin.com/company/{{site.data.company.linkedin_username}}" class="btn btn-social-icon"><i class="icon-linkedin"></i></a>
71
- {% endif %}
72
- {% if site.data.company.twitter_username %}
73
- <a href="https://twitter.com/{{site.data.company.twitter_username}}" class="btn btn-social-icon"><i class="icon-twitter"></i></a>
74
- {% endif %}
75
- {% if site.data.company.youtube_username %}
76
- <a href="https://www.youtube.com/{{site.data.company.youtube_username}}" class="btn btn-social-icon"><i class="icon-youtube"></i></a>
77
- {% endif %}
34
+ <div class="col-md-6 social-footer-bottom">
35
+ <a href="http://facebook.com/{{site.facebook_username}}" class="btn btn-social-icon"><i class="icon-facebook"></i></a>
36
+ <a href="https://github.com/{{site.github_username}}" class="btn btn-social-icon"><i class="icon-github-circled"></i></a>
37
+ <a href="https://plus.google.com/{{site.google_plus_username}}/posts" class="btn btn-social-icon"><i class="icon-gplus"></i></a>
38
+ <a href="https://www.linkedin.com/company/{{site.linkedin_username}}" class="btn btn-social-icon"><i class="icon-linkedin"></i></a>
39
+ <a href="https://twitter.com/{{site.twitter_username}}" class="btn btn-social-icon"><i class="icon-twitter"></i></a>
40
+ <a href="https://www.youtube.com/{{site.youtube_username}}" class="btn btn-social-icon"><i class="icon-youtube"></i></a>
78
41
  </div>
79
42
  <div style="clear:both;"></div>
80
43
  </div>
81
44
  </div>
82
45
  <!--/.container-->
46
+
47
+
48
+
83
49
  </div>
50
+
84
51
  </footer>
52
+
53
+
85
54
  </div>
@@ -0,0 +1,11 @@
1
+ <!--
2
+ __ ____ ____ __
3
+ /'_ `\ /'___\/\ _`\ /\ \
4
+ /\ \L\ \/\ \__/\ \ \L\ \ ___ __ _ __ \_\ \ ____
5
+ \ \___, \ \ _``\ \ _ <' / __`\ /'__`\ /\`'__\/'_` \ /',__\
6
+ \/__,/\ \ \ \L\ \ \ \L\ \/\ \L\ \/\ \L\.\_\ \ \//\ \L\ \/\__, `\
7
+ \ \_\ \____/\ \____/\ \____/\ \__/.\_\\ \_\\ \___,_\/\____/
8
+ \/_/\/___/ \/___/ \/___/ \/__/\/_/ \/_/ \/__,_ /\/___/
9
+ If you are seeing this we are hiring
10
+ www.linaro.org/careers/
11
+ -->
@@ -1,25 +1,17 @@
1
1
  <!DOCTYPE html>
2
- <html lang="en">
2
+ <html>
3
3
  <head>
4
- <title>
5
- {% if page.title %}
6
- {{page.title}} - {{site.title}}
7
- {% elsif site.data.company.slogan %}
8
- {{site.title}} - {{site.data.company.slogan}}
9
- {% else %}
10
- {{site.title}}
11
- {% endif %}
12
- </title>
4
+ <title>{% if page.title %}{{site.title}} - {{page.title}}
5
+ {% elsif page.page_title %}{{site.title}} - {{page.page_title}}
6
+ {% else %}{{site.title}}- 32- and 64-bit ARM Boards - Develop & Prototype ARM{% endif %}</title>
7
+ {% include _theme-includes/_head/ascii-art.html %}
13
8
  {% include _theme-includes/_script-includes/css.html %}
14
- <link rel="icon" href="{% if site.data.company.favicon %}{% if site.using_assets %}{% asset_path '{{site.data.company.favicon}}' %}{% else %}{{site.data.company.favicon}}{% endif %}{% else %}/assets/images/favicon.png?v=2{% endif %}" type="image/png" />
9
+ <link rel="icon" href="/images/favicon.png" type="image/png" />
15
10
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
16
11
  <meta charset="UTF-8">
17
- {% if site.data.company.google.tag_manager %}
12
+ {% if site.google-tag-manager %}
18
13
  {% include _theme-includes/_script-includes/gtm/gtm-script.html %}
19
14
  {% endif %}
20
- {% if site.data.company.google.analytics %}
21
- {% include _theme-includes/_script-includes/google-analytics/script.html %}
22
- {% endif %}
23
15
  {% if page.keywords %}
24
16
  <meta name="keywords" content="{{page.keywords}}">
25
17
  {% endif %}
@@ -0,0 +1,150 @@
1
+ <div class="tabbed-area" id="tabbed-nav-bar"><!-- Nav tabs -->
2
+ <nav class="navbar-default" role="navigation">
3
+ <div class="container">
4
+ <div class="navbar-header">
5
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#tabbed-nav-bar-collapse">
6
+ <span class="sr-only">Toggle navigation</span>
7
+ <span class="icon-bar"></span>
8
+ <span class="icon-bar"></span>
9
+ <span class="icon-bar"></span>
10
+ </button>
11
+ <a class="navbar-brand" id="sub-navigation-header" href=""></a>
12
+ </div>
13
+ <div class="collapse navbar-collapse" id="tabbed-nav-bar-collapse">
14
+ <ul class="nav nav-tabs tabbed-nav" id="tab-row" role="tablist">
15
+ {% assign page_base = page.url | split:'/' %}
16
+ <!--About Sub Navigation START-->
17
+ {% if page.permalink == "/about/" or
18
+ page.permalink == "/specifications/" or
19
+ page.permalink == "/compliance/" or
20
+ page.permalink == "/membership/" or
21
+ page.permalink == "/news/" or
22
+ page.permalink == "/partner/" %}
23
+ <li role="presentation" {% if page.permalink == '/about/' %}class="active tabbed-nav-btn"{% else %}class="tabbed-nav-btn"{% endif %}><a href="/about/" aria-controls="overview" role="link">96Boards Overview</a></li>
24
+ <li role="presentation" {% if page.permalink == '/specifications/' %}class="active tabbed-nav-btn"{% else %}class="tabbed-nav-btn"{% endif %}><a href="/specifications/" aria-controls="lswg" role="link">Specifications</a></li>
25
+ <li role="presentation" {% if page.permalink == '/compliance/' %}class="active tabbed-nav-btn"{% else %}class="tabbed-nav-btn"{% endif %}><a href="/compliance/" aria-controls="lswg" role="link">Compliance</a></li>
26
+ <li role="presentation" {% if page.permalink == '/membership/' %}class="active tabbed-nav-btn"{% else %}class="tabbed-nav-btn"{% endif %}><a href="/membership/" aria-controls="lswg" role="link">Membership</a></li>
27
+ <li role="presentation" {% if page.permalink == '/news/' %}class="active tabbed-nav-btn"{% else %}class="tabbed-nav-btn"{% endif %}><a href="/news/" aria-controls="lswg" role="link">News</a></li>
28
+ {% endif %}
29
+ <!--About Sub Navigation END-->
30
+
31
+ <!--Products Sub Navigation START-->
32
+ {% if page.permalink == "/products/" or
33
+ page.permalink == "/products/ce/" or
34
+ page.permalink == "/products/ee/" or
35
+ page.permalink == "/products/ie/" or
36
+ page.permalink == "/products/mezzanine/" or
37
+ page.permalink == "/products/accessories/" %}
38
+ {% assign active == "active" %}
39
+ <li role="presentation" {% if page.permalink == '/products/' %}class="active tabbed-nav-btn"{% else %}class="tabbed-nav-btn"{% endif %}><a href="/products/" aria-controls="overview" role="link">Latest Boards</a></li>
40
+ <li role="presentation" {% if page.permalink == '/products/ce/' %}class="active tabbed-nav-btn"{% else %}class="tabbed-nav-btn"{% endif %}><a href="/products/ce/" aria-controls="lswg" role="link">Consumer Edition</a></li>
41
+ <li role="presentation" {% if page.permalink == '/products/ee/' %}class="active tabbed-nav-btn"{% else %}class="tabbed-nav-btn"{% endif %}><a href="/products/ee/" aria-controls="lswg" role="link">Enterprise Edition</a></li>
42
+ <li role="presentation" {% if page.permalink == '/products/ie/' %}class="active tabbed-nav-btn"{% else %}class="tabbed-nav-btn"{% endif %}><a href="/products/ie/" aria-controls="lswg" role="link">IoT Edition</a></li>
43
+ <li role="presentation" {% if page.permalink == '/products/mezzanine/' %}class="active tabbed-nav-btn"{% else %}class="tabbed-nav-btn"{% endif %}><a href="/products/mezzanine/" aria-controls="lswg" role="link">Mezzanine Products</a></li>
44
+ <li role="presentation" {% if page.permalink == '/products/accessories/' %}class="active tabbed-nav-btn"{% else %}class="tabbed-nav-btn"{% endif %}><a href="/products/accessories/" aria-controls="lswg" role="link">Accessories</a></li>
45
+ {% endif %}
46
+
47
+ {% if page.permalink == "/projects/" or
48
+ page_base[1] == "projects" and page_base[2] or
49
+ page.permalink == "/projects/contribute.md/" or
50
+ page.permalink == "/projects/faq.md/" or
51
+ page.permalink == "/projects/submit.md/" %}
52
+ {% if page_base[2] and
53
+ page_base[2] != "faq.md" and
54
+ page_base[2] != "contribute.md" and
55
+ page_base[2] != "submit.md" %}
56
+ <li role="presentation" class="active tabbed-nav-btn"><a href="{{page.permalink}}" aria-controls="overview" role="link">{{page.title}}</a></li>
57
+ {% endif %}
58
+ <li role="presentation" {% if page.permalink == '/projects/' %}class="active tabbed-nav-btn"{% else %}class="tabbed-nav-btn"{% endif %}><a href="/projects/" aria-controls="overview" role="link">Projects</a></li>
59
+ <li role="presentation" {% if page.permalink == '/projects/contribute.md/' %}class="active tabbed-nav-btn"{% else %}class="tabbed-nav-btn"{% endif %}><a href="/projects/contribute.md/" aria-controls="lswg" role="link">Contribute</a></li>
60
+ <li role="presentation" {% if page.permalink == '/projects/faq.md/' %}class="active tabbed-nav-btn"{% else %}class="tabbed-nav-btn"{% endif %}><a href="/projects/faq.md/" aria-controls="lswg" role="link">FAQ</a></li>
61
+ <li role="presentation" class="tabbed-nav-btn"><a href="https://www.96boards.org/openhours/" aria-controls="lswg" role="link">OpenHours</a></li>
62
+ <li role="presentation" {% if page.permalink == '/projects/submit.md/' %}class="active tabbed-nav-btn pull-right"{% else %}class="tabbed-nav-btn pull-right"{% endif %}><a href="/projects/submit.md/" aria-controls="lswg" role="link">Submit a Project</a></li>
63
+ {% endif %}
64
+
65
+ {% if page.permalink == "/product/debug/" or
66
+ page.permalink == "/product/power/" or
67
+ page.permalink == "/product/misc/" or
68
+ page.permalink == "/product/adapter/" %}
69
+ <li role="presentation" class="tabbed-nav-btn"><a href="/products/accessories/" aria-controls="overview" role="link">All Accessories</a></li>
70
+ <li role="presentation" {% if page.permalink == '/product/debug/' %}class="active tabbed-nav-btn"{% else %}class="tabbed-nav-btn"{% endif %}><a href="/product/debug/" aria-controls="lswg" role="link">Debug</a></li>
71
+ <li role="presentation" {% if page.permalink == '/product/power/' %}class="active tabbed-nav-btn"{% else %}class="tabbed-nav-btn"{% endif %}><a href="/product/power/" aria-controls="lswg" role="link">Power</a></li>
72
+ <li role="presentation" {% if page.permalink == '/product/adapter/' %}class="active tabbed-nav-btn"{% else %}class="tabbed-nav-btn"{% endif %}><a href="/product/adapter/" aria-controls="lswg" role="link">Adapters</a></li>
73
+ <li role="presentation" {% if page.permalink == '/product/misc/' %}class="active tabbed-nav-btn"{% else %}class="tabbed-nav-btn"{% endif %}><a href="/product/misc/" aria-controls="lswg" role="link">Misc</a></li>
74
+ {% endif %}
75
+
76
+ {% assign product = site.data.product_db.products | where: "product_permalink", page.permalink | first %}
77
+ {% if product %}
78
+ {% if product.product_specification == "ce"
79
+ or product.product_specification == "ee"
80
+ or product.product_specification == "ie"
81
+ or product.product_specification == "mezzanine" %}
82
+ {% assign page-url = page.url | downcase %}
83
+ {% assign getting-started = product.product_getting_started %}
84
+ {% assign tutorials = product.product_permalink | split: "/"%}
85
+ {% assign tutorials = product.product_tutorials_link %}
86
+ <li role="presentation" class="active tabbed-nav-btn"><a href="{{ page.permalink }}" aria-controls="overview" role="link">{{ product.product_title }}</a></li>
87
+ {% if product.product_getting_started %}
88
+ <li role="presentation" class="tabbed-nav-btn"><a href="{{getting-started}}" aria-controls="lswg" role="link">Getting Started</a></li>
89
+ {% endif %}
90
+ {% if product.product_documentation_link %}
91
+ <li role="presentation" class="tabbed-nav-btn"><a href="{{ product.product_documentation_link }}" aria-controls="lswg" role="link">Documentation</a></li>
92
+ {% endif %}
93
+ {% if product.product_tutorials_link %}
94
+ <li role="presentation" class="tabbed-nav-btn"><a href="{{tutorials}}" aria-controls="lswg" role="link">Tutorial</a></li>
95
+ {% endif %}
96
+ {% if product.product_support_link %}
97
+ <li role="presentation" class="tabbed-nav-btn pull-right"><a href="{{ product.product_support_link }}" aria-controls="lswg" role="link">Support Forum</a></li>
98
+ {% endif %}
99
+ {% else %}
100
+ <li role="presentation" class="tabbed-nav-btn"><a href="/products/" aria-controls="overview" role="link">Latest Boards</a></li>
101
+ <li role="presentation" class="tabbed-nav-btn"><a href="/products/ce/" aria-controls="lswg" role="link">Consumer Edition</a></li>
102
+ <li role="presentation" class="tabbed-nav-btn"><a href="/products/ee/" aria-controls="lswg" role="link">Enterprise Edition</a></li>
103
+ <li role="presentation" class="tabbed-nav-btn"><a href="/products/ie/" aria-controls="lswg" role="link">IoT Edition</a></li>
104
+ <li role="presentation" class="active tabbed-nav-btn"><a href="/products/mezzanine/" aria-controls="lswg" role="link">Mezzanine Products</a></li>
105
+ <li role="presentation" class="tabbed-nav-btn"><a href="/products/accessories/" aria-controls="lswg" role="link">Accessories</a></li>
106
+ {% endif %}
107
+ {% endif %}
108
+
109
+ {% if page_base[1] == "product"%}
110
+ {% if page.permalink == "/product/dragonboard410c-buy.md/" %}
111
+ <li role="presentation"><a href="/products/" aria-controls="overview" role="link">Latest Boards</a></li>
112
+ <li role="presentation" {% if page.permalink == '/product/dragonboard410c-buy.md/' %}class="active tabbed-nav-btn"{% else %}class="tabbed-nav-btn"{% endif %}><a href="/products/ce/" aria-controls="lswg" role="link">Consumer Edition</a></li>
113
+ <li role="presentation"><a href="/products/ee/" aria-controls="lswg" role="link">Enterprise Edition</a></li>
114
+ <li role="presentation"><a href="/products/ie/" aria-controls="lswg" role="link">IoT Edition</a></li>
115
+ <li role="presentation"><a href="/products/mezzanine/" aria-controls="lswg" role="link">Mezzanine Products</a></li>
116
+ <li role="presentation"><a href="/products/accessories/" aria-controls="lswg" role="link">Accessories</a></li>
117
+ {% endif %}
118
+ {% endif %}
119
+
120
+ {% if page_base[1] == "documentation" %}
121
+ {% if page_base[3] %}
122
+ {% assign product-name = page_base[3]%}
123
+ {% capture documentation-link %}/{{page_base[1]}}/{{page_base[2]}}/{{page_base[3]}}/{% endcapture %}
124
+ {% capture support-link %}/{{page_base[1]}}/{{page_base[2]}}/{{page_base[3]}}/{% endcapture %}
125
+ {% capture documentation-link %}/{{page_base[1]}}/{{page_base[2]}}/{{page_base[3]}}/{% endcapture %}
126
+ <li role="presentation" class="active tabbed-nav-btn"><a href="{{documentation-link}}" aria-controls="overview" role="link">{{ product-name | capitalize}}</a></li>
127
+ <li role="presentation" {% if page.permalink == '/documentation/' %}class="active tabbed-nav-btn"{% else %}class="tabbed-nav-btn"{% endif %}><a href="/documentation/" aria-controls="overview" role="link">All Docs</a></li>
128
+ <li role="presentation" {% if page.permalink == '/documentation/ConsumerEdition/' %}class="active tabbed-nav-btn"{% else %}class="tabbed-nav-btn"{% endif %}><a href="/documentation/ConsumerEdition/" aria-controls="overview" role="link">CE</a></li>
129
+ <li role="presentation" {% if page.permalink == '/documentation/EnterpriseEdition/' %}class="active tabbed-nav-btn"{% else %}class="tabbed-nav-btn"{% endif %}><a href="/documentation/EnterpriseEdition/" aria-controls="lswg" role="link">EE</a></li>
130
+ <li role="presentation" {% if page.permalink == '/documentation/IoTEdition/' %}class="active tabbed-nav-btn"{% else %}class="tabbed-nav-btn"{% endif %}><a href="/documentation/IoTEdition/" aria-controls="lswg" role="link">IE</a></li>
131
+ <li role="presentation" {% if page.permalink == '/documentation/MezzanineProducts/' %}class="active tabbed-nav-btn"{% else %}class="tabbed-nav-btn"{% endif %}><a href="/documentation/MezzanineProducts/" aria-controls="lswg" role="link">Mezzanine</a></li>
132
+ <li role="presentation" {% if page.permalink == '/documentation/Specifications/' %}class="active tabbed-nav-btn"{% else %}class="tabbed-nav-btn"{% endif %}><a href="/documentation/Specifications/" aria-controls="lswg" role="link">Specifications</a></li>
133
+ {% else %}
134
+ <li role="presentation" {% if page.permalink == '/documentation/' %}class="active tabbed-nav-btn"{% else %}class="tabbed-nav-btn"{% endif %}><a href="/documentation/" aria-controls="overview" role="link">All Docs</a></li>
135
+ <li role="presentation" {% if page.permalink == '/documentation/ConsumerEdition/' %}class="active tabbed-nav-btn"{% else %}class="tabbed-nav-btn"{% endif %}><a href="/documentation/ConsumerEdition/" aria-controls="overview" role="link">Consumer Edition</a></li>
136
+ <li role="presentation" {% if page.permalink == '/documentation/EnterpriseEdition/' %}class="active tabbed-nav-btn"{% else %}class="tabbed-nav-btn"{% endif %}><a href="/documentation/EnterpriseEdition/" aria-controls="lswg" role="link">Enterprise Edition</a></li>
137
+ <li role="presentation" {% if page.permalink == '/documentation/IoTEdition/' %}class="active tabbed-nav-btn"{% else %}class="tabbed-nav-btn"{% endif %}><a href="/documentation/IoTEdition/" aria-controls="lswg" role="link">IoT Edition</a></li>
138
+ <li role="presentation" {% if page.permalink == '/documentation/MezzanineProducts/' %}class="active tabbed-nav-btn"{% else %}class="tabbed-nav-btn"{% endif %}><a href="/documentation/MezzanineProducts/" aria-controls="lswg" role="link">Mezzanine Products</a></li>
139
+ <li role="presentation" {% if page.permalink == '/documentation/Specifications/' %}class="active tabbed-nav-btn"{% else %}class="tabbed-nav-btn"{% endif %}><a href="/documentation/Specifications/" aria-controls="lswg" role="link">Specifications</a></li>
140
+ {% endif %}
141
+ {% endif %}
142
+
143
+ {% if page_base[1] == "blog" %}
144
+ <li role="presentation" class="active tabbed-nav-btn"><a href="/blog/" aria-controls="overview" role="link">Blog</a></li>
145
+ {% endif %}
146
+ </ul>
147
+ </div>
148
+ </div>
149
+ </nav>
150
+ </div>