M/SF/T | Misfit Shapes

A collection page of Surftech

category
Products
9
Active ads
0
Depth
Published
2022/02/28

About

#more {display: none;} button#myBtn { background-color: white; border: 1px solid grey; color: grey; padding: 10px 20px; border-radius: 5px; text-align: center; transition: all 0.5s; cursor: pointer; } button#myBtn:hover { background-color: grey; color: white; } Mad Minds Misfit Shapes represents an authentic response to an era of change, a ‘surf’ stemmed movement that allows art, design and individuality to co-exist within a ... realm more commonly dominated by conformity and observation. We are not bound by a single leader or manifesto, but rather a bold commitment to pushing the limits of this well-oiled machinery of surf. The result is a rare collective of mildly deranged but high-powered misfits, potentially dangerous cultural agitators, and just about every other kind of MAD MIND. Read More function myFunction() { var dots = document.getElementById("dots"); var moreText = document.getElementById("more"); var btnText = document.getElementById("myBtn"); if (dots.style.display === "none") { dots.style.display = "inline"; btnText.innerHTML = "Read more"; moreText.style.display = "none"; } else { dots.style.display = "none"; btnText.innerHTML = "Read Less"; moreText.style.display = "inline"; } }