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.
- checksums.yaml +4 -4
- data/README.md +52 -19
- data/_data/authors.yml +7 -0
- data/_data/company.yml +29 -0
- data/_data/footer.yml +111 -0
- data/_data/linaro.yml +4 -0
- data/_data/members_db.yaml +115 -0
- data/_data/nav.yml +62 -0
- data/_data/news.yaml +230 -0
- data/_data/sub-nav-stacked.yml +67 -0
- data/_data/sub-nav.yml +61 -0
- data/_includes/_theme-includes/_blog/pagination.html +1 -1
- data/_includes/_theme-includes/_footer/footer.html +54 -23
- data/_includes/_theme-includes/_head/head.html +15 -7
- data/_includes/_theme-includes/_navigation/nav.html +62 -14
- data/_includes/_theme-includes/_navigation/stacked-nav.html +20 -0
- data/_includes/_theme-includes/_navigation/tabbed-nav.html +35 -0
- data/_includes/_theme-includes/_page-structure/breadcrumb.html +77 -27
- data/_includes/_theme-includes/_page-structure/home-hero-shape.html +34 -0
- data/_includes/_theme-includes/_page-structure/home-hero.html +23 -0
- data/_includes/_theme-includes/_page-structure/shape-divider.html +12 -0
- data/_includes/_theme-includes/_script-includes/css.html +40 -1
- data/_includes/_theme-includes/_script-includes/google-analytics/script.html +10 -0
- data/_includes/_theme-includes/_script-includes/gtm/gtm-noscript.html +2 -1
- data/_includes/_theme-includes/_script-includes/gtm/gtm-script.html +9 -7
- data/_includes/_theme-includes/_script-includes/javascript.html +50 -2
- data/_includes/_theme-includes/_third-party/disqus.html +1 -1
- data/_includes/_theme-includes/_third-party/mailchimp-homepage.html +1 -6
- data/_includes/_theme-includes/members.html +3 -3
- data/_includes/image.html +6 -1
- data/_includes/media.html +9 -1
- data/_includes/youtube.html +7 -0
- data/{assets/vendor.js → _layouts/about.html} +0 -0
- data/_layouts/accessory-display-page.html +88 -0
- data/_layouts/blog-breadcrumbless.html +49 -0
- data/_layouts/blog.html +56 -0
- data/_layouts/contact.html +10 -0
- data/_layouts/default-empty.html +11 -0
- data/_layouts/default-no-sub-nav.html +15 -0
- data/_layouts/default-plain.html +16 -0
- data/_layouts/default-stacked-breadcrumb.html +23 -0
- data/_layouts/default-stacked.html +22 -0
- data/_layouts/default.html +20 -0
- data/_layouts/empty.html +10 -0
- data/_layouts/{plain-page.html → fluid-no-sub-nav.html} +2 -2
- data/_layouts/fluid.html +15 -0
- data/_layouts/home-shape.html +18 -0
- data/_layouts/home.html +18 -0
- data/_layouts/post.html +146 -0
- data/_layouts/product-display-page.html +262 -0
- data/_layouts/project-display-page.html +28 -0
- data/_sass/bootstrap/_variables.scss +28 -5
- data/{_assets/css → _sass}/core/animations.scss +0 -0
- data/{_assets/css → _sass}/core/blog.scss +36 -25
- data/{_assets/css → _sass}/core/breadcrumb.scss +20 -1
- data/_sass/core/carousel-styles.scss +3 -0
- data/{_assets/css → _sass}/core/carousel.scss +0 -0
- data/{_assets/css → _sass}/core/cookieconsent.scss +31 -2
- data/_sass/core/custom.scss +3 -0
- data/{_assets/css → _sass}/core/fa.scss +7 -2
- data/{_assets/css → _sass}/core/flipclock.scss +0 -0
- data/{_assets/css → _sass}/core/font-awesome.min.scss +0 -0
- data/{_assets/css → _sass}/core/fonts.scss +0 -0
- data/{_assets/css → _sass}/core/footer.scss +55 -13
- data/_sass/core/homepage.scss +40 -0
- data/{_assets/css → _sass}/core/lightbox.scss +0 -0
- data/{_assets/css → _sass}/core/nav.scss +136 -15
- data/{_assets/css → _sass}/core/openhours.scss +0 -0
- data/{_assets/css → _sass}/core/owl.carousel.min.scss +1 -1
- data/{_assets/css → _sass}/core/owl.theme.default.min.scss +0 -0
- data/{_assets/css → _sass}/core/products.scss +1 -1
- data/{_assets/css → _sass}/core/projects.scss +0 -0
- data/{_assets/css → _sass}/core/social-media-icons.scss +0 -0
- data/{_assets/css → _sass}/core/syntax.scss +0 -0
- data/{_assets/css → _sass}/core/tables.scss +38 -0
- data/_sass/core/theme.scss +538 -0
- data/_sass/custom.scss +0 -0
- data/assets/css/main-blog.scss +19 -0
- data/assets/css/main-home.scss +16 -0
- data/assets/css/main-lightbox.scss +22 -0
- data/assets/css/main-openhours.scss +19 -0
- data/assets/css/main-products.scss +20 -0
- data/assets/css/main-projects.scss +20 -0
- data/{_assets → assets}/css/main.scss +6 -0
- data/assets/fonts/fontawesome-webfont.eot +0 -0
- data/assets/fonts/fontawesome-webfont.svg +2671 -0
- data/assets/fonts/fontawesome-webfont.ttf +0 -0
- data/assets/fonts/fontawesome-webfont.woff +0 -0
- data/assets/fonts/fontawesome-webfont.woff2 +0 -0
- data/assets/fonts/fontello.eot +0 -0
- data/assets/fonts/fontello.svg +44 -0
- data/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/assets/fonts/glyphicons-halflings-regular.woff +0 -0
- data/assets/fonts/glyphicons-halflings-regular.woff2 +0 -0
- data/assets/fonts/lato-regular/LICENSE.txt +93 -0
- data/assets/fonts/lato-regular/Lato-regular.eot +0 -0
- data/assets/fonts/lato-regular/Lato-regular.svg +435 -0
- data/assets/fonts/lato-regular/Lato-regular.ttf +0 -0
- data/assets/fonts/lato-regular/Lato-regular.woff +0 -0
- data/assets/fonts/lato-regular/Lato-regular.woff2 +0 -0
- data/{_assets → assets}/images/96boards-Logo.svg +0 -0
- data/{_assets → assets}/images/Linaro-Logo_light.png +0 -0
- data/{_assets → assets}/images/Linaro-Logo_standard.svg +0 -0
- data/{_assets → assets}/images/Linaro-Sprinkle.svg +0 -0
- data/assets/images/avatar-placeholder.png +0 -0
- data/assets/images/background-image.jpg +0 -0
- data/assets/images/banner.jpg +0 -0
- data/assets/images/close.png +0 -0
- data/assets/images/css3.png +0 -0
- data/assets/images/favicon.ico +0 -0
- data/assets/images/favicon.png +0 -0
- data/assets/images/html5.png +0 -0
- data/assets/images/jekyll.svg +1 -0
- data/assets/images/js.jpeg +0 -0
- data/assets/images/loading.gif +0 -0
- data/assets/images/next.png +0 -0
- data/assets/images/owl.video.play.png +0 -0
- data/assets/images/placeholder.png +0 -0
- data/assets/images/prev.png +0 -0
- data/assets/images/social-media-image.png +0 -0
- data/assets/js/app/main.js +16 -23
- data/{_assets/js/app/search-page.js → assets/js/app/search.js} +1 -1
- data/{_assets/js/app/sticky-navbar.js → assets/js/app/sticky.js} +0 -0
- data/assets/js/app/tables.js +8 -0
- data/assets/js/vendor/cognito-forms.js +150 -0
- data/assets/js/vendor/cookieconsent.min.js +2 -9
- data/assets/js/vendor/flipclock.min.js +33 -0
- data/assets/js/vendor/lightbox.min.js +14 -0
- data/robots.txt +9 -0
- metadata +156 -226
- data/_assets/css/_bootstrap-compass.scss +0 -9
- data/_assets/css/_bootstrap-mincer.scss +0 -19
- data/_assets/css/_bootstrap-sprockets.scss +0 -9
- data/_assets/css/_bootstrap.scss +0 -56
- data/_assets/css/blog-pages.scss +0 -5
- data/_assets/css/bootstrap/_alerts.scss +0 -73
- data/_assets/css/bootstrap/_badges.scss +0 -68
- data/_assets/css/bootstrap/_breadcrumbs.scss +0 -28
- data/_assets/css/bootstrap/_button-groups.scss +0 -244
- data/_assets/css/bootstrap/_buttons.scss +0 -168
- data/_assets/css/bootstrap/_carousel.scss +0 -270
- data/_assets/css/bootstrap/_close.scss +0 -36
- data/_assets/css/bootstrap/_code.scss +0 -69
- data/_assets/css/bootstrap/_component-animations.scss +0 -37
- data/_assets/css/bootstrap/_dropdowns.scss +0 -216
- data/_assets/css/bootstrap/_forms.scss +0 -617
- data/_assets/css/bootstrap/_glyphicons.scss +0 -307
- data/_assets/css/bootstrap/_grid.scss +0 -84
- data/_assets/css/bootstrap/_input-groups.scss +0 -171
- data/_assets/css/bootstrap/_jumbotron.scss +0 -54
- data/_assets/css/bootstrap/_labels.scss +0 -66
- data/_assets/css/bootstrap/_list-group.scss +0 -130
- data/_assets/css/bootstrap/_media.scss +0 -66
- data/_assets/css/bootstrap/_mixins.scss +0 -40
- data/_assets/css/bootstrap/_modals.scss +0 -150
- data/_assets/css/bootstrap/_navbar.scss +0 -662
- data/_assets/css/bootstrap/_navs.scss +0 -242
- data/_assets/css/bootstrap/_normalize.scss +0 -424
- data/_assets/css/bootstrap/_pager.scss +0 -54
- data/_assets/css/bootstrap/_pagination.scss +0 -89
- data/_assets/css/bootstrap/_panels.scss +0 -271
- data/_assets/css/bootstrap/_popovers.scss +0 -131
- data/_assets/css/bootstrap/_print.scss +0 -101
- data/_assets/css/bootstrap/_progress-bars.scss +0 -87
- data/_assets/css/bootstrap/_responsive-embed.scss +0 -35
- data/_assets/css/bootstrap/_responsive-utilities.scss +0 -179
- data/_assets/css/bootstrap/_scaffolding.scss +0 -161
- data/_assets/css/bootstrap/_tables.scss +0 -234
- data/_assets/css/bootstrap/_theme.scss +0 -291
- data/_assets/css/bootstrap/_thumbnails.scss +0 -38
- data/_assets/css/bootstrap/_tooltip.scss +0 -101
- data/_assets/css/bootstrap/_type.scss +0 -298
- data/_assets/css/bootstrap/_utilities.scss +0 -55
- data/_assets/css/bootstrap/_variables.scss +0 -874
- data/_assets/css/bootstrap/_wells.scss +0 -29
- data/_assets/css/bootstrap/mixins/_alerts.scss +0 -14
- data/_assets/css/bootstrap/mixins/_background-variant.scss +0 -12
- data/_assets/css/bootstrap/mixins/_border-radius.scss +0 -18
- data/_assets/css/bootstrap/mixins/_buttons.scss +0 -65
- data/_assets/css/bootstrap/mixins/_center-block.scss +0 -7
- data/_assets/css/bootstrap/mixins/_clearfix.scss +0 -22
- data/_assets/css/bootstrap/mixins/_forms.scss +0 -88
- data/_assets/css/bootstrap/mixins/_gradients.scss +0 -58
- data/_assets/css/bootstrap/mixins/_grid-framework.scss +0 -81
- data/_assets/css/bootstrap/mixins/_grid.scss +0 -122
- data/_assets/css/bootstrap/mixins/_hide-text.scss +0 -21
- data/_assets/css/bootstrap/mixins/_image.scss +0 -33
- data/_assets/css/bootstrap/mixins/_labels.scss +0 -12
- data/_assets/css/bootstrap/mixins/_list-group.scss +0 -32
- data/_assets/css/bootstrap/mixins/_nav-divider.scss +0 -10
- data/_assets/css/bootstrap/mixins/_nav-vertical-align.scss +0 -9
- data/_assets/css/bootstrap/mixins/_opacity.scss +0 -8
- data/_assets/css/bootstrap/mixins/_pagination.scss +0 -24
- data/_assets/css/bootstrap/mixins/_panels.scss +0 -24
- data/_assets/css/bootstrap/mixins/_progress-bar.scss +0 -10
- data/_assets/css/bootstrap/mixins/_reset-filter.scss +0 -8
- data/_assets/css/bootstrap/mixins/_reset-text.scss +0 -18
- data/_assets/css/bootstrap/mixins/_resize.scss +0 -6
- data/_assets/css/bootstrap/mixins/_responsive-visibility.scss +0 -21
- data/_assets/css/bootstrap/mixins/_size.scss +0 -10
- data/_assets/css/bootstrap/mixins/_tab-focus.scss +0 -9
- data/_assets/css/bootstrap/mixins/_table-row.scss +0 -28
- data/_assets/css/bootstrap/mixins/_text-emphasis.scss +0 -12
- data/_assets/css/bootstrap/mixins/_text-overflow.scss +0 -8
- data/_assets/css/bootstrap/mixins/_vendor-prefixes.scss +0 -222
- data/_assets/css/core/critical.scss +0 -991
- data/_assets/css/core/homepage.scss +0 -16
- data/_assets/css/core/members-sprite.scss +0 -425
- data/_assets/css/core/theme.scss +0 -244
- data/_assets/css/documentation-pages.scss +0 -3
- data/_assets/css/home-page.scss +0 -3
- data/_assets/css/openhours-page.scss +0 -4
- data/_assets/css/products-pages.scss +0 -5
- data/_assets/css/projects-pages.scss +0 -5
- data/_assets/js/app/96boards.js +0 -133
- data/_assets/js/app/mixitup.js +0 -23
- data/_assets/js/app.js +0 -5
- data/_assets/js/vendor/bootstrap.min.js +0 -7
- data/_assets/js/vendor/cookieconsent.min.js +0 -15
- data/_assets/js/vendor/filtrify.js +0 -11
- data/_assets/js/vendor/flipclock.min.js +0 -2
- data/_assets/js/vendor/jquery.min.js +0 -4
- data/_assets/js/vendor/lazysizes.min.js +0 -2
- data/_assets/js/vendor/lightbox.js +0 -519
- data/_assets/js/vendor/loadCSS.js +0 -35
- data/_assets/js/vendor/loadCSS.min.js +0 -2
- data/_assets/js/vendor/mc-validate.js +0 -14
- data/_assets/js/vendor/owl.carousel.min.js +0 -27
- data/_assets/js/vendor/picturefill.min.js +0 -5
- data/_assets/js/vendor/shuffle.js +0 -2004
- data/_assets/js/vendor.js +0 -6
- data/_includes/_theme-includes/_footer/backup.html +0 -71
- data/_includes/_theme-includes/_head/ascii-art.html +0 -11
- data/_includes/_theme-includes/_navigation/_sub-navigation/tabbed-nav.html +0 -150
- data/_includes/_theme-includes/_page-structure/old-breadcrumb.html +0 -139
- data/_includes/_theme-includes/_third-party/mailchimp-sub-footer.html +0 -40
- data/_layouts/empty-container-page.html +0 -13
- data/_sass/animations.scss +0 -125
- data/_sass/blog.scss +0 -188
- data/_sass/breadcrumb.scss +0 -48
- data/_sass/carousel.scss +0 -122
- data/_sass/cookieconsent.scss +0 -13
- data/_sass/critical.scss +0 -991
- data/_sass/fa.scss +0 -2331
- data/_sass/flipclock.scss +0 -435
- data/_sass/font-awesome.min.scss +0 -4
- data/_sass/fonts.scss +0 -7
- data/_sass/footer.scss +0 -76
- data/_sass/lightbox.scss +0 -213
- data/_sass/members-sprite.scss +0 -425
- data/_sass/nav.scss +0 -533
- data/_sass/openhours.scss +0 -51
- data/_sass/owl.carousel.min.scss +0 -6
- data/_sass/owl.theme.default.min.scss +0 -6
- data/_sass/products.scss +0 -214
- data/_sass/projects.scss +0 -34
- data/_sass/social-media-icons.scss +0 -71
- data/_sass/syntax.scss +0 -65
- data/_sass/tables.scss +0 -87
- data/_sass/theme.scss +0 -208
- data/assets/js/app/mixitup.js +0 -23
- data/assets/js/app/search-page.js +0 -41
- data/assets/js/app/sticky-navbar.js +0 -65
- data/assets/js/vendor/lightbox.js +0 -519
- data/assets/js/vendor/picturefill.min.js +0 -5
- data/assets/js/vendor/shuffle.js +0 -2004
data/_assets/js/vendor.js
DELETED
@@ -1,71 +0,0 @@
|
|
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,11 +0,0 @@
|
|
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,150 +0,0 @@
|
|
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>
|
@@ -1,139 +0,0 @@
|
|
1
|
-
{% for product in site.data.product_db.products %}
|
2
|
-
{% if product.product_permalink == page.permalink %}
|
3
|
-
{% assign bc = product %}
|
4
|
-
{% endif %}
|
5
|
-
{% endfor %}
|
6
|
-
{% if bc %}
|
7
|
-
<div class="container-fluid breadcrumb-container"><!--- Main fluid container start ---->
|
8
|
-
<div class="row"> <!--- Row Start ---->
|
9
|
-
<div class="container breadcrumb-inner-container"><!--- Container Start ---->
|
10
|
-
<h1>
|
11
|
-
{% if bc.breadcrumb-title %}
|
12
|
-
{{ bc.breadcrumb-title }}
|
13
|
-
{% else %}
|
14
|
-
{{
|
15
|
-
bc.product_title
|
16
|
-
}}
|
17
|
-
{% endif %}
|
18
|
-
</h1>
|
19
|
-
<ol itemscope itemtype="http://schema.org/BreadcrumbList" class="breadcrumb">
|
20
|
-
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
21
|
-
<a itemprop="item" href="/">
|
22
|
-
<span itemprop="name">96Boards</span>
|
23
|
-
</a>
|
24
|
-
<meta itemprop="position" content="1" />
|
25
|
-
</li>
|
26
|
-
{% if bc.breadcrumb-section %}
|
27
|
-
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem" class="active">
|
28
|
-
<a itemprop="item" href="/{{ bc.breadcrumb-section | replace: " ", "" | downcase}}/">
|
29
|
-
<span itemprop="name">{{ bc.breadcrumb-section }}</span>
|
30
|
-
</a>
|
31
|
-
<meta itemprop="position" content="2" />
|
32
|
-
</li>
|
33
|
-
{% endif %}
|
34
|
-
{% if bc.breadcrumb-section-two %}
|
35
|
-
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem" class="active">
|
36
|
-
<a itemprop="item" href="/{{ bc.breadcrumb-section | replace: " ", "" | downcase }}/{{ bc.breadcrumb-section-two | replace: " ", "" | downcase}}">
|
37
|
-
<span itemprop="name">{{ bc.breadcrumb-section-two }}</span>
|
38
|
-
</a>
|
39
|
-
<meta itemprop="position" content="3" />
|
40
|
-
</li>
|
41
|
-
{% endif %}
|
42
|
-
{% if bc.breadcrumb-section-three %}
|
43
|
-
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem" class="active">
|
44
|
-
<a itemprop="item" href="/{{ bc.breadcrumb-section | replace: " ", "" | downcase }}/{{ bc.breadcrumb-section-two | replace: " ", "" | downcase}}/{{bc.breadcrumb-section-three | replace: " ", "" | downcase}}/">
|
45
|
-
<span itemprop="name">{{ bc.breadcrumb-section-three }}</span>
|
46
|
-
</a>
|
47
|
-
<meta itemprop="position" content="4" />
|
48
|
-
</li>
|
49
|
-
{% endif %}
|
50
|
-
{% if bc.breadcrumb-section-four %}
|
51
|
-
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem" class="active">
|
52
|
-
<a itemprop="item" href="/{{ bc.breadcrumb-section | replace: " ", "" | downcase}}/{{ bc.breadcrumb-section-two | replace: " ", "" | downcase}}/{{bc.breadcrumb-section-three | replace: " ", "" | downcase}}/{{bc.breadcrumb-section-four | replace: " ", "" | downcase}}/">
|
53
|
-
<span itemprop="name">{{ bc.breadcrumb-section-four }}</span>
|
54
|
-
</a>
|
55
|
-
<meta itemprop="position" content="5" />
|
56
|
-
</li>
|
57
|
-
{% endif %}
|
58
|
-
{% if bc.breadcrumb-section-five %}
|
59
|
-
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem" class="active">
|
60
|
-
<a itemprop="item" href="/{{ bc.breadcrumb-section | replace: " ", "" | downcase}}/{{ bc.breadcrumb-section-two | replace: " ", "" | downcase}}/{{bc.breadcrumb-section-three | replace: " ", "" | downcase}}/{{bc.breadcrumb-section-four | replace: " ", "" | downcase}}/{{bc.breadcrumb-section-five | replace: " ", "" | downcase}}/">
|
61
|
-
<span itemprop="name">{{ bc.breadcrumb-section-five }}</span>
|
62
|
-
</a>
|
63
|
-
<meta itemprop="position" content="6" />
|
64
|
-
</li>
|
65
|
-
{% endif %}
|
66
|
-
{% if bc.breadcrumb-section-six %}
|
67
|
-
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem" class="active">
|
68
|
-
<a itemprop="item" href="/{{ bc.breadcrumb-section | replace: " ", "" | downcase}}/{{ bc.breadcrumb-section-two | replace: " ", "" | downcase}}/{{bc.breadcrumb-section-three | replace: " ", "" | downcase}}/{{bc.breadcrumb-section-four | replace: " ", "" | downcase}}/{{bc.breadcrumb-section-five | replace: " ", "" | downcase}}/{{bc.breadcrumb-section-six | replace: " ", "" | downcase}}/">
|
69
|
-
<span itemprop="name">{{ bc.breadcrumb-section-six }}</span>
|
70
|
-
</a>
|
71
|
-
<meta itemprop="position" content="7" />
|
72
|
-
</li>
|
73
|
-
{% endif %}
|
74
|
-
{% if bc.breadcrumb-subtitle %}
|
75
|
-
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem" class="active">
|
76
|
-
<span itemprop="name">{{ bc.breadcrumb-subtitle }}</span>
|
77
|
-
<meta itemprop="position" content="8" />
|
78
|
-
</li>
|
79
|
-
{% elsif bc.product_title %}
|
80
|
-
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem" class="active">
|
81
|
-
<span itemprop="name">{{ bc.product_title }}</span>
|
82
|
-
<meta itemprop="position" content="8" />
|
83
|
-
</li>
|
84
|
-
{% else %}
|
85
|
-
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem" class="active">
|
86
|
-
<span itemprop="name">{{ page.title }}</span>
|
87
|
-
<meta itemprop="position" content="8" />
|
88
|
-
</li>
|
89
|
-
{% endif %}
|
90
|
-
</ol>
|
91
|
-
</div>
|
92
|
-
</div>
|
93
|
-
</div>
|
94
|
-
|
95
|
-
{% else %}
|
96
|
-
{% assign bc = page %}
|
97
|
-
<div class="container-fluid breadcrumb-container"><!--- Main fluid container start ---->
|
98
|
-
<div class="row"> <!--- Row Start ---->
|
99
|
-
<div class="container"><!--- Container Start ---->
|
100
|
-
<h1>
|
101
|
-
{{page.title}}
|
102
|
-
</h1>
|
103
|
-
<ol itemscope itemtype="http://schema.org/BreadcrumbList" class="breadcrumb">
|
104
|
-
{% assign page-url = page.permalink | split: "/" %}
|
105
|
-
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
106
|
-
<a itemprop="item" href="/">
|
107
|
-
<span itemprop="name">96Boards</span>
|
108
|
-
</a>
|
109
|
-
<meta itemprop="position" content="1" />
|
110
|
-
</li>
|
111
|
-
{% assign iterator = 2 %}
|
112
|
-
{% assign breadcrumb-path = "/" %}
|
113
|
-
{% for section in page-url %}
|
114
|
-
{% if section == ""%}
|
115
|
-
{% continue %}
|
116
|
-
{% else %}
|
117
|
-
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
118
|
-
<a itemprop="item" href="{{breadcrumb-path}}">
|
119
|
-
<span itemprop="name">{{section | capitalize }}</span>
|
120
|
-
</a>
|
121
|
-
<meta itemprop="position" content="{{iterator}}" />
|
122
|
-
</li>
|
123
|
-
{% endif %}
|
124
|
-
{% assign breadcrumb-path = breadcrumb-path + section + "/" %}
|
125
|
-
{% assign iterator = iterator + 1%}
|
126
|
-
{% endfor %}
|
127
|
-
{% assign iterator = iterator + 1%}
|
128
|
-
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem" class="active">
|
129
|
-
<span itemprop="name">{{page.title}}</span>
|
130
|
-
<meta itemprop="position" content="{{iterator}}" />
|
131
|
-
</li>
|
132
|
-
|
133
|
-
|
134
|
-
</ol>
|
135
|
-
</div>
|
136
|
-
</div>
|
137
|
-
</div>
|
138
|
-
|
139
|
-
{% endif %}
|
@@ -1,40 +0,0 @@
|
|
1
|
-
<div class=container"">
|
2
|
-
<div class="row sub-footer"><div class="container">
|
3
|
-
<!-- Newsletter -->
|
4
|
-
<div id="mc_embed_signup">
|
5
|
-
|
6
|
-
<!-- Begin MailChimp Signup Form -->
|
7
|
-
|
8
|
-
<div id="mc_embed_signup">
|
9
|
-
<form action="//96boards.us3.list-manage.com/subscribe/post?u=14baaae786342d0d405ee59c2&id=e3d2abc041" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
|
10
|
-
<div id="mc_embed_signup_scroll">
|
11
|
-
<div class="col-md-3 col-xs-12 form-group"> <div class="mc-field-group">
|
12
|
-
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" placeholder="Email Address ">
|
13
|
-
</div>
|
14
|
-
</div>
|
15
|
-
<div class="col-md-3 col-xs-12 form-group"><div class="mc-field-group">
|
16
|
-
<input type="text" value="" name="FNAME" class="" id="mce-FNAME" placeholder="First Name ">
|
17
|
-
</div>
|
18
|
-
</div>
|
19
|
-
<div class="col-md-3 col-xs-12 form-group"><div class="mc-field-group">
|
20
|
-
<input type="text" value="" name="LNAME" class="" id="mce-LNAME" placeholder="Last Name ">
|
21
|
-
</div>
|
22
|
-
</div>
|
23
|
-
<div class="col-md-3 col-xs-12 form-group">
|
24
|
-
<div class="clear">
|
25
|
-
<input type="submit" value="Subscribe to Newsletter" name="subscribe" id="mc-embedded-subscribe" class="button">
|
26
|
-
</div>
|
27
|
-
</div>
|
28
|
-
<div id="mce-responses" class="clear">
|
29
|
-
<div class="response" id="mce-error-response" style="display:none"></div>
|
30
|
-
<div class="response" id="mce-success-response" style="display:none"></div>
|
31
|
-
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
|
32
|
-
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_14baaae786342d0d405ee59c2_e3d2abc041" tabindex="-1" value=""></div>
|
33
|
-
</div>
|
34
|
-
</form>
|
35
|
-
</div>
|
36
|
-
</div>
|
37
|
-
</div></div><!-- end sub-footer -->
|
38
|
-
|
39
|
-
|
40
|
-
</div>
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
layout: plain-page
|
3
|
-
---
|
4
|
-
{% include _theme-includes/_navigation/_sub-navigation/tabbed-nav.html %}
|
5
|
-
<!-- <link href="/assets/main.css" type="text/css"/> -->
|
6
|
-
{% css main %}
|
7
|
-
<div class="row">
|
8
|
-
<div class="container content-container">
|
9
|
-
|
10
|
-
{{ content }}
|
11
|
-
|
12
|
-
</div>
|
13
|
-
</div>
|
data/_sass/animations.scss
DELETED
@@ -1,125 +0,0 @@
|
|
1
|
-
|
2
|
-
// fade-in animation - fades in on page load.
|
3
|
-
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
|
4
|
-
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
|
5
|
-
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
|
6
|
-
@-webkit-keyframes rotate {
|
7
|
-
from
|
8
|
-
{
|
9
|
-
-webkit-transform: rotate(0deg);
|
10
|
-
}
|
11
|
-
to
|
12
|
-
{
|
13
|
-
-webkit-transform: rotate(360deg);
|
14
|
-
}
|
15
|
-
}
|
16
|
-
@-moz-keyframes rotate {
|
17
|
-
from
|
18
|
-
{
|
19
|
-
-webkit-transform: rotate(0deg);
|
20
|
-
}
|
21
|
-
to
|
22
|
-
{
|
23
|
-
-webkit-transform: rotate(360deg);
|
24
|
-
}
|
25
|
-
}
|
26
|
-
@keyframes rotate {
|
27
|
-
from
|
28
|
-
{
|
29
|
-
-webkit-transform: rotate(0deg);
|
30
|
-
}
|
31
|
-
to
|
32
|
-
{
|
33
|
-
-webkit-transform: rotate(360deg);
|
34
|
-
}
|
35
|
-
}
|
36
|
-
|
37
|
-
.fade-in-one{
|
38
|
-
opacity:0; /* make things invisible upon start */
|
39
|
-
-webkit-animation:fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
|
40
|
-
-moz-animation:fadeIn ease-in 1;
|
41
|
-
animation:fadeIn ease-in 1;
|
42
|
-
|
43
|
-
-webkit-animation-fill-mode:forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
|
44
|
-
-moz-animation-fill-mode:forwards;
|
45
|
-
animation-fill-mode:forwards;
|
46
|
-
|
47
|
-
-webkit-animation-duration:0.5s;
|
48
|
-
-moz-animation-duration:0.5s;
|
49
|
-
animation-duration:0.5s;
|
50
|
-
|
51
|
-
-webkit-animation-delay: 1s;
|
52
|
-
-moz-animation-delay: 1s;
|
53
|
-
animation-delay: 1s;
|
54
|
-
}
|
55
|
-
.fade-in-two{
|
56
|
-
opacity:0; /* make things invisible upon start */
|
57
|
-
-webkit-animation:fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
|
58
|
-
-moz-animation:fadeIn ease-in 1;
|
59
|
-
animation:fadeIn ease-in 1;
|
60
|
-
|
61
|
-
-webkit-animation-fill-mode:forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
|
62
|
-
-moz-animation-fill-mode:forwards;
|
63
|
-
animation-fill-mode:forwards;
|
64
|
-
|
65
|
-
-webkit-animation-duration:0.5s;
|
66
|
-
-moz-animation-duration:0.5s;
|
67
|
-
animation-duration:0.5s;
|
68
|
-
|
69
|
-
-webkit-animation-delay: 1.5s;
|
70
|
-
-moz-animation-delay: 1.5s;
|
71
|
-
animation-delay: 1.5s;
|
72
|
-
}
|
73
|
-
.fade-in-three{
|
74
|
-
opacity:0; /* make things invisible upon start */
|
75
|
-
-webkit-animation:fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
|
76
|
-
-moz-animation:fadeIn ease-in 1;
|
77
|
-
animation:fadeIn ease-in 1;
|
78
|
-
|
79
|
-
-webkit-animation-fill-mode:forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
|
80
|
-
-moz-animation-fill-mode:forwards;
|
81
|
-
animation-fill-mode:forwards;
|
82
|
-
|
83
|
-
-webkit-animation-duration:0.5s;
|
84
|
-
-moz-animation-duration:0.5s;
|
85
|
-
animation-duration:0.5s;
|
86
|
-
|
87
|
-
-webkit-animation-delay: 2s;
|
88
|
-
-moz-animation-delay: 2s;
|
89
|
-
animation-delay: 2s;
|
90
|
-
}
|
91
|
-
.fade-in-four{
|
92
|
-
opacity:0; /* make things invisible upon start */
|
93
|
-
-webkit-animation:fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
|
94
|
-
-moz-animation:fadeIn ease-in 1;
|
95
|
-
animation:fadeIn ease-in 1;
|
96
|
-
|
97
|
-
-webkit-animation-fill-mode:forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
|
98
|
-
-moz-animation-fill-mode:forwards;
|
99
|
-
animation-fill-mode:forwards;
|
100
|
-
|
101
|
-
-webkit-animation-duration:0.5s;
|
102
|
-
-moz-animation-duration:0.5s;
|
103
|
-
animation-duration:0.5s;
|
104
|
-
|
105
|
-
-webkit-animation-delay: 2.5s;
|
106
|
-
-moz-animation-delay: 2.5s;
|
107
|
-
animation-delay: 2.5s;
|
108
|
-
}
|
109
|
-
|
110
|
-
|
111
|
-
.rotate-img
|
112
|
-
{
|
113
|
-
-webkit-animation-name: rotate;
|
114
|
-
-moz-animation-name: rotate;
|
115
|
-
animation-name: rotate;
|
116
|
-
-webkit-animation-duration: 30s;
|
117
|
-
-moz-animation-duration: 30s;
|
118
|
-
animation-duration: 30s;
|
119
|
-
-webkit-animation-iteration-count: infinite;
|
120
|
-
-moz-animation-iteration-count: infinite;
|
121
|
-
animation-iteration-count: infinite;
|
122
|
-
-webkit-animation-timing-function: linear;
|
123
|
-
-moz-animation-timing-function: linear;
|
124
|
-
animation-timing-function: linear;
|
125
|
-
}
|