Skip links

Villa in Dallas Interior Design

The main challenge of this project is to create brand identities, digital experiences, and print materials that communicate clearly achieve marketing goals, and look fantastic. beauty and technical performance.

The main challenge of this project is to create brand identities, digital experiences, and print materials that communicate clearly achieve marketing goals, and look fantastic. beauty and technical performance.

The main challenge of this project is to create brand identities, digital experiences, and print materials that communicate clearly achieve marketing goals, and look fantastic. beauty and technical performance.

Client

LiquidThemes

Role

UI Designer

Date

Jun 2020

Deliverables

UI Design, Development

Trusted Experience

Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et

Interior Design

Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et

Interior Design

Sed ut perspiciatis unde omnis iste natus error sit voluptatem

Trusted Experience

Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia

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