Home Art - Online Store Development
Home Art brings the latest trends in interior decoration and offers unique products from world-class brands as an exclusive distributor.
For this client we have created a complete visual identity (logo design), as well as an online store, and implemented SEO - website optimization. Connection with accounting software was provided, i.e. unique warehouse was created along with prices and separate registration of retail and wholesale customers.
|
Client: Home Art
Activities: Online Shop Design and Programming
Website: www.homeart.rs |
Vrati se na Gifts
function findexts ($filename)
{
$filename = strtolower($filename) ;
$exts = preg_split("[/\\.]", $filename) ;
$n = count($exts)-1;
$exts = $exts[$n];
return $exts;
}
?>