#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
Image by JOHN TOWNER

Our Vision

To provide superior service, quality products, and excellent value to our customers, for without our customers we will cease to exist.
Above all we strive to honor our God and do all things according to His perfect will, for we were created for one purpose, to bring honor and glory to God.

YoderPallet_36.jpg

Employment

Our priority is to create a positive and safe working environment that supports the personal growth and workplace skills development of each of our employees. We understand that our employees are crucial to the success of our organization, and therefore we strive to provide a clean and healthy workplace. Without our employees, we recognize that we would not be able to achieve our goals.

Community

Our goal is to make a positive and long-lasting impact on our local community by providing employment opportunities to local people, purchasing locally produced products, and actively participating in local projects and fundraisers. We acknowledge that our thriving organization owes its success to the support of the community, and we are dedicated to contributing to its growth. We believe in the strength of a community that works together and are committed to being an active participant in this process.

Image by Hannah Busing
Image by Annie Spratt

Missions

Our mission is to make the world a better place by supporting local and international aid programs and missions to help those in need. We recognize that as blessed individuals, it is our responsibility to assist the hungry, helpless, and unloved in any way we can. The support we provide to these programs is an integral part of our efforts to make a positive impact on the world.

Join Our Team

bottom of page