linaro-jekyll-theme 0.1.2 → 0.1.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (266) 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 +111 -0
  6. data/_data/linaro.yml +4 -0
  7. data/_data/members_db.yaml +115 -0
  8. data/_data/nav.yml +62 -0
  9. data/_data/news.yaml +230 -0
  10. data/_data/sub-nav-stacked.yml +67 -0
  11. data/_data/sub-nav.yml +61 -0
  12. data/_includes/_theme-includes/_blog/pagination.html +1 -1
  13. data/_includes/_theme-includes/_footer/footer.html +54 -23
  14. data/_includes/_theme-includes/_head/head.html +15 -7
  15. data/_includes/_theme-includes/_navigation/nav.html +62 -14
  16. data/_includes/_theme-includes/_navigation/stacked-nav.html +20 -0
  17. data/_includes/_theme-includes/_navigation/tabbed-nav.html +35 -0
  18. data/_includes/_theme-includes/_page-structure/breadcrumb.html +77 -27
  19. data/_includes/_theme-includes/_page-structure/home-hero-shape.html +34 -0
  20. data/_includes/_theme-includes/_page-structure/home-hero.html +23 -0
  21. data/_includes/_theme-includes/_page-structure/shape-divider.html +12 -0
  22. data/_includes/_theme-includes/_script-includes/css.html +40 -1
  23. data/_includes/_theme-includes/_script-includes/google-analytics/script.html +10 -0
  24. data/_includes/_theme-includes/_script-includes/gtm/gtm-noscript.html +2 -1
  25. data/_includes/_theme-includes/_script-includes/gtm/gtm-script.html +9 -7
  26. data/_includes/_theme-includes/_script-includes/javascript.html +50 -2
  27. data/_includes/_theme-includes/_third-party/disqus.html +1 -1
  28. data/_includes/_theme-includes/_third-party/mailchimp-homepage.html +1 -6
  29. data/_includes/_theme-includes/members.html +3 -3
  30. data/_includes/image.html +6 -1
  31. data/_includes/media.html +9 -1
  32. data/_includes/youtube.html +7 -0
  33. data/{assets/vendor.js → _layouts/about.html} +0 -0
  34. data/_layouts/accessory-display-page.html +88 -0
  35. data/_layouts/blog-breadcrumbless.html +49 -0
  36. data/_layouts/blog.html +56 -0
  37. data/_layouts/contact.html +10 -0
  38. data/_layouts/default-empty.html +11 -0
  39. data/_layouts/default-no-sub-nav.html +15 -0
  40. data/_layouts/default-plain.html +16 -0
  41. data/_layouts/default-stacked-breadcrumb.html +23 -0
  42. data/_layouts/default-stacked.html +22 -0
  43. data/_layouts/default.html +20 -0
  44. data/_layouts/empty.html +10 -0
  45. data/_layouts/{plain-page.html → fluid-no-sub-nav.html} +2 -2
  46. data/_layouts/fluid.html +15 -0
  47. data/_layouts/home-shape.html +18 -0
  48. data/_layouts/home.html +18 -0
  49. data/_layouts/post.html +146 -0
  50. data/_layouts/product-display-page.html +262 -0
  51. data/_layouts/project-display-page.html +28 -0
  52. data/_sass/bootstrap/_variables.scss +28 -5
  53. data/{_assets/css → _sass}/core/animations.scss +0 -0
  54. data/{_assets/css → _sass}/core/blog.scss +36 -25
  55. data/{_assets/css → _sass}/core/breadcrumb.scss +20 -1
  56. data/_sass/core/carousel-styles.scss +3 -0
  57. data/{_assets/css → _sass}/core/carousel.scss +0 -0
  58. data/{_assets/css → _sass}/core/cookieconsent.scss +31 -2
  59. data/_sass/core/custom.scss +3 -0
  60. data/{_assets/css → _sass}/core/fa.scss +7 -2
  61. data/{_assets/css → _sass}/core/flipclock.scss +0 -0
  62. data/{_assets/css → _sass}/core/font-awesome.min.scss +0 -0
  63. data/{_assets/css → _sass}/core/fonts.scss +0 -0
  64. data/{_assets/css → _sass}/core/footer.scss +55 -13
  65. data/_sass/core/homepage.scss +40 -0
  66. data/{_assets/css → _sass}/core/lightbox.scss +0 -0
  67. data/{_assets/css → _sass}/core/nav.scss +136 -15
  68. data/{_assets/css → _sass}/core/openhours.scss +0 -0
  69. data/{_assets/css → _sass}/core/owl.carousel.min.scss +1 -1
  70. data/{_assets/css → _sass}/core/owl.theme.default.min.scss +0 -0
  71. data/{_assets/css → _sass}/core/products.scss +1 -1
  72. data/{_assets/css → _sass}/core/projects.scss +0 -0
  73. data/{_assets/css → _sass}/core/social-media-icons.scss +0 -0
  74. data/{_assets/css → _sass}/core/syntax.scss +0 -0
  75. data/{_assets/css → _sass}/core/tables.scss +38 -0
  76. data/_sass/core/theme.scss +538 -0
  77. data/_sass/custom.scss +0 -0
  78. data/assets/css/main-blog.scss +19 -0
  79. data/assets/css/main-home.scss +16 -0
  80. data/assets/css/main-lightbox.scss +22 -0
  81. data/assets/css/main-openhours.scss +19 -0
  82. data/assets/css/main-products.scss +20 -0
  83. data/assets/css/main-projects.scss +20 -0
  84. data/{_assets → assets}/css/main.scss +6 -0
  85. data/assets/fonts/fontawesome-webfont.eot +0 -0
  86. data/assets/fonts/fontawesome-webfont.svg +2671 -0
  87. data/assets/fonts/fontawesome-webfont.ttf +0 -0
  88. data/assets/fonts/fontawesome-webfont.woff +0 -0
  89. data/assets/fonts/fontawesome-webfont.woff2 +0 -0
  90. data/assets/fonts/fontello.eot +0 -0
  91. data/assets/fonts/fontello.svg +44 -0
  92. data/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
  93. data/assets/fonts/glyphicons-halflings-regular.woff +0 -0
  94. data/assets/fonts/glyphicons-halflings-regular.woff2 +0 -0
  95. data/assets/fonts/lato-regular/LICENSE.txt +93 -0
  96. data/assets/fonts/lato-regular/Lato-regular.eot +0 -0
  97. data/assets/fonts/lato-regular/Lato-regular.svg +435 -0
  98. data/assets/fonts/lato-regular/Lato-regular.ttf +0 -0
  99. data/assets/fonts/lato-regular/Lato-regular.woff +0 -0
  100. data/assets/fonts/lato-regular/Lato-regular.woff2 +0 -0
  101. data/{_assets → assets}/images/96boards-Logo.svg +0 -0
  102. data/{_assets → assets}/images/Linaro-Logo_light.png +0 -0
  103. data/{_assets → assets}/images/Linaro-Logo_standard.svg +0 -0
  104. data/{_assets → assets}/images/Linaro-Sprinkle.svg +0 -0
  105. data/assets/images/avatar-placeholder.png +0 -0
  106. data/assets/images/background-image.jpg +0 -0
  107. data/assets/images/banner.jpg +0 -0
  108. data/assets/images/close.png +0 -0
  109. data/assets/images/css3.png +0 -0
  110. data/assets/images/favicon.ico +0 -0
  111. data/assets/images/favicon.png +0 -0
  112. data/assets/images/html5.png +0 -0
  113. data/assets/images/jekyll.svg +1 -0
  114. data/assets/images/js.jpeg +0 -0
  115. data/assets/images/loading.gif +0 -0
  116. data/assets/images/next.png +0 -0
  117. data/assets/images/owl.video.play.png +0 -0
  118. data/assets/images/placeholder.png +0 -0
  119. data/assets/images/prev.png +0 -0
  120. data/assets/images/social-media-image.png +0 -0
  121. data/assets/js/app/main.js +16 -23
  122. data/{_assets/js/app/search-page.js → assets/js/app/search.js} +1 -1
  123. data/{_assets/js/app/sticky-navbar.js → assets/js/app/sticky.js} +0 -0
  124. data/assets/js/app/tables.js +8 -0
  125. data/assets/js/vendor/cognito-forms.js +150 -0
  126. data/assets/js/vendor/cookieconsent.min.js +2 -9
  127. data/assets/js/vendor/flipclock.min.js +33 -0
  128. data/assets/js/vendor/lightbox.min.js +14 -0
  129. data/robots.txt +9 -0
  130. metadata +156 -226
  131. data/_assets/css/_bootstrap-compass.scss +0 -9
  132. data/_assets/css/_bootstrap-mincer.scss +0 -19
  133. data/_assets/css/_bootstrap-sprockets.scss +0 -9
  134. data/_assets/css/_bootstrap.scss +0 -56
  135. data/_assets/css/blog-pages.scss +0 -5
  136. data/_assets/css/bootstrap/_alerts.scss +0 -73
  137. data/_assets/css/bootstrap/_badges.scss +0 -68
  138. data/_assets/css/bootstrap/_breadcrumbs.scss +0 -28
  139. data/_assets/css/bootstrap/_button-groups.scss +0 -244
  140. data/_assets/css/bootstrap/_buttons.scss +0 -168
  141. data/_assets/css/bootstrap/_carousel.scss +0 -270
  142. data/_assets/css/bootstrap/_close.scss +0 -36
  143. data/_assets/css/bootstrap/_code.scss +0 -69
  144. data/_assets/css/bootstrap/_component-animations.scss +0 -37
  145. data/_assets/css/bootstrap/_dropdowns.scss +0 -216
  146. data/_assets/css/bootstrap/_forms.scss +0 -617
  147. data/_assets/css/bootstrap/_glyphicons.scss +0 -307
  148. data/_assets/css/bootstrap/_grid.scss +0 -84
  149. data/_assets/css/bootstrap/_input-groups.scss +0 -171
  150. data/_assets/css/bootstrap/_jumbotron.scss +0 -54
  151. data/_assets/css/bootstrap/_labels.scss +0 -66
  152. data/_assets/css/bootstrap/_list-group.scss +0 -130
  153. data/_assets/css/bootstrap/_media.scss +0 -66
  154. data/_assets/css/bootstrap/_mixins.scss +0 -40
  155. data/_assets/css/bootstrap/_modals.scss +0 -150
  156. data/_assets/css/bootstrap/_navbar.scss +0 -662
  157. data/_assets/css/bootstrap/_navs.scss +0 -242
  158. data/_assets/css/bootstrap/_normalize.scss +0 -424
  159. data/_assets/css/bootstrap/_pager.scss +0 -54
  160. data/_assets/css/bootstrap/_pagination.scss +0 -89
  161. data/_assets/css/bootstrap/_panels.scss +0 -271
  162. data/_assets/css/bootstrap/_popovers.scss +0 -131
  163. data/_assets/css/bootstrap/_print.scss +0 -101
  164. data/_assets/css/bootstrap/_progress-bars.scss +0 -87
  165. data/_assets/css/bootstrap/_responsive-embed.scss +0 -35
  166. data/_assets/css/bootstrap/_responsive-utilities.scss +0 -179
  167. data/_assets/css/bootstrap/_scaffolding.scss +0 -161
  168. data/_assets/css/bootstrap/_tables.scss +0 -234
  169. data/_assets/css/bootstrap/_theme.scss +0 -291
  170. data/_assets/css/bootstrap/_thumbnails.scss +0 -38
  171. data/_assets/css/bootstrap/_tooltip.scss +0 -101
  172. data/_assets/css/bootstrap/_type.scss +0 -298
  173. data/_assets/css/bootstrap/_utilities.scss +0 -55
  174. data/_assets/css/bootstrap/_variables.scss +0 -874
  175. data/_assets/css/bootstrap/_wells.scss +0 -29
  176. data/_assets/css/bootstrap/mixins/_alerts.scss +0 -14
  177. data/_assets/css/bootstrap/mixins/_background-variant.scss +0 -12
  178. data/_assets/css/bootstrap/mixins/_border-radius.scss +0 -18
  179. data/_assets/css/bootstrap/mixins/_buttons.scss +0 -65
  180. data/_assets/css/bootstrap/mixins/_center-block.scss +0 -7
  181. data/_assets/css/bootstrap/mixins/_clearfix.scss +0 -22
  182. data/_assets/css/bootstrap/mixins/_forms.scss +0 -88
  183. data/_assets/css/bootstrap/mixins/_gradients.scss +0 -58
  184. data/_assets/css/bootstrap/mixins/_grid-framework.scss +0 -81
  185. data/_assets/css/bootstrap/mixins/_grid.scss +0 -122
  186. data/_assets/css/bootstrap/mixins/_hide-text.scss +0 -21
  187. data/_assets/css/bootstrap/mixins/_image.scss +0 -33
  188. data/_assets/css/bootstrap/mixins/_labels.scss +0 -12
  189. data/_assets/css/bootstrap/mixins/_list-group.scss +0 -32
  190. data/_assets/css/bootstrap/mixins/_nav-divider.scss +0 -10
  191. data/_assets/css/bootstrap/mixins/_nav-vertical-align.scss +0 -9
  192. data/_assets/css/bootstrap/mixins/_opacity.scss +0 -8
  193. data/_assets/css/bootstrap/mixins/_pagination.scss +0 -24
  194. data/_assets/css/bootstrap/mixins/_panels.scss +0 -24
  195. data/_assets/css/bootstrap/mixins/_progress-bar.scss +0 -10
  196. data/_assets/css/bootstrap/mixins/_reset-filter.scss +0 -8
  197. data/_assets/css/bootstrap/mixins/_reset-text.scss +0 -18
  198. data/_assets/css/bootstrap/mixins/_resize.scss +0 -6
  199. data/_assets/css/bootstrap/mixins/_responsive-visibility.scss +0 -21
  200. data/_assets/css/bootstrap/mixins/_size.scss +0 -10
  201. data/_assets/css/bootstrap/mixins/_tab-focus.scss +0 -9
  202. data/_assets/css/bootstrap/mixins/_table-row.scss +0 -28
  203. data/_assets/css/bootstrap/mixins/_text-emphasis.scss +0 -12
  204. data/_assets/css/bootstrap/mixins/_text-overflow.scss +0 -8
  205. data/_assets/css/bootstrap/mixins/_vendor-prefixes.scss +0 -222
  206. data/_assets/css/core/critical.scss +0 -991
  207. data/_assets/css/core/homepage.scss +0 -16
  208. data/_assets/css/core/members-sprite.scss +0 -425
  209. data/_assets/css/core/theme.scss +0 -244
  210. data/_assets/css/documentation-pages.scss +0 -3
  211. data/_assets/css/home-page.scss +0 -3
  212. data/_assets/css/openhours-page.scss +0 -4
  213. data/_assets/css/products-pages.scss +0 -5
  214. data/_assets/css/projects-pages.scss +0 -5
  215. data/_assets/js/app/96boards.js +0 -133
  216. data/_assets/js/app/mixitup.js +0 -23
  217. data/_assets/js/app.js +0 -5
  218. data/_assets/js/vendor/bootstrap.min.js +0 -7
  219. data/_assets/js/vendor/cookieconsent.min.js +0 -15
  220. data/_assets/js/vendor/filtrify.js +0 -11
  221. data/_assets/js/vendor/flipclock.min.js +0 -2
  222. data/_assets/js/vendor/jquery.min.js +0 -4
  223. data/_assets/js/vendor/lazysizes.min.js +0 -2
  224. data/_assets/js/vendor/lightbox.js +0 -519
  225. data/_assets/js/vendor/loadCSS.js +0 -35
  226. data/_assets/js/vendor/loadCSS.min.js +0 -2
  227. data/_assets/js/vendor/mc-validate.js +0 -14
  228. data/_assets/js/vendor/owl.carousel.min.js +0 -27
  229. data/_assets/js/vendor/picturefill.min.js +0 -5
  230. data/_assets/js/vendor/shuffle.js +0 -2004
  231. data/_assets/js/vendor.js +0 -6
  232. data/_includes/_theme-includes/_footer/backup.html +0 -71
  233. data/_includes/_theme-includes/_head/ascii-art.html +0 -11
  234. data/_includes/_theme-includes/_navigation/_sub-navigation/tabbed-nav.html +0 -150
  235. data/_includes/_theme-includes/_page-structure/old-breadcrumb.html +0 -139
  236. data/_includes/_theme-includes/_third-party/mailchimp-sub-footer.html +0 -40
  237. data/_layouts/empty-container-page.html +0 -13
  238. data/_sass/animations.scss +0 -125
  239. data/_sass/blog.scss +0 -188
  240. data/_sass/breadcrumb.scss +0 -48
  241. data/_sass/carousel.scss +0 -122
  242. data/_sass/cookieconsent.scss +0 -13
  243. data/_sass/critical.scss +0 -991
  244. data/_sass/fa.scss +0 -2331
  245. data/_sass/flipclock.scss +0 -435
  246. data/_sass/font-awesome.min.scss +0 -4
  247. data/_sass/fonts.scss +0 -7
  248. data/_sass/footer.scss +0 -76
  249. data/_sass/lightbox.scss +0 -213
  250. data/_sass/members-sprite.scss +0 -425
  251. data/_sass/nav.scss +0 -533
  252. data/_sass/openhours.scss +0 -51
  253. data/_sass/owl.carousel.min.scss +0 -6
  254. data/_sass/owl.theme.default.min.scss +0 -6
  255. data/_sass/products.scss +0 -214
  256. data/_sass/projects.scss +0 -34
  257. data/_sass/social-media-icons.scss +0 -71
  258. data/_sass/syntax.scss +0 -65
  259. data/_sass/tables.scss +0 -87
  260. data/_sass/theme.scss +0 -208
  261. data/assets/js/app/mixitup.js +0 -23
  262. data/assets/js/app/search-page.js +0 -41
  263. data/assets/js/app/sticky-navbar.js +0 -65
  264. data/assets/js/vendor/lightbox.js +0 -519
  265. data/assets/js/vendor/picturefill.min.js +0 -5
  266. data/assets/js/vendor/shuffle.js +0 -2004
