#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 kazuend

We believe we are caretakers of our planet and strive to do our part by minimizing waste and working hard to reach as close to zero waste as possible. 

Image by Ales Krivec

01

Selective Forestry

Selective forestry is a sustainable harvesting method where only select mature trees are cut down while leaving the majority of trees intact. This approach maintains the overall health and diversity of the forests ecosystem, as it allows for the regeneration and growth of new trees, and protects important habitats for wildlife. By selectively removing trees, the remaining trees have more space, light, and nutrients to grow, which can increase their resistance to disease, pests, and environmental stressors. In contrast to clear-cutting, selective forestry can help maintain a healthy and resilient forest over the long term.

02

Pallet Recycle Program

Our company collects used pallets to repair and reuse. Any pallets that cannot be repaired are dismantled and broken down into scrap. We believe in reducing waste and promoting sustainability by giving used pallets a second life. Our process not only helps to minimize the amount of waste in landfills but also ensures that valuable resources are being utilized efficiently.

Image by Dylan Hunter
Image by Elijah Boisvert

03

Wood Scrap

We collect scrap cuts and sell them locally as firewood. Any remaining scrap cuts that are not sold as firewood are sent to local companies that use them to produce wood pellets. By finding alternative uses for wood scraps, we promote the efficient use of resources and contribute to a cleaner environment. Our efforts not only benefit our local community by providing a renewable energy source but also help to reduce carbon emissions and the strain on natural resources.

04

Wood Waste

We collect wood shavings and sawdust and repurpose them into valuable resources. Wood shavings are collected and turned into mulch, which can be used for landscaping, gardening, and erosion control. Sawdust is also collected and supplied to local industries that use it as a fuel source for furnaces, and kilns, Both mulch, and sawdust are also utilized by local farms, providing natural fertilization and soil conditioning, as well as bedding for animals.

Image by Gabriel Jimenez
bottom of page