Skip to content

Commit

Permalink
Merge pull request #55 from kylekirkby/updated_site
Browse files Browse the repository at this point in the history
Updated 96Boards.ai site - adding RB3 DragonBoard
  • Loading branch information
Kyle committed Sep 13, 2019
2 parents f3c81ba + 944d9ae commit 1bcb09d
Show file tree
Hide file tree
Showing 26 changed files with 190 additions and 1,226 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "jumbo-jekyll-theme", "5.3.4"
gem "jumbo-jekyll-theme", "5.6.5"

group :jekyll_plugins do
gem "jekyll-data"
Expand Down
26 changes: 26 additions & 0 deletions _data/boards.yml
@@ -0,0 +1,26 @@
items:
- title: Qualcomm® Robotics RB3 Development Platform
url: https://www.96boards.org/product/rb3-platform/
description: >
The Robotics DragonBoard™ 845c development board is based on the Qualcomm® SDA845 processor.
image: /assets/images/db845c.png
- title: Hikey970
url: https://www.96boards.org/product/hikey970/ai/
description: >
HiKey970 is one of the world‘s first edge AI developing platform with a dedicated Neural-network Processing Unit (NPU).
image: /assets/images/hikey970-resized.png
- title: Rock960
url: https://www.96boards.org/product/rock960/ai/
description: >
The Rock960 is based on the RK3399 SoC which is a Dual Cortex-A72 + quad Cortex-A53 CPU, with up to 2.0GHz frequency.
image: /assets/images/rock960_front-resized.png
- title: Ultra96
url: https://www.96boards.org/product/ultra96/ai/
description: >
Ultra96-V2 is an Arm-based, Xilinx Zynq UltraScale+ ™ MPSoC development board based on the Linaro 96Boards Consumer Edition (CE) specification.
image: /assets/images/ultra-96-front-hd-resized.png
- title: Sophon Edge
url: https://www.96boards.org/product/sophon-edge/ai/
description: >
Ultra96-V2 is an Arm-based, Xilinx Zynq UltraScale+ ™ MPSoC development board based on the Linaro 96Boards Consumer Edition (CE) specification.
image: /assets/images/sophon-edge-tpu-board.png
34 changes: 11 additions & 23 deletions _data/footer.yml
Expand Up @@ -14,30 +14,18 @@ company-links:
url: https://www.linaro.org/contact/
- name: Press
url: https://www.linaro.org/press/
second-column:
title: AI Powered 96Boards
latest-posts: false
# Optionally display another list of items
items:
- name: Ultra96
url: /products/ultra96/
- name: HiKey970
url: /products/hikey970/
- name: Rock960
url: /products/rock960/
- name: Sophon Edge
url: https://www.96boards.org/product/sophon-edge/
second-column: false
# Custom Col on the right
third-column:
title: Other Projects
title: AI Powered Boards
items:
- name: Qualcomm® Robotics RB3 Development Platform
url: https://www.96boards.org/product/rb3-platform/
- name: Hikey970
url: https://www.96boards.org/product/hikey970/ai/
- name: Rock960
url: https://www.96boards.org/product/rock960/ai/
- name: Ultra96
url: /products/ultra96/
- name: Linaro Connect
url: https://connect.linaro.org
- name: DeviceTree
url: https://www.devicetree.org
- name: OP-TEE
url: https://www.op-tee.org
- name: Linaro Developer Cloud
url: https://www.linaro.cloud
url: https://www.96boards.org/product/ultra96/ai/
- name: Sophon Edge
url: https://www.96boards.org/product/sophon-edge/ai/
37 changes: 2 additions & 35 deletions _data/nav.yml
Expand Up @@ -9,43 +9,10 @@ search:
universal-nav: true
brand:
text: 96Boards.ai
image:
image:
enabled: true
path: /assets/images/96Boards-ai-logo-dark.png
url: /
pages:
- title: About
url: /about/
- title: Products
options:
- text: All Products
url: /products/
- text: Hikey970
url: /products/hikey970/
- text: Ultra96
url: /products/ultra96/
- text: Rock960
url: /products/rock960/
- text: Sophon Edge
url: https://www.96boards.org/product/sophon-edge/
external: true
- title: Documentation
options:
- text: All Documentation
url: /documentation/
- text: Hikey970
url: https://www.96boards.org/documentation/consumer/hikey/hikey970/
external: true
- text: Ultra96
url: https://www.96boards.org/documentation/consumer/ultra96/
external: true
- text: Rock960
url: https://www.96boards.org/documentation/consumer/rock/rock960/
external: true
- text: Sophon Edge
url: https://www.96boards.org/documentation/consumer/sophon-edge/
external: true
- title: News
url: /news/
- title: Contact
url: /contact/
url: https://www.96boards.org/contact/
24 changes: 11 additions & 13 deletions _data/settings.yml
@@ -1,4 +1,4 @@
favicon: favicon.png
favicon: /assets/images/favicon.png
search-label: 96Boards.ai
name: 96Boards.ai
slogan: Develop & Prototype on the Latest Arm Technology
Expand Down Expand Up @@ -28,10 +28,10 @@ tags_enabled: true
members:
key: 96Boards_members
excludes: [/contact/]