@@ -0,0 +1,67 @@
1
+ pages:
2
+ -
3
+ list:
4
+ -
5
+ title: FAQ
6
+ url: /faq/
7
+ -
8
+ title: Git
9
+ url: https://git.linaro.org/lng/odp.git
10
+ external: true
11
+ -
12
+ title: API
13
+ url: http://docs.opendataplane.org/snapshots/odp-publish/generic/dox_html/master/latest/linux-generic-doxygen-html/index.html
14
+ external: true
15
+ -
16
+ title: User Guide
17
+ url: http://docs.opendataplane.org/snapshots/odp-publish/generic/usr_html/master/latest/linux-generic/output/users-guide.html
18
+ external: true
19
+ -
20
+ title: Support
21
+ url: /comercial-support/
22
+ -
23
+ title: Meeting
24
+ url: https://collaborate.linaro.org/display/ODP/OpenDataPlane
25
+ external: true
26
+ -
27
+ title: Mailing List
28
+ url: https://lists.linaro.org/mailman/listinfo/lng-odp
29
+ external: true
30
+ -
31
+ title: Existing Applications
32
+ url: /applications/
33
+ urls: [/application-writers/]
34
+ -
35
+ list:
36
+ -
37
+ title: Git
38
+ url: https://git.linaro.org/lng/odp.git
39
+ external: true
40
+ -
41
+ title: Testing
42
+ url: /testing/
43
+ -
44
+ title: Bugs
45
+ url: https://bugs.linaro.org/describecomponents.cgi?product=OpenDataPlane%20-%20linux-%20generic%20reference
46
+ external: true
47
+ -
48
+ title: APIs
49
+ url: https://docs.opendataplane.org/snapshots/odp-publish/generic/dox_html/master/latest/linux-generic-doxygen-html/index.html
50
+ external: true
51
+ -
52
+ title: Implementers Guide
53
+ url: https://docs.opendataplane.org/snapshots/odp-publish/generic/usr_html/master/latest/linux-generic/output/implementers-guide.html
54
+ external: true
55
+ -
56
+ title: Release Guide
57
+ url: https://docs.opendataplane.org/snapshots/odp-publish/generic/usr_html/master/latest/linux-generic/output/release-guide.html
58
+ external: true
59
+ -
60
+ title: Contributing
61
+ url: https://docs.opendataplane.org/snapshots/odp-publish/generic/usr_html/master/latest/linux-generic/output/CONTRIBUTING.html
62
+ external: true
63
+ -
64
+ title: Bylaws
65
+ url: https://docs.opendataplane.org/snapshots/odp-publish/generic/usr_html/master/latest/linux-generic/output/bylaws-guide.html
66
+ external: true
67
+ urls: [/developers/]
data/_data/sub-nav.yml ADDED
@@ -0,0 +1,61 @@
1
+ pages:
2
+ -
3
+ list:
4
+ -
5
+ title: "96Boards Overview"
6
+ url: /about/
7
+ -
8
+ title: "Specifications"
9
+ url: "/specifications/"
10
+ -
11
+ title: "Compliance"
12
+ url: "/compliance/"
13
+ -
14
+ title: "Membership"
15
+ url: "/membership/"
16
+ -
17
+ title: "News"
18
+ url: "/news/"
19
+ urls: [/about/,/specifications/,/compliance/,/membership/,/news/]
20
+ -
21
+ list:
22
+ -
23
+ title: Latest Boards
24
+ url: /products/
25
+ -
26
+ title: Consumer Edition
27
+ url: /products/ce/
28
+ -
29
+ title: Enterprise Edition
30
+ url: /products/ee/
31
+ -
32
+ title: IoT Edition
33
+ url: /products/ie/
34
+ -
35
+ title: Mezzanine Products
36
+ url: /products/mezzanine/
37
+ -
38
+ title: Accessories
39
+ url: /products/accessories/
40
+ urls: [/products/, /products/ce/, /products/ee/, /products/ie/, /products/mezzanine/, /products/accessories/]
41
+ -
42
+ list:
43
+ -
44
+ title: All Docs
45
+ url: /products/
46
+ -
47
+ title: Consumer Edition
48
+ url: /products/ce/
49
+ -
50
+ title: Enterprise Edition
51
+ url: /products/ee/
52
+ -
53
+ title: IoT Edition
54
+ url: /products/ie/
55
+ -
56
+ title: Mezzanine Products
57
+ url: /products/mezzanine/
58
+ -
59
+ title: Specifications
60
+ url: /documentation/specifications/
61
+ urls: [/documentation/, //, /products/ee/, /products/ie/, /products/mezzanine/, /products/accessories/]
@@ -1,5 +1,5 @@
1
1
  {% if paginator.total_pages > 1 %}
2
- <div class="text-center">
2
+ <div class="text-center" id="pagination_panel">
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>
@@ -1,8 +1,25 @@
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 %}
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
+
3
16
  {% endif %}
