Replace the roof or waterproof and coat? Cut and Paste.
When restoring a metal roof, some elements can be restored, and others require replacement. In the above, part of the metal roof was rotted out, and replaced with new R panels. The remainder waterproofed and coated. The skylights were also replaced.
$("input.slider").on("input change", function(event) {
var element = $(this).parents("div.container");
var pos = event.target.value;
element.find("div.before").css({width: pos + "%"});
element.find("div.slider-button").css({left: "calc(" + pos + "% - 18px)"});
});