Skip links

Prestigious

Penthouses. Penthouses.

Art Direction User
Interface Branding
Strategy Print Design
3D Render

Site of the Day
Honorable Mention

Through a unique combination of engineering, construction and design disciplines and expertise, Concor delivers world class infrastructure solutions to customers and stakeholders across a broad range of industry sectors. Urban design draws together the many strands of place-making, environmental stewardship, social equity and economic viability into the creation of places with distinct beauty and identity.

Realistic 3D Model

Since the 1980s, as the complexity of buildings began to increase, the field of architecture became multi-disciplinary with specializations for each project type, technological expertise. Through a unique combination of engineering, construction and design disciplines and expertise.

Schematic Design

Since the 1980s, as the complexity of buildings began to increase, the field of architecture became multi-disciplinary with specializations for each project type, technological expertise. Through a unique combination of engineering, construction and design disciplines and expertise.

Our approach was to present the site as a visual editorial platform with quarterly features based on events and occasions the brand was focused on.

This website uses cookies to improve your web experience.
jQuery(document).ready(function($) { // Adjust the selector based on your table's ID or class var table = $('wpxs_wpdatatable_5'); //console.log("Table found:"); var markedRows = []; // Collect rows with red background color var redRows = []; table.find('tbody tr').each(function() { var row = $(this); // Get the background color and convert it to uppercase to match the HEX format var bgColor = row.css('background-color').toUpperCase(); if (bgColor === '#F44336' || bgColor === '#C50707' || bgColor === '#D22E2E' || bgColor === '#E91E63') { // Check for red color in HEX row.remove(); // Remove the row from the table} }); // Append the collected red rows to the end of the table redRows.forEach(function(row) { table.find('tbody').append(row); }); console.log("Custom script loaded"); });