Skip to content

What Not to Wear on a Job Interview

Presentation counts. Though your resume, education, and experience speak volumes on a job interview, your appearance also contributes to the full package. What you wear can have an impact on whether a potential employer sees you as a good fit for the job. This article shares some of the worst things to wear on a job interview so you know what to avoid.

http://career-advice.monster.com/job-interview/interview-appearance/worst-things-to-wear-to-job-interview/article.aspx?wt.mc_n=CRM_US_B2C_LC_JOM_2-3_160113 

document.addEventListener("DOMContentLoaded", function() { // Get all accordion toggle elements var accordions = document.querySelectorAll('.accordion-toggle'); // Add click event listeners to each accordion toggle accordions.forEach(function(accordion) { accordion.addEventListener('click', function() { // Get the panel-collapse element directly following this accordion-toggle var panelCollapse = this.nextElementSibling; // Check if this panel-collapse is currently open var isOpen = panelCollapse.classList.contains('open'); // Remove 'open' class from all panel-collapses accordions.forEach(function(acc) { var collapse = acc.nextElementSibling; collapse.classList.remove('open'); }); // Toggle 'open' class only on the clicked panel-collapse if (!isOpen) { panelCollapse.classList.add('open'); } }); }); });