feat(shared): Design filters
This commit is contained in:
parent
646d98fca9
commit
e8a8492ce9
16 changed files with 337 additions and 80 deletions
55
sites/shared/components/designs/examples.mjs
Normal file
55
sites/shared/components/designs/examples.mjs
Normal file
|
@ -0,0 +1,55 @@
|
|||
import { cloudflareImageUrl } from 'shared/utils.mjs'
|
||||
|
||||
export const designExamples = {
|
||||
aaron: 'showcase-tight-aaron',
|
||||
albert: 'showcase-albert-by-wouter',
|
||||
bee: 'd0312c99-7b2f-4e37-c131-d626d34cd300',
|
||||
bella: 'showcase-bella-by-karen',
|
||||
benjamin: 'showcase-benjamin-by-anto',
|
||||
bent: 'showcase-linnen-jaeger-by-paul',
|
||||
bob: 'showcase-bob-bibs-by-duck',
|
||||
breanna: 'showcase-magicantace-breanna-sandy',
|
||||
//brian: '',
|
||||
bruce: 'showcase-nsfw-bruce',
|
||||
cathrin: 'showcase-green-cathrin',
|
||||
carlton: 'showcase-carlton-by-boris',
|
||||
carlita: 'showcase-quentin-carlita',
|
||||
charlie: 'showcase-charlie-by-joost',
|
||||
cornelius: 'showcase-cornelius-by-wouter',
|
||||
diana: 'showcase-diana-by-deby',
|
||||
florence: 'showcase-rowans-leaf-print-florence',
|
||||
florent: 'showcase-florent-by-enno',
|
||||
hi: 'showcase-hi-the-shark-has-our-hearts',
|
||||
holmes: 'showcase-a-modified-holmes',
|
||||
hortensia: 'showcase-hortensia-by-saber',
|
||||
huey: 'showcase-anneke-huey',
|
||||
hugo: 'showcase-husband-hugo',
|
||||
jaeger: 'showcase-jaeger-by-roberta',
|
||||
lucy: 'showcase-houseoflief-lucy',
|
||||
lunetius: 'showcase-lunetius-the-lacerna',
|
||||
//magde: '',
|
||||
//naomiwu: '',
|
||||
noble: 'showcase-a-casual-test-of-noble',
|
||||
octoplushy: 'showcase-meet-octoplushy',
|
||||
paco: 'showcase-paco-by-karen',
|
||||
penelope: 'showcase-pregnant-lady-penelope',
|
||||
sandy: 'showcase-sandy-by-anneke',
|
||||
shin: 'showcase-just-peachy-shin-bee',
|
||||
simon: 'showcase-simon-shirt-by-sewingdentist',
|
||||
//simone: '',
|
||||
sven: 'showcase-french-terry-sven',
|
||||
tamiko: 'showcase-a-tamiko-top',
|
||||
teagan: 'showcase-teagan-karen',
|
||||
tiberius: 'showcase-tiberius-the-tunica',
|
||||
titan: 'showcase-a-mock-up-of-titan-with-the-fit-to-knee-option-enabled',
|
||||
trayvon: 'showcase-liberty-trayvon',
|
||||
uma: 'showcase-lower-rise-ursula',
|
||||
wahid: 'showcase-sterling42-wahid',
|
||||
walburga: 'showcase-walburga-the-wappenrock',
|
||||
waralee: 'fde729f5-ea72-4af4-b798-331bbce04000',
|
||||
yuri: 'showcase-yuri-by-its-designer',
|
||||
}
|
||||
|
||||
export const designImages = {}
|
||||
for (const [design, id] of Object.entries(designExamples))
|
||||
designImages[design] = cloudflareImageUrl({ id, variant: 'sq500' })
|
Loading…
Add table
Add a link
Reference in a new issue