Perkins Leather Works

Perkins Leather Works Handmade Leather Goods

A simple belt slip I made for myself. This would be my first true wet form with leather. Needs a little work but over al...
07/29/2023

A simple belt slip I made for myself. This would be my first true wet form with leather. Needs a little work but over all happy with the result. I've used it everyday at work, taking both the leatherman and light out multiple times and it's holding up perfectly.

Prototype of minimalist wallet I'm working on!
06/25/2023

Prototype of minimalist wallet I'm working on!

Leash repaired and ready to be returned!
06/02/2023

Leash repaired and ready to be returned!

Some more projects
06/01/2023

Some more projects

This is a shoe cover designed to protect a shoe from the gear shifter on a motorcycle.
06/01/2023

This is a shoe cover designed to protect a shoe from the gear shifter on a motorcycle.

This is a collar I made for my own dog. Unfortunately not a picture of it when it was new.
06/01/2023

This is a collar I made for my own dog. Unfortunately not a picture of it when it was new.

This leash was sent in by a customer for warranty work. I'm proud to say it was the metal that failed and not the crafte...
05/30/2023

This leash was sent in by a customer for warranty work. I'm proud to say it was the metal that failed and not the crafted piece itself 😎

05/30/2023

Address

Trafalgar, IN

Website

Alerts

Be the first to know and let us send you an email when Perkins Leather Works posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share

//iconSize: [32, 32], //html: '' }) .bindTooltip(name, { //permanent: true, direction: 'bottom', //offset: L.point(12, 25), //opacity: 0.88, interactive: true }) .bindPopup(name); markersLayer.addLayer(marker); } function getMore() { if (gettingMore) { return; } gettingMore = true; var center = map.getCenter(); $.ajax({ url: "/vicinitysearch", data: { lat: center.lat, lng: center.lng, country: "UNITED STATES" } }) .done(function(data) { var added = 0; data.forEach(function(loc) { if (!locationIds.includes(loc.id)) { var mapLoc = {id:loc.id,lat:loc.latitude,lng:loc.longitude,title:trunc20(loc.name),popupHtml:loc.popupHtml,urlPath:loc.urlPath,pictureUrl:loc.pictureUrl}; locations.push(mapLoc); locationIds.push(loc.id); map._addMarker(mapLoc); added++; } }); }) .always(function() { gettingMore = false; }); } map._clearMarkers = function() { markersLayer.clearLayers(); } }); }, 4000); });