linaro-jekyll-theme 0.2.0 → 0.2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- 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 +1 -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 +56 -27
- data/_includes/_theme-includes/_head/head.html +15 -7
- data/_includes/_theme-includes/_navigation/nav.html +62 -16
- 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 -3
- 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/_sass/core/blog.scss +36 -25
- data/_sass/core/breadcrumb.scss +20 -1
- data/_sass/core/carousel-styles.scss +3 -0
- data/_sass/core/cookieconsent.scss +31 -2
- data/_sass/core/custom.scss +3 -0
- data/_sass/core/fa.scss +7 -2
- data/_sass/core/footer.scss +55 -13
- data/_sass/core/homepage.scss +25 -1
- data/_sass/core/nav.scss +136 -15
- data/_sass/core/owl.carousel.min.scss +1 -1
- data/_sass/core/products.scss +1 -1
- data/_sass/core/tables.scss +38 -0
- data/_sass/core/theme.scss +310 -16
- data/_sass/custom.scss +0 -0
- data/assets/css/main-blog.scss +19 -0
- data/assets/css/main-home.scss +16 -0
- data/{_sass/main.scss → assets/css/main-lightbox.scss} +5 -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/css/main.scss +3 -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/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/{96boards.js → main.js} +5 -29
- data/assets/js/app/{search-page.js → search.js} +1 -1
- data/assets/js/app/{sticky-navbar.js → 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 +144 -171
- 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 -10
- data/_sass/blog-pages.scss +0 -5
- data/_sass/core/critical.scss +0 -991
- data/_sass/core/members-sprite.scss +0 -425
- data/_sass/documentation-pages.scss +0 -3
- data/_sass/home-page.scss +0 -3
- data/_sass/openhours-page.scss +0 -4
- data/_sass/products-pages.scss +0 -5
- data/_sass/projects-pages.scss +0 -5
- 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/animations.scss +0 -125
- data/assets/css/core/blog.scss +0 -206
- data/assets/css/core/breadcrumb.scss +0 -48
- data/assets/css/core/carousel.scss +0 -136
- data/assets/css/core/cookieconsent.scss +0 -13
- data/assets/css/core/critical.scss +0 -991
- data/assets/css/core/fa.scss +0 -2331
- data/assets/css/core/flipclock.scss +0 -435
- data/assets/css/core/font-awesome.min.scss +0 -4
- data/assets/css/core/fonts.scss +0 -7
- data/assets/css/core/footer.scss +0 -79
- data/assets/css/core/homepage.scss +0 -16
- data/assets/css/core/lightbox.scss +0 -213
- data/assets/css/core/members-sprite.scss +0 -425
- data/assets/css/core/nav.scss +0 -536
- data/assets/css/core/openhours.scss +0 -51
- data/assets/css/core/owl.carousel.min.scss +0 -6
- data/assets/css/core/owl.theme.default.min.scss +0 -6
- data/assets/css/core/products.scss +0 -221
- data/assets/css/core/projects.scss +0 -32
- data/assets/css/core/social-media-icons.scss +0 -71
- data/assets/css/core/syntax.scss +0 -65
- data/assets/css/core/tables.scss +0 -87
- 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.js +0 -2
- data/assets/js/app/app.js +0 -5
- data/assets/js/app/mixitup.js +0 -23
- data/assets/js/sticky-navbar.js +0 -65
- data/assets/js/vendor.js +0 -7
- data/assets/js/vendor/filtrify.js +0 -11
- 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/picturefill.min.js +0 -5
- data/assets/js/vendor/shuffle.js +0 -2004
- data/assets/js/vendor/vendor.js +0 -6
@@ -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>
|
data/_sass/blog-pages.scss
DELETED
data/_sass/core/critical.scss
DELETED
@@ -1,991 +0,0 @@
|
|
1
|
-
* {
|
2
|
-
box-sizing: border-box;
|
3
|
-
}
|
4
|
-
html {
|
5
|
-
font-family: sans-serif;
|
6
|
-
text-size-adjust: 100%;
|
7
|
-
font-size: 10px;
|
8
|
-
-webkit-tap-highlight-color: transparent;
|
9
|
-
}
|
10
|
-
body {
|
11
|
-
margin: 0px;
|
12
|
-
font-family: LatoWeb, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
13
|
-
font-size: 15px;
|
14
|
-
line-height: 1.42857;
|
15
|
-
color: black;
|
16
|
-
background-color: white;
|
17
|
-
background: transparent;
|
18
|
-
letter-spacing: 0.5px;
|
19
|
-
overflow-x: hidden;
|
20
|
-
font-weight: 300;
|
21
|
-
-webkit-font-smoothing: antialiased;
|
22
|
-
}
|
23
|
-
.cc-window {
|
24
|
-
opacity: 1;
|
25
|
-
transition: opacity 1s ease;
|
26
|
-
}
|
27
|
-
.cc-revoke,
|
28
|
-
.cc-window {
|
29
|
-
position: fixed;
|
30
|
-
overflow: hidden;
|
31
|
-
box-sizing: border-box;
|
32
|
-
font-family: Helvetica, Calibri, Arial, sans-serif;
|
33
|
-
font-size: 16px;
|
34
|
-
line-height: 1.5em;
|
35
|
-
display: flex;
|
36
|
-
flex-wrap: nowrap;
|
37
|
-
z-index: 9999;
|
38
|
-
}
|
39
|
-
.cc-left {
|
40
|
-
left: 1em;
|
41
|
-
}
|
42
|
-
.cc-bottom {
|
43
|
-
bottom: 1em;
|
44
|
-
}
|
45
|
-
.cc-window.cc-invisible {
|
46
|
-
opacity: 0;
|
47
|
-
}
|
48
|
-
.cc-window.cc-floating {
|
49
|
-
padding: 2em;
|
50
|
-
max-width: 24em;
|
51
|
-
-webkit-box-orient: vertical;
|
52
|
-
-webkit-box-direction: normal;
|
53
|
-
flex-direction: column;
|
54
|
-
}
|
55
|
-
.cc-color-override-275517548.cc-window {
|
56
|
-
color: rgb(255, 223, 132);
|
57
|
-
background-color: rgb(0, 0, 0);
|
58
|
-
}
|
59
|
-
.cc-floating .cc-message {
|
60
|
-
display: block;
|
61
|
-
margin-bottom: 1em;
|
62
|
-
}
|
63
|
-
a {
|
64
|
-
background-color: transparent;
|
65
|
-
color: rgb(25, 148, 123);
|
66
|
-
text-decoration: none;
|
67
|
-
}
|
68
|
-
[role="button"] {
|
69
|
-
cursor: pointer;
|
70
|
-
}
|
71
|
-
.cc-link,
|
72
|
-
.cc-revoke:hover {
|
73
|
-
text-decoration: underline;
|
74
|
-
}
|
75
|
-
.cc-btn,
|
76
|
-
.cc-close,
|
77
|
-
.cc-link,
|
78
|
-
.cc-revoke {
|
79
|
-
cursor: pointer;
|
80
|
-
}
|
81
|
-
.cc-link {
|
82
|
-
opacity: 0.8;
|
83
|
-
display: inline-block;
|
84
|
-
padding: 0.2em;
|
85
|
-
}
|
86
|
-
.cc-link:active,
|
87
|
-
.cc-link:visited {
|
88
|
-
color: initial;
|
89
|
-
}
|
90
|
-
.cc-color-override-275517548 .cc-link,
|
91
|
-
.cc-color-override-275517548 .cc-link:active,
|
92
|
-
.cc-color-override-275517548 .cc-link:visited {
|
93
|
-
color: rgb(255, 223, 132);
|
94
|
-
}
|
95
|
-
.cc-compliance {
|
96
|
-
display: flex;
|
97
|
-
-webkit-box-align: center;
|
98
|
-
align-items: center;
|
99
|
-
align-content: space-between;
|
100
|
-
}
|
101
|
-
.cc-window.cc-floating .cc-compliance {
|
102
|
-
-webkit-box-flex: 1;
|
103
|
-
flex: 1 1 0%;
|
104
|
-
}
|
105
|
-
.cc-btn {
|
106
|
-
display: block;
|
107
|
-
padding: 0.4em 0.8em;
|
108
|
-
font-size: 0.9em;
|
109
|
-
font-weight: 700;
|
110
|
-
border-width: 2px;
|
111
|
-
border-style: solid;
|
112
|
-
text-align: center;
|
113
|
-
white-space: nowrap;
|
114
|
-
}
|
115
|
-
.cc-compliance > .cc-btn {
|
116
|
-
-webkit-box-flex: 1;
|
117
|
-
flex: 1 1 0%;
|
118
|
-
}
|
119
|
-
.cc-color-override-275517548 .cc-btn {
|
120
|
-
color: rgb(255, 255, 255);
|
121
|
-
border-color: transparent;
|
122
|
-
background-color: rgb(25, 148, 123);
|
123
|
-
}
|
124
|
-
a.cc-btn.cc-dismiss {
|
125
|
-
border: 1px solid rgb(0, 132, 155);
|
126
|
-
}
|
127
|
-
article,
|
128
|
-
aside,
|
129
|
-
details,
|
130
|
-
figcaption,
|
131
|
-
figure,
|
132
|
-
footer,
|
133
|
-
header,
|
134
|
-
hgroup,
|
135
|
-
main,
|
136
|
-
menu,
|
137
|
-
nav,
|
138
|
-
section,
|
139
|
-
summary {
|
140
|
-
display: block;
|
141
|
-
}
|
142
|
-
nav {
|
143
|
-
letter-spacing: 1px;
|
144
|
-
}
|
145
|
-
.navbar-fixed-top,
|
146
|
-
.navbar-fixed-bottom {
|
147
|
-
position: fixed;
|
148
|
-
right: 0px;
|
149
|
-
left: 0px;
|
150
|
-
z-index: 1030;
|
151
|
-
border-radius: 0px;
|
152
|
-
}
|
153
|
-
.navbar-fixed-top {
|
154
|
-
top: 0px;
|
155
|
-
border-width: 0px 0px 1px;
|
156
|
-
}
|
157
|
-
.navbar-inverse {
|
158
|
-
background-color: rgb(34, 34, 34);
|
159
|
-
border-color: rgb(51, 51, 51);
|
160
|
-
}
|
161
|
-
.container {
|
162
|
-
margin-right: auto;
|
163
|
-
margin-left: auto;
|
164
|
-
padding-left: 15px;
|
165
|
-
padding-right: 15px;
|
166
|
-
width: 1170px;
|
167
|
-
}
|
168
|
-
button,
|
169
|
-
input,
|
170
|
-
optgroup,
|
171
|
-
select,
|
172
|
-
textarea {
|
173
|
-
color: inherit;
|
174
|
-
font-style: inherit;
|
175
|
-
font-variant: inherit;
|
176
|
-
font-weight: inherit;
|
177
|
-
font-stretch: inherit;
|
178
|
-
font-size: inherit;
|
179
|
-
line-height: inherit;
|
180
|
-
font-family: inherit;
|
181
|
-
margin: 0px;
|
182
|
-
}
|
183
|
-
input {
|
184
|
-
line-height: normal;
|
185
|
-
}
|
186
|
-
input,
|
187
|
-
button,
|
188
|
-
select,
|
189
|
-
textarea {
|
190
|
-
font-family: inherit;
|
191
|
-
font-size: inherit;
|
192
|
-
line-height: inherit;
|
193
|
-
}
|
194
|
-
input[type="checkbox"],
|
195
|
-
input[type="radio"] {
|
196
|
-
box-sizing: border-box;
|
197
|
-
padding: 0px;
|
198
|
-
}
|
199
|
-
input[type="radio"],
|
200
|
-
input[type="checkbox"] {
|
201
|
-
margin: 4px 0px 0px;
|
202
|
-
line-height: normal;
|
203
|
-
}
|
204
|
-
#navbar-toggle-cbox {
|
205
|
-
display: none;
|
206
|
-
}
|
207
|
-
.navbar-header {
|
208
|
-
float: left;
|
209
|
-
}
|
210
|
-
.container > .navbar-header,
|
211
|
-
.container > .navbar-collapse,
|
212
|
-
.container-fluid > .navbar-header,
|
213
|
-
.container-fluid > .navbar-collapse {
|
214
|
-
margin-right: 0px;
|
215
|
-
margin-left: 0px;
|
216
|
-
}
|
217
|
-
label {
|
218
|
-
display: inline-block;
|
219
|
-
max-width: 100%;
|
220
|
-
margin-bottom: 5px;
|
221
|
-
font-weight: bold;
|
222
|
-
}
|
223
|
-
.navbar-toggle {
|
224
|
-
position: relative;
|
225
|
-
float: right;
|
226
|
-
margin-right: 15px;
|
227
|
-
padding: 9px 10px;
|
228
|
-
margin-top: 23px;
|
229
|
-
margin-bottom: 23px;
|
230
|
-
background-color: transparent;
|
231
|
-
background-image: none;
|
232
|
-
border: 1px solid transparent;
|
233
|
-
border-radius: 4px;
|
234
|
-
display: none;
|
235
|
-
}
|
236
|
-
.navbar-inverse .navbar-toggle {
|
237
|
-
border-color: transparent;
|
238
|
-
}
|
239
|
-
nav#main-navigation label[for="navbar-toggle-cbox"] {
|
240
|
-
left: 3px;
|
241
|
-
}
|
242
|
-
.sr-only {
|
243
|
-
position: absolute;
|
244
|
-
width: 1px;
|
245
|
-
height: 1px;
|
246
|
-
margin: -1px;
|
247
|
-
padding: 0px;
|
248
|
-
overflow: hidden;
|
249
|
-
clip: rect(0px 0px 0px 0px);
|
250
|
-
border: 0px;
|
251
|
-
}
|
252
|
-
.navbar-toggle .icon-bar {
|
253
|
-
display: block;
|
254
|
-
width: 22px;
|
255
|
-
height: 2px;
|
256
|
-
border-radius: 1px;
|
257
|
-
}
|
258
|
-
.navbar-inverse .navbar-toggle .icon-bar {
|
259
|
-
background-color: rgb(25, 148, 123);
|
260
|
-
}
|
261
|
-
.navbar-toggle .icon-bar + .icon-bar {
|
262
|
-
margin-top: 4px;
|
263
|
-
}
|
264
|
-
.navbar-brand {
|
265
|
-
float: left;
|
266
|
-
padding: 5px 15px;
|
267
|
-
font-size: 19px;
|
268
|
-
line-height: 21px;
|
269
|
-
height: 80px;
|
270
|
-
padding-top: 5px;
|
271
|
-
padding-bottom: 5px;
|
272
|
-
}
|
273
|
-
.navbar-inverse .navbar-brand {
|
274
|
-
color: white;
|
275
|
-
}
|
276
|
-
img {
|
277
|
-
border: 0px;
|
278
|
-
vertical-align: middle;
|
279
|
-
}
|
280
|
-
.navbar-brand > img {
|
281
|
-
display: block;
|
282
|
-
}
|
283
|
-
#brand-image {
|
284
|
-
height: 70px;
|
285
|
-
width: auto;
|
286
|
-
}
|
287
|
-
.collapse {
|
288
|
-
display: none;
|
289
|
-
}
|
290
|
-
.navbar-collapse {
|
291
|
-
overflow-x: visible;
|
292
|
-
padding-right: 38px;
|
293
|
-
padding-left: 15px;
|
294
|
-
border-top: 0px;
|
295
|
-
box-shadow: none;
|
296
|
-
width: auto;
|
297
|
-
position: relative;
|
298
|
-
padding-top: 0px;
|
299
|
-
max-height: 270px;
|
300
|
-
margin-right: -40px !important;
|
301
|
-
margin-left: -15px !important;
|
302
|
-
}
|
303
|
-
.navbar-collapse.collapse {
|
304
|
-
padding-bottom: 0px;
|
305
|
-
display: block !important;
|
306
|
-
height: auto !important;
|
307
|
-
overflow: visible !important;
|
308
|
-
}
|
309
|
-
.navbar-fixed-top .navbar-collapse,
|
310
|
-
.navbar-static-top .navbar-collapse,
|
311
|
-
.navbar-fixed-bottom .navbar-collapse {
|
312
|
-
padding-left: 0px;
|
313
|
-
padding-right: 0px;
|
314
|
-
}
|
315
|
-
.navbar-fixed-top .navbar-collapse,
|
316
|
-
.navbar-fixed-bottom .navbar-collapse {
|
317
|
-
max-height: 300px;
|
318
|
-
}
|
319
|
-
.navbar-inverse .navbar-collapse,
|
320
|
-
.navbar-inverse .navbar-form {
|
321
|
-
border-color: rgb(16, 16, 16);
|
322
|
-
}
|
323
|
-
#navbar-collapse {
|
324
|
-
width: 80%;
|
325
|
-
float: right;
|
326
|
-
}
|
327
|
-
ul,
|
328
|
-
ol {
|
329
|
-
margin-top: 0px;
|
330
|
-
margin-bottom: 10.5px;
|
331
|
-
}
|
332
|
-
.nav {
|
333
|
-
margin-bottom: 0px;
|
334
|
-
padding-left: 0px;
|
335
|
-
list-style: none;
|
336
|
-
}
|
337
|
-
.navbar-nav {
|
338
|
-
margin: 0px;
|
339
|
-
float: left;
|
340
|
-
}
|
341
|
-
.navbar-right {
|
342
|
-
margin-right: -15px;
|
343
|
-
float: right !important;
|
344
|
-
}
|
345
|
-
#navbar-buttons {
|
346
|
-
margin-right: 40px;
|
347
|
-
}
|
348
|
-
.dropup,
|
349
|
-
.dropdown {
|
350
|
-
position: relative;
|
351
|
-
}
|
352
|
-
.nav > li {
|
353
|
-
position: relative;
|
354
|
-
display: block;
|
355
|
-
}
|
356
|
-
.navbar-nav > li {
|
357
|
-
float: left;
|
358
|
-
}
|
359
|
-
nav li a {
|
360
|
-
font-size: 16px;
|
361
|
-
font-weight: 300;
|
362
|
-
}
|
363
|
-
.nav > li > a {
|
364
|
-
position: relative;
|
365
|
-
display: block;
|
366
|
-
padding: 10px 15px;
|
367
|
-
}
|
368
|
-
.navbar-nav > li > a {
|
369
|
-
padding-top: 29.5px;
|
370
|
-
padding-bottom: 29.5px;
|
371
|
-
line-height: 21px;
|
372
|
-
}
|
373
|
-
.navbar-inverse .navbar-nav > li > a {
|
374
|
-
color: white;
|
375
|
-
}
|
376
|
-
.caret {
|
377
|
-
display: inline-block;
|
378
|
-
width: 0px;
|
379
|
-
height: 0px;
|
380
|
-
margin-left: 2px;
|
381
|
-
vertical-align: middle;
|
382
|
-
border-top: 3px dashed;
|
383
|
-
border-right: 3px solid transparent;
|
384
|
-
border-left: 3px solid transparent;
|
385
|
-
}
|
386
|
-
ul ul,
|
387
|
-
ul ol,
|
388
|
-
ol ul,
|
389
|
-
ol ol {
|
390
|
-
margin-bottom: 0px;
|
391
|
-
}
|
392
|
-
.dropdown-menu {
|
393
|
-
position: absolute;
|
394
|
-
top: 100%;
|
395
|
-
left: 0px;
|
396
|
-
z-index: 1000;
|
397
|
-
display: none;
|
398
|
-
float: left;
|
399
|
-
min-width: 160px;
|
400
|
-
padding: 5px 0px;
|
401
|
-
margin: 2px 0px 0px;
|
402
|
-
list-style: none;
|
403
|
-
font-size: 15px;
|
404
|
-
text-align: left;
|
405
|
-
background-color: black;
|
406
|
-
border: 1px solid rgba(0, 0, 0, 0.15);
|
407
|
-
border-radius: 4px;
|
408
|
-
box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
|
409
|
-
background-clip: padding-box;
|
410
|
-
}
|
411
|
-
ul.dropdown-menu {
|
412
|
-
margin-top: -1px !important;
|
413
|
-
}
|
414
|
-
nav ul.dropdown-menu {
|
415
|
-
min-width: 260px;
|
416
|
-
}
|
417
|
-
.navbar-right .dropdown-menu {
|
418
|
-
right: 0px;
|
419
|
-
left: auto;
|
420
|
-
}
|
421
|
-
.navbar-nav > li > .dropdown-menu {
|
422
|
-
margin-top: 0px;
|
423
|
-
border-top-right-radius: 0px;
|
424
|
-
border-top-left-radius: 0px;
|
425
|
-
}
|
426
|
-
.dropdown-menu > li > a {
|
427
|
-
display: block;
|
428
|
-
padding: 3px 20px;
|
429
|
-
clear: both;
|
430
|
-
font-weight: normal;
|
431
|
-
line-height: 1.42857;
|
432
|
-
color: white;
|
433
|
-
white-space: nowrap;
|
434
|
-
}
|
435
|
-
nav .dropdown-menu li a {
|
436
|
-
padding: 10px 20px;
|
437
|
-
font-size: 14px;
|
438
|
-
font-weight: 300;
|
439
|
-
}
|
440
|
-
.glyphicon {
|
441
|
-
position: relative;
|
442
|
-
top: 1px;
|
443
|
-
display: inline-block;
|
444
|
-
font-family: "Glyphicons Halflings";
|
445
|
-
font-style: normal;
|
446
|
-
font-weight: normal;
|
447
|
-
line-height: 1;
|
448
|
-
-webkit-font-smoothing: antialiased;
|
449
|
-
}
|
450
|
-
#searchDropdown {
|
451
|
-
top: 16%;
|
452
|
-
min-width: 234px;
|
453
|
-
width: 781px;
|
454
|
-
font-size: 16px;
|
455
|
-
background-color: rgb(34, 34, 34);
|
456
|
-
right: -2px;
|
457
|
-
}
|
458
|
-
.form-control {
|
459
|
-
display: block;
|
460
|
-
width: 100%;
|
461
|
-
height: 43px;
|
462
|
-
padding: 10px 15px;
|
463
|
-
font-size: 15px;
|
464
|
-
line-height: 1.42857;
|
465
|
-
color: rgb(85, 85, 85);
|
466
|
-
background-color: white;
|
467
|
-
background-image: none;
|
468
|
-
border: 1px solid rgb(204, 204, 204);
|
469
|
-
border-radius: 4px;
|
470
|
-
box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
|
471
|
-
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
|
472
|
-
}
|
473
|
-
.no-js-navbar .navbar-form input,
|
474
|
-
.form-inline input {
|
475
|
-
width: auto;
|
476
|
-
}
|
477
|
-
.form-inline .form-control {
|
478
|
-
display: inline-block;
|
479
|
-
width: auto;
|
480
|
-
vertical-align: middle;
|
481
|
-
}
|
482
|
-
#searchDropdown input {
|
483
|
-
width: 675px;
|
484
|
-
text-align: right;
|
485
|
-
color: rgb(204, 204, 204);
|
486
|
-
background-color: rgb(34, 34, 34);
|
487
|
-
outline: 0px;
|
488
|
-
border: 0px;
|
489
|
-
}
|
490
|
-
button {
|
491
|
-
overflow: visible;
|
492
|
-
}
|
493
|
-
button,
|
494
|
-
select {
|
495
|
-
text-transform: none;
|
496
|
-
}
|
497
|
-
button,
|
498
|
-
html input[type="button"],
|
499
|
-
input[type="reset"],
|
500
|
-
input[type="submit"] {
|
501
|
-
-webkit-appearance: button;
|
502
|
-
cursor: pointer;
|
503
|
-
}
|
504
|
-
.btn {
|
505
|
-
display: inline-block;
|
506
|
-
margin-bottom: 0px;
|
507
|
-
font-weight: normal;
|
508
|
-
text-align: center;
|
509
|
-
vertical-align: middle;
|
510
|
-
touch-action: manipulation;
|
511
|
-
cursor: pointer;
|
512
|
-
background-image: none;
|
513
|
-
border: 1px solid transparent;
|
514
|
-
white-space: nowrap;
|
515
|
-
padding: 10px 15px;
|
516
|
-
font-size: 15px;
|
517
|
-
line-height: 1.42857;
|
518
|
-
border-radius: 4px;
|
519
|
-
user-select: none;
|
520
|
-
}
|
521
|
-
.btn-default {
|
522
|
-
color: white;
|
523
|
-
background-color: rgb(51, 51, 51);
|
524
|
-
border-color: rgb(51, 51, 51);
|
525
|
-
}
|
526
|
-
#searchDropdown button[type="reset"] {
|
527
|
-
font-size: 16px;
|
528
|
-
background-color: rgb(34, 34, 34);
|
529
|
-
border: 0px;
|
530
|
-
}
|
531
|
-
#searchDropdown button[type="submit"] {
|
532
|
-
font-size: 16px;
|
533
|
-
background-color: rgb(34, 34, 34);
|
534
|
-
border: 0px;
|
535
|
-
}
|
536
|
-
#main-container {
|
537
|
-
margin-top: 80px;
|
538
|
-
overflow-x: hidden;
|
539
|
-
}
|
540
|
-
.container-fluid {
|
541
|
-
margin-right: auto;
|
542
|
-
margin-left: auto;
|
543
|
-
padding-left: 15px;
|
544
|
-
padding-right: 15px;
|
545
|
-
}
|
546
|
-
.row {
|
547
|
-
margin-left: -15px;
|
548
|
-
margin-right: -15px;
|
549
|
-
}
|
550
|
-
.text-center {
|
551
|
-
text-align: center;
|
552
|
-
}
|
553
|
-
.jumbotron {
|
554
|
-
padding-top: 48px;
|
555
|
-
padding-bottom: 48px;
|
556
|
-
margin-bottom: 0px;
|
557
|
-
color: inherit;
|
558
|
-
background-color: rgb(238, 238, 238);
|
559
|
-
margin-top: 0px;
|
560
|
-
background: linear-gradient(rgb(42, 75, 65) 0%, rgb(0, 0, 0) 100%);
|
561
|
-
}
|
562
|
-
.container .jumbotron,
|
563
|
-
.container-fluid .jumbotron {
|
564
|
-
border-radius: 0px;
|
565
|
-
padding-left: 60px;
|
566
|
-
padding-right: 60px;
|
567
|
-
}
|
568
|
-
.jumbotron .container {
|
569
|
-
max-width: 100%;
|
570
|
-
}
|
571
|
-
h1 {
|
572
|
-
font-size: 2em;
|
573
|
-
margin: 0.67em 0px;
|
574
|
-
}
|
575
|
-
h1,
|
576
|
-
h2,
|
577
|
-
h3,
|
578
|
-
h4,
|
579
|
-
h5,
|
580
|
-
h6,
|
581
|
-
.h1,
|
582
|
-
.h2,
|
583
|
-
.h3,
|
584
|
-
.h4,
|
585
|
-
.h5,
|
586
|
-
.h6 {
|
587
|
-
font-family: inherit;
|
588
|
-
font-weight: 400;
|
589
|
-
line-height: 1.1;
|
590
|
-
color: inherit;
|
591
|
-
}
|
592
|
-
h1,
|
593
|
-
.h1,
|
594
|
-
h2,
|
595
|
-
.h2,
|
596
|
-
h3,
|
597
|
-
.h3 {
|
598
|
-
margin-top: 21px;
|
599
|
-
margin-bottom: 10.5px;
|
600
|
-
}
|
601
|
-
h1,
|
602
|
-
.h1 {
|
603
|
-
font-size: 39px;
|
604
|
-
}
|
605
|
-
h1,
|
606
|
-
h2,
|
607
|
-
h3,
|
608
|
-
h4,
|
609
|
-
h5,
|
610
|
-
h6 {
|
611
|
-
font-family: LatoWeb, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
612
|
-
font-weight: bold;
|
613
|
-
line-height: 1.1;
|
614
|
-
color: inherit;
|
615
|
-
}
|
616
|
-
.fade-in-one {
|
617
|
-
opacity: 0;
|
618
|
-
animation: fadeIn 0.5s ease-in 1s 1 forwards;
|
619
|
-
}
|
620
|
-
.jumbotron h1,
|
621
|
-
.jumbotron .h1 {
|
622
|
-
color: inherit;
|
623
|
-
font-size: 68px;
|
624
|
-
}
|
625
|
-
#homepage-heading {
|
626
|
-
color: rgb(255, 223, 132);
|
627
|
-
font-size: 30pt;
|
628
|
-
font-weight: normal;
|
629
|
-
line-height: 1.25;
|
630
|
-
}
|
631
|
-
b,
|
632
|
-
strong {
|
633
|
-
font-weight: bold;
|
634
|
-
}
|
635
|
-
p {
|
636
|
-
margin: 0px 0px 10.5px;
|
637
|
-
font-size: 20px;
|
638
|
-
font-weight: 300;
|
639
|
-
color: black;
|
640
|
-
line-height: 1.66em;
|
641
|
-
word-wrap: break-word;
|
642
|
-
}
|
643
|
-
.center-block {
|
644
|
-
display: block;
|
645
|
-
margin-left: auto;
|
646
|
-
margin-right: auto;
|
647
|
-
}
|
648
|
-
.fade-in-two {
|
649
|
-
opacity: 0;
|
650
|
-
animation: fadeIn 0.5s ease-in 1.5s 1 forwards;
|
651
|
-
}
|
652
|
-
.jumbotron p {
|
653
|
-
margin-bottom: 15px;
|
654
|
-
font-size: 23px;
|
655
|
-
font-weight: 200;
|
656
|
-
}
|
657
|
-
p.sub-tag {
|
658
|
-
width: 65%;
|
659
|
-
margin-bottom: 30px;
|
660
|
-
margin-top: 20px;
|
661
|
-
font-size: 21px;
|
662
|
-
color: white;
|
663
|
-
font-weight: 200;
|
664
|
-
}
|
665
|
-
.btn-primary {
|
666
|
-
color: black;
|
667
|
-
background-color: white;
|
668
|
-
border-color: black;
|
669
|
-
}
|
670
|
-
.btn-lg,
|
671
|
-
.btn-group-lg > .btn {
|
672
|
-
padding: 18px 27px;
|
673
|
-
font-size: 19px;
|
674
|
-
line-height: 1.33333;
|
675
|
-
border-radius: 6px;
|
676
|
-
}
|
677
|
-
.bottom-border-five {
|
678
|
-
margin-bottom: 5px;
|
679
|
-
}
|
680
|
-
.fade-in-three {
|
681
|
-
opacity: 0;
|
682
|
-
animation: fadeIn 0.5s ease-in 2s 1 forwards;
|
683
|
-
}
|
684
|
-
a.btn.btn-primary {
|
685
|
-
border-radius: 30px;
|
686
|
-
font-size: 14px;
|
687
|
-
margin-bottom: 20px;
|
688
|
-
}
|
689
|
-
#buttons > a {
|
690
|
-
padding: 10px 16px;
|
691
|
-
font-size: 18px;
|
692
|
-
line-height: 1.33333;
|
693
|
-
border-radius: 20px !important;
|
694
|
-
}
|
695
|
-
.activity-container {
|
696
|
-
padding-bottom: 30px;
|
697
|
-
border-top: 1px solid rgb(239, 239, 239);
|
698
|
-
}
|
699
|
-
.row .activity-holder {
|
700
|
-
margin-top: 40px;
|
701
|
-
}
|
702
|
-
.col-xs-1,
|
703
|
-
.col-sm-1,
|
704
|
-
.col-md-1,
|
705
|
-
.col-lg-1,
|
706
|
-
.col-xs-2,
|
707
|
-
.col-sm-2,
|
708
|
-
.col-md-2,
|
709
|
-
.col-lg-2,
|
710
|
-
.col-xs-3,
|
711
|
-
.col-sm-3,
|
712
|
-
.col-md-3,
|
713
|
-
.col-lg-3,
|
714
|
-
.col-xs-4,
|
715
|
-
.col-sm-4,
|
716
|
-
.col-md-4,
|
717
|
-
.col-lg-4,
|
718
|
-
.col-xs-5,
|
719
|
-
.col-sm-5,
|
720
|
-
.col-md-5,
|
721
|
-
.col-lg-5,
|
722
|
-
.col-xs-6,
|
723
|
-
.col-sm-6,
|
724
|
-
.col-md-6,
|
725
|
-
.col-lg-6,
|
726
|
-
.col-xs-7,
|
727
|
-
.col-sm-7,
|
728
|
-
.col-md-7,
|
729
|
-
.col-lg-7,
|
730
|
-
.col-xs-8,
|
731
|
-
.col-sm-8,
|
732
|
-
.col-md-8,
|
733
|
-
.col-lg-8,
|
734
|
-
.col-xs-9,
|
735
|
-
.col-sm-9,
|
736
|
-
.col-md-9,
|
737
|
-
.col-lg-9,
|
738
|
-
.col-xs-10,
|
739
|
-
.col-sm-10,
|
740
|
-
.col-md-10,
|
741
|
-
.col-lg-10,
|
742
|
-
.col-xs-11,
|
743
|
-
.col-sm-11,
|
744
|
-
.col-md-11,
|
745
|
-
.col-lg-11,
|
746
|
-
.col-xs-12,
|
747
|
-
.col-sm-12,
|
748
|
-
.col-md-12,
|
749
|
-
.col-lg-12 {
|
750
|
-
position: relative;
|
751
|
-
min-height: 1px;
|
752
|
-
padding-left: 15px;
|
753
|
-
padding-right: 15px;
|
754
|
-
}
|
755
|
-
.col-md-1,
|
756
|
-
.col-md-2,
|
757
|
-
.col-md-3,
|
758
|
-
.col-md-4,
|
759
|
-
.col-md-5,
|
760
|
-
.col-md-6,
|
761
|
-
.col-md-7,
|
762
|
-
.col-md-8,
|
763
|
-
.col-md-9,
|
764
|
-
.col-md-10,
|
765
|
-
.col-md-11,
|
766
|
-
.col-md-12 {
|
767
|
-
float: left;
|
768
|
-
}
|
769
|
-
.col-md-3 {
|
770
|
-
width: 25%;
|
771
|
-
}
|
772
|
-
.owl-carousel,
|
773
|
-
.owl-carousel .owl-item {
|
774
|
-
-webkit-tap-highlight-color: transparent;
|
775
|
-
position: relative;
|
776
|
-
}
|
777
|
-
.owl-carousel {
|
778
|
-
display: none;
|
779
|
-
width: 100%;
|
780
|
-
z-index: 1;
|
781
|
-
}
|
782
|
-
.no-js .owl-carousel,
|
783
|
-
.owl-carousel.owl-loaded {
|
784
|
-
display: block;
|
785
|
-
}
|
786
|
-
.owl-carousel .owl-stage-outer {
|
787
|
-
position: relative;
|
788
|
-
overflow: hidden;
|
789
|
-
transform: translate3d(0px, 0px, 0px);
|
790
|
-
}
|
791
|
-
.owl-carousel .owl-stage {
|
792
|
-
position: relative;
|
793
|
-
}
|
794
|
-
.owl-carousel .owl-item,
|
795
|
-
.owl-carousel .owl-wrapper {
|
796
|
-
backface-visibility: hidden;
|
797
|
-
transform: translate3d(0px, 0px, 0px);
|
798
|
-
}
|
799
|
-
.owl-carousel .owl-item {
|
800
|
-
min-height: 1px;
|
801
|
-
float: left;
|
802
|
-
backface-visibility: hidden;
|
803
|
-
}
|
804
|
-
.owl-carousel.owl-drag .owl-item {
|
805
|
-
user-select: none;
|
806
|
-
}
|
807
|
-
.activity-block {
|
808
|
-
border: 3px solid white;
|
809
|
-
background: white;
|
810
|
-
margin-top: 70px;
|
811
|
-
}
|
812
|
-
.activity-holder .activity-block {
|
813
|
-
border: 3px solid white;
|
814
|
-
background: white;
|
815
|
-
height: auto;
|
816
|
-
}
|
817
|
-
.activity-block a {
|
818
|
-
color: black;
|
819
|
-
text-decoration: none;
|
820
|
-
transition: all 1s ease;
|
821
|
-
}
|
822
|
-
.activity-block img {
|
823
|
-
width: 100%;
|
824
|
-
margin-bottom: 10px;
|
825
|
-
}
|
826
|
-
.owl-carousel .owl-item img {
|
827
|
-
display: block;
|
828
|
-
width: 100%;
|
829
|
-
}
|
830
|
-
.owl-carousel .owl-item .owl-lazy {
|
831
|
-
opacity: 0;
|
832
|
-
transition: opacity 0.4s ease;
|
833
|
-
}
|
834
|
-
.owl-carousel .owl-item img.owl-lazy {
|
835
|
-
transform-style: preserve-3d;
|
836
|
-
}
|
837
|
-
.owl-text {
|
838
|
-
min-height: 100px;
|
839
|
-
}
|
840
|
-
.owl-theme .owl-dots,
|
841
|
-
.owl-theme .owl-nav {
|
842
|
-
text-align: center;
|
843
|
-
-webkit-tap-highlight-color: transparent;
|
844
|
-
}
|
845
|
-
.owl-theme .owl-nav {
|
846
|
-
margin-top: 10px;
|
847
|
-
}
|
848
|
-
.owl-carousel .owl-dots.disabled,
|
849
|
-
.owl-carousel .owl-nav.disabled {
|
850
|
-
display: none;
|
851
|
-
}
|
852
|
-
.owl-carousel .owl-dot,
|
853
|
-
.owl-carousel .owl-nav .owl-next,
|
854
|
-
.owl-carousel .owl-nav .owl-prev {
|
855
|
-
cursor: pointer;
|
856
|
-
user-select: none;
|
857
|
-
}
|
858
|
-
.owl-theme .owl-nav [class*="owl-"] {
|
859
|
-
color: white;
|
860
|
-
font-size: 14px;
|
861
|
-
margin: 5px;
|
862
|
-
padding: 4px 7px;
|
863
|
-
background: rgb(214, 214, 214);
|
864
|
-
display: inline-block;
|
865
|
-
cursor: pointer;
|
866
|
-
border-radius: 3px;
|
867
|
-
}
|
868
|
-
.lightboxOverlay {
|
869
|
-
position: absolute;
|
870
|
-
top: 0px;
|
871
|
-
left: 0px;
|
872
|
-
z-index: 9999;
|
873
|
-
background-color: black;
|
874
|
-
opacity: 0.8;
|
875
|
-
display: none;
|
876
|
-
}
|
877
|
-
.lightbox {
|
878
|
-
position: absolute;
|
879
|
-
left: 0px;
|
880
|
-
width: 100%;
|
881
|
-
z-index: 10000;
|
882
|
-
text-align: center;
|
883
|
-
line-height: 0;
|
884
|
-
font-weight: normal;
|
885
|
-
}
|
886
|
-
.lb-outerContainer {
|
887
|
-
position: relative;
|
888
|
-
width: 250px;
|
889
|
-
height: 250px;
|
890
|
-
margin: 0px auto;
|
891
|
-
border-radius: 4px;
|
892
|
-
background-color: white;
|
893
|
-
}
|
894
|
-
.lightbox .lb-image {
|
895
|
-
display: block;
|
896
|
-
height: auto;
|
897
|
-
max-width: inherit;
|
898
|
-
max-height: none;
|
899
|
-
border-radius: 3px;
|
900
|
-
border: 4px solid white;
|
901
|
-
}
|
902
|
-
.lb-nav {
|
903
|
-
position: absolute;
|
904
|
-
top: 0px;
|
905
|
-
left: 0px;
|
906
|
-
height: 100%;
|
907
|
-
width: 100%;
|
908
|
-
z-index: 10;
|
909
|
-
}
|
910
|
-
.lb-prev,
|
911
|
-
.lb-next {
|
912
|
-
height: 100%;
|
913
|
-
cursor: pointer;
|
914
|
-
display: block;
|
915
|
-
}
|
916
|
-
.lb-nav a {
|
917
|
-
outline: none;
|
918
|
-
background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
|
919
|
-
}
|
920
|
-
.lb-nav a.lb-prev {
|
921
|
-
width: 34%;
|
922
|
-
left: 0px;
|
923
|
-
float: left;
|
924
|
-
background: url("../images/prev.png") left 48% no-repeat;
|
925
|
-
opacity: 0;
|
926
|
-
transition: opacity 0.6s;
|
927
|
-
}
|
928
|
-
.lb-nav a.lb-next {
|
929
|
-
width: 64%;
|
930
|
-
right: 0px;
|
931
|
-
float: right;
|
932
|
-
background: url("../images/next.png") right 48% no-repeat;
|
933
|
-
opacity: 0;
|
934
|
-
transition: opacity 0.6s;
|
935
|
-
}
|
936
|
-
.lb-loader {
|
937
|
-
position: absolute;
|
938
|
-
top: 43%;
|
939
|
-
left: 0px;
|
940
|
-
height: 25%;
|
941
|
-
width: 100%;
|
942
|
-
text-align: center;
|
943
|
-
line-height: 0;
|
944
|
-
}
|
945
|
-
.lb-cancel {
|
946
|
-
display: block;
|
947
|
-
width: 32px;
|
948
|
-
height: 32px;
|
949
|
-
margin: 0px auto;
|
950
|
-
background: url("../images/loading.gif") no-repeat;
|
951
|
-
}
|
952
|
-
.lb-dataContainer {
|
953
|
-
margin: 0px auto;
|
954
|
-
padding-top: 5px;
|
955
|
-
width: 100%;
|
956
|
-
border-bottom-left-radius: 4px;
|
957
|
-
border-bottom-right-radius: 4px;
|
958
|
-
}
|
959
|
-
.lb-data {
|
960
|
-
padding: 0px 4px;
|
961
|
-
color: rgb(204, 204, 204);
|
962
|
-
}
|
963
|
-
.lb-data .lb-details {
|
964
|
-
width: 85%;
|
965
|
-
float: left;
|
966
|
-
text-align: left;
|
967
|
-
line-height: 1.1em;
|
968
|
-
}
|
969
|
-
.lb-data .lb-caption {
|
970
|
-
font-size: 13px;
|
971
|
-
font-weight: bold;
|
972
|
-
line-height: 1em;
|
973
|
-
}
|
974
|
-
.lb-data .lb-number {
|
975
|
-
display: block;
|
976
|
-
clear: left;
|
977
|
-
padding-bottom: 1em;
|
978
|
-
font-size: 12px;
|
979
|
-
color: rgb(153, 153, 153);
|
980
|
-
}
|
981
|
-
.lb-data .lb-close {
|
982
|
-
display: block;
|
983
|
-
float: right;
|
984
|
-
width: 30px;
|
985
|
-
height: 30px;
|
986
|
-
background: url("../images/close.png") right top no-repeat;
|
987
|
-
text-align: right;
|
988
|
-
outline: none;
|
989
|
-
opacity: 0.7;
|
990
|
-
transition: opacity 0.2s;
|
991
|
-
}
|