4
- {% if page.url != "/search/" %}
5
- {% include _theme-includes/_third-party/mailchimp-homepage.html %}
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 %}
6
23
  {% endif %}
7
24
  </div>
8
25
  <div class="row">
@@ -13,42 +30,56 @@
13
30
  {% for column in site.data.footer.columns %}
14
31
  <div class="col-xs-6 col-md-2">
15
32
  <ul class="list-unstyled ">
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 %}
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 %}
20
39
  </ul>
21
40
  </div>
22
41
  {% 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 %}
23
48
  </div>
24
49
 
25
50
  <div class="row footer-strip">
26
51
  <div class="container">
27
52
  <div class="col-md-6 company-footer-bottom">
28
- <a href="{{site.data.linaro.url}}"><img src="{% asset_path '{{site.data.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.data.linaro.url}}">{{site.data.linaro.name}}</a>
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>
30
55
  {% for companypage in site.data.footer.companylinks %}
31
56
  <span class="coloured-bp">&bull;</span> <a href="{{companypage.url}}">{{companypage.name}}</a>
32
57
  {% endfor %}
33
58
  </div>
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>
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 %}
41
78
  </div>
42
79
  <div style="clear:both;"></div>
43
80
  </div>
44
81
  </div>
45
82
  <!--/.container-->
