├── .github └── FUNDING.yml ├── CNAME ├── README.md ├── bad-good-ru.png ├── bad-good-uk.png ├── bad-good-uz.png ├── google_analytics.png ├── index.html ├── main.css ├── mentions.png ├── occur.png ├── participants.txt ├── pie_plot_2020.svg ├── ru.html ├── uk.html └── uz.html /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leshark/nometa/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | nometa.xyz -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leshark/nometa/HEAD/README.md -------------------------------------------------------------------------------- /bad-good-ru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leshark/nometa/HEAD/bad-good-ru.png -------------------------------------------------------------------------------- /bad-good-uk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leshark/nometa/HEAD/bad-good-uk.png -------------------------------------------------------------------------------- /bad-good-uz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leshark/nometa/HEAD/bad-good-uz.png -------------------------------------------------------------------------------- /google_analytics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leshark/nometa/HEAD/google_analytics.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leshark/nometa/HEAD/index.html -------------------------------------------------------------------------------- /main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leshark/nometa/HEAD/main.css -------------------------------------------------------------------------------- /mentions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leshark/nometa/HEAD/mentions.png -------------------------------------------------------------------------------- /occur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leshark/nometa/HEAD/occur.png -------------------------------------------------------------------------------- /participants.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leshark/nometa/HEAD/participants.txt -------------------------------------------------------------------------------- /pie_plot_2020.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leshark/nometa/HEAD/pie_plot_2020.svg -------------------------------------------------------------------------------- /ru.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leshark/nometa/HEAD/ru.html -------------------------------------------------------------------------------- /uk.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leshark/nometa/HEAD/uk.html -------------------------------------------------------------------------------- /uz.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leshark/nometa/HEAD/uz.html --------------------------------------------------------------------------------