#hex-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; } .hex { position: absolute; width: 20px; height: 20px; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 20px solid #00ff00; /* Change the color here to green */ transform: rotate(120deg); } document.addEventListener("mousemove", function(event) { const mouseX = event.pageX; const mouseY = event.pageY; const hexBg = document.getElementById("hex-bg"); hexBg.innerHTML = ""; const hexWidth = 30; const hexHeight = 40; const hexRows = Math.ceil(window.innerHeight / hexHeight); const hexCols = Math.ceil(window.innerWidth / hexWidth); for (let row = 0; row < hexRows; row++) { for (let col = 0; col < hexCols; col++) { const hex = document.createElement("div"); hex.classList.add("hex"); const x = col * hexWidth + (row % 2 ? hexWidth / 2 : 0); const y = row * hexHeight; hex.style.top = y + "px"; hex.style.left = x + "px"; hex.style.transform = `translate(${mouseX - window.innerWidth / 2}px, ${mouseY - window.innerHeight / 2}px)`; hexBg.appendChild(hex); } } });
top of page

Dedicated to Quality & Service

SERVICES

Machine Built Pallets

  • Hardwood Pallets

  • Pine Pallets

  • Block Pallets

  • Heat Treat

  • 4- Runners

Custom Pallets

  • Hand Built Pallets

  • Crates

  • Combo Pallets

  • Custom Cut Components

  • Strap Notching and Grooving

Support

  • Pallet Repair

  • Pallet Recycling 

  • Pallet Distribution

  • Disposal Service

  • Human Customer Support

OUR VISION

To provide superior service, quality products, and excellent value to our customers, for without our customers we will cease to exist.

WHO WE ARE

As a family-owned and operated pallet manufacturer, we take great pride in delivering high-quality products and exceptional service. Equipped with state-of-the-art machinery and a skilled team of experts, we are dedicated to producing the best possible wood pallets for all your industrial needs. Trust us to provide reliable and durable pallet solutions that exceed your expectations.

Quality

We prioritize quality over profit. As we continue to grow, we remain dedicated to upholding this principle, ensuring that our customers receive top-quality products that meet their needs and exceed their expectations. 

Community Focused

We prioritize community involvement and hire locally, participating in programs to give back to the community that supports us. creating pallet solutions that benefit both your business and our community.

Green Manufacturing

By prioritizing sustainability and environmentally-friendly practices, we strive to  contribute to a greener future. providing top-quality pallet solutions that are both durable and eco-friendly.

WHAT OUR CUSTOMERS ARE SAYING

"It has been a pleasure working with Yoder pallet company. Customer sevice is 2nd to none. Pallet material and construction has well suited us for our application. I would highly recomend Yoder for your pallet needes."

REQUEST A QUOTE

bottom of page