46
-
47
-
48
-
49
83
  </div>
50
-
51
84
  </footer>
52
-
53
-
54
85
  </div>
@@ -1,17 +1,25 @@
1
1
  <!DOCTYPE html>
2
- <html>
2
+ <html lang="en">
3
3
  <head>
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 %}
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>
8
13
  {% include _theme-includes/_script-includes/css.html %}
9
- <link rel="icon" href="/images/favicon.png" type="image/png" />
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" />
10
15
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
11
16
  <meta charset="UTF-8">
12
- {% if site.google-tag-manager %}
17
+ {% if site.data.company.google.tag_manager %}
13
18
  {% include _theme-includes/_script-includes/gtm/gtm-script.html %}
14
19
  {% endif %}
20
+ {% if site.data.company.google.analytics %}
21
+ {% include _theme-includes/_script-includes/google-analytics/script.html %}
22
+ {% endif %}
15
23
  {% if page.keywords %}
16
24
  <meta name="keywords" content="{{page.keywords}}">
17
25
  {% endif %}
@@ -1,24 +1,23 @@
1
- {% if site.google-tag-manager %}
1
+ {% if site.data.company.google.tag_manager %}
2
2
  {% include _theme-includes/_script-includes/gtm/gtm-noscript.html %}
3
3
  {% endif %}
