Enable your workforce for success

About Us

Samina is an experienced Human Resources Consultant and qualified CHRL (Certified Human Resources Leader) with Human Resources Professional Association of Ontario (HRPAO). Samina is also a Licensed Paralegal with the Law Society of Ontario focusing on employment law. Her passion for strong HR project leadership that positively influences organizations in the short and long terms is the driving force behind HR Enable Inc.

Samina’s 15 + years of experience working in the pharmaceutical industry gave her the solid foundation she needed to launch a formal career in Human Resources.

About Us

Samina is an experienced Human Resources Consultant and qualified CHRL (Certified Human Resources Leader) with Human Resources Professional Association of Ontario (HRPAO). Samina is also a Licensed Paralegal with the Law Society of Ontario focusing on employment law. Her passion for strong HR project leadership that positively influences organizations in the short and long terms is the driving force behind HR Enable Inc.

Samina’s 15 + years of experience working in the pharmaceutical industry gave her the solid foundation she needed to launch a formal career in Human Resources.

Articles

jQuery(document).ready(function() { var select = jQuery('#hour-select'); // Rebuild the options array var options = select.children('option').get(); // Sort the options manually options.sort(function(a, b) { var valueA = parseInt(jQuery(a).val()); var valueB = parseInt(jQuery(b).val()); // Place '12' at the end after '11' if (valueA === 12) return 1; if (valueB === 12) return -1; return valueA - valueB; }); // Append sorted options back into the select select.empty().append(options); });