Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,42 @@ module.exports = {
customFields: {
version,
posts: [
{
platform: 'linkedin',
url: 'https://www.linkedin.com/embed/feed/update/urn:li:activity:7386982216444264448',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wondering if we could move this link to the bottom of the list? I feel that the next few links are the most relevant (posts featuring our maintainers, conferences, use cases, etc.)

},
{
platform: 'linkedin',
url: 'https://www.linkedin.com/embed/feed/update/urn:li:activity:7384600028029419520',
},
{
platform: 'linkedin',
url: 'https://www.linkedin.com/embed/feed/update/urn:li:activity:7296172481868955648',
},
{
platform: 'linkedin',
url: 'https://www.linkedin.com/embed/feed/update/urn:li:activity:7367207134180106240',
},
{
platform: 'linkedin',
url: 'https://www.linkedin.com/embed/feed/update/urn:li:activity:7368312868221423618',
},
{
platform: 'linkedin',
url: 'https://www.linkedin.com/embed/feed/update/urn:li:activity:7354140689141575683',
},
{
platform: 'linkedin',
url: 'https://www.linkedin.com/embed/feed/update/urn:li:activity:7269738545248927744',
},
{
platform: 'linkedin',
url: 'https://www.linkedin.com/embed/feed/update/urn:li:activity:7363921020300210177',
},
{
platform: 'linkedin',
url: 'https://www.linkedin.com/embed/feed/update/urn:li:activity:7251398809258201088',
},
{
platform: 'linkedin',
url: 'https://www.linkedin.com/embed/feed/update/urn:li:share:7092203565380722688',
Expand Down
33 changes: 29 additions & 4 deletions website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,12 @@ function Home() {
</span>
</h1>
<div className='row margin-top--xl margin-bottom--xl'>
<div className='col col--4'>
<div className='col-demo'>
{' '}
<Avatar name='Paul Groves' description='Director at Citi' username='grovesy' />
</div>
</div>
<div className='col col--4'>
<div className='col-demo'>
{' '}
Expand All @@ -173,6 +179,26 @@ function Home() {
<div className='col col--4'>
<div className='col-demo'>
{' '}
<Avatar
name='Juan Escalada'
description='Open Source Software Engineer at G-Research'
username='jescalada'
/>
</div>
</div>
</div>
<div className='row margin-bottom--xl'>
<div className='col col--4'>
<div className='col-demo'>
<Avatar
name='Kris West'
description='Principal Engineer at NatWest Group'
username='kriswest'
/>
</div>
</div>
<div className='col col--4'>
<div className='col-demo'>
<Avatar
name='Thomas Cooper'
description='Director, OSS Development at RBC'
Expand All @@ -182,11 +208,10 @@ function Home() {
</div>
<div className='col col--4'>
<div className='col-demo'>
{' '}
<Avatar
name='Juan Escalada'
description='Open Source Software Engineer at G-Research'
username='jescalada'
name='Jack Kelly'
description='Senior Consultant at ControlPlane'
username='06kellyjac'
/>
</div>
</div>
Expand Down
Loading