feat: add webcomponent.io
This commit is contained in:
parent
b7a6a9abf9
commit
c8071841ca
1 changed files with 16 additions and 8 deletions
|
@ -4,14 +4,14 @@ export const stuff: {
|
||||||
text: string;
|
text: string;
|
||||||
link?: {url: string, text: string};
|
link?: {url: string, text: string};
|
||||||
}[] = [
|
}[] = [
|
||||||
{
|
// {
|
||||||
icon: '🧐',
|
// icon: '🧐',
|
||||||
text: 'Software Extraordinaire'
|
// text: 'Software Extraordinaire'
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
icon: '🕵🏻♂️',
|
// icon: '🕵🏻♂️',
|
||||||
text: 'Frontend Detective'
|
// text: 'Frontend Detective'
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
icon: '😱',
|
icon: '😱',
|
||||||
text: 'Building',
|
text: 'Building',
|
||||||
|
@ -28,6 +28,14 @@ export const stuff: {
|
||||||
text: 'Cozy'
|
text: 'Cozy'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
icon: '🧱',
|
||||||
|
text: 'Creator of',
|
||||||
|
link: {
|
||||||
|
url: 'https://WebComponent.io',
|
||||||
|
text: 'WebComponent.io'
|
||||||
|
}
|
||||||
|
},
|
||||||
// {
|
// {
|
||||||
// icon: '🧱',
|
// icon: '🧱',
|
||||||
// text: '...and some',
|
// text: '...and some',
|
||||||
|
|
Loading…
Reference in a new issue