ADD: orell wip
need tags
This commit is contained in:
parent
614f3fee68
commit
16ca6cc25b
1 changed files with 7 additions and 0 deletions
|
@ -82,5 +82,12 @@ const network = [
|
||||||
flavour: 'Ich betreue deinen Shop, als wäre es mein eigener.',
|
flavour: 'Ich betreue deinen Shop, als wäre es mein eigener.',
|
||||||
link: 'https://shrimp-commerce.com',
|
link: 'https://shrimp-commerce.com',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Orell Garten',
|
||||||
|
img: 'orell',
|
||||||
|
tags: ['Ich', 'weiß', 'net'],
|
||||||
|
flavour: 'Automatische Auswertung von Betriebsdaten - von Requirements bis Production.',
|
||||||
|
link: 'https://orellgarten.com',
|
||||||
|
},
|
||||||
].sort((a, b) => a.name.localeCompare(b.name))
|
].sort((a, b) => a.name.localeCompare(b.name))
|
||||||
</script>
|
</script>
|
Loading…
Add table
Add a link
Reference in a new issue