






Kitchen glass – Martians “Project Confidential”
description: In recent years the graphic design field developped a special area of study, namely the interior surfaces design. Colours, colour surfaces, patterns, symbols, and icons, transmitted to room walls, in some cases still remain two-dimensional, but strive to be touched. The designed areas create new virtual reality in the space. The modern kitchens of today have evolved into a social place, where people get together to make a gourmet meal and share their everyday life. Tempered glass replaced the old tiles and brought to the kitchen a touch of freshness to make a space look more modern.
size: 3000×610 mm
customer: Matej Košir
realization: 2008
Special projects are all projects that are functional and design interesting, inspiring, experimental…
For your order or inquiry please send an e-mail to info@sterkgg.si.
You can also call us to +3861 5408 330 /+38641 347 892 /+38640 201 550 or you may fax your order to +3861 546 12 73.
/* Template name: Oblikovanje portfelj (podrobnosti) */
?>
<?php
define(“BODYCLASS”, “Oblikovanje”);
get_header();
?>
<div id=”contWrap” class=”clear”>
<?php include_once ‘sidebarLeft.php’; ?>
<div id=”content”>
<div id=”breadcrumbs”>
<?php CPbreadcrumbs(‘oblikovanje’,'?page_id=77′); ?>
</div>
<?php
$thetPostId = (isset($_REQUEST['item']) && is_numeric($_REQUEST['item'])) ? $_REQUEST['item'] : ”;
query_posts(‘p=’.$thetPostId.”);
if ( have_posts() ) : while ( have_posts() ) : the_post();
?>
<div id=”projectImage” class=”clear”>
</div>
<div class=”clear”>
<ul id=”projectPhotoNav”>
<?php $i=1; while($i<=8): ?>
<li><a href=”"><?=$i?></a></li>
<?php $i++; endwhile; ?>
</ul>
</div>
<div id=”projectDesc”>
<h2><?php the_title(); ?></h2>
<?php the_content(); ?>
</div>
<?php endwhile; endif; wp_reset_query(); ?>
<div id=”specialsWrap” class=”clear”>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div id=”sideCont”>
<?php the_content(); ?>
</div>
<?php endwhile; endif; ?>
<?php
query_posts(‘offset=0&cat=3&orderby=menu_order&order=DESC’);
$i=1;
if (have_posts()) : while (have_posts()) : the_post();
$lastItem = ($i%3) ? ” : ‘lastItem’;
$selected = (isset($thetPostId) && $thetPostId==$post->ID) ? ‘selectedItem’ : ”;
?>
<div class=”item <?=$lastItem?> <?=$selected?>”>
<?php the_excerpt(); ?>
<a href=”?page_id=31&item=<?php echo $post->ID; ?>” class=”read-more”>Preberi več</a>
</div>
<?php $i++; endwhile; endif; ?>
</div>
</div>
<?php #include_once ‘latestPosts.php’; ?>
</div>
<?php get_footer(); ?>