Skip to content

Commit

Permalink
Update: Jetson homepage with new wikis
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshanthad committed Oct 18, 2023
1 parent a1f3d17 commit 1515791
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Binary file added assets/recomputer/23.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/components/recomputer/hardware.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@ const HardwarePage = () => {
{ id: 14, name: 'A603 Carrier Board',link:'https://wiki.seeedstudio.com/reComputer_A603_Flash_System/', bg:'https://files.seeedstudio.com/wiki/NVIDIA/Seeed_Product/10.png', scenes: [4] },
{ id: 15, name: 'A607 Carrier Board',link:'https://wiki.seeedstudio.com/reComputer_A607_Flash_System/', bg:'https://files.seeedstudio.com/wiki/NVIDIA/Seeed_Product/11.png', scenes: [4] },
{ id: 16, name: 'reServer Jetson',link:'https://wiki.seeedstudio.com/reServer_J2032_Getting_Started', bg:'https://files.seeedstudio.com/wiki/NVIDIA/Seeed_Product/16.png', scenes: [5] },
{ id: 17, name: 'reServer Industrial J30/ J40 Series',link:'https://wiki.seeedstudio.com/reServer_Industrial_Getting_Started', bg:'https://files.seeedstudio.com/wiki/NVIDIA/Seeed_Product/17.png', scenes: [6] },
];
const scenes = [
{ id: 1, name: 'reComputer',img:'17.png', brands: [1, 2, 3]},
{ id: 2, name: 'reComputer Industrial', img:'19.png',brands: [4] },
{ id: 3, name: 'Mini AI PC',img:'20.png', brands: [5, 6, 7, 8, 9, 10] },
{ id: 4, name: 'Carrier Board',img:'21.png', brands: [ 11, 12, 13, 14, 15] },
{ id: 5, name: 'reServer Jetson', img:'22.png',brands: [16] },
{ id: 6, name: 'reServer Industrial', img:'23.png',brands: [17] },
];
const handleBrandMouseEnter = (brand) => {
setSelectedBrand([brand]);
Expand Down
6 changes: 4 additions & 2 deletions src/components/recomputer/software.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ const SoftwarePage = () => {
{ id: 8, name: 'Deci',link:'https://wiki.seeedstudio.com/DeciAI-Getting-Started/', bg:'https://files.seeedstudio.com/wiki/NVIDIA/parnter_logo/NVIDIA_Jetson_index8.png', scenes: [3,2,4] },
{ id: 9, name: 'Edge Impulse',link:'https://wiki.seeedstudio.com/HardHat/', bg:'https://files.seeedstudio.com/wiki/NVIDIA/parnter_logo/NVIDIA_Jetson_index9.png', scenes: [1, 2, 4] },
{ id: 10, name: 'Cochl.Sense',link:'https://wiki.seeedstudio.com/Cochl.Sense-Jetson-Getting-Started/', bg:'https://files.seeedstudio.com/wiki/NVIDIA/parnter_logo/NVIDIA_Jetson_index10.png', scenes: [4,5] },
{ id: 11, name: 'Scailable',link:'https://wiki.seeedstudio.com/Scailable-Jetson-Getting-Started/', bg:'https://files.seeedstudio.com/wiki/NVIDIA/parnter_logo/NVIDIA_Jetson_index11.png', scenes: [4,5] },

];
const scenes = [
{ id: 1, name: 'Data Upload & Label',img:'label.png', brands: [3, 6, 9]},
{ id: 2, name: 'AI Model Train', img:'train.png',brands: [4, 5, 9, 3, 6, 8] },
{ id: 3, name: 'AI Model Optimize', img:'optimize.png', brands: [8] },
{ id: 4, name: 'AI Model Deploy', img:'deploy.png',brands: [1, 2, 4, 5, 6, 9, 10, 3, 8] },
{ id: 5, name: 'Remote Manage', img:'manage.png',brands: [7,2,3,10] },
{ id: 4, name: 'AI Model Deploy', img:'deploy.png',brands: [1, 2, 4, 5, 6, 9, 10, 3, 8, 11] },
{ id: 5, name: 'Remote Manage', img:'manage.png',brands: [7,2,3,10,11] },
];
const handleBrandMouseEnter = (brand) => {
setSelectedBrand([brand]);
Expand Down

0 comments on commit 1515791

Please sign in to comment.