var head = document.getElementsByTagName("head")[0] let style = document.createElement('link') style.rel = "stylesheet" style.href = "https://feedletter.co/embed/wolcss/minimal.css" head.append(style) var feedletterWolItemsSection = ` <div class="wol"> <div class="item"> <div class="item-left"> <p>5-â</p> </div> <div class="item-content"> <p>Great jobs that are hard to find elsewhere</p> <p class="item-name">By anonymous</p> </div> </div> <div class="item"> <div class="item-left"> <p>5-â</p> </div> <div class="item-content"> <p>Just ID Jobs has been an incredibly helpful website! Before its launch, I had to check 5 different websites every day to search for ID-related positions. Just ID Jobs has saved me considerable time while job hunting and led me to my dream job!!</p> <p class="item-name">By Mingchen</p> </div> </div> <div class="item"> <div class="item-left"> <p>5-â</p> </div> <div class="item-content"> <p>Because the title “Product Designer†was stolen by UX designers from us. It’s nice to have a single platform dedicated solely for Industrial Designers, the original physical product designers. Thank you!!!</p> <p class="item-name">By RVA</p> </div> </div> <div class="item"> <div class="item-left"> <p>5-â</p> </div> <div class="item-content"> <p>It sticks to the premise. Just ID jobs. This is what we all needed.</p> <p class="item-name">By anonymous</p> </div> </div> <div class="item"> <div class="item-left"> <p>5-â</p> </div> <div class="item-content"> <p>Great filtered selection of no ui ux jobs</p> <p class="item-name">By anonymous</p> </div> </div> <div class="item"> <div class="item-left"> <p>5-â</p> </div> <div class="item-content"> <p>Its nice to finally have a place where I can find Product Design positions that aren't UX/UI or Coding related, you can't find that anywhere else!</p> <p class="item-name">By anonymous</p> </div> </div> <div class="item"> <div class="item-left"> <p>5-â</p> </div> <div class="item-content"> <p>This is a long needed resource. What you are doing is fantastic. Please continue to resist expanding your scope thus diluting your focus. Keep up the good work!</p> <p class="item-name">By anonymous</p> </div> </div> <div class="item"> <div class="item-left"> <p>5-â</p> </div> <div class="item-content"> <p>Just ID Jobs is solving a big problem for Industrial Design job seekers. I don't want to see graphic design or ux design when I search ID. It's helping me search for my first job out of college.</p> <p class="item-name">By anonymous</p> </div> </div> <div class="item"> <div class="item-left"> <p>5-â</p> </div> <div class="item-content"> <p>The fact that this exists as a resource is invaluable for the field of ID. Great layout and simplicity. I wish every company was on there. Maybe a map like Craigslist to see jobs around you or places that have had jobs before. Maybe in gray and open job positions in color?</p> <p class="item-name">By anonymous</p> </div> </div> <div class="item"> <div class="item-left"> <p>5-â</p> </div> <div class="item-content"> <p>This is great! Keep it up! </p> <p class="item-name">By anonymous</p> </div> </div> <div class="item"> <div class="item-left"> <p>5-â</p> </div> <div class="item-content"> <p>Just ID Jobs filters through all design postings for specific ID opportunities which is a huge time saver for job seekers.</p> <p class="item-name">By anonymous</p> </div> </div> <div class="item"> <div class="item-left"> <p>5-â</p> </div> <div class="item-content"> <p>Joe Curtsinger As an ID student approaching graduation JustIDJobs is the easiest job board for filtering out the ID adjacent jobs that appear on LinkedIn and other job boards. JustIDJobs reliability is unmatched and I would be disappointed if it were to go inactive.</p> <p class="item-name">By anonymous</p> </div> </div> </div> ` var feedletterWolItemsSectionFinal = feedletterWolItemsSection var feedletterWol = `${feedletterWolItemsSectionFinal} ` let feedletter_wol_elem = document.getElementById("feedletter-wol") feedletter_wol_elem.insertAdjacentHTML('beforeend', feedletterWol)