2020-10-29 01:25:22 +01:00
< ? php
$collections = array (
array (
2020-10-30 18:32:32 +01:00
" name " => " The skeleton from the closet " ,
" preview_image_url " => " skeleton_from_the_closet/cover.jpg " ,
2020-10-29 01:25:22 +01:00
" collection_description " =>
<<< endstring
2020-10-30 18:32:32 +01:00
< p > Description Text </ p >
2020-10-29 01:25:22 +01:00
endstring ,
" items " => array (
array (
2020-10-30 18:32:32 +01:00
" name " => " name " ,
" description " => " description " ,
" material " => " materials " ,
" measurements " => " measurements " ,
2020-10-29 01:25:22 +01:00
" images " => array (
2020-10-30 18:32:32 +01:00
" skeleton_from_the_closet/cover.jpg " ,
),
),
),
),
array (
" name " => " Cabinet Of Curiosities " ,
" preview_image_url " => " cabinet_of_curiosities/cover.jpg " ,
" collection_description " =>
<<< endstring
< p > This collection is a tribute to wonders of nature , the bizzare and incredible forms of life and death .< br > Exploring the forms and textures , the unseen and rare - its a tribute to once popular cabinets of naural and artistic curiosities , captured in metals and gems </ p >
endstring ,
" items " => array (
array (
" name " => " Diretmus Argenteus " ,
" description " => " meeh " ,
" material " => " Sterling silver, london blue topaz " ,
" measurements " => " meeh " ,
" images " => array (
" cabinet_of_curiosities/diretmus_argenteus.jpg " ,
),
),
array (
" name " => " Psathyrella Gracilis " ,
" description " => " Statement pendant for a thick cord " ,
" material " => " Bronze, verdigris patina " ,
" measurements " => " 8x3,5cm " ,
" images " => array (
" cabinet_of_curiosities/psathyrella_gracilis.jpg " ,
),
),
array (
" name " => " Amanita phalloides " ,
" description " => " Statement pendant for a thick cord or chain up to 3mm thick " ,
" material " => " Silver, 18K gold, 24K gold plating " ,
" measurements " => " 5x3,5cm " ,
" images " => array (
" cabinet_of_curiosities/amanita.jpg " ,
2020-10-29 01:25:22 +01:00
),
),
),
),
array (
" name " => " Tell Tale Heart " ,
" preview_image_url " => " tell_tale_heart/cover.jpg " ,
" collection_description " =>
<<< endstring
< p > The Sacred heart is an ultimate symbol of a passionate love for mankind .
Inspired by this classical motive and explored beyond its original roots , enameled sacred heart necklace is going to charm it ' s way into Your life together with You .</ p >
< p > Enameled sacred heart necklace is limited edition piece of variety of pendants and medallions from the collection " Tell tale hearts " .
These talismanic hearts represent a sensual and passionate side of its owners , a promise of love or an ode to inspiration - it is yet to be established .
Being one of a kind piece , second out of thirteen different interpretations of this model , the colors , textures and stones will not repeat itself in any other one .
All 13 hearts are unique and no copies can be produced .</ p >
endstring ,
" items " => array (
array (
" name " => " Tell tale heart " ,
" description " => " Ultramarine & almandine (2/13) " ,
" material " => " Silver, 18K gold, almandine garnet, enamelling and gold plating " ,
" measurements " => " 4x3,5cm " ,
" images " => array (
" tell_tale_heart/img1.jpg " ,
" tell_tale_heart/img2.jpg " ,
" tell_tale_heart/img3.jpg " ,
" tell_tale_heart/img4.jpg " ,
),
),
),
),
array (
2020-10-30 18:32:32 +01:00
" name " => " The dead mans chest " ,
" preview_image_url " => " dead_mans_chest/cover.jpg " ,
2020-10-29 01:25:22 +01:00
" collection_description " =>
<<< endstring
2020-10-30 18:32:32 +01:00
< p > Inspired by pirate tales , Blackbeard and the Whydah Gally , these pieces are the tribute to the long forgotten treasures and jewels that lay burried in a watery grave . This jewelry series is mostly based on replicated archeological artefacts from shipwrecks </ p >
2020-10-29 01:25:22 +01:00
endstring ,
" items " => array (
array (
2020-10-30 18:32:32 +01:00
" name " => " Escudo Charm " ,
" description " => " Based on a replica of a shipwreck spanish escudo coin " ,
" material " => " Silver, sapphirres " ,
" measurements " => " Measurements: 2,5x2cm " ,
2020-10-29 01:25:22 +01:00
" images " => array (
2020-10-30 18:32:32 +01:00
" dead_mans_chest/cover.jpg " ,
2020-10-29 01:25:22 +01:00
),
),
2020-10-30 18:32:32 +01:00
),
),
array (
" name " => " Behind the closed doors " ,
" preview_image_url " => " behind_the_closed_doors/cover.jpg " ,
" collection_description " =>
<<< endstring
< p > Description </ p >
endstring ,
" items " => array (
2020-10-29 01:25:22 +01:00
array (
2020-10-30 18:32:32 +01:00
" name " => " name " ,
" description " => " description " ,
" material " => " material " ,
" measurements " => " measurements " ,
2020-10-29 01:25:22 +01:00
" images " => array (
2020-10-30 18:32:32 +01:00
" behind_the_closed_doors/teeth_ring.jpg " ,
2020-10-29 01:25:22 +01:00
),
),
),
),
array (
" name " => " Madman's Basement " ,
" preview_image_url " => " madmans_basement/cover.jpg " ,
" collection_description " =>
<<< endstring
< p > Ladies and gentlemen , feast your eyes ! The sideshow of goldsmith 's bench! Step out to see the creatures of experimental tecniques, designs and unconventional materials, the Frankentein' s monsters of metalsmithing , insane projects and much , much more - all that is beyond description and scientific classification found its resting place right here , in Bricabracomania 's very own Madman' s Basement museum </ p >
endstring ,
" items " => array (
array (
" name " => " Teeth ring " ,
" description " => " meeh " ,
" material " => " Teeth or something " ,
" measurements " => " meeh " ,
" images " => array (
" madmans_basement/teeth_ring.jpg " ,
),
),
),
),
);
?>