├── .github ├── FUNDING.yml └── workflows │ └── jekyll.yml ├── LICENSE ├── Preview.png ├── README.md └── index.html /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcesoftware/fractals/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/workflows/jekyll.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcesoftware/fractals/HEAD/.github/workflows/jekyll.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcesoftware/fractals/HEAD/LICENSE -------------------------------------------------------------------------------- /Preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcesoftware/fractals/HEAD/Preview.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcesoftware/fractals/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arcesoftware/fractals/HEAD/index.html --------------------------------------------------------------------------------