X

Our Designs

We treat every design as a special artwork that focuses on usability, speed, simplicity and charm. We created quite a few design themes for Open Source applications and various web sites. See some of the examples of our work below

$designs = array( "tripshock.com"=>“”,
“bhcourier.com”=>””,
“thepalmbeachproper.com”=>””,
“theluxegrp.com”=>””,
“furnarihealth.com” => “”,
“residentnews.net”=>””,
“drcalapai.net” => “”,

/*
“madcms.org” => “”,
“ifstudio-translations.com” => “”,
“messagefrompluto.com” => “”,
“heavydutytrucks.info” => “”,
“medlounge.org” => “”,
“lendingsolutions.ca” => “”,
“simfany.com” => “”,
“2by2host.com” => “”,
“1translate.com” => “”,*/

);

?>

$total = count($designs); if($total%3 == 1){ $insert_empty = $total-1; } $i = 0; foreach ($designs as $key => $description) {
if($insert_empty && $i == $insert_empty){

echo '

';
}

echo '


'.$key.'
'.$description.'

';
$i++;
}

?>

$m_designs = array( "m.tripshock.com"=>“”,
);
?>

$m_total = count($m_designs); if($m_total%3 == 1){ $insert_empty = $m_total-1; } $i = 0; foreach ($m_designs as $key => $description) {
if($insert_empty && $i == $insert_empty){
echo '

';
}
echo '


'.$key.'
'.$description.'

';

$i++;
}

?>

Categories: Design
wpwpadmin:
Related Post