4
4
  <div class="main-navbar">
5
- <nav class="{% if site.navigation.style %}{{ site.navigation.style }}{% else %}navbar-inverse navbar-fixed-top{% endif %}" role="navigation" id="main-navigation">
5
+ <nav class="{% if site.data.nav.style %}{{ site.data.nav.style }}{% else %}navbar-inverse navbar-fixed-top{% endif %}" id="main-navigation">
6
6
  <div class="container">
7
7
 
8
8
  <input type="checkbox" id="navbar-toggle-cbox">
9
9
 
10
10
  <!-- NAVBAR HEADER-->
11
11
  <div class="navbar-header">
12
- <label for="navbar-toggle-cbox" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse" aria-expanded="false" aria-controls="navbar">
13
- <span class="sr-only">Toggle navigation</span>
12
+ <label for="navbar-toggle-cbox" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse">
14
13
  <span class="icon-bar"></span>
15
14
  <span class="icon-bar"></span>
16
15
  <span class="icon-bar"></span>
17
16
  </label>
18
- {% if site.navigation.brand %}
19
- <a class="navbar-brand " href="{{site.navigation.brand.url}}">
20
- {% if site.navigation.brand.image %}
21
- <img src="{% asset_path '{{site.navigation.brand.image}}' %}" alt="{{site.title}} Logo." id="brand-image">
17
+ {% if site.data.nav.brand %}
18
+ <a class="navbar-brand " href="{{site.data.nav.brand.url}}">
19
+ {% if site.data.nav.brand.image %}
20
+ <img src="{% if site.using_assets %}{% asset_path '{{site.data.nav.brand.image}}' %}{% else %}{{site.data.nav.brand.image}}{% endif %}" alt="{{site.title}} Logo." id="brand-image">
22
21
  {% else %}
