Skip to content

Commit 80b7c5b

Browse files
authored
Add more adopters (#27)
Signed-off-by: Derek Nola <[email protected]>
1 parent 6d65fa1 commit 80b7c5b

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@
4545
},
4646
"engines": {
4747
"node": ">=16.14"
48-
}
48+
},
49+
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
4950
}

src/pages/community.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ We will use this time to communicate project updates, listen to feedback from th
1919

2020
Meeting Minutes notes: https://hackmd.io/@k3s/meet-notes/
2121

22-
📺 YouTube Recordings: [K3s YouTube](https://www.youtube.com/@k3sio)
22+
<img src="https://upload.wikimedia.org/wikipedia/commons/0/09/YouTube_full-color_icon_%282017%29.svg" alt="slack" width="20"/> YouTube Recordings: [K3s YouTube](https://www.youtube.com/@k3sio)
2323

2424
---
2525

@@ -42,7 +42,7 @@ BlueSky: [k3sio.bsky.social](https://bsky.app/profile/k3sio.bsky.social)
4242

4343
Mastodon: [@k3sio](https://mastodon.social/@k3sio)
4444

45-
📺 [YouTube](https://www.youtube.com/@k3sio): https://www.youtube.com/@k3sio
45+
YouTube: [@k3sio](https://www.youtube.com/@k3sio)
4646

4747
---
4848
## Want to contribute to the codebase or documentation?
@@ -107,11 +107,26 @@ You can follow the work we plan to do using the [K3s Roadmap](https://github.com
107107
</CardFooter>
108108
</Card>
109109
</Column>
110-
<!-- Blank for future adopters -->
111110
<Column>
111+
<Card style={{width: '150px'}}>
112+
<CardImage style={{height: '150px'}} cardImageUrl='https://cdn.prod.website-files.com/67e58472f7387d5202b71e35/67e590086adf6b807bee1e6e_es-logo.svg'/>
113+
<CardFooter style={{ backgroundColor: '#ffc61c' }} className='text--center'>
114+
<a href="https://www.externalsecrets.com/" target="_blank" className='button button--info'>Website</a>
115+
</CardFooter>
116+
</Card>
117+
</Column>
118+
</Columns>
119+
<br/>
120+
<Columns>
121+
<Column>
122+
<Card style={{width: '150px'}}>
123+
<CardImage style={{height: '150px'}} cardImageUrl='https://yt3.googleusercontent.com/ytc/AIdro_kEhdYNMhTKrqW0Vjh63oUhd4AWitqdN69mkqIvdbWlIP8=s160-c-k-c0x00ffffff-no-rj'/>
124+
<CardFooter style={{ backgroundColor: '#ffc61c' }} className='text--center'>
125+
<a href="https://childrescuecoalition.org/" target="_blank" className='button button--info'>Website</a>
126+
</CardFooter>
127+
</Card>
112128
</Column>
113129
</Columns>
114-
115130
<br/>
116131
If you are adopter and want your logo to be shown here please open PR against: https://github.com/k3s-io/k3s/blob/master/ADOPTERS.md
117132

0 commit comments

Comments
 (0)