Emma’s House
<style>
.catList {
display: flex;
flex-wrap: wrap;
gap: .5rem;
margin: 0;
padding: 0;
list-style: none;
}
.catList__item a {
background-color: #be9a65;
color: #1d2e42;
padding: 10px 12px 7px;
font-size: 1.4rem;
border-radius: 00;
border: none;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 0.05em;
}
.catList__item {
margin-bottom: 10px
}
.catList__item a:hover {
background-color: #1d2e42;
color: white;
padding: 10px 12px 7px;
font-size: 1.4rem;
border-radius: 00;
border: 1px solid #1d2e42;
text-transform: uppercase;
font-weight: 600
}
</style>
<?php
$categories = get_the_category();
$output = '';
if ( ! empty( $categories ) ) {
$output .= '<ul class="catList">';
foreach( $categories as $category ) {
$output .= '<li class="catList__item"><a href="' . esc_url( get_category_link( $category->term_id ) ) . '" alt="' . esc_attr( sprintf( __( 'View all posts in %s', 'textdomain' ), $category->name ) ) . '">' . esc_html( $category->name ) . '</a></li>';
}
echo trim( $output );
}
?>The Brief
Step into Emma’s art deco abode where every corner tells a story of transformation and meticulous attention to detail. Being an interior designer there was a fair bit of assumed knowledge and understanding but having recently ventured into the world of renovating for herself, Emma has a newfound appreciation for what her clients go through. Committing to a comprehensive two-month renovation project, focused primarily on the heart of the home—the bathroom and kitchen – Emma’s now utterly obsessed with staying home.
Leaving no aspect untouched, Emma’s renovation journey was clearly a labour of love showing a complete commitment to her craft. Embracing the chaos of construction, she temporarily moved out, allowing the builders to take the reins and execute a complete overhaul of the space.
Now, as the dust settles and the final touches are put in place, Emma’s house stands as a testament to the power of transformation and the beauty that lies in the journey of renovation. It even scored a feature in Home Beautiful Magazine which was a total pinch me moment for the entire EB Studio team to be involved in.
Scope of works:
- Removal of carpet and sanding the cypress pine floorboards a chocolate tone
- Repaint of entire house
- Replacement of wardrobes
- Full kitchen design and renovation
- Full bathroom design and renovation
- Replacement of all lighting, light switches and powerpoints




