23
22
  {{site.title}}
24
23
  {% endif %}
@@ -29,22 +28,71 @@
29
28
  <!-- NAVBAR COLLAPSE-->
30
29
  <div class="collapse navbar-collapse" id="navbar-collapse">
31
30
  <ul class="nav navbar-nav navbar-right" id="navbar-buttons">
32
- {% for section in site.navigation.pages %}
31
+ {% for section in site.data.nav.pages %}
33
32
  {% if section.options %}
34
- <li class="dropdown">
33
+ <li class="dropdown
34
+ {% for menu-item in section.options %}
35
+ {% if page.url == menu-item.url %}
36
+ active
37
+ {% endif %}
38
+ {% endfor %}">
35
39
  <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">{{section.title}} <span class="caret"></span></a>
36
40
  <ul class="dropdown-menu">
37
41
  {% for menu_option in section.options %}
38
- <li>
39
- <a target="_self" href="{{menu_option.url}}" title="{{menu_option.txt}}">{{menu_option.text}}</a>
40
- </li>
42
+ {% if menu_option.options %}
43
+ <li class="dropdown-submenu">
44
+ <a tabindex="-1" href="{% if menu-option.url %}{{menu-option.url}}{% endif %}">{{menu_option.text}}</a>
45
+ <ul class="dropdown-menu">
46
+ {% for sub-option in menu_option.options %}
47
+ {% if sub-option.options %}
48
+ <li class="dropdown-submenu">
49
+ <a href="{% if sub-option.url %}{{sub-option.url}}{% endif %}">{{sub-option.text}}</a>
50
+ <ul class="dropdown-menu">
51
+ {% for sub-sub-option in sub-option.options %}
52
+ <li><a href="{{sub-sub-option.url}}">{{sub-sub-option.text}}</a></li>
53
+ {% endfor %}
54
+ </ul>
55
+ </li>
56
+ {% else %}
57
+ <li><a href="{{sub-option.url}}">{{sub-option.text}}</a></li>
58
+ {% endif %}
59
+ {% endfor %}
60
+ </ul>
61
+ </li>
62
+ {% else %}
63
+ <li>
64
+ <a target="_self" href="{{menu_option.url}}" class="dropdown-item " title="{{menu_option.txt}}">{{menu_option.text}} {% if menu_option.external %}<i class="glyphicon glyphicon-new-window pull-right"></i>{% endif %}</a>
65
+ </li>
66
+ {% endif %}
41
67
  {% endfor %}
42
68
  </ul>
43
69
  </li>
44
70
  {% else %}
45
- <li><a href="{{section.url}}" title="{{section.title}}">{{section.title}}</a></li>
71
+ <li {% if section.url == page.permalink %}
72
+ class="active"
73
+ {% endif %}
74
+ ><a href="{{section.url}}" title="{{section.title}}">{{section.title}}</a></li>
46
75
  {% endif %}
47
76
  {% endfor %}
77
+
78
+
79
+ <li class="dropdown" id="search-form">
80
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="glyphicon glyphicon-search"></i></a>
81
+ <ul class="dropdown-menu" id="searchDropdown">
82
+ <form class="form-inline" action="/search/" method="GET" target="_self">
83
+ <input type="text" name="q" class="form-control" placeholder="Search...">
84
+ <button type="reset" class="btn btn-default dropdown-toggle" data-target="#searchDropdown" data-toggle="search-dropdown">
85
+ <span class="glyphicon glyphicon-remove">
86
+ <span class="sr-only">Close</span>
87
+ </span>
88
+ </button>
89
+ <button type="submit" class="btn btn-default" id="searchButton"><i class="glyphicon glyphicon-search"></i></button>
90
+ <input type="hidden" name="fields.label" value="{{ site.data.company.search-label }}">
91
+ </form>
92
+ </ul>
93
+ </li>
94
+
95
+
48
96
  </ul>
49
97
  </div>
50
98
 
