Skip links

Project Details

Client

Liquid Themes

Date

2022

Project

Interior Design

Get a Free Quote

Error: Contact form not found.

Influential and Impactful

Take advantage of the experiential-learning opportunities built into many programs. You can work in labs on and off campus or even spend semesters overseas. One Construction employs over 3 000 employees, the majority of whom are based on project sites.

We embrace holistic development and support for employees with the aim of being a first-choice employer within our sectors. Through a unique combination of engineering, construction and design disciplines and expertise.

Award-Winning Architecture

Through a unique combination of engineering, construction and design disciplines and expertise, Concor delivers world class infrastructure solutions. We embrace holistic development and support for employees.

Questions? You’re covered.

We embrace holistic development and support for employees with the aim of being a first-choice employer within our sectors. Through a unique combination of engineering, construction and design disciplines and expertise.

We embrace holistic development and support for employees with the aim of being a first-choice employer within our sectors. Through a unique combination of engineering, construction and design disciplines and expertise.

We embrace holistic development and support for employees with the aim of being a first-choice employer within our sectors. Through a unique combination of engineering, construction and design disciplines and expertise.

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"); });