Kool-Stop International Inc. was started back in 1977, in Oregon USA. While making friction components for industrial applications, the owner, Richard Everett, began supplying a few compounds to the bicycle industry. After creating the first bicycle brake pad that had an internal frame and an air-cooled heat sink, the small garage-based company started to build a name for itself.
The international growth of the Kool-Stop name has carved out a niche in the market for quality brake pads in all areas of the cycling industry.
Read more
Read less
// Get the modal
var modal = document.getElementById("myModal");
// Get the button that opens the modal
var btn = document.getElementById("myBtn");
// Get the element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks on the button, open the modal
btn.onclick = function() {
modal.style.display = "block";
}
// When the user clicks on (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}