Skip to content

Commit

Permalink
feat: community landing page (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
AceTheCreator authored Dec 7, 2022
1 parent bca7c9b commit fa3e9fa
Show file tree
Hide file tree
Showing 5 changed files with 363 additions and 382 deletions.
2 changes: 1 addition & 1 deletion components/navigation/communityItems.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default [
icon: IconOverview,
title: 'Overview',
href: '/community',
description: 'Connect, share and learn',
description: 'Connect, share, and learn.',
},
{
icon: IconTools,
Expand Down
109 changes: 109 additions & 0 deletions config/orbitData.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
[
[
{
"id": "item",
"img": "/img/homepage/reaction.png",
"alt": "reaction"
},
{
"id": "item",
"img": "/img/homepage/ale.jpeg",
"alt": "ale"
},
{
"id": "item",
"img": "/img/homepage/idea.png",
"alt": "idea"
},
{
"id": "item",
"img": "/img/homepage/lukasz-homepage-slack.jpg",
"alt": "lukasz"
},
{
"id": "item",
"img": "/img/homepage/comment.png",
"alt": "comment"
},
{
"id": "item",
"img": "/img/homepage/fran.png",
"alt": "fran"
}
],
[
{
"id": "item-2",
"img": "/img/homepage/jonas.jpeg",
"alt": "jonas"
},
{
"id": "item-2",
"img": "/img/homepage/slack.png",
"alt": "slack"
},
{
"id": "item-2",
"img": "/img/homepage/missy.jpeg",
"alt": "missy"
},
{
"id": "item-2",
"img": "/img/homepage/check.png",
"alt": "check"
},
{
"id": "item-2",
"img": "/img/homepage/eve-and-chan.png",
"alt": "eve-chan"
},
{
"id": "item-2",
"img": "/img/homepage/maciej.png",
"alt": "maciej"
},
{
"id": "item-2",
"img": "/img/homepage/git.png",
"alt": "git"
}
],
[
{
"id": "item-3",
"img": "/img/homepage/ace.jpeg",
"alt": "ace"
},
{
"id": "item-3",
"img": "/img/homepage/star.png",
"alt": "star"
},
{
"id": "item-3",
"img": "/img/homepage/barbano.jpeg",
"alt": "barbano"
},
{
"id": "item-3",
"img": "/img/homepage/dale.jpeg",
"alt": "dale"
},
{
"id": "item-3",
"img": "/img/homepage/kuda.jpeg",
"alt": "kuda"
},
{
"id": "item-3",
"img": "/img/homepage/yash.jpeg",
"alt": "yash"
},
{
"id": "item-3",
"img": "/img/homepage/sergio.jpeg",
"alt": "sergio"
}
]

]
Loading

0 comments on commit fa3e9fa

Please sign in to comment.