Skip to content

Commit

Permalink
feat: jeston page
Browse files Browse the repository at this point in the history
  • Loading branch information
lisha committed Sep 20, 2024
1 parent 8ce5c55 commit 1631bf9
Show file tree
Hide file tree
Showing 5 changed files with 593 additions and 14 deletions.
14 changes: 1 addition & 13 deletions docs/Edge/NVIDIA_Jetson/RecomputerPage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,8 @@ last_update:
author: Lakshantha
---

import RecomputerPage from '@site/src/components/recomputer';
import RecomputerPage from '@site/src/components/jeston';

<div style={{textAlign:'center'}}><img src="https://files.seeedstudio.com/wiki/wiki-platform/collection_page/NVIDIA_Jetson_collection_front.jpg" style={{width:1200, height:'auto'}}/></div>

NVIDIA® Jetson™ brings accelerated AI performance to the Edge in a power-efficient and compact form factor. The Jetson family of modules all use the same NVIDIA CUDA-X™ software, and support cloud-native to build, deploy, and manage AI at the edge across all industries.
Seeed is the authorized reseller of NVIDIA Jetson Developer Kits and Elite Partner of the NVIDIA Jetson ecosystem. Based on our with our over 15 years of hardware expertise, we offer a one-stop experience to simplify edge AI development including standard carrier boards
and devices family, ODM services of both hardware & image flashing. Together with leading AI ecosystem partners, Seeed speeds time to market for customers by handling integration, manufacturing, fulfillment, and distribution.

<div class="all_container">
<div class="reComputer_compare">
<div class="start_card_wrapper">
<a href= "https://files.seeedstudio.com/products/NVIDIA/NVIDIA-Jetson-Devices-and-carrier-boards-comparision.pdf" class="reComputer_compare_label2">Click here to learn more about the comparison between the NVIDIA Jetson powered devices</a>
</div>
</div>
</div>

<RecomputerPage title="NVDIA Jetson Hardware" />
137 changes: 137 additions & 0 deletions src/components/jeston/config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
export const hadwareList = [
{
id: 1,
name: 'reComputer',
img: '17.png',
brands: [
{
name: 'reComputer J10 SerieseComputer J10 Series',
img: '17.png',
href: 'https://www.seeedstudio.com/',
},
{
name: 'reComputer J10 Series',
img: '18.png',
href: 'https://www.seeedstudio.com/',
},
{
name: 'reComputer J10 Series',
img: '17.png',
href: 'https://www.seeedstudio.com/',
},
{
name: 'reComputer J10 Series',
img: '18.png',
href: 'https://www.seeedstudio.com/',
},
{
name: 'reComputer J10 Series',
img: '17.png',
href: 'https://www.seeedstudio.com/',
},
{
name: 'reComputer J10 Series',
img: '18.png',
href: 'https://www.seeedstudio.com/',
},
{
name: 'reComputer J10 Series',
img: '17.png',
href: 'https://www.seeedstudio.com/',
},
{
name: 'reComputer J10 Series',
img: '18.png',
href: 'https://www.seeedstudio.com/',
},
],
},
{
id: 3,
name: 'Mini AI PC',
img: '17.png',
brands: [
{
name: 'reComputer J10 Series',
img: '18.png',
},
{
name: 'reComputer J10 Series',
img: '17.png',
},
],
},
{
id: 3,
name: 'Mini AI PC',
img: '17.png',
brands: [
{
name: 'reComputer J10 Series',
img: '17.png',
},
{
name: 'reComputer J10 Series',
img: '18.png',
},
],
},
{
id: 3,
name: 'Mini AI PC',
img: '17.png',
brands: [
{
name: 'reComputer J10 Series',
img: '17.png',
},
{
name: 'reComputer J10 Series',
img: '17.png',
},
],
},
]

export const communityList = [
{
name: 'Qualia S3 Fireplace',
img: 'com1',
href: 'https://www.seeedstudio.com/',
},
{
name: 'Simplifying Qualia CircuitPython Projects',
img: 'com2',
href: 'https://www.seeedstudio.com/',
},
{
name: 'Adafruit Qualia ESP32-S3 for RGB-666 Displays',
img: 'com3',
href: 'https://www.seeedstudio.com/',
},
{
name: 'Edge-Lit Tavern Sign with WLED - Control with WiFi...',
img: 'com4',
href: 'https://www.seeedstudio.com/',
},
{
name: 'ESP32-S2 Reverse TFT Digital Clock Display featuring...',
img: 'com5',
href: 'https://www.seeedstudio.com/',
},
{
name: 'No-Code IKEA Vindriktning Air Quality Sensor Hack...',
img: 'com6',
href: 'https://www.seeedstudio.com/',
},
{
name: 'LEGO Set Lighting',
img: 'com7',
href: 'https://www.seeedstudio.com/',
},
{
name: 'Qualia S3 Space Clock',
img: 'com8',
href: 'https://www.seeedstudio.com/',
},
]
Loading

0 comments on commit 1631bf9

Please sign in to comment.