@@ -0,0 +1,20 @@
1
+ {% assign sub-nav-tabs = site.data.sub-nav-stacked.pages %}
2
+ {% if sub-nav-tabs %}
3
+ {% assign page-base = page.url | split:'/' %}
4
+ {% for each in sub-nav-tabs %}
5
+ {% for each-url in each.urls %}
6
+ {% if each-url == page.url or each.url == page-base[1] %}
7
+ {% assign tab-list = each.list %}
8
+ {% endif %}
9
+ {% endfor %}
10
+ {% endfor %}
11
+ {% if tab-list %}
12
+ <ul class="nav nav-pills nav-stacked">
13
+ {% for tab in tab-list %}
14
+ <li class="{% if page-base[1] == tab.base %}active {% elsif page.url == tab.url or tab.active %}active {% elsif page.url contains tab.url %}active {% endif %}side-nav-button">
15
+ <a href="{{tab.url}}" role="link">{{ tab.title}} {% if tab.external %}<i class="glyphicon glyphicon-new-window pull-right"></i>{% endif %}</a>
16
+ </li>
17
+ {% endfor %}
18
+ </ul>
19
+ {% endif %}
20
+ {% endif %}
@@ -0,0 +1,35 @@
1
+ {% assign sub-nav-tabs = site.data.sub-nav.pages %}
2
+ {% if sub-nav-tabs %}
3
+ {% assign page-base = page.url | split:'/' %}
4
+ {% for each in sub-nav-tabs %}
5
+ {% for each-url in each.urls %}
6
+ {% if each-url == page.url or each.url == page-base[1] %}
7
+ {% assign tab-list = each.list %}
8
+ {% endif %}
9
+ {% endfor %}
10
+ {% endfor %}
11
+ {% if tab-list %}
12
+ <div class="tabbed-area" id="tabbed-nav-bar"><!-- Nav tabs -->
13
+ <nav class="navbar-default" role="navigation">
14
+ <div class="container">
15
+ <div class="navbar-header">
16
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#tabbed-nav-bar-collapse">
17
+ <span class="sr-only">Toggle navigation</span>
18
+ <span class="icon-bar"></span>
19
+ <span class="icon-bar"></span>
20
+ <span class="icon-bar"></span>
21
+ </button>
22
+ <a class="navbar-brand" id="sub-navigation-header" href=""></a>
23
+ </div>
24
+ <div class="collapse navbar-collapse" id="tabbed-nav-bar-collapse">
25
+ <ul class="nav nav-tabs tabbed-nav" id="tab-row" role="tablist">
26
+ {% for tab in tab-list %}
27
+ <li role="presentation" class="{% if page-base[1] == tab.base %}active {% elsif page.url == tab.url or tab.active %}active {% endif %}tabbed-nav-btn {% if tab.right %}pull-right{% endif %}"><a href="{{tab.url}}" role="link">{{ tab.title}}</a></li>
28
+ {% endfor %}
29
+ </ul>
30
+ </div>
31
+ </div>
32
+ </nav>
33
+ </div>
34
+ {% endif %}
35
+ {% endif %}
@@ -1,6 +1,14 @@
1
- <div class="container-fluid breadcrumb-container"><!--- Main fluid container start ---->
1
+ <div class="container-fluid breadcrumb-container"
2
+ {% if site.data.company.breadcrumb-image %}
3
+ style="background-image: url('{{site.data.company.breadcrumb-image}}');
4
+ background-size: cover;
5
+ -webkit-background-size: cover;
6
+ -moz-background-size: cover;
7
+ -o-background-size: cover;
8
+ "
9
+ {% endif %}><!--- Main fluid container start ---->
2
10
  <div class="row"> <!--- Row Start ---->
3
- <div class="container"><!--- Container Start ---->
11
+ <div class="container breadcrumb-inner-container"><!--- Container Start ---->
4
12
  <h1>
5
13
  {% if page.page_title %}
6
14
  {{ page.page_title }}
@@ -11,7 +19,7 @@
11
19
  <ol itemscope itemtype="http://schema.org/BreadcrumbList" class="breadcrumb">
12
20
  <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
13
21
  <a itemprop="item" href="/">
14
- <span itemprop="name">96Boards</span>
22
+ <span itemprop="name">{{site.title}}</span>
15
23
  </a>
16
24
  <meta itemprop="position" content="1" />
17
25
  </li>
@@ -19,32 +27,74 @@
19
27
  {% assign iterator = 2 %}
20
28
  {% assign breadcrumb-path = "/" %}
21
29
  {% for section in page-url %}
22
- {% if section == "" or section == "index.html"%}
23
- {% continue %}
24
- {% elsif section == "product" %}
25
- {% capture breadcrumb-path %}{{breadcrumb-path}}{{section}}/{% endcapture%}
26
- <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
27
- <a itemprop="item" href="/products/">
28
- <span itemprop="name">{{section | truncate: 20 | capitalize }}s</span>
29
- </a>
30
- <meta itemprop="position" content="{{iterator}}" />
31
- </li>
32
- {% else %}
33
- {% capture breadcrumb-path %}{{breadcrumb-path}}{{section}}/{% endcapture%}
34
- <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
35
- <a itemprop="item" href="{{breadcrumb-path}}">
36
- <span itemprop="name">{{section | truncate: 20 | capitalize }}</span>
37
- </a>
38
- <meta itemprop="position" content="{{iterator}}" />
39
- </li>
40
- {% endif %}
30
+ {% if forloop.last == false %}
31
+ {% if section == "" or section == "index.html" %}
32
+ {% continue %}
33
+ {% elsif section == "product" %}
34
+ {% capture breadcrumb-path %}{{breadcrumb-path}}{{section}}/{% endcapture%}
35
+ <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
36
+ <a itemprop="item" href="/products/">
37
+ <span itemprop="name">{{section | truncate: 20 | capitalize }}s</span>
38
+ </a>
39
+ <meta itemprop="position" content="{{iterator}}" />
40
+ </li>
41
+ {% elsif section contains ".md.html" %}
42
+ {% capture breadcrumb-path %}{{breadcrumb-path}}{{section}}{% endcapture%}
43
+ <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
44
+ <a itemprop="item" href="{{breadcrumb-path}}">
45
+ <span itemprop="name">{{section | replace: ".html", "" | truncate: 20 | capitalize }}</span>
46
+ </a>
47
+ <meta itemprop="position" content="{{iterator}}" />
48
+ </li>
49
+ {% elsif section == "ConsumerEdition" %}
50
+ {% capture breadcrumb-path %}{{breadcrumb-path}}{{section}}/{% endcapture%}
51
+ <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
52
+ <a itemprop="item" href="{{breadcrumb-path}}">
53
+ <span itemprop="name">Consumer Edition</span>
54
+ </a>
55
+ <meta itemprop="position" content="{{iterator}}" />
56
+ </li>
57
+ {% elsif section == "EnterpriseEdition" %}
58
+ {% capture breadcrumb-path %}{{breadcrumb-path}}{{section}}/{% endcapture%}
59
+ <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
60
+ <a itemprop="item" href="{{breadcrumb-path}}">
61
+ <span itemprop="name">Enterprise Edition</span>
62
+ </a>
63
+ <meta itemprop="position" content="{{iterator}}" />
64
+ </li>
65
+ {% elsif section == "IoTEdition" %}
66
+ {% capture breadcrumb-path %}{{breadcrumb-path}}{{section}}/{% endcapture%}
67
+ <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
68
+ <a itemprop="item" href="{{breadcrumb-path}}">
69
+ <span itemprop="name">IoT Edition</span>
70
+ </a>
71
+ <meta itemprop="position" content="{{iterator}}" />
72
+ </li>
73
+ {% elsif section == "MezzanineProducts" %}
74
+ {% capture breadcrumb-path %}{{breadcrumb-path}}{{section}}/{% endcapture%}
75
+ <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
76
+ <a itemprop="item" href="{{breadcrumb-path}}">
77
+ <span itemprop="name">Mezzanine Products</span>
78
+ </a>
79
+ <meta itemprop="position" content="{{iterator}}" />
80
+ </li>
81
+ {% else %}
82
+ {% capture breadcrumb-path %}{{breadcrumb-path}}{{section}}/{% endcapture%}
83
+ <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
84
+ <a itemprop="item" href="{{breadcrumb-path}}">
85
+ <span itemprop="name">{{section | truncate: 20 | capitalize }}</span>
86
+ </a>
87
+ <meta itemprop="position" content="{{iterator}}" />
88
+ </li>
89
+ {% endif %}
90
+ {% else %}
91
+ <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem" class="active">
92
+ <span itemprop="name">{% if page.title %}{{page.title}}{% else %}{{ page.title }}{% endif %}</span>
93
+ <meta itemprop="position" content="{{iterator}}" />
94
+ </li>
95
+ {% endif %}
41
96
  {% assign iterator = iterator + 1 %}