# Footer Image default is linaro sprinkle
linaro-footer-image: Linaro-Sprinkle.png

# Settings for the home page
home:
#Content Background Image E.g. DeviceTree.org
Expand Down Expand Up @@ -88,23 +88,23 @@ blog:
# display_fields:
# title: title
# url: url

#Google analytics
google:
tag_manager: GTM-NTTN9C3
google_analytics:
production: UA-16756069-27

# Shema.org Setup -> used in the schema.html include.
schema:
enabled: true
organisation:
name: 96Boards.ai
url: https://www.96Boards.ai
address:
street: Harston Mill, Royston Rd
town: Harston
county: Cambridge
street: Harston Mill, Royston Rd
town: Harston
county: Cambridge
post_code: CB22 7GG
country_code: UK
country_code: UK

# Disqus Comments

Expand All @@ -114,5 +114,3 @@ disqus:

# Placeholder for Missing Images
placeholder: placeholder.png


39 changes: 20 additions & 19 deletions _data/universal-nav.yml
@@ -1,19 +1,20 @@
- title: Linaro
url: https://www.linaro.org/
- title: Connect
url: https://connect.linaro.org
- title: 96Boards
url: https://www.96boards.org
- title: Developer Cloud
url: https://linaro.cloud
- title: Projects
options:
- title: 96Boards.ai
url: https://www.96boards.ai
active: true
- title: OP-TEE
url: https://www.op-tee.org
- title: DeviceTree.org
url: https://www.devicetree.org
- title: OpenDataPlane.org
url: https://www.opendataplane.org
items:
- title: Linaro
url: https://www.linaro.org/
- title: Connect
url: https://connect.linaro.org
- title: 96Boards
url: https://www.96boards.org
- title: Developer Cloud
url: https://linaro.cloud
- title: Projects
options:
- title: 96Boards.ai
url: https://www.96boards.ai
active: true
- title: OP-TEE
url: https://www.op-tee.org
- title: DeviceTree.org
url: https://www.devicetree.org
- title: OpenDataPlane.org
url: https://www.opendataplane.org
18 changes: 18 additions & 0 deletions _includes/ai_boards.html
@@ -0,0 +1,18 @@
<div class="row" id="ai_boards_row">
<div id="ai_boards_carousel_wrapper">
<div class="owl-carousel owl-theme" id="ai_boards_slider">
{% for board in site.data.boards.items %}
<div class="item board_item text-center">
<div class="board_image" style="background-image: url({{board.image}});"></div>
<h4>{{board.title}}</h4>
<p>
{{board.description}}
</p>
<a class="btn btn-primary" href="{{board.url}}">
View Board
</a>
</div>
{% endfor %}
</div>
</div>
</div>
18 changes: 0 additions & 18 deletions _layouts/96boards-ai-product.html

This file was deleted.

17 changes: 0 additions & 17 deletions _layouts/96boards-ai.html

This file was deleted.

28 changes: 28 additions & 0 deletions _layouts/flow.html
@@ -0,0 +1,28 @@
---
layout: base
---
{% if page.flow %}
<div id="flow_wrapper">
{% for each in page.flow %}
{% if each.row == "main_content_row" %}
<div class="row" id="main_content">
<div class="container">
{{content}}
</div>
</div>
{% elsif each.row == "container_row" %}
{% include core/container_row.html object=each %}
{% elsif each.row == "full_width_row" %}
{% include core/full_width_row.html object=each %}
{% elsif each.row == "custom_include_row" %}
{% include {{each.source}} %}
{% endif %}
{% endfor %}
</div>
{% else %}
<div class="row" id="content-container">
<div class="container">
{{content}}
</div>
</div>
{% endif %}

0 comments on commit 1bcb09d

Please sign in to comment.