├── LICENSE ├── README.md ├── css └── style.css ├── images ├── default_icns.png ├── github.svg ├── hero.png ├── title.svg └── white-waves.png ├── index.html ├── js ├── main.js └── rounded-corners.js └── theory(wrong).jpg /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MartinRGB/Figma_Squircles_Approximation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MartinRGB/Figma_Squircles_Approximation/HEAD/README.md -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MartinRGB/Figma_Squircles_Approximation/HEAD/css/style.css -------------------------------------------------------------------------------- /images/default_icns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MartinRGB/Figma_Squircles_Approximation/HEAD/images/default_icns.png -------------------------------------------------------------------------------- /images/github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MartinRGB/Figma_Squircles_Approximation/HEAD/images/github.svg -------------------------------------------------------------------------------- /images/hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MartinRGB/Figma_Squircles_Approximation/HEAD/images/hero.png -------------------------------------------------------------------------------- /images/title.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MartinRGB/Figma_Squircles_Approximation/HEAD/images/title.svg -------------------------------------------------------------------------------- /images/white-waves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MartinRGB/Figma_Squircles_Approximation/HEAD/images/white-waves.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MartinRGB/Figma_Squircles_Approximation/HEAD/index.html -------------------------------------------------------------------------------- /js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MartinRGB/Figma_Squircles_Approximation/HEAD/js/main.js -------------------------------------------------------------------------------- /js/rounded-corners.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MartinRGB/Figma_Squircles_Approximation/HEAD/js/rounded-corners.js -------------------------------------------------------------------------------- /theory(wrong).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MartinRGB/Figma_Squircles_Approximation/HEAD/theory(wrong).jpg --------------------------------------------------------------------------------