42
97
  {% endfor %}
43
- {% assign iterator = iterator + 1%}
44
- <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem" class="active">
45
- <span itemprop="name">{% if page.title %}{{page.title}}{% else %}{{ page.title }}{% endif %}</span>
46
- <meta itemprop="position" content="{{iterator}}" />
47
- </li>
48
98
  </ol>
49
99
  </div>
50
100
  </div>
@@ -0,0 +1,34 @@
1
+ <div id="homepage-jumbotron"
2
+ {% if site.data.company.homepage_image %}
3
+ style="background: #000 url({{site.data.company.homepage_image}}) no-repeat center center fixed;
4
+ background-size: cover;
5
+ -webkit-background-size: cover;
6
+ -moz-background-size: cover;
7
+ -o-background-size: cover;
8
+ background-position-y: 80px;"
9
+ class="jumbotron text-center homepage-jumbotron homepage-image-jumbotron"
10
+ {% else %}
11
+ class="jumbotron text-center homepage-jumbotron"
12
+ {% endif %} >
13
+ <div class="container">
14
+ {% if site.data.company.home.hero-image %}
15
+ <div class="col-md-12">
16
+ <img src="{{site.data.company.home.hero-image}}" id="home-hero-image" class="img-responsive center-block animated fadeIn" alt="{{site.title}} Home Page Image">
17
+ </div>
18
+ {% endif %}
19
+ {% if site.data.company.home.title %}
20
+ <h2 id="home-page-title" class="fade-in-one text-center" id="homepage-heading">{{site.data.company.home.title}}</h2>
21
+ {% endif %}
22
+ {% if site.data.company.home.sub-title %}
23
+ <h4 id="home-page-text" class="text-center">{{site.data.company.home.sub-title}}</h4>
24
+ {% endif %}
25
+ {% if site.data.company.home.buttons %}
26
+ <p id="buttons">
27
+ {% for button in site.data.company.buttons %}
28
+ <a class="{{button.class}}" href="{{button.url}}" role="button">{{button.text}}</a>
29
+ {% endif %}
30
+ </p>
31
+ {% endif %}
32
+ </div>
33
+ {% include _theme-includes/_page-structure/shape-divider.html %}
34
+ </div>
@@ -0,0 +1,23 @@
1
+ <div id="homepage-jumbotron"
2
+ {% if site.data.company.homepage_image %}
3
+ style="background: #000 url({{site.data.company.homepage_image}}) no-repeat center center fixed;
4
+ background-size: cover;
5
+ -webkit-background-size: cover;
6
+ -moz-background-size: cover;
7
+ -o-background-size: cover;
8
+ background-position-y: 80px;"
9
+ class="jumbotron text-center homepage-jumbotron homepage-image-jumbotron"
10
+ {% else %}
11
+ class="jumbotron text-center homepage-jumbotron"
12
+ {% endif %} >
13
+ <div class="container">
14
+ <h1 id="home-page-title" class="fade-in-one" id="homepage-heading">Welcome to the<br />
15
+ <b>Linaro Jekyll Theme</b></h1>
16
+ <p id="home-page-text" class="sub-tag center-block fade-in-two">
17
+ <span>A theme for Linaro Static Jekyll sites.</span><br />
18
+ <span>Customize this in the _data folder.</span>
19
+ </p>
20
+ <p id="buttons"><a class="btn btn-primary btn-lg fade-in-three bottom-border-five" href="https://github.com/kylekirkby/LinaroJekyllTheme" role="button">Customize this in the _data folder</a>&#32;&#32;
21
+ <a class="btn btn-primary btn-lg fade-in-three bottom-border-five" href="/setup/" role="button">Setup</a></p>
22
+ </div>
23
